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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_codegen_llvm
/
back
Age
Commit message (
Expand
)
Author
Lines
2018-11-16
[eddyb] rustc_codegen_ssa: avoid a `Clone` bound on `TargetMachine`.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
Separating the back folder between backend-agnostic and LLVM-specific code
Denis Merigoux
-2277
/
+220
2018-11-16
Finished moving backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-3
/
+3
2018-11-16
Beginning of moving all backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-2
/
+2
2018-11-16
Moved Backend interface into rustc_codegen_utils
Denis Merigoux
-3
/
+4
2018-11-16
Generalized base:codegen_crate
Denis Merigoux
-19
/
+18
2018-11-16
Fixed typos
Denis Merigoux
-1
/
+1
2018-11-16
Removed phantomdata no longer necessary
Denis Merigoux
-13
/
+6
2018-11-16
Removing LLVM content from CommonMethods -> ConstMethods
Denis Merigoux
-24
/
+5
2018-11-16
Prefixed type methods & removed trait impl for write::CodegenContext
Denis Merigoux
-22
/
+3
2018-11-16
Prefixed const methods with "const" instead of "c"
Denis Merigoux
-6
/
+6
2018-11-16
Traitification of type_ methods
Denis Merigoux
-1
/
+9
2018-11-16
Added definition of type trait
Denis Merigoux
-0
/
+1
2018-11-16
Removed code duplication for CommonWriteMethods
Denis Merigoux
-13
/
+5
2018-11-16
CommonWriteMethods are not static any more
Denis Merigoux
-12
/
+56
2018-11-16
Split CommonMethods to accomodate for use in back/write.rs
Denis Merigoux
-1
/
+1
2018-11-16
Traitification of common.rs methods
Denis Merigoux
-7
/
+7
2018-11-16
Removed genericity over Value in various functions
Denis Merigoux
-2
/
+1
2018-11-16
Generalized base.rs#call_memcpy and everything that it uses
Denis Merigoux
-1
/
+2
2018-11-11
Auto merge of #55698 - nikic:remove-llvm-4-support, r=alexcrichton
bors
-3
/
+1
2018-11-10
codegen_llvm_back: simplify a conversion to char
ljedrz
-1
/
+1
2018-11-10
codegen_llvm_back: remove a redundant continue
ljedrz
-1
/
+0
2018-11-10
codegen_llvm_back: possible minor speedup in logic
ljedrz
-1
/
+1
2018-11-10
codegen_llvm_back: remove 'static from consts
ljedrz
-3
/
+3
2018-11-10
codegen_llvm_back: use to_owned instead of to_string with string literals
ljedrz
-4
/
+4
2018-11-10
codegen_llvm_back: improve common patterns
ljedrz
-46
/
+23
2018-11-10
codegen_llvm_back: remove explicit returns
ljedrz
-12
/
+15
2018-11-10
codegen_llvm_back: use Cow<'static, str> where applicable
ljedrz
-22
/
+21
2018-11-10
codegen_llvm_back: whitespace & formatting fixes
ljedrz
-50
/
+43
2018-11-06
Run name-anon-globals after LTO passes as well
Nikita Popov
-2
/
+13
2018-11-05
Remove support for building against LLVM 4
Nikita Popov
-3
/
+1
2018-11-05
Auto merge of #55593 - nikic:remove-llvm-4-checks, r=rkruppe
bors
-17
/
+6
2018-11-03
Move cg_llvm::back::linker to cg_utils
bjorn3
-1695
/
+9
2018-11-02
rustc: Wait for all codegen threads to exit
Alex Crichton
-6
/
+51
2018-11-01
Remove checks for LLVM < 4.0
Nikita Popov
-17
/
+6
2018-10-23
Revert "rustc: Fix (again) simd vectors by-val in ABI"
Alex Crichton
-38
/
+8
2018-10-20
Rollup merge of #55073 - alexcrichton:demote-simd, r=nagisa
Manish Goregaokar
-8
/
+38
2018-10-20
Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper
bors
-1
/
+1
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-11
/
+3
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-4
/
+4
2018-10-19
rustc: Fix (again) simd vectors by-val in ABI
Alex Crichton
-8
/
+38
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-1
/
+1
2018-10-12
raise ICE if LLVM worker threads panic
Andy Russell
-4
/
+2
2018-10-02
wasm: Explicitly export all symbols with LLD
Alex Crichton
-1
/
+6
2018-09-29
rust: Add a `-C default-linker-libraries` option
Alex Crichton
-6
/
+10
2018-09-28
Move `filename_for_metadata` to codegen_utils
Igor Matuszewski
-10
/
+2
2018-09-26
add -Z emit-stack-sizes
Jorge Aparicio
-0
/
+2
2018-09-23
Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichton
bors
-0
/
+9
2018-09-18
incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te...
Michael Woerister
-0
/
+9
2018-09-15
Enable fatal warnings for the wasm32 linker
Alex Crichton
-0
/
+4
[prev]
[next]