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
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
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
-9
/
+9
2018-10-13
Check the invariant for `principal` inside the method
Oliver Scherer
-1
/
+1
2018-10-11
Auto merge of #54592 - GabrielMajeri:no-plt, r=nagisa
bors
-0
/
+7
2018-10-11
Support for disabling the PLT on ELF targets
Gabriel Majeri
-0
/
+7
2018-10-08
codegen_llvm: remove explicit returns
ljedrz
-1
/
+2
2018-10-08
codegen_llvm: improve common patterns
ljedrz
-7
/
+6
2018-10-08
codegen_llvm: whitespace & formatting improvements
ljedrz
-7
/
+7
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-1
/
+1
2018-08-14
Rollup merge of #53274 - bjorn3:remove_statics_field, r=nagisa
kennytm
-5
/
+0
2018-08-11
Remove statics field from CodegenCx
bjorn3
-5
/
+0
2018-08-10
Introduce SmallCStr and use it where applicable.
Michael Woerister
-5
/
+5
2018-08-07
Annotate functions in LLVM with target-cpu, same as Clang does.
Michael Woerister
-0
/
+3
2018-08-04
Normalize DebugInfoLevel to standard style
Mark Rousskov
-3
/
+3
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-1
/
+1
2018-07-30
rustc_codegen_llvm: fix tidy errors.
Irina Popa
-1
/
+5
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-21
/
+21
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-18
/
+18
2018-07-30
rustc_codegen_llvm: use safe references for Context and Module.
Irina Popa
-59
/
+51
2018-07-30
rustc_codegen_llvm: move from empty enums to extern types.
Irina Popa
-6
/
+5
2018-07-16
Revert "Clean up LLVM module naming (just use CodegenUnit names)."
Michael Woerister
-2
/
+3
2018-07-11
Clean up LLVM module naming (just use CodegenUnit names).
Michael Woerister
-3
/
+2
2018-05-24
add simd float intrinsics and gather/scatter
gnzlbg
-0
/
+117
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+666