summaryrefslogtreecommitdiff
path: root/tools/verify-uselistorder
AgeCommit message (Expand)Author
2016-11-18[CMake] verify-uselistorder depends on intrinsics_genChris Bieneman
2016-11-13Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-05-04[GlobalDCE, Misc] Don't remove functions referenced by ifuncsDavid Majnemer
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-01-26Remove autoconf supportChris Bieneman
2015-10-13[uselistorder] Insert blank line, NFCVedant Kumar
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-06-16Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.Rafael Espindola
2015-04-15uselistorder: Pull the assembly bit up out of the printerDuncan P. N. Exon Smith
2015-04-15uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith
2015-04-14verify-uselistorder: More outs() and errs(), less dbgs()Duncan P. N. Exon Smith
2015-04-14IR: Rename 'use-list-order' options to 'uselistorder'Duncan P. N. Exon Smith
2015-03-31tools: Unify how verifyModule() is calledDuncan P. N. Exon Smith
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer
2014-12-03Prologue supportPeter Collingbourne
2014-08-26Pass a MemoryBufferRef when we can avoid taking ownership.Rafael Espindola
2014-08-26Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola
2014-08-19IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith
2014-08-19verify-uselistorder: Force -preserve-bc-use-list-orderDuncan P. N. Exon Smith
2014-08-19Modernize the .ll parsing interface.Rafael Espindola
2014-08-18verify-uselistorder: Call verifyModule() and improve outputDuncan P. N. Exon Smith
2014-08-01verify-uselistorder: Reverse use-lists at every verificationDuncan P. N. Exon Smith
2014-08-01verify-uselistorder: Add missing `static`Duncan P. N. Exon Smith
2014-08-01verify-uselistorder: Move shuffleUseLists() out of lib/IRDuncan P. N. Exon Smith
2014-08-01verify-uselistorder: Make the verification logic easier to reuseDuncan P. N. Exon Smith
2014-08-01Remove some calls to std::move.Rafael Espindola
2014-07-31verify-uselistorder: Change the default -num-shuffles=5Duncan P. N. Exon Smith
2014-07-30Rename llvm-uselistorder => verify-uselistorderDuncan P. N. Exon Smith