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
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-0
/
+4
2018-11-16
Preparing the generalization of base:compile_coodegen_unit
Denis Merigoux
-0
/
+31
2018-11-16
Renamed lifetimes for better understanding
Denis Merigoux
-14
/
+13
2018-11-16
Move doc to trait declarations
Denis Merigoux
-1
/
+0
2018-11-16
Generalized base:maybe_create_entry_wrapper
Denis Merigoux
-0
/
+8
2018-11-16
Generalized mono_item.rs and base.rs:codegen_instance
Denis Merigoux
-0
/
+8
2018-11-16
Generalized mir::codegen_mir (and all subsequent functions)
Denis Merigoux
-87
/
+97
2018-11-16
Generalized base::unsize_thin_ptr
Denis Merigoux
-26
/
+0
2018-11-16
Generalized base::unsized_info
Denis Merigoux
-2
/
+13
2018-11-16
[eddyb/rebase cleanup] s/&self./self.
Eduard-Mihai Burtescu
-29
/
+29
2018-11-16
Traitified IntrinsicCallMethods
Denis Merigoux
-7
/
+2
2018-11-16
Generalized memset and memcpy
Denis Merigoux
-316
/
+322
2018-11-16
Prefixed type methods & removed trait impl for write::CodegenContext
Denis Merigoux
-26
/
+26
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
[prev]
[next]