summary refs log tree commit diff
path: root/src/rustllvm/ArchiveWrapper.cpp
AgeCommit message (Expand)AuthorLines
2020-02-12Properly use the darwin archive format on Apple targetsAnthony Ramine-0/+3
2020-01-07Handle removal of llvm::make_unique()Nikita Popov-0/+4
2019-04-05rustc: Start implementing compat with LLVM 9Alex Crichton-12/+16
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-09Bump minimum required LLVM version to 6.0Nikita Popov-6/+1
2018-11-05Remove support for building against LLVM 4Nikita Popov-2/+0
2018-11-01Remove checks for LLVM < 4.0Nikita Popov-14/+0
2018-07-30rustc_llvm: move to rustc_codegen_llvm::llvm.Irina Popa-1/+1
2018-01-24llvm6: Different return value for writeArchiveAlex Crichton-3/+10
2018-01-24llvm6: Remove MIPS64 archive variantAlex Crichton-3/+0
2017-12-01rustllvm: Remove conditional code for LLVM < 3.9Josh Stone-49/+0
2017-11-20[rustllvm] Use report_fatal_error over llvm_unreachableRobin Kruppe-1/+1
2017-07-21Fix archive member names on 5.0Alex Crichton-0/+4
2016-12-31Improve naming style in rustllvm.Ian Kerins-102/+104
2016-12-30Switching from NULL to nullptr in src/rustllvm.karpinski-8/+8
2016-12-30Ran clang-format on src/rustllvm with llvm as the coding style.karpinski-145/+138
2016-12-29Check *all* errors in LLVMRustArchiveIterator* APIRobin 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 supportRobin Kruppe-0/+19
2016-09-26Extend preprocessor LLVM version checks to support LLVM 4.xJake Goulding-12/+12
2016-08-03finish type-auditing rustllvmAriel Ben-Yehuda-1/+1
2016-08-03audit LLVM C++ types in ArchiveWrapper and PassWrapperAriel Ben-Yehuda-33/+65
2016-07-29Force check of errorJan-Erik Rediger-2/+14
2016-07-29Use correct error handling typeJan-Erik Rediger-1/+1
2016-07-29Flip LLVM verion check clauseJan-Erik Rediger-9/+9
2016-07-29[LLVM-3.9] Use old way of getting next childJan-Erik Rediger-2/+7
2016-07-29[LLVM-3.9] Maintain backward compatibility in ArchiverJan-Erik Rediger-0/+7
2016-07-29[LLVM-3.9] Update return type for Archive::createJan-Erik Rediger-0/+8
2016-07-29[LLVM-3.9] Replace NewArchiveIterator with NewArchiveMemberJan-Erik Rediger-3/+17
2016-06-09Remove unneeded indirection of GET_ARCHIVEJake Goulding-2/+1
2016-06-09Reflect supporting only LLVM 3.7+ in the LLVM wrappersJake Goulding-25/+0
2016-01-29trans: Upgrade LLVMAlex Crichton-3/+19
2015-10-24rustllvm: Update to LLVM trunkSeo Sanghyeon-0/+8
2015-07-22Write deterministic archiveseternaleye-1/+1
2015-07-16trans: Add kind to writeArchiveAlex Crichton-3/+14
2015-07-10trans: Use LLVM's writeArchive to modify archivesAlex Crichton-0/+168