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
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
2016-12-07
printf type correctness
Robin Kruppe
-2
/
+5
2016-11-28
Don't assume llvm::StringRef is null terminated
Robin Kruppe
-3
/
+5
2016-11-27
Adapt LLVMRustPrintPasses to LLVM 4.0 preferring `StringRef` over `char *`
Robin Kruppe
-0
/
+7
2016-11-18
[LLVM 4.0] Update AlwaysInliner pass header and constructor
Jake Goulding
-0
/
+7
2016-11-12
also enable the MSP430 backend in Makefiles
Jorge Aparicio
-1
/
+8
2016-09-26
Extend preprocessor LLVM version checks to support LLVM 4.x
Jake Goulding
-6
/
+6
2016-08-28
build llvm with systemz backend enabled, and link to related libraries
Jorge Aparicio
-1
/
+8
2016-08-06
Merge branch 'master' into issue-30961
Cameron Hart
-31
/
+173
2016-08-03
Support removed LLVM intrinsics by invoking its AutoUpgrade mechanism.
Eduard Burtescu
-0
/
+8
2016-08-03
finish type-auditing rustllvm
Ariel Ben-Yehuda
-3
/
+3
2016-08-03
audit LLVM C++ types in ArchiveWrapper and PassWrapper
Ariel Ben-Yehuda
-26
/
+112
2016-07-29
Use C type when passing value to LLVM pass
Jan-Erik Rediger
-1
/
+24
2016-07-29
[LLVM-3.9] Increase PIELevel
Jan-Erik Rediger
-1
/
+1
2016-07-29
[LLVM-3.9] Configure PIE at the module level instead of compilation unit level
Jan-Erik Rediger
-0
/
+10
2016-07-29
[LLVM-3.9] Preserve certain functions when internalizing
Jan-Erik Rediger
-1
/
+16
2016-07-29
[LLVM-3.9] Specify that we are using the legacy interface
Jan-Erik Rediger
-3
/
+3
2016-07-24
Pass -DLLVM_RUSTLLVM to compile against rust llvm fork.
Cameron Hart
-3
/
+17
2016-07-11
Add help for target CPUs, features, relocation and code models.
Cameron Hart
-0
/
+38
2016-06-09
Reflect supporting only LLVM 3.7+ in the LLVM wrappers
Jake Goulding
-52
/
+1
2016-04-09
Implement feature extraction from `TargetMachine`
Andrea Canciani
-0
/
+69
2016-01-25
Register LLVM passes with the correct LLVM pass manager.
Corey Farwell
-6
/
+30
2015-11-19
Remove segmented stack option from LLVMRustCreateTargetMachine. Unused.
Brian Anderson
-1
/
+0
2015-10-24
rustllvm: Update to LLVM trunk
Seo Sanghyeon
-0
/
+2
2015-10-13
Avoid using getDataLayout, deprecated in LLVM 3.7
Seo Sanghyeon
-2
/
+1
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-1
/
+1
[prev]
[next]