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
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
2015-07-16
trans: Clean up handling the LLVM data layout
Alex Crichton
-0
/
+27
2015-06-16
rustc: Update LLVM
Alex Crichton
-7
/
+51
2015-04-21
LLVM < 3.5 is unsupported since bb18a3c
Tamir Duberstein
-16
/
+3
2015-03-10
Add support for target-cpu=native
Julian Orth
-1
/
+7
2014-10-12
optimize position independent code in executables
Daniel Micay
-0
/
+2
2014-10-04
Update LLVM.
Luqman Aden
-3
/
+15
2014-05-22
Update to LLVM head and mark various ptrs as nonnull.
Luqman Aden
-0
/
+1
2014-05-15
Add a crate for missing stubs from libcore
Alex Crichton
-4
/
+14
2014-04-29
rustc: Enable -f{function,data}-sections
Alex Crichton
-1
/
+5
2014-04-23
rustc: Fix passing errors from LLVM to rustc
Alex Crichton
-2
/
+2
2014-04-17
Upgrade LLVM
Alex Crichton
-0
/
+6
2014-02-26
rustc: Get rustc compiling with LLVM 3.{3,4} again
Alex Crichton
-0
/
+16
2014-02-25
Update LLVM
Alex Crichton
-2
/
+2
2014-01-29
auto merge of #11853 : alexcrichton/rust/up-llvm, r=brson
bors
-1
/
+1
2014-01-29
Upgrade LLVM
Alex Crichton
-1
/
+1
2014-01-29
enable fp-elim when debug info is disabled
Daniel Micay
-2
/
+3
2013-12-29
Update llvm.
Luqman Aden
-3
/
+1
2013-12-11
Disable all unwinding on -Z no-landing-pads LTO
Alex Crichton
-0
/
+21
2013-12-09
Implement LTO
Alex Crichton
-0
/
+8
2013-12-05
Update LLVM and jettison jit support
Alex Crichton
-1
/
+0
2013-10-01
add -Z soft-float option
Jyun-Yan You
-1
/
+6
2013-08-30
Tweak pass management and add some more options
Alex Crichton
-23
/
+2
2013-08-28
Revert "auto merge of #8695 : thestinger/rust/build, r=pcwalton"
Brian Anderson
-0
/
+1
2013-08-26
Rewrite pass management with LLVM
Alex Crichton
-31
/
+190
2013-06-19
rustc: Dispose of LLVM passes in test cases
Brian Anderson
-0
/
+5
[prev]
[next]