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
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
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
2018-08-10
Introduce const_cstr!() macro and use it where applicable.
Michael Woerister
-2
/
+2
2018-08-09
Auto merge of #53031 - michaelwoerister:cross-lto, r=alexcrichton
bors
-0
/
+1
2018-08-07
rustc: Tweak visibility of some lang items
Alex Crichton
-2
/
+22
2018-08-07
Annotate functions in LLVM with target-cpu, same as Clang does.
Michael Woerister
-0
/
+1
2018-08-04
Normalize DebugInfoLevel to standard style
Mark Rousskov
-2
/
+2
2018-08-04
Normalize EntryFnType variants to standard style
Mark Rousskov
-3
/
+3
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-7
/
+7
2018-08-02
Basic profiling
Wesley Wiser
-0
/
+3
2018-07-30
rustc_codegen_llvm: fix tidy errors.
Irina Popa
-2
/
+10
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-58
/
+62
2018-07-30
rustc_codegen_llvm: use safe references for Metadata and DI*.
Irina Popa
-3
/
+3
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-32
/
+36
2018-07-30
rustc_codegen_llvm: use safe references for Context and Module.
Irina Popa
-46
/
+26
2018-07-23
Replace a few expect+format combos with unwrap_or_else+panic
ljedrz
-1
/
+1
2018-07-16
rustc: Use link_section, not wasm_custom_section
Alex Crichton
-57
/
+9
2018-07-16
BinOpKind
csmoe
-17
/
+17
2018-07-16
Revert "Persist ThinLTO import data in incr. comp. session directory."
Michael Woerister
-23
/
+1
2018-07-16
Revert "Clean up LLVM module naming (just use CodegenUnit names)."
Michael Woerister
-30
/
+48
2018-07-16
Revert "Use callback-based interface to load ThinLTO import data into rustc."
Michael Woerister
-1
/
+1
2018-07-13
Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri...
bors
-49
/
+53
2018-07-13
Use callback-based interface to load ThinLTO import data into rustc.
Michael Woerister
-1
/
+1
2018-07-11
Clean up LLVM module naming (just use CodegenUnit names).
Michael Woerister
-48
/
+30
2018-07-11
Persist ThinLTO import data in incr. comp. session directory.
Michael Woerister
-1
/
+23
2018-07-11
Deny bare trait objects in in src/librustc_codegen_llvm
ljedrz
-1
/
+1
2018-07-11
Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoerister
bors
-29
/
+30
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-29
/
+30
2018-07-10
Auto merge of #51583 - cuviper:packed_pair-bool, r=Mark-Simulacrum
bors
-5
/
+10
2018-07-07
Undo unnecessary change
bjorn3
-1
/
+3
2018-07-07
Move some functions out of rustc_codegen_llvm and fix metadata_only backend
bjorn3
-4
/
+3
2018-07-05
Store scalar pair bools as i8 in memory
Josh Stone
-5
/
+10
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-8
/
+1
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-1
/
+1
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-24
Don't ICE if crate has no valid crate types left
Oliver Schneider
-1
/
+1
[prev]
[next]