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
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2018-11-16
Traitification of common.rs methods
Denis Merigoux
-167
/
+184
2018-11-16
New files and folders for traits
Denis Merigoux
-1
/
+82
2018-11-16
Removed genericity over Value in various functions
Denis Merigoux
-21
/
+12
2018-11-16
Generalized OperandBundleDef in BuilderMethods
Denis Merigoux
-5
/
+5
2018-11-16
Generalized base.rs#call_memcpy and everything that it uses
Denis Merigoux
-12
/
+22
2018-10-24
Move codegen_llvm::common::ty_fn_sig into rustc::ty::Instance.
Masaki Hara
-70
/
+0
2018-10-24
Add ty_fn_sig_vtable for getting adjusted signature for vtable shims.
Masaki Hara
-0
/
+19
2018-10-08
codegen_llvm: improve common patterns
ljedrz
-9
/
+6
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-5
/
+5
2018-07-30
rustc_codegen_llvm: fix tidy errors.
Irina Popa
-2
/
+10
2018-07-30
rustc_codegen_llvm: use safe references for OperandBundleDef.
Irina Popa
-2
/
+2
2018-07-30
rustc_codegen_llvm: use safe mutable references for output parameters.
Irina Popa
-2
/
+2
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-46
/
+45
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-23
/
+24
2018-07-30
rustc_codegen_llvm: use safe references for Context and Module.
Irina Popa
-3
/
+3
2018-07-16
BinOpKind
csmoe
-2
/
+2
2018-06-14
Declare DebruijnIndex via newtype_index macro
Fabian Drinck
-1
/
+1
2018-05-28
stop invoking `DebruijnIndex::new` directly
Niko Matsakis
-1
/
+1
2018-05-21
rustc: use intern_* instead of mk_* where possible.
Eduard-Mihai Burtescu
-2
/
+4
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+448
[prev]