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
2019-07-20
Don't link mcjit/interpreter LLVM components
Nikita Popov
-2
/
+0
2019-07-15
Don't add extra passes into the function pass manager
Nikita Popov
-0
/
+17
2019-07-13
Update CPU printing for SubtargetSubTypeKV
Nikita Popov
-4
/
+4
2019-07-09
Pass GUIDPreservedSymbols to thinLTOResolvePrevailingInIndex()
Nikita Popov
-1
/
+4
2019-04-26
Limit internalization in LLVM 8 ThinLTO
Josh Stone
-1
/
+4
2019-04-05
Show better errors for LLVM IR output
Josh Stone
-2
/
+9
2019-02-12
rustc: Implement incremental "fat" LTO
Alex Crichton
-4
/
+4
2019-01-25
Rebase to the llvm-project monorepo
Josh Stone
-1
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-09
Bump minimum required LLVM version to 6.0
Nikita Popov
-16
/
+2
2018-11-30
Enable -mergefunc-use-aliases
Nikita Popov
-1
/
+1
2018-11-25
Handle some renamed ThinLTO functions
Alex Crichton
-0
/
+8
2018-11-11
Auto merge of #55698 - nikic:remove-llvm-4-support, r=alexcrichton
bors
-40
/
+1
2018-11-10
Auto merge of #55626 - nikic:update-emscripten, r=alexcrichton
bors
-1
/
+1
2018-11-05
Remove support for building against LLVM 4
Nikita Popov
-40
/
+1
2018-11-04
Update llvm-emscripten
Nikita Popov
-1
/
+1
2018-11-01
Remove checks for LLVM < 4.0
Nikita Popov
-142
/
+0
2018-09-26
add -Z emit-stack-sizes
Jorge Aparicio
-1
/
+4
2018-08-31
Provide a way of accessing the ThinLTO module import map in rustc.
Michael Woerister
-0
/
+27
2018-08-28
Fix warnings about the `native` target-cpu
Alex Crichton
-6
/
+7
2018-08-19
Buffer LLVM's object output stream
Alex Crichton
-1
/
+2
2018-08-12
Make LLVM emit assembly comments with -Z asm-comments.
whitequark
-1
/
+4
2018-08-01
[RISCV] Enable LLVM backend.
David Craven
-1
/
+8
2018-08-01
Rollup merge of #52824 - varkor:fix-llvm-ret-move-warnings, r=rkruppe
Pietro Albini
-3
/
+3
2018-07-30
rustc_codegen_llvm: remove more unused functions.
Irina Popa
-24
/
+0
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
[next]