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
/
mir
/
place.rs
Age
Commit message (
Expand
)
Author
Lines
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-497
/
+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 mir::codegen_mir (and all subsequent functions)
Denis Merigoux
-69
/
+61
2018-11-16
Generalized base::coerce_unsized_into
Denis Merigoux
-73
/
+14
2018-11-16
Generalized base::unsized_info
Denis Merigoux
-1
/
+1
2018-11-16
Traitified IntrinsicCallMethods
Denis Merigoux
-4
/
+1
2018-11-16
Transfered memcpy and memset to BuilderMethods
Denis Merigoux
-7
/
+2
2018-11-16
Added StaticMethods trait
Denis Merigoux
-5
/
+5
2018-11-16
Generalized memset and memcpy
Denis Merigoux
-1
/
+3
2018-11-16
Removing LLVM content from CommonMethods -> ConstMethods
Denis Merigoux
-1
/
+1
2018-11-16
Prefixed type methods & removed trait impl for write::CodegenContext
Denis Merigoux
-10
/
+15
2018-11-16
Prefixed const methods with "const" instead of "c"
Denis Merigoux
-25
/
+25
2018-11-16
Traitification of type_ methods
Denis Merigoux
-12
/
+11
2018-11-16
Added self argument for Codegen CommonMethod trait methods
Denis Merigoux
-25
/
+25
2018-11-16
Replaced Codegen field access by trait method
Denis Merigoux
-37
/
+37
2018-11-16
Traitification of common.rs methods
Denis Merigoux
-29
/
+30
2018-11-16
New files and folders for traits
Denis Merigoux
-2
/
+2
2018-11-16
Removed genericity over Value in various functions
Denis Merigoux
-1
/
+1
2018-11-16
Generalized IntPredicate in the BuilderMethods trait
Denis Merigoux
-3
/
+3
2018-11-16
Generalized base.rs#call_memcpy and everything that it uses
Denis Merigoux
-1
/
+7
2018-11-16
Reduced line length to pass tidy
Denis Merigoux
-1
/
+1
2018-11-16
rustc_codegen_llvm: begin generalizing over backend values.
Irina Popa
-14
/
+21
2018-11-12
Use type safe `VariantIdx` instead of `usize` everywhere
Oliver Scherer
-10
/
+11
2018-10-26
Add the actual chain of projections to `UserTypeProjection`.
Felix S. Klock II
-1
/
+2
2018-09-30
use is_uninhabited in more places
Jorge Aparicio
-2
/
+2
2018-09-29
Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"
Ralf Jung
-2
/
+2
2018-09-24
Rely only on base alignment and offset for computing field alignment
Colin Pronovost
-4
/
+1
2018-09-22
use is_uninhabited in more places
Jorge Aparicio
-2
/
+2
2018-09-09
Auto merge of #53998 - eddyb:issue-53728, r=oli-obk
bors
-3
/
+6
2018-09-07
make field always private, add `From` impls
Niko Matsakis
-1
/
+0
2018-09-06
rustc_codegen_llvm: don't assume offsets are always aligned.
Eduard-Mihai Burtescu
-3
/
+6
2018-08-27
Miri Memory Work
Ralf Jung
-1
/
+1
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
-2
/
+2
2018-08-19
Integrate OperandValue::UnsizedRef into OperandValue::Ref.
Masaki Hara
-2
/
+2
2018-08-19
Implement simple codegen for unsized rvalues.
Masaki Hara
-2
/
+19
2018-07-31
Make globals with private linkage unnamed. Fixes #50862.
Colin Pronovost
-1
/
+1
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-44
/
+37
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-12
/
+12
2018-07-30
rustc_codegen_llvm: move from empty enums to extern types.
Irina Popa
-6
/
+4
2018-07-23
Fix tidy
Oliver Schneider
-1
/
+2
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-2
/
+46
2018-07-05
Update scalar pairs per review comments
Josh Stone
-5
/
+1
2018-07-05
Store scalar pair bools as i8 in memory
Josh Stone
-3
/
+3
2018-06-16
rustc_codegen_llvm: don't treat i1 as signed, even for #[repr(i8)] enums.
Eduard-Mihai Burtescu
-1
/
+5
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+498