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
/
RustWrapper.cpp
Age
Commit message (
Expand
)
Author
Lines
2018-01-07
Remove dead function rustc_llvm::debug_loc_to_string()
Björn Steinbrink
-8
/
+0
2018-01-07
Remove dead function LLVMRustLinkInParsedExternalBitcode()
Björn Steinbrink
-17
/
+0
2018-01-07
Remove redundant -Zdebug-llvm option
Björn Steinbrink
-6
/
+0
2018-01-07
Rollup merge of #47220 - nagisa:nonamellvm, r=rkruppe
kennytm
-1
/
+7
2018-01-05
Use name-discarding LLVM context
Simonas Kazlauskas
-1
/
+7
2018-01-04
Simplify LLVMRustModuleCost()
Björn Steinbrink
-7
/
+2
2018-01-04
Remove unused function LLVMRustGetValueContext()
Björn Steinbrink
-4
/
+0
2018-01-04
Remove outdated LLVMRustBuildLandingPad() wrapper
Björn Steinbrink
-7
/
+0
2017-12-12
Fix return value of `LLVMRustMetadataAsValue`
varkor
-2
/
+2
2017-12-01
rustllvm: Remove conditional code for LLVM < 3.9
Josh Stone
-74
/
+1
2017-11-20
[rustllvm] Use report_fatal_error over llvm_unreachable
Robin Kruppe
-11
/
+11
2017-11-19
rustc_trans: compute better align/dereferenceable attributes from pointees.
Eduard-Mihai Burtescu
-0
/
+58
2017-11-19
rustc_trans: avoid working with sizes/offsets and alignments as integers.
Eduard-Mihai Burtescu
-5
/
+2
2017-10-10
Band-aid fix to stop race conditions in llvm errors
Aidan Hobson Sayers
-1
/
+1
2017-09-30
rustc: Enable LTO and multiple codegen units
Alex Crichton
-0
/
+62
2017-07-21
update attributes API usage
Alex Crichton
-1
/
+26
2017-07-21
rustllvm: split DebugLoc in UnpackOptimizationDiagnostic
Tim Neumann
-3
/
+20
2017-07-21
rustllvm: update to SyncScope::ID
Tim Neumann
-0
/
+13
2017-07-21
rustllvm: adjust usage of createNameSpace
Tim Neumann
-1
/
+5
2017-07-21
rustllvm: adjust usage of createPointerType
Tim Neumann
-1
/
+9
2017-07-21
rustllvm: use LLVMMetadataRef
Tim Neumann
-73
/
+75
2017-06-04
Merge branch 'profiling' of github.com:whitequark/rust into profiling
Marco Castelluccio
-0
/
+4
2017-05-28
add NullOp::SizeOf and BinOp::Offset
Ariel Ben-Yehuda
-5
/
+9
2017-05-01
Add profiling support, through the rustc -Z profile flag.
whitequark
-0
/
+4
2017-04-12
Expose LLVM appendModuleInlineAsm
A.J. Gardner
-0
/
+4
2017-03-16
add missing global metadata
Tim Neumann
-3
/
+8
2017-03-16
clang-format
Tim Neumann
-5
/
+2
2017-03-16
isolate llvm 4.0 code path
Tim Neumann
-12
/
+6
2017-02-13
Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis
bors
-0
/
+6
2017-02-11
[LLVM 4.0] Fix CreateCompileUnit
Matt Ickstadt
-3
/
+11
2017-02-10
Fix intcast, use it where appropriate
Simonas Kazlauskas
-0
/
+6
2017-02-09
Auto merge of #38109 - tromey:main-subprogram, r=michaelwoerister
bors
-0
/
+6
2017-02-08
Rollup merge of #38699 - japaric:lsan, r=alexcrichton
Corey Farwell
-0
/
+6
2017-02-08
sanitizer support
Jorge Aparicio
-0
/
+6
2017-02-08
Rollup merge of #39529 - dylanmckay:llvm-4.0-align32, r=alexcrichton
Corey Farwell
-10
/
+10
2017-02-04
Emit DW_AT_main_subprogram
Tom Tromey
-0
/
+6
2017-02-04
[llvm] Use 32-bits for alignment
Dylan McKay
-10
/
+10
2017-02-04
Support a debug info API change for LLVM 4.0
Dylan McKay
-0
/
+4
2017-01-26
Remove unnecessary LLVMRustPersonalityFn binding
Simonas Kazlauskas
-8
/
+0
2017-01-14
Fix covered-switch-default warnings in RustWrapper
Ruud van Asseldonk
-10
/
+4
2017-01-01
Auto merge of #38745 - CannedYerins:llvm-code-style, r=rkruppe
bors
-261
/
+262
2016-12-31
Auto merge of #38482 - est31:i128, r=eddyb
bors
-0
/
+17
2016-12-31
Improve naming style in rustllvm.
Ian Kerins
-261
/
+262
2016-12-30
Switching from NULL to nullptr in src/rustllvm.
karpinski
-11
/
+11
2016-12-30
Ran clang-format on src/rustllvm with llvm as the coding style.
karpinski
-1004
/
+793
2016-12-30
Fix rebase fallout
Simonas Kazlauskas
-0
/
+1
2016-12-30
Add a way to retrieve constant value in 128 bits
Simonas Kazlauskas
-0
/
+16
2016-12-21
Fixed fastcall not applying inreg attributes to arguments like the C/C++ fast...
Ivan Molodetskikh
-0
/
+2
2016-12-14
Update LLVM global variable debug info API for 4.0
Dylan McKay
-5
/
+20
2016-12-12
[LLVM 4.0] Move debuginfo alignment argument
Jake Goulding
-8
/
+29
[next]