Fix the -DBUILD_SHARED_LIBS=ON build.
[oota-llvm.git] / tools / verify-uselistorder /
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-16 Rafael EspindolaReturn a unique_ptr from getLazyBitcodeModule and parse...
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the assembly bit up out of the printer
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through WriteToBitcodFile()
2015-04-14 Duncan P. N. Exon... verify-uselistorder: More outs() and errs(), less dbgs()
2015-04-14 Duncan P. N. Exon... IR: Rename 'use-list-order' options to 'uselistorder'
2015-03-31 Duncan P. N. Exon... tools: Unify how verifyModule() is called
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2014-12-03 Peter CollingbournePrologue support
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from the IRReader.h functions...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-19 Duncan P. N. Exon... IR: Implement uselistorder assembly directives
2014-08-19 Duncan P. N. Exon... verify-uselistorder: Force -preserve-bc-use-list-order
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-08-18 Duncan P. N. Exon... verify-uselistorder: Call verifyModule() and improve...
2014-08-01 Duncan P. N. Exon... verify-uselistorder: Reverse use-lists at every verific...
2014-08-01 Duncan P. N. Exon... verify-uselistorder: Add missing `static`
2014-08-01 Duncan P. N. Exon... verify-uselistorder: Move shuffleUseLists() out of...
2014-08-01 Duncan P. N. Exon... verify-uselistorder: Make the verification logic easier...
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-31 Duncan P. N. Exon... verify-uselistorder: Change the default -num-shuffles=5
2014-07-30 Duncan P. N. Exon... Rename llvm-uselistorder => verify-uselistorder