summaryrefslogtreecommitdiffstats
path: root/llvm/tools
Commit message (Expand)AuthorAgeFilesLines
* [obj2yaml] - Report a error when unable to resolve a sh_link reference properly.George Rimar2019-07-291-2/+6
* [llvm-objcopy] Add support for --add-section for COFFSergey Dmitriev2019-07-262-24/+54
* Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sectio...George Rimar2019-07-251-20/+18
* [MC] Delete unused MCInstPrinter::markup overload and getPrintHexStyleFangrui Song2019-07-251-1/+1
* [llvm-objdump][NFC] Make the PrettyPrinter::printInst() output bufferedSeiya Nuta2019-07-251-16/+12
* [llvm-lipo] Implement alignment function in -createShoaib Meenai2019-07-251-4/+36
* [Remarks][NFC] Rename remarks::Parser to remarks::RemarkParserFrancis Visoiu Mistrih2019-07-251-2/+2
* Revert "[yaml2obj] - Allow custom fields for the SHT_UNDEF sections."JF Bastien2019-07-241-18/+20
* [llvm-objdump] Emit warning if --start-address/--stop-address specify range o...Yuanfang Chen2019-07-241-0/+37
* [Remarks] Simplify the creation of remark serializersFrancis Visoiu Mistrih2019-07-241-3/+16
* [yaml2obj] - Allow custom fields for the SHT_UNDEF sections.George Rimar2019-07-241-20/+18
* Recommit rr366796 "[Object/ELF.h] - Improve testing of the fields in ELFFile<...George Rimar2019-07-241-1/+1
* Revert "[Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sect...Vlad Tsyrklevich2019-07-231-1/+1
* [Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sections().George Rimar2019-07-231-1/+1
* [yaml2obj] - Add a support for defining null sections in YAMLs.George Rimar2019-07-231-5/+23
* [llvm-objcopy] Allow strip symtab in executables and DSOsEugene Leviant2019-07-233-1/+27
* Fix gold-plugin Windows buildYi Kong2019-07-231-2/+2
* [yaml2elf] - Treat the SHN_UNDEF section as kind of regular section.George Rimar2019-07-231-10/+13
* [llvm-lipo] Implement -infoShoaib Meenai2019-07-232-14/+51
* [yaml2obj] - Change how we handle implicit sections.George Rimar2019-07-221-36/+35
* Re-commit: r366610 and r366612: Expand pseudo-components before embedding in ...Daniel Sanders2019-07-192-1/+2
* Revert r366610 and r366612: Expand pseudo-components before embedding in llvm...Daniel Sanders2019-07-192-2/+1
* Expand pseudo-components before embedding in llvm-configDaniel Sanders2019-07-192-1/+2
* Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.Simon Pilgrim2019-07-191-1/+1
* [llvm-readelf] - A fix for: "--hash-symbols asserts for 64-bit ELFs"George Rimar2019-07-191-1/+1
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-191-1/+1
* Reapply [llvm-lipo] Implement -create (with hardcoded alignments)Shoaib Meenai2019-07-182-18/+209
* [NFC][llvm-readobj] Refactor dynamic string table indexing into a function.Yuanfang Chen2019-07-181-20/+16
* Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."Hsiangkai Wang2019-07-181-1/+1
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-181-1/+1
* llvm-pdbdump: Fix several smaller issues with injected source compression han...Nico Weber2019-07-172-7/+10
* [ORC] Add deprecation warnings to ORCv1 layers and utilities.Lang Hames2019-07-171-13/+12
* Teach `llvm-pdbutil pretty -native` about `-injected-sources`Nico Weber2019-07-161-7/+2
* Revert [tools] [llvm-nm] Default to reading from stdin not a.outAlex Brachet2019-07-161-8/+1
* [Remarks] Simplify and refactor the RemarkParser interfaceFrancis Visoiu Mistrih2019-07-162-7/+20
* [Remarks][NFC] Combine ParserFormat and SerializerFormatFrancis Visoiu Mistrih2019-07-161-1/+1
* [Object/llvm-readelf/llvm-readobj] - Improve error reporting when e_shstrndx ...George Rimar2019-07-163-10/+20
* [llvm-readelf] Print "File: lib.a(file.o)" info when dumping archive files.Yuanfang Chen2019-07-151-5/+12
* Revert [llvm-lipo] Implement -create (with hardcoded alignments)Shoaib Meenai2019-07-152-209/+18
* [llvm-lipo] Implement -create (with hardcoded alignments)Shoaib Meenai2019-07-152-18/+209
* Recommit r366052 "[obj2yaml] - Rework tool's error reporting logic for ELF ta...George Rimar2019-07-153-169/+165
* Revert r366052 "[obj2yaml] - Rework tool's error reporting logic for ELF targ...George Rimar2019-07-153-165/+169
* [obj2yaml] - Rework tool's error reporting logic for ELF target.George Rimar2019-07-153-169/+165
* Slightly simplify MappedBlockStream::createIndexedStream() callsNico Weber2019-07-124-11/+4
* Add explicit newline at end of `llvm-pdbutil dump`Nico Weber2019-07-121-0/+2
* cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macrosTom Stellard2019-07-123-4/+7
* [tools] [llvm-nm] Default to reading from stdin not a.outAlex Brachet2019-07-121-1/+8
* Revert "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-121-16/+4
* [sancov] Ignore PC samples with value 0Petr Hosek2019-07-111-1/+5
* [yaml2obj] - Allow overriding the sh_size field.George Rimar2019-07-111-6/+14
OpenPOWER on IntegriCloud