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-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-29
Remove static_replace_all_uses and statics_to_rauw from cg_ssa
bjorn3
-1
/
+3
2018-11-16
[eddyb] rustc_codegen_llvm: remove unused parametrization of `CodegenCx` and ...
Eduard-Mihai Burtescu
-3
/
+3
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
[eddyb] rustc_codegen_ssa: handle LLVM unsafety correctly.
Eduard-Mihai Burtescu
-1
/
+3
2018-11-16
Separating the back folder between backend-agnostic and LLVM-specific code
Denis Merigoux
-5
/
+3
2018-11-16
Finished moving backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-45
/
+11
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-915
/
+9
2018-11-16
Beginning of moving all backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-2
/
+2
2018-11-16
Moved Backend interface into rustc_codegen_utils
Denis Merigoux
-25
/
+1
2018-11-16
Moved common.rs enums
Denis Merigoux
-2
/
+2
2018-11-16
Starting to move backend-agnostic code into codegen_utils
Denis Merigoux
-1
/
+2
2018-11-16
Added compile codegen to backend trait
Denis Merigoux
-4
/
+5
2018-11-16
Preparing the generalization of base:compile_coodegen_unit
Denis Merigoux
-35
/
+16
2018-11-16
Generalized base:codegen_crate
Denis Merigoux
-40
/
+40
2018-11-16
Move doc to trait declarations
Denis Merigoux
-34
/
+34
2018-11-16
Generalized base:maybe_create_entry_wrapper
Denis Merigoux
-24
/
+25
2018-11-16
Generalized mono_item.rs and base.rs:codegen_instance
Denis Merigoux
-16
/
+22
2018-11-16
Generalized mir::codegen_mir (and all subsequent functions)
Denis Merigoux
-10
/
+12
2018-11-16
Generalized base::coerce_unsized_into
Denis Merigoux
-13
/
+13
2018-11-16
Generalized base::unsize_thin_ptr
Denis Merigoux
-9
/
+9
2018-11-16
Generalized base::unsized_info
Denis Merigoux
-10
/
+9
2018-11-16
Traitified IntrinsicCallMethods
Denis Merigoux
-3
/
+1
2018-11-16
Transfered memcpy and memset to BuilderMethods
Denis Merigoux
-40
/
+1
2018-11-16
Generalized memset and memcpy
Denis Merigoux
-19
/
+21
2018-11-16
Generalized some base.rs methods
Denis Merigoux
-31
/
+40
2018-11-16
Attempt at including CodegenCx within Builder with Associated types
Denis Merigoux
-1
/
+1
2018-11-16
Removing LLVM content from CommonMethods -> ConstMethods
Denis Merigoux
-5
/
+5
2018-11-16
Prefixed type methods & removed trait impl for write::CodegenContext
Denis Merigoux
-14
/
+17
2018-11-16
Prefixed const methods with "const" instead of "c"
Denis Merigoux
-6
/
+6
2018-11-16
Traitification of type_ methods
Denis Merigoux
-19
/
+19
2018-11-16
Use the method form for CodegenCx everywhere
Denis Merigoux
-9
/
+9
2018-11-16
All CommonMethods now real methods (not static)
Denis Merigoux
-1
/
+1
2018-11-16
CommonWriteMethods are not static any more
Denis Merigoux
-12
/
+13
2018-11-16
Split CommonMethods to accomodate for use in back/write.rs
Denis Merigoux
-1
/
+1
2018-11-16
Replaced Codegen field access by trait method
Denis Merigoux
-19
/
+19
2018-11-16
Traitification of common.rs methods
Denis Merigoux
-16
/
+15
2018-11-16
New files and folders for traits
Denis Merigoux
-2
/
+2
2018-11-16
Use associated types instead of type parameters inside the BuilderMethods trait
Denis Merigoux
-10
/
+6
2018-11-16
Removed genericity over Value in various functions
Denis Merigoux
-8
/
+5
2018-11-16
Generalized RealPredicate
Denis Merigoux
-8
/
+8
2018-11-16
Generalized IntPredicate in the BuilderMethods trait
Denis Merigoux
-8
/
+8
2018-11-16
Generalized BasicBlocks in BuilderMethods trait
Denis Merigoux
-3
/
+4
2018-11-16
Generalized base.rs#call_memcpy and everything that it uses
Denis Merigoux
-13
/
+25
2018-11-16
rustc_codegen_llvm: begin generalizing over backend values.
Irina Popa
-2
/
+2
2018-11-15
Rollup merge of #55901 - euclio:speling, r=petrochenkov
Pietro Albini
-1
/
+1
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-11-12
Use type safe `VariantIdx` instead of `usize` everywhere
Oliver Scherer
-2
/
+3
2018-11-08
Rollup merge of #55633 - nikic:memcpy-align, r=nagisa
Mark Rousskov
-15
/
+12
2018-11-05
Auto merge of #55593 - nikic:remove-llvm-4-checks, r=rkruppe
bors
-13
/
+0
[next]