aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/verify-uselistorder
AgeCommit message (Expand)AuthorFilesLines
2022-08-07[llvm] Fix comment typos (NFC)Kazu Hirata1-1/+1
2022-07-21[verify-uselistorder] Hide unrelated optionsFangrui Song1-2/+5
2021-09-07[UseListOrder] Fix use list order for function operandsNikita Popov1-16/+6
2021-09-04[verify-uselistorder] Support -force-opaque-pointersNikita Popov1-2/+1
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-1/+1
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-21/+0
2020-10-20Handle value uses wrapped in metadata for the use-list orderDavid Stenberg1-2/+13
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-21/+21
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-2/+2
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama1-6/+2
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola1-1/+1
2016-11-18[CMake] verify-uselistorder depends on intrinsics_genChris Bieneman1-0/+3
2016-11-13Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne1-3/+3
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson1-1/+2
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith1-1/+1
2016-05-04[GlobalDCE, Misc] Don't remove functions referenced by ifuncsDavid Majnemer1-0/+8
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-1/+1
2016-01-26Remove autoconf supportChris Bieneman1-17/+0
2015-10-13[uselistorder] Insert blank line, NFCVedant Kumar1-0/+1
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer1-0/+4
2015-06-16Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.Rafael Espindola1-2/+2
2015-04-15uselistorder: Pull the assembly bit up out of the printerDuncan P. N. Exon Smith1-8/+2
2015-04-15uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith1-5/+1
2015-04-14verify-uselistorder: More outs() and errs(), less dbgs()Duncan P. N. Exon Smith1-14/+17
2015-04-14IR: Rename 'use-list-order' options to 'uselistorder'Duncan P. N. Exon Smith1-8/+8
2015-03-31tools: Unify how verifyModule() is calledDuncan P. N. Exon Smith1-2/+5
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer1-0/+1
2014-12-03Prologue supportPeter Collingbourne1-2/+8
2014-08-26Pass a MemoryBufferRef when we can avoid taking ownership.Rafael Espindola1-1/+2
2014-08-26Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola1-2/+1
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola1-8/+8
2014-08-19IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith1-3/+6
2014-08-19verify-uselistorder: Force -preserve-bc-use-list-orderDuncan P. N. Exon Smith1-3/+2
2014-08-19Modernize the .ll parsing interface.Rafael Espindola1-1/+1
2014-08-18verify-uselistorder: Call verifyModule() and improve outputDuncan P. N. Exon Smith1-29/+33
2014-08-01verify-uselistorder: Reverse use-lists at every verificationDuncan P. N. Exon Smith1-21/+69
2014-08-01verify-uselistorder: Add missing `static`Duncan P. N. Exon Smith1-1/+1
2014-08-01verify-uselistorder: Move shuffleUseLists() out of lib/IRDuncan P. N. Exon Smith1-5/+100
2014-08-01verify-uselistorder: Make the verification logic easier to reuseDuncan P. N. Exon Smith1-6/+10
2014-08-01Remove some calls to std::move.Rafael Espindola1-2/+2
2014-07-31verify-uselistorder: Change the default -num-shuffles=5Duncan P. N. Exon Smith1-1/+16
2014-07-30Rename llvm-uselistorder => verify-uselistorderDuncan P. N. Exon Smith4-0/+445