summaryrefslogtreecommitdiff
path: root/llvm/tools/verify-uselistorder
AgeCommit message (Expand)Author
2025-06-24[verify-uselistorder] Use llvm::is_sorted (NFC) (#145444)Kazu Hirata
2025-05-08Reapply "IR: Remove uselist for constantdata (#137313)" (#138961)Matt Arsenault
2025-05-07Revert "IR: Remove uselist for constantdata (#137313)"Kirill Stoimenov
2025-05-06IR: Remove uselist for constantdata (#137313)Matt Arsenault
2025-04-09[DebugInfo][RemoveDIs] Eliminate another debug-info variation flag (#133917)Jeremy Morse
2024-07-06[llvm] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#97778)Kazu Hirata
2024-04-22[RemoveDIs] Make verify-uselistorder preserve the input debug info format (#8...Stephen Tozer
2024-03-25[verify-uselistorder] Fix a typo, fix linkingMartin Storsjö
2024-03-25[RemoveDIs] Do not load into new debug info format from bitcode by default (#...Orlando Cazalet-Hyams
2024-03-15Reapply [RemoveDIs] Read/write DbgRecords directly from/to bitcode (#83251)Orlando Cazalet-Hyams
2024-03-15Revert "[RemoveDIs] Read/write DbgRecords directly from/to bitcode" (#85382)Orlando Cazalet-Hyams
2024-03-15[RemoveDIs] Read/write DbgRecords directly from/to bitcode (#83251)Orlando Cazalet-Hyams
2022-08-07[llvm] Fix comment typos (NFC)Kazu Hirata
2022-07-21[verify-uselistorder] Hide unrelated optionsFangrui Song
2021-09-07[UseListOrder] Fix use list order for function operandsNikita Popov
2021-09-04[verify-uselistorder] Support -force-opaque-pointersNikita Popov
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille
2020-10-20Handle value uses wrapped in metadata for the use-list orderDavid Stenberg
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola
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