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
/
abi.rs
Age
Commit message (
Expand
)
Author
Lines
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
-16
/
+16
2018-11-16
Prefixed const methods with "const" instead of "c"
Denis Merigoux
-1
/
+1
2018-11-16
Traitification of type_ methods
Denis Merigoux
-17
/
+17
2018-11-16
Use the method form for CodegenCx everywhere
Denis Merigoux
-1
/
+1
2018-11-16
Replaced Codegen field access by trait method
Denis Merigoux
-2
/
+2
2018-11-16
Traitification of common.rs methods
Denis Merigoux
-3
/
+2
2018-11-16
New files and folders for traits
Denis Merigoux
-1
/
+1
2018-11-16
Removed genericity over Value in various functions
Denis Merigoux
-4
/
+4
2018-11-16
Generalized base.rs#call_memcpy and everything that it uses
Denis Merigoux
-6
/
+18
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
-4
/
+14
2018-11-11
Auto merge of #54993 - TimNN:pda-tdl, r=eddyb
bors
-1
/
+9
2018-11-08
Support for the program data address space option
Tim Neumann
-1
/
+9
2018-11-04
Support memcpy/memmove with differing src/dst alignment
Nikita Popov
-1
/
+2
2018-11-01
Add comments explaining how codegen works for `dyn Trait` methods
Michael Hewson
-0
/
+5
2018-11-01
Implement object-safety for arbitrary_self_types: part 2
Michael Hewson
-13
/
+36
2018-10-24
Move codegen_llvm::common::ty_fn_sig into rustc::ty::Instance.
Masaki Hara
-3
/
+2
2018-10-24
Implement by-value trait object method call.
Masaki Hara
-8
/
+8
2018-10-12
rustc: Allow targets to specify SIMD args are by-val
Alex Crichton
-1
/
+4
2018-10-08
codegen_llvm: fix spelling & grammatical errors
ljedrz
-1
/
+1
2018-10-08
codegen_llvm: improve common patterns
ljedrz
-3
/
+2
2018-10-08
codegen_llvm: whitespace & formatting improvements
ljedrz
-9
/
+7
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-1
/
+1
2018-08-19
Integrate OperandValue::UnsizedRef into OperandValue::Ref.
Masaki Hara
-2
/
+2
2018-08-19
Integrate PassMode::UnsizedIndirect into PassMode::Indirect.
Masaki Hara
-18
/
+15
2018-08-19
Implement simple codegen for unsized rvalues.
Masaki Hara
-1
/
+28
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-31
/
+32
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-17
/
+17
2018-07-20
Refactor a few push loops to iterators in librustc
ljedrz
-1
/
+7
2018-07-13
Add the `amdgpu-kernel` ABI.
Richard Diamond
-0
/
+2
2018-07-12
Auto merge of #52089 - eddyb:issue-51907, r=nagisa
bors
-37
/
+43
2018-07-10
Auto merge of #51583 - cuviper:packed_pair-bool, r=Mark-Simulacrum
bors
-2
/
+2
2018-07-09
bump minimum LLVM version to 5.0
gnzlbg
-5
/
+1
2018-07-06
rustc_codegen_llvm: replace the first argument early in FnType::new_vtable.
Eduard-Mihai Burtescu
-37
/
+43
2018-07-05
Store scalar pair bools as i8 in memory
Josh Stone
-2
/
+2
2018-05-24
Add constant for `Size::from_bytes(0)`
Oliver Schneider
-2
/
+2
2018-05-19
use if let to avoid potential div by zero
cjkenn
-2
/
+6
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+696
[prev]