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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_codegen_llvm
/
intrinsic.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-08
codegen_llvm: remove explicit returns
ljedrz
-1
/
+1
2018-10-08
codegen_llvm: improve common patterns
ljedrz
-66
/
+52
2018-10-08
codegen_llvm: whitespace & formatting improvements
ljedrz
-27
/
+19
2018-09-10
renamed mk_nil to mk_unit
kenta7777
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-40
/
+40
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-7
/
+7
2018-08-22
Rename ty::TyVariants to ty::TyKind
varkor
-1
/
+1
2018-08-19
Integrate OperandValue::UnsizedRef into OperandValue::Ref.
Masaki Hara
-1
/
+1
2018-08-16
Set more llvm function attributes for __rust_try
Alex Crichton
-0
/
+2
2018-08-04
Simplify some handling of target_pointer_width
Mark Rousskov
-23
/
+4
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-39
/
+38
2018-07-30
rustc_codegen_llvm: use safe references for Metadata and DI*.
Irina Popa
-2
/
+2
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-67
/
+78
2018-07-24
Rollup merge of #52391 - Amanieu:volatile_unaligned, r=alexcrichton
Mark Rousskov
-2
/
+12
2018-07-16
BinOpKind
csmoe
-6
/
+6
2018-07-14
Add unaligned volatile intrinsics
Amanieu d'Antras
-2
/
+12
2018-07-11
Deny bare trait objects in in src/librustc_codegen_llvm
ljedrz
-2
/
+2
2018-05-24
refactor
gnzlbg
-60
/
+30
2018-05-24
enable fast-math flags
gnzlbg
-3
/
+5
2018-05-24
fix tidy
gnzlbg
-6
/
+16
2018-05-24
add simd float intrinsics and gather/scatter
gnzlbg
-0
/
+371
2018-05-17
Remove the intrinsic for align_offset
Simonas Kazlauskas
-26
/
+0
2018-05-17
Change align_offset to support different strides
Simonas Kazlauskas
-9
/
+23
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+1465