aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-dis
AgeCommit message (Expand)AuthorFilesLines
2024-04-04[RemoveDIs][NFC] Use ScopedDbgInfoFormatSetter in more places (#87380)Stephen Tozer1-5/+1
2024-03-25[RemoveDIs] Load into new debug info format by default in llvm-dis (#86276)Orlando Cazalet-Hyams1-0/+6
2024-03-19[RemoveDIs] Add flag to control loading into new debug mode from bitcode (#85...Orlando Cazalet-Hyams1-1/+9
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata1-1/+1
2022-06-04Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song1-1/+1
2022-05-19[llvm-dis] Improve missing file error messageKeith Smiley1-2/+7
2022-02-07Cleanup LLVMBitcode headersserge-sans-paille1-0/+1
2022-01-19[llvm-dis] Add an option `dump-thinlto-index-only` in llvm-dis to read ThinLT...minglotus-61-7/+18
2021-07-20[llvm][tools] Hide more unrelated tool optionsTimm Bäder1-12/+20
2021-06-24[OpaquePtr] Introduce option to force all pointers to be opaque pointersArthur Eubanks1-1/+2
2021-05-06Allow llvm-dis to disassemble multiple filesMatthew Voss1-52/+62
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
2019-11-14[llvm-dis] Fix the disable-output flagMatthew Voss1-1/+1
2019-11-14Add support for multi-module bitcode files to llvm-disMatthew Voss1-41/+59
2019-10-08[Tools] Mark output of tools as text if it is textKai Nacke1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2018-05-26[ThinLTO] Print module summary index to assemblyTeresa Johnson1-15/+17
2018-04-21[tools] Use WithColor for printing errors.Jonas Devlieghere1-3/+4
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama1-8/+3
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner1-2/+2
2017-09-15This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya1-20/+23
2017-09-15This reverts r313381Vivek Pandya1-23/+20
2017-09-15This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya1-20/+23
2017-08-15[ThinLTO] Fix ThinLTO crash while destroying contextCharles Saternos1-5/+10
2016-11-19[CMake] llvm-dis depends on intrinsics_genChris Bieneman1-0/+3
2016-11-17llvm-dis: Remove dead code.Peter Collingbourne1-10/+1
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/+1
2016-11-09Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne1-13/+13
2016-11-08IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne1-2/+2
2016-11-02Bitcode: Change reader interface to take memory buffers.Peter Collingbourne1-27/+12
2016-06-21IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne1-18/+45
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith1-1/+1
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-12-18Drop materializeAllPermanently.Rafael Espindola1-1/+1
2015-06-16Use std::unique_ptr to manage the DataStreamer in bitcode parsing.Rafael Espindola1-2/+3
2015-05-11Fix input validation issues in llvm-as/llvm-disAlexey Samsonov1-8/+8
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-1/+1
2015-04-21DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith1-4/+2
2015-04-15uselistorder: Remove the global bitsDuncan P. N. Exon Smith1-2/+6
2015-04-15uselistorder: Pull the assembly bit up out of the printerDuncan P. N. Exon Smith1-1/+2
2015-04-14DebugInfo: Gut DIVariable and DIGlobalVariableDuncan P. N. Exon Smith1-2/+2
2015-03-30llvm-dis: Use the new `DebugLoc` API, NFCDuncan P. N. Exon Smith1-8/+4
2015-02-25llvm-dis: Stop crashing when dropping debug infoDuncan P. N. Exon Smith1-3/+10
2015-01-10Use the DiagnosticHandler to print diagnostics when reading bitcode.Rafael Espindola1-19/+16
2014-12-18Modernize the getStreamedBitcodeModule interface a bit. NFC.Rafael Espindola1-4/+8