summaryrefslogtreecommitdiff
path: root/tools/verify-uselistorder
Commit message (Expand)AuthorAgeFilesLines
* [CMake] verify-uselistorder depends on intrinsics_genChris Bieneman2016-11-181-0/+3
* Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne2016-11-131-3/+3
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-1/+2
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* [GlobalDCE, Misc] Don't remove functions referenced by ifuncsDavid Majnemer2016-05-041-0/+8
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-17/+0
* [uselistorder] Insert blank line, NFCVedant Kumar2015-10-131-0/+1
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-0/+4
* Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.Rafael Espindola2015-06-161-2/+2
* uselistorder: Pull the assembly bit up out of the printerDuncan P. N. Exon Smith2015-04-151-8/+2
* uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith2015-04-151-5/+1
* verify-uselistorder: More outs() and errs(), less dbgs()Duncan P. N. Exon Smith2015-04-141-14/+17
* IR: Rename 'use-list-order' options to 'uselistorder'Duncan P. N. Exon Smith2015-04-141-8/+8
* tools: Unify how verifyModule() is calledDuncan P. N. Exon Smith2015-03-311-2/+5
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-0/+1
* Prologue supportPeter Collingbourne2014-12-031-2/+8
* Pass a MemoryBufferRef when we can avoid taking ownership.Rafael Espindola2014-08-261-1/+2
* Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola2014-08-261-2/+1
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-8/+8
* IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith2014-08-191-3/+6
* verify-uselistorder: Force -preserve-bc-use-list-orderDuncan P. N. Exon Smith2014-08-191-3/+2
* Modernize the .ll parsing interface.Rafael Espindola2014-08-191-1/+1
* verify-uselistorder: Call verifyModule() and improve outputDuncan P. N. Exon Smith2014-08-181-29/+33
* verify-uselistorder: Reverse use-lists at every verificationDuncan P. N. Exon Smith2014-08-011-21/+69
* verify-uselistorder: Add missing `static`Duncan P. N. Exon Smith2014-08-011-1/+1
* verify-uselistorder: Move shuffleUseLists() out of lib/IRDuncan P. N. Exon Smith2014-08-011-5/+100
* verify-uselistorder: Make the verification logic easier to reuseDuncan P. N. Exon Smith2014-08-011-6/+10
* Remove some calls to std::move.Rafael Espindola2014-08-011-2/+2
* verify-uselistorder: Change the default -num-shuffles=5Duncan P. N. Exon Smith2014-07-311-1/+16
* Rename llvm-uselistorder => verify-uselistorderDuncan P. N. Exon Smith2014-07-304-0/+445