summaryrefslogtreecommitdiffstats
path: root/llvm/tools
Commit message (Expand)AuthorAgeFilesLines
* [PDB] Teach libpdb to write DBI Stream ECNames.Zachary Turner2017-07-071-0/+7
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-072-18/+31
* Prototype: Reduce llvm-profdata merge memory usage furtherDavid Blaikie2017-07-061-1/+2
* Bitcode: Include any strings added to the string table in the module hash.Peter Collingbourne2017-07-061-1/+7
* [opt-viewer] Move under tools, install itAdam Nemet2017-07-067-0/+885
* Fix -Wunused-function by making function declarations in a header non-staticDavid Blaikie2017-07-061-2/+2
* Revert "Revert "Revert "Switch external cvtres.exe for llvm's own resource li...Eric Beckmann2017-07-051-1/+0
* Fix std::min ambiguity between uint32 and size_t.Zachary Turner2017-07-051-1/+1
* [llvm-pdbutil] Add the ability to truncate stream purpose names.Zachary Turner2017-07-054-36/+83
* Revert "Revert "Switch external cvtres.exe for llvm's own resource library.""Eric Beckmann2017-07-051-10/+11
* Revert "Switch external cvtres.exe for llvm's own resource library."Eric Beckmann2017-07-051-11/+10
* [PDB] Add a test that verifies every known type record.Zachary Turner2017-07-052-5/+5
* Fix dangling StringRefs found by clang-tidy misc-dangling-handle check.Alexander Kornienko2017-07-042-4/+8
* [Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames2017-07-042-6/+5
* [ORE] Add diagnostics hotness thresholdBrian Gesiak2017-06-302-0/+16
* Remove spurious semicolons.Zachary Turner2017-06-301-34/+0
* [llvm-pdbutil] Output the symbol offset when dumping.Zachary Turner2017-06-303-46/+91
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-2/+0
* [llvm-pdbutil] Add the ability to dump the dependency tree for a typeZachary Turner2017-06-305-26/+91
* [ORE] Unify spelling as "diagnostics hotness"Brian Gesiak2017-06-302-2/+2
* [llvm-readobj] Improve printouts for COFF ARM64 binariesMartin Storsjo2017-06-301-0/+1
* [llvm-readobj] Include the PE magic value in printoutsMartin Storsjo2017-06-301-0/+1
* Rewrite demangle memory handling.Eric Christopher2017-06-301-3/+5
* Change the type of Undecorated to unique_ptr<char[]> since we're looking at a...Eric Christopher2017-06-301-1/+1
* llvm-nm: Add support for symbol demangling (-C/--demangle)Sam Clegg2017-06-292-7/+35
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-291-11/+12
* [NFC] Remove multiple semicolonsMandeep Singh Grang2017-06-281-1/+1
* Add missing library dependency to fix build break in llvm-lto2Hiroshi Inoue2017-06-282-1/+2
* Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.Peter Collingbourne2017-06-271-1/+13
* Bitcode: Write the irsymtab to disk.Peter Collingbourne2017-06-271-0/+6
* [WebAssembly] Add support for printing relocations with llvm-objdumpSam Clegg2017-06-271-2/+18
* [WebAssembly] Add data size and alignement to linking sectionSam Clegg2017-06-272-16/+46
* [WebAssembly] Add more support for weak symbolsSam Clegg2017-06-261-0/+1
* [DWARF] NFC: Collect info used by DWARFFormValue into a helper.Paul Robinson2017-06-262-7/+11
* [llvm-pdbutil] Add a mode to `bytes` for dumping split debug chunks.Zachary Turner2017-06-263-43/+90
* [llvm-stress] Add getRandom() helper that was going to be part of D34157. NFCI.Simon Pilgrim2017-06-261-27/+32
* [llvm-stress] Remove Rand32 helper functionSimon Pilgrim2017-06-261-9/+5
* [llvm-stress] Ensure that the C++11 random device respects its min/max values...Simon Pilgrim2017-06-261-2/+6
* [bugpoint] Do not initialize disassembler passesTobias Grosser2017-06-261-1/+0
* Ensure backends available in 'opt' are also available in 'bugpoint'Tobias Grosser2017-06-243-0/+11
* [ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames2017-06-232-51/+53
* [llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.Zachary Turner2017-06-234-0/+132
* This reverts commit r306166 and r306168.Rafael Espindola2017-06-232-53/+51
* [llvm-readobj] Fix COFF RVA table dumping bugReid Kleckner2017-06-231-1/+5
* [llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner2017-06-234-0/+90
* [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames2017-06-232-51/+53
* [llvm-pdbutil] Dump raw bytes of various DBI stream subsections.Zachary Turner2017-06-235-7/+138
* [llvm-pdbutil] Show what blocks a stream occupies.Zachary Turner2017-06-233-0/+13
* [llvm-pdbutil] Dump raw bytes of pdb name map.Zachary Turner2017-06-236-15/+30
* [llvm-pdbutil] Add the ability to dump raw bytes from the file.Zachary Turner2017-06-234-20/+72
OpenPOWER on IntegriCloud