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
/
rustllvm.h
Age
Commit message (
Expand
)
Author
Lines
2020-09-09
Move `rustllvm` into `rustc_llvm`
Vadim Petrochenkov
-115
/
+0
2020-07-17
Generating the coverage map
Rich Kadel
-0
/
+1
2020-05-18
Implement asm! codegen
Amanieu d'Antras
-0
/
+2
2019-07-20
Don't link mcjit/interpreter LLVM components
Nikita Popov
-4
/
+0
2019-02-23
Implement ffi_returns_twice attribute
gnzlbg
-0
/
+1
2019-01-24
Implement optimize(size) and optimize(speed)
Simonas Kazlauskas
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-01
Remove checks for LLVM < 4.0
Nikita Popov
-4
/
+0
2018-10-11
Support for disabling the PLT on ELF targets
Gabriel Majeri
-0
/
+1
2018-07-07
removed redundant header file import in rustllvm.h
Pramod Bisht
-2
/
+0
2018-01-07
Remove unused LLVMRustJITMemoryManagerRef typedef
Björn Steinbrink
-1
/
+0
2018-01-07
Remove dead function rustc_llvm::debug_loc_to_string()
Björn Steinbrink
-1
/
+0
2018-01-05
Use name-discarding LLVM context
Simonas Kazlauskas
-1
/
+1
2017-12-01
rustllvm: Remove conditional code for LLVM < 3.9
Josh Stone
-4
/
+0
2017-07-21
rustllvm: define LLVM_VERSION_LT
Tim Neumann
-0
/
+2
2017-02-08
sanitizer support
Jorge Aparicio
-0
/
+3
2016-12-31
Improve naming style in rustllvm.
Ian Kerins
-11
/
+11
2016-12-30
Ran clang-format on src/rustllvm with llvm as the coding style.
karpinski
-72
/
+68
2016-12-21
Fixed fastcall not applying inreg attributes to arguments like the C/C++ fast...
Ivan Molodetskikh
-0
/
+1
2016-12-04
[LLVM 4.0] New bitcode headers and API
Jake Goulding
-1
/
+7
2016-11-17
Use llvm::Attribute API instead of "raw value" APIs, which will be removed in...
Robin Kruppe
-0
/
+22
2016-09-26
Extend preprocessor LLVM version checks to support LLVM 4.x
Jake Goulding
-1
/
+10
2016-08-03
audit LLVM C++ types in ArchiveWrapper and PassWrapper
Ariel Ben-Yehuda
-0
/
+5
2015-06-16
rustc: Update LLVM
Alex Crichton
-1
/
+6
2015-06-08
Changes to LLVM `ExecutionEngine` wrapper
Murarth
-8
/
+0
2015-04-21
LLVM < 3.5 is unsupported since bb18a3c
Tamir Duberstein
-7
/
+0
2014-12-11
Add LLVM ExecutionEngine API
Murarth
-0
/
+1
2014-10-04
Update LLVM.
Luqman Aden
-2
/
+0
2014-09-27
Translate inline assembly errors back to source locations
Keegan McAllister
-0
/
+1
2014-09-12
Add -C remark for LLVM optimization remarks
Keegan McAllister
-0
/
+2
2014-09-12
Add a Rust string ostream for LLVM
Keegan McAllister
-0
/
+28
2014-04-23
rustc: Fix passing errors from LLVM to rustc
Alex Crichton
-1
/
+1
2014-04-17
Upgrade LLVM
Alex Crichton
-3
/
+6
2014-02-26
rustc: Get rustc compiling with LLVM 3.{3,4} again
Alex Crichton
-1
/
+6
2014-01-29
Upgrade LLVM
Alex Crichton
-3
/
+1
2013-12-09
Implement LTO
Alex Crichton
-0
/
+2
2013-08-26
Rewrite pass management with LLVM
Alex Crichton
-0
/
+2
2013-08-04
Fix build issues once LLVM has been upgraded
Alex Crichton
-0
/
+2
2013-06-17
Use DIBuilder in debuginfo
Vadim Chugunov
-0
/
+2
2013-06-15
auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brson
bors
-0
/
+1
2013-06-13
Revert "Revert "Have JIT execution take ownership of the LLVMContextRef""
Alex Crichton
-0
/
+1
2013-06-13
automated whitespace fixes
Daniel Micay
-1
/
+0
2013-06-13
Revert "Have JIT execution take ownership of the LLVMContextRef"
Brian Anderson
-1
/
+0
2013-06-10
Have JIT execution take ownership of the LLVMContextRef
Alex Crichton
-0
/
+1
2013-05-29
Refactor optimization pass handling.
James Miller
-0
/
+57