summary refs log tree commit diff
path: root/src/rustllvm/ArchiveWrapper.cpp
AgeCommit message (Expand)AuthorLines
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