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
/
rustllvm
/
PassWrapper.cpp
Age
Commit message (
Expand
)
Author
Lines
2018-07-29
Fix -Wpessimizing-move warnings in rustllvm/PassWrapper
varkor
-3
/
+3
2018-07-23
Auto merge of #52506 - alexcrichton:dont-duplicate-wasm-sections, r=michaelwo...
bors
-1
/
+30
2018-07-18
rustc: Work around an upstream wasm ThinLTO bug
Alex Crichton
-1
/
+30
2018-07-18
rustc: Remove a workaroudn in ThinLTO fixed upstream
Alex Crichton
-14
/
+0
2018-07-16
Revert "Provide a way of accessing the ThinLTO module import map in rustc."
Michael Woerister
-56
/
+0
2018-07-16
Revert "Use callback-based interface to load ThinLTO import data into rustc."
Michael Woerister
-20
/
+47
2018-07-13
Use callback-based interface to load ThinLTO import data into rustc.
Michael Woerister
-47
/
+20
2018-07-11
Provide a way of accessing the ThinLTO module import map in rustc.
Michael Woerister
-0
/
+56
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-0
/
+4
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-1
/
+1
2018-05-15
Reenable the MergeFunctions pass
Anthony Ramine
-2
/
+3
2018-05-12
Set PrepareForThinLTO flag when using ThinLTO
Nikita Popov
-1
/
+4
2018-03-27
Enable target_feature on any LLVM 6+
Josh Stone
-8
/
+4
2018-03-25
try to fix the build on older LLVM versions.
Emilio Cobos Álvarez
-0
/
+18
2018-03-25
rustc_llvm: rustc_trans: Thread the PGO config down to the pass manager builder.
Emilio Cobos Álvarez
-1
/
+11
2018-01-30
rustc: Add some defines for LLVM 7 compat
Alex Crichton
-0
/
+11
2018-01-24
llvm6: Missing include for LLVM 6 in PassWrapper.cpp
Alex Crichton
-0
/
+1
2018-01-24
llvm6: CodeModel::{JIT,}Default no longer exists
Alex Crichton
-8
/
+14
2018-01-14
rustc_trans: remove unused `TargetDataRef` accessor.
Eduard-Mihai Burtescu
-4
/
+0
2017-12-23
rustc: Set release mode cgus to 16 by default
Alex Crichton
-0
/
+15
2017-12-18
rustc: Work around `DICompileUnit` bugs in LLVM
Alex Crichton
-0
/
+80
2017-12-12
ThinLTO: updates for LLVM 5
Tatsuyuki Ishi
-0
/
+8
2017-12-07
rustc: Further tweak linkage in ThinLTO
Alex Crichton
-1
/
+1
2017-12-03
Auto merge of #46435 - cuviper:min-llvm-3.9, r=rkruppe
bors
-21
/
+0
2017-12-01
rustllvm: Remove conditional code for LLVM < 3.9
Josh Stone
-21
/
+0
2017-11-30
rustc: Tweak the `isExported` callback for ThinLTO
Alex Crichton
-87
/
+23
2017-11-20
[rustllvm] Use report_fatal_error over llvm_unreachable
Robin Kruppe
-16
/
+16
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-1
/
+7
2017-11-11
Control LLVM's TrapUnreachable feature through rustc's TargetOptions.
Dan Gohman
-6
/
+8
2017-11-10
Fix a spello.
Dan Gohman
-1
/
+1
2017-11-10
Enable TrapUnreachable in LLVM.
Dan Gohman
-0
/
+6
2017-10-19
Update ThinLTO (internalization) for LLVM 5
Tatsuyuki Ishi
-1
/
+16
2017-10-17
Update ThinLTO for LLVM 5
Alex Crichton
-1
/
+38
2017-10-15
rustc: Fix some ThinLTO internalization
Alex Crichton
-5
/
+8
2017-10-07
rustc: Implement ThinLTO
Alex Crichton
-0
/
+461
2017-09-15
Add 'native' to -C target-cpu=help
Matt Ickstadt
-0
/
+7
2017-08-08
Fix covered-switch-default warnings in PassWrapper
kennytm
-2
/
+4
2017-07-31
Gate LLVMRustHasFeature on LLVM_RUSTLLVM
Josh Stone
-1
/
+1
2017-07-28
Make LLVMRustHasFeature more robust
Luca Barbato
-13
/
+7
2017-07-01
When writing LLVM IR output demangled fn name in comments
Stepan Koltsov
-2
/
+126
2017-05-01
Auto merge of #41560 - alevy:rwpi-ropi, r=eddyb
bors
-23
/
+43
2017-04-28
Added LLVMRustRelocMode
Amit Aryeh Levy
-34
/
+43
2017-04-26
Add RWPI/ROPI relocation model support
Amit Aryeh Levy
-4
/
+15
2017-04-25
Add Hexagon support
Michael Wu
-1
/
+8
2017-01-01
Auto merge of #38745 - CannedYerins:llvm-code-style, r=rkruppe
bors
-65
/
+65
2017-01-01
Merge branch 'master' into sparc64
Seo Sanghyeon
-350
/
+306
2016-12-31
Improve naming style in rustllvm.
Ian Kerins
-65
/
+65
2016-12-30
Switching from NULL to nullptr in src/rustllvm.
karpinski
-4
/
+4
2016-12-30
Ran clang-format on src/rustllvm with llvm as the coding style.
karpinski
-349
/
+305
2016-12-29
further enable the Sparc LLVM backend
Jonathan A. Kollasch
-1
/
+8
[prev]
[next]