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
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2018-11-16
Traitification of type_ methods
Denis Merigoux
-26
/
+27
2018-11-16
Removed genericity over Value in various functions
Denis Merigoux
-21
/
+21
2018-11-16
Generalized base.rs#call_memcpy and everything that it uses
Denis Merigoux
-18
/
+23
2018-11-16
Reduced line length to pass tidy
Denis Merigoux
-13
/
+12
2018-11-12
Use type safe `VariantIdx` instead of `usize` everywhere
Oliver Scherer
-2
/
+2
2018-11-10
Auto merge of #55650 - nikic:funnel-shift, r=nagisa
bors
-0
/
+12
2018-11-08
Rollup merge of #55633 - nikic:memcpy-align, r=nagisa
Mark Rousskov
-6
/
+0
2018-11-04
rustc_target: pass contexts by reference, not value.
Eduard-Mihai Burtescu
-6
/
+6
2018-11-04
Support memcpy/memmove with differing src/dst alignment
Nikita Popov
-6
/
+0
2018-11-03
Implement rotate using funnel shift on LLVM >= 7
Nikita Popov
-0
/
+12
2018-10-24
Make declare_fn accept PolyFnSig instead of Ty.
Masaki Hara
-3
/
+3
2018-10-24
Make declare_fn aware of 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
-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
[prev]