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_llvm
/
ffi.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-30
rustc_llvm: move to rustc_codegen_llvm::llvm.
Irina Popa
-1800
/
+0
2018-07-18
rustc: Remove a workaroudn in ThinLTO fixed upstream
Alex Crichton
-1
/
+0
2018-07-16
Revert "Provide a way of accessing the ThinLTO module import map in rustc."
Michael Woerister
-8
/
+0
2018-07-16
Revert "Use callback-based interface to load ThinLTO import data into rustc."
Michael Woerister
-6
/
+5
2018-07-14
Auto merge of #52032 - DiamondLovesYou:amdgpu-kernel-abi, r=alexcrichton
bors
-0
/
+1
2018-07-13
Add the `amdgpu-kernel` ABI.
Richard Diamond
-0
/
+1
2018-07-13
Use callback-based interface to load ThinLTO import data into rustc.
Michael Woerister
-5
/
+6
2018-07-11
Provide a way of accessing the ThinLTO module import map in rustc.
Michael Woerister
-0
/
+8
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-1
/
+1
2018-05-12
Set PrepareForThinLTO flag when using ThinLTO
Nikita Popov
-0
/
+1
2018-03-27
Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichton
bors
-0
/
+3
2018-03-26
Auto merge of #48346 - emilio:pgo, r=alexcrichton
bors
-1
/
+5
2018-03-26
implement minmax intrinsics
gnzlbg
-0
/
+3
2018-03-25
try to fix the build on older LLVM versions.
Emilio Cobos Álvarez
-0
/
+1
2018-03-25
librustc_llvm: Show PGO diagnostics properly.
Emilio Cobos Álvarez
-0
/
+1
2018-03-25
rustc_llvm: rustc_trans: Thread the PGO config down to the pass manager builder.
Emilio Cobos Álvarez
-1
/
+3
2018-03-23
Introduce unsafe offset_from on pointers
Scott McMurray
-0
/
+5
2018-03-15
add compile fail tests
gnzlbg
-0
/
+2
2018-03-13
add intrinsics for portable packed simd vector reductions
gnzlbg
-0
/
+40
2018-03-08
Fully use miri in trans
Oliver Schneider
-0
/
+10
2018-02-12
rustc: Persist LLVM's `Linker` in Fat LTO
Alex Crichton
-1
/
+9
2018-01-25
Rollup merge of #47710 - alexcrichton:llvm-6-compat, r=nikomatsakis
Alex Crichton
-3
/
+1
2018-01-25
Rollup merge of #47618 - mrhota:dw_at_noreturn, r=michaelwoerister
Alex Crichton
-0
/
+4
2018-01-24
llvm6: Remove MIPS64 archive variant
Alex Crichton
-1
/
+0
2018-01-24
llvm6: CodeModel::{JIT,}Default no longer exists
Alex Crichton
-2
/
+1
2018-01-20
Teach rustc about DW_AT_noreturn and a few more DIFlags
A.J. Gardner
-0
/
+4
2018-01-19
Update DW_OP_plus to DW_OP_plus_uconst
Josh Stone
-1
/
+1
2018-01-14
rustc_trans: remove unused `TargetDataRef` accessor.
Eduard-Mihai Burtescu
-1
/
+0
2018-01-07
Remove dead function rustc_llvm::debug_loc_to_string()
Björn Steinbrink
-2
/
+0
2018-01-07
Remove dead function LLVMRustLinkInParsedExternalBitcode()
Björn Steinbrink
-1
/
+0
2018-01-07
Remove redundant -Zdebug-llvm option
Björn Steinbrink
-3
/
+0
2018-01-07
Rollup merge of #47220 - nagisa:nonamellvm, r=rkruppe
kennytm
-1
/
+1
2018-01-05
Use name-discarding LLVM context
Simonas Kazlauskas
-1
/
+1
2018-01-04
Remove unused function LLVMRustGetValueContext()
Björn Steinbrink
-3
/
+0
2018-01-04
Remove outdated LLVMRustBuildLandingPad() wrapper
Björn Steinbrink
-7
/
+6
2017-12-23
rustc: Set release mode cgus to 16 by default
Alex Crichton
-0
/
+1
2017-12-18
rustc: Work around `DICompileUnit` bugs in LLVM
Alex Crichton
-0
/
+4
2017-11-28
rustc_llvm: remove stale references
Tamir Duberstein
-11
/
+7
2017-11-25
rustc: Add support for some more x86 SIMD ops
Alex Crichton
-0
/
+1
2017-11-20
Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon
bors
-1
/
+2
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-1
/
+2
2017-11-19
rustc_trans: compute better align/dereferenceable attributes from pointees.
Eduard-Mihai Burtescu
-0
/
+6
2017-11-19
rustc_trans: go through layouts uniformly for fat pointers and variants.
Eduard-Mihai Burtescu
-5
/
+0
2017-11-19
rustc_trans: do not introspect LLVM aggregate field types.
Eduard-Mihai Burtescu
-2
/
+0
2017-11-19
rustc_trans: remove obsolete Type methods.
Eduard-Mihai Burtescu
-1
/
+0
2017-11-19
rustc_trans: use a predictable layout for constant ADTs.
Eduard-Mihai Burtescu
-3
/
+0
2017-11-19
rustc_trans: avoid working with sizes/offsets and alignments as integers.
Eduard-Mihai Burtescu
-21
/
+2
2017-11-11
Control LLVM's TrapUnreachable feature through rustc's TargetOptions.
Dan Gohman
-1
/
+2
2017-11-03
Add support for specifying the TLS model
Amanieu d'Antras
-0
/
+12
2017-10-07
rustc: Implement ThinLTO
Alex Crichton
-0
/
+56
[next]