index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
codegen
Age
Commit message (
Expand
)
Author
Lines
2016-08-14
[MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}.
Eduard Burtescu
-0
/
+54
2016-07-19
Add codegen test to make sure that closures are 'internalized' properly.
Michael Woerister
-0
/
+20
2016-07-08
Fix codegen tests by make sure items are translated in AST order.
Michael Woerister
-7
/
+7
2016-06-20
trans: generalize immediate temporaries to all MIR locals.
Eduard Burtescu
-1
/
+6
2016-06-14
specialize zip: Add codegen test
Ulrik Sverdrup
-0
/
+22
2016-06-13
Auto merge of #34252 - dsprenkels:issue-32364-test, r=eddyb
bors
-0
/
+24
2016-06-13
Add regression test for #32364
Daan Sprenkels
-0
/
+24
2016-06-12
Auto merge of #34241 - dsprenkels:issue-32031-test, r=eddyb
bors
-0
/
+33
2016-06-12
add a test case for issue #32031
Daan Sprenkels
-0
/
+33
2016-06-08
trans: always use a memcpy for ABI argument/return casts.
Eduard Burtescu
-4
/
+12
2016-05-26
Fix stores codegen pass
Simonas Kazlauskas
-4
/
+4
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-0
/
+31
2016-03-22
Add tests
Ticki
-0
/
+69
2016-03-18
Add intrinsics for float arithmetic with `fast` flag enabled
Ulrik Sverdrup
-0
/
+60
2016-03-17
Add #[rustc_no_mir] to make tests pass with -Z orbit.
Eduard Burtescu
-0
/
+17
2016-03-17
tests: Use arguments in codegen/stores.rs to turn aggregates into immediates.
Eduard Burtescu
-15
/
+8
2016-03-17
tests: Force instantiation of extern fns.
Eduard Burtescu
-0
/
+5
2016-02-10
Workaround LLVM optimizer bug by not marking &mut pointers as noalias
Björn Steinbrink
-3
/
+6
2016-02-04
Avoid quadratic growth of functions due to cleanups
Björn Steinbrink
-0
/
+47
2016-01-12
[MIR] Avoid some code generation for stores of ZST
Simonas Kazlauskas
-0
/
+27
2015-11-20
Avoid FCA loads and extractvalue when copying fat pointers
Björn Steinbrink
-0
/
+22
2015-10-10
Set proper alignment on constants
Björn Steinbrink
-0
/
+66
2015-10-01
Avoid unnecessary temporaries when ref'ing a DST value
Björn Steinbrink
-0
/
+30
2015-09-25
Tell LLVM when a match is exhaustive
Björn Steinbrink
-0
/
+30
2015-09-21
Avoid loading the whole gdb debug scripts section.
Richard Diamond
-0
/
+37
2015-09-18
Skip no-op adjustments in trans
Björn Steinbrink
-0
/
+9
2015-09-17
Don't create adjustments from a type to itself
Björn Steinbrink
-0
/
+28
2015-09-14
Mark all extern functions as nounwind
Björn Steinbrink
-0
/
+23
2015-09-06
Don't add unnamed address attributes to intrinsics.
Richard Diamond
-0
/
+22
2015-08-19
Issue #27628 - Also support the LLVM 3.6 IR format in two tests
Sylvestre Ledru
-6
/
+6
2015-08-03
Fix link_section regression.
Eli Friedman
-0
/
+36
2015-06-20
Pass fat pointers in two immediate arguments
Björn Steinbrink
-0
/
+47
2015-06-18
Auto merge of #26336 - dotdash:raw_ptr_coercions, r=nrc
bors
-0
/
+27
2015-06-16
rustc: Update LLVM
Alex Crichton
-6
/
+6
2015-06-16
Avoid deref/ref cycles for no-op coercions between unsafe pointers
Björn Steinbrink
-0
/
+27
2015-05-27
Revamp codegen tests to check IR quality instead of quantity
Björn Steinbrink
-377
/
+192
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-14
/
+14
2014-09-22
librustc: Forbid private types in public APIs.
Patrick Walton
-5
/
+5
2013-10-10
Add `pub` to all the codegen tests
Alex Crichton
-13
/
+13
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-1
/
+1
2013-08-10
Elide unnecessary ret slot allocas
Björn Steinbrink
-0
/
+28
2013-07-31
test: add more codegen tests, add copyright headers to all.
Graydon Hoare
-0
/
+268
2013-07-16
test: new codegen tests, rename hello.
Graydon Hoare
-0
/
+65
2013-07-11
wire up makefile to run codegen tests and add one to start
Graydon Hoare
-0
/
+16