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
/
librustc_codegen_llvm
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2018-11-16
Use the method form for CodegenCx everywhere
Denis Merigoux
-9
/
+9
2018-11-16
All CommonMethods now real methods (not static)
Denis Merigoux
-1
/
+1
2018-11-16
CommonWriteMethods are not static any more
Denis Merigoux
-12
/
+13
2018-11-16
Split CommonMethods to accomodate for use in back/write.rs
Denis Merigoux
-1
/
+1
2018-11-16
Replaced Codegen field access by trait method
Denis Merigoux
-19
/
+19
2018-11-16
Traitification of common.rs methods
Denis Merigoux
-16
/
+15
2018-11-16
New files and folders for traits
Denis Merigoux
-2
/
+2
2018-11-16
Use associated types instead of type parameters inside the BuilderMethods trait
Denis Merigoux
-10
/
+6
2018-11-16
Removed genericity over Value in various functions
Denis Merigoux
-8
/
+5
2018-11-16
Generalized RealPredicate
Denis Merigoux
-8
/
+8
2018-11-16
Generalized IntPredicate in the BuilderMethods trait
Denis Merigoux
-8
/
+8
2018-11-16
Generalized BasicBlocks in BuilderMethods trait
Denis Merigoux
-3
/
+4
2018-11-16
Generalized base.rs#call_memcpy and everything that it uses
Denis Merigoux
-13
/
+25
2018-11-16
rustc_codegen_llvm: begin generalizing over backend values.
Irina Popa
-2
/
+2
2018-11-15
Rollup merge of #55901 - euclio:speling, r=petrochenkov
Pietro Albini
-1
/
+1
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-11-12
Use type safe `VariantIdx` instead of `usize` everywhere
Oliver Scherer
-2
/
+3
2018-11-08
Rollup merge of #55633 - nikic:memcpy-align, r=nagisa
Mark Rousskov
-15
/
+12
2018-11-05
Auto merge of #55593 - nikic:remove-llvm-4-checks, r=rkruppe
bors
-13
/
+0
2018-11-04
Support memcpy/memmove with differing src/dst alignment
Nikita Popov
-15
/
+12
2018-11-04
Auto merge of #55349 - bjorn3:rustc_mir_collect_and_partition_mono_items, r=o...
bors
-151
/
+4
2018-11-03
Move collect_and_partition_mono_items to rustc_mir
bjorn3
-151
/
+4
2018-11-03
Auto merge of #55330 - scalexm:bound-ty, r=nikomatsakis
bors
-1
/
+1
2018-11-03
Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars`
scalexm
-1
/
+1
2018-11-02
rustc: Wait for all codegen threads to exit
Alex Crichton
-4
/
+53
2018-11-01
Remove checks for LLVM < 4.0
Nikita Popov
-13
/
+0
2018-10-27
Auto merge of #54183 - qnighy:by-value-object-safety, r=oli-obk
bors
-3
/
+2
2018-10-26
Remove redundant clone
Shotaro Yamada
-1
/
+1
2018-10-24
Move codegen_llvm::common::ty_fn_sig into rustc::ty::Instance.
Masaki Hara
-3
/
+2
2018-10-24
Add ty_fn_sig_vtable for getting adjusted signature for vtable shims.
Masaki Hara
-1
/
+1
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-9
/
+9
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-8
/
+8
2018-10-08
codegen_llvm: fix spelling & grammatical errors
ljedrz
-2
/
+2
2018-10-08
codegen_llvm: improve common patterns
ljedrz
-10
/
+3
2018-10-08
codegen_llvm: improve allocations
ljedrz
-4
/
+13
2018-10-08
codegen_llvm: whitespace & formatting improvements
ljedrz
-15
/
+14
2018-09-18
incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te...
Michael Woerister
-26
/
+15
2018-08-31
Always add all modules to the global ThinLTO module analysis when compiling i...
Michael Woerister
-95
/
+34
2018-08-31
Support local ThinLTO with incremental compilation.
Michael Woerister
-52
/
+122
2018-08-31
Make codegen not be a query (since it's not a real query anyway).
Michael Woerister
-13
/
+22
2018-08-31
Persist ThinLTO import data in incr. comp. session directory.
Michael Woerister
-0
/
+20
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-3
/
+3
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-16
/
+16
2018-08-21
Rollup merge of #53465 - bjorn3:remove_link_meta_struct, r=varkor
kennytm
-10
/
+4
2018-08-18
Use the new Entry::or_default method where possible.
Eduard-Mihai Burtescu
-2
/
+2
2018-08-18
Remove LinkMeta struct
bjorn3
-10
/
+4
2018-08-18
Auto merge of #53437 - alexcrichton:fix-target-features, r=michaelwoerister
bors
-21
/
+0
2018-08-16
Set more llvm function attributes for __rust_try
Alex Crichton
-21
/
+0
2018-08-15
Use CGU name as LLVM module name and add some caching to CGU name generation.
Michael Woerister
-43
/
+24
2018-08-10
Introduce SmallCStr and use it where applicable.
Michael Woerister
-2
/
+3
[prev]
[next]