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
/
glue.rs
Age
Commit message (
Expand
)
Author
Lines
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-122
/
+0
2018-11-16
Beginning of moving all backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-1
/
+1
2018-11-16
Starting to move backend-agnostic code into codegen_utils
Denis Merigoux
-1
/
+1
2018-11-16
Generalized base::coerce_unsized_into
Denis Merigoux
-9
/
+7
2018-11-16
Generalized base::unsize_thin_ptr
Denis Merigoux
-1
/
+1
2018-11-16
Generalized base::unsized_info
Denis Merigoux
-1
/
+1
2018-11-16
Removing LLVM content from CommonMethods -> ConstMethods
Denis Merigoux
-1
/
+1
2018-11-16
Prefixed const methods with "const" instead of "c"
Denis Merigoux
-8
/
+8
2018-11-16
Use the method form for CodegenCx everywhere
Denis Merigoux
-5
/
+4
2018-11-16
All CommonMethods now real methods (not static)
Denis Merigoux
-6
/
+6
2018-11-16
Replaced Codegen field access by trait method
Denis Merigoux
-9
/
+9
2018-11-16
Traitification of common.rs methods
Denis Merigoux
-11
/
+12
2018-11-16
New files and folders for traits
Denis Merigoux
-1
/
+1
2018-11-16
Generalized IntPredicate in the BuilderMethods trait
Denis Merigoux
-3
/
+2
2018-11-16
Generalized base.rs#call_memcpy and everything that it uses
Denis Merigoux
-2
/
+6
2018-10-08
codegen_llvm: whitespace & formatting improvements
ljedrz
-2
/
+2
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{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-3
/
+3
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-8
/
+7
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-1
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+122