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_llvm
Age
Commit message (
Expand
)
Author
Lines
2018-01-28
rustc: Split Emscripten to a separate codegen backend
Alex Crichton
-0
/
+1
2018-01-27
rustc: Load the `rustc_trans` crate at runtime
Alex Crichton
-1
/
+2
2018-01-25
Rollup merge of #47710 - alexcrichton:llvm-6-compat, r=nikomatsakis
Alex Crichton
-4
/
+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
-2
/
+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
-7
/
+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-26
Auto merge of #46941 - ScottAbbey:freebsd-build-update, r=alexcrichton
bors
-0
/
+2
2017-12-23
rustc: Set release mode cgus to 16 by default
Alex Crichton
-0
/
+1
2017-12-22
Re-do the FreeBSD cross-builds to use Clang and libc++. Fixes #44433.
Jed Davis
-0
/
+2
2017-12-18
rustc: Work around `DICompileUnit` bugs in LLVM
Alex Crichton
-0
/
+4
2017-12-03
Auto merge of #46435 - cuviper:min-llvm-3.9, r=rkruppe
bors
-32
/
+12
2017-12-01
rustc_llvm: Assume at least LLVM 3.9 in build.rs
Josh Stone
-32
/
+12
2017-11-28
*: strip calls to cc::Build::compile
Tamir Duberstein
-1
/
+1
2017-11-28
rustc_llvm: use cc::Build::define
Tamir Duberstein
-3
/
+3
2017-11-28
rustc_llvm: remove stale references
Tamir Duberstein
-11
/
+7
2017-11-26
make OpenBSD to use libc++ instead of (e)stdc++
Sébastien Marie
-2
/
+2
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: support scalar pairs directly in the Rust ABI.
Eduard-Mihai Burtescu
-6
/
+3
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
/
+17
2017-10-11
Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support
Marco A L Barbosa
-1
/
+1
2017-10-09
Auto merge of #45041 - est31:master, r=alexcrichton
bors
-5
/
+1
2017-10-07
rustc: Implement ThinLTO
Alex Crichton
-0
/
+57
2017-10-05
Remove nacl from librustc_llvm
est31
-5
/
+1
2017-09-30
rustc: Enable LTO and multiple codegen units
Alex Crichton
-0
/
+7
2017-09-28
Update to the `cc` crate
Alex Crichton
-3
/
+3
2017-09-17
Remove rustc_bitflags; use the bitflags crate
Tamir Duberstein
-24
/
+28
2017-09-05
disable gcc warnings
Ralf Jung
-0
/
+1
2017-09-02
update gcc crate
Ralf Jung
-1
/
+1
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-8
/
+6
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-6
/
+6
[next]