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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustllvm
/
ArchiveWrapper.cpp
Age
Commit message (
Expand
)
Author
Lines
2020-02-12
Properly use the darwin archive format on Apple targets
Anthony Ramine
-0
/
+3
2020-01-07
Handle removal of llvm::make_unique()
Nikita Popov
-0
/
+4
2019-04-05
rustc: Start implementing compat with LLVM 9
Alex Crichton
-12
/
+16
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-09
Bump minimum required LLVM version to 6.0
Nikita Popov
-6
/
+1
2018-11-05
Remove support for building against LLVM 4
Nikita Popov
-2
/
+0
2018-11-01
Remove checks for LLVM < 4.0
Nikita Popov
-14
/
+0
2018-07-30
rustc_llvm: move to rustc_codegen_llvm::llvm.
Irina Popa
-1
/
+1
2018-01-24
llvm6: Different return value for writeArchive
Alex Crichton
-3
/
+10
2018-01-24
llvm6: Remove MIPS64 archive variant
Alex Crichton
-3
/
+0
2017-12-01
rustllvm: Remove conditional code for LLVM < 3.9
Josh Stone
-49
/
+0
2017-11-20
[rustllvm] Use report_fatal_error over llvm_unreachable
Robin Kruppe
-1
/
+1
2017-07-21
Fix archive member names on 5.0
Alex Crichton
-0
/
+4
2016-12-31
Improve naming style in rustllvm.
Ian Kerins
-102
/
+104
2016-12-30
Switching from NULL to nullptr in src/rustllvm.
karpinski
-8
/
+8
2016-12-30
Ran clang-format on src/rustllvm with llvm as the coding style.
karpinski
-145
/
+138
2016-12-29
Check *all* errors in LLVMRustArchiveIterator* API
Robin Kruppe
-9
/
+26
2016-12-11
[LLVM 4.0] Explicitly call constructor of 'llvm::Error'
Dylan McKay
-0
/
+2
2016-12-06
[LLVM 4.0] rustllvm archive support
Robin Kruppe
-0
/
+19
2016-09-26
Extend preprocessor LLVM version checks to support LLVM 4.x
Jake Goulding
-12
/
+12
2016-08-03
finish type-auditing rustllvm
Ariel Ben-Yehuda
-1
/
+1
2016-08-03
audit LLVM C++ types in ArchiveWrapper and PassWrapper
Ariel Ben-Yehuda
-33
/
+65
2016-07-29
Force check of error
Jan-Erik Rediger
-2
/
+14
2016-07-29
Use correct error handling type
Jan-Erik Rediger
-1
/
+1
2016-07-29
Flip LLVM verion check clause
Jan-Erik Rediger
-9
/
+9
2016-07-29
[LLVM-3.9] Use old way of getting next child
Jan-Erik Rediger
-2
/
+7
2016-07-29
[LLVM-3.9] Maintain backward compatibility in Archiver
Jan-Erik Rediger
-0
/
+7
2016-07-29
[LLVM-3.9] Update return type for Archive::create
Jan-Erik Rediger
-0
/
+8
2016-07-29
[LLVM-3.9] Replace NewArchiveIterator with NewArchiveMember
Jan-Erik Rediger
-3
/
+17
2016-06-09
Remove unneeded indirection of GET_ARCHIVE
Jake Goulding
-2
/
+1
2016-06-09
Reflect supporting only LLVM 3.7+ in the LLVM wrappers
Jake Goulding
-25
/
+0
2016-01-29
trans: Upgrade LLVM
Alex Crichton
-3
/
+19
2015-10-24
rustllvm: Update to LLVM trunk
Seo Sanghyeon
-0
/
+8
2015-07-22
Write deterministic archives
eternaleye
-1
/
+1
2015-07-16
trans: Add kind to writeArchive
Alex Crichton
-3
/
+14
2015-07-10
trans: Use LLVM's writeArchive to modify archives
Alex Crichton
-0
/
+168