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-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
2018-05-21
rustc: don't call Kind::from directly, use .into() instead.
Eduard-Mihai Burtescu
-2
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+1411