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
2019-03-30
Remove redundant imports
Fabian Drinck
-1
/
+0
2019-03-29
Move get_param and set_value_name
bjorn3
-5
/
+0
2019-03-29
Don't use c_uint in cg_ssa
bjorn3
-2
/
+2
2019-03-27
Use informational target machine for metadata
Simonas Kazlauskas
-1
/
+1
2019-02-25
librustc_codegen_llvm: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-1
/
+1
2019-02-24
Auto merge of #58304 - gnzlbg:simd_saturated, r=nagisa
bors
-8
/
+18
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-15
/
+15
2019-02-14
Rollup merge of #58308 - gnzlbg:context_insert_intr, r=eddyb
Mazdak Farrokhzad
-12
/
+17
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-02-08
Add simd_saturating_{add,sub} intrinsics
gnzlbg
-8
/
+18
2019-02-08
Extract block to insert an intrinsic into its own function
gnzlbg
-12
/
+17
2019-01-29
Use LLVM intrinsics for saturating add/sub
Nikita Popov
-0
/
+24
2019-01-24
Implement optimize(size) and optimize(speed)
Simonas Kazlauskas
-2
/
+3
2019-01-04
add support for principal-less trait object types
Ariel Ben-Yehuda
-2
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-17
Auto merge of #56642 - nikic:llvm-6, r=alexcrichton
bors
-5
/
+0
2018-12-12
rustc: Switch `extern` functions to abort by default on panic
Alex Crichton
-1
/
+0
2018-12-11
Remove env_alloca hack
Nikita Popov
-5
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-02
Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb
bors
-7
/
+7
2018-11-29
Remove an unnecessary reference
bjorn3
-1
/
+1
2018-11-29
Don't use llvm intrinsic names in cg_ssa
bjorn3
-2
/
+2
2018-11-29
Remove static_replace_all_uses and statics_to_rauw from cg_ssa
bjorn3
-4
/
+4
2018-11-26
libcore: Add va_list lang item and intrinsics
Dan Robertson
-11
/
+16
2018-11-16
[eddyb] rustc_codegen_llvm: remove unused parametrization of `CodegenCx` and ...
Eduard-Mihai Burtescu
-12
/
+12
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
Finished moving backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-9
/
+10
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
[next]