summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-11-19gold-plugin: Fix typo in error messageDuncan P. N. Exon Smith1-1/+1
2014-11-19Fix Use-of-uninitialized-value for adrp_addr and adrp_inst in MachODump.cppKevin Enderby1-0/+4
2014-11-19[llvm-readobj][NFC]Colin LeMahieu1-1/+2
2014-11-19Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie1-5/+1
2014-11-19Make StringSet::insert return pair<iterator, bool> like other self-associativ...David Blaikie1-1/+1
2014-11-19llvm-readobj: fix off-by-one error in COFFDumperRui Ueyama1-4/+1
2014-11-19llvm-readobj: teach it how to dump COFF base relocation tableRui Ueyama3-1/+40
2014-11-18llvm-readobj: Don't print the Characteristics field as the SubsystemDavid Majnemer1-1/+1
2014-11-17Object, COFF: Tighten the object file parserDavid Majnemer2-16/+23
2014-11-17Implement MachODumper::printFileHeadersFrederic Riss1-1/+175
2014-11-15yaml2obj, COFF: Consider the DOS stub when laying out section headersDavid Majnemer1-2/+12
2014-11-14Add the code and test cases for 64-bit ARM to llvm-objdump’s Mach-O symboli...Kevin Enderby1-23/+185
2014-11-14yaml2obj, COFF: Correctly calculate SizeOfImage and SizeOfHeadersDavid Majnemer1-9/+16
2014-11-14Reapply "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss1-0/+4
2014-11-14obj2yaml, yaml2obj: Add support for COFF executablesDavid Majnemer2-44/+237
2014-11-14llvm-cov: Sink some reporting logic into CoverageMappingJustin Bogner3-39/+11
2014-11-13Object, Mach-O: Refactor and clean code upDavid Majnemer1-6/+7
2014-11-13llvm-readobj: relocAddressLess could potentially lieDavid Majnemer1-2/+2
2014-11-13llvm-readobj, COFF: Remove an unused variableDavid Majnemer1-3/+0
2014-11-13Object, COFF: getRelocationSymbol shouldn't assertDavid Majnemer1-3/+3
2014-11-13llvm-readobj: Print out address table when dumping COFF delay-import tableRui Ueyama1-1/+21
2014-11-13Revert "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss1-4/+0
2014-11-12[dwarfdump] Add support for dumping accelerator tables.Frederic Riss1-0/+4
2014-11-12[COFF] Make it clearer that the symbols subsection holds function display nam...Timur Iskhodzhanov1-2/+2
2014-11-12Fixing more -Wcast-qual warnings; NFC.Aaron Ballman2-6/+14
2014-11-12Remove the now unused StringRefMemoryObject.h.Rafael Espindola2-2/+0
2014-11-12Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola3-23/+20
2014-11-11libLTO: Allow linker to choose context of modules and codegenDuncan P. N. Exon Smith1-0/+18
2014-11-11Revert "IR: MDNode => Value"Duncan P. N. Exon Smith1-1/+1
2014-11-11[llvm-mc] Fixing case where if a file ended with non-newline whitespace or a ...Colin LeMahieu1-15/+9
2014-11-11Fix a warning about ‘r_type’ may be used uninitialized.Kevin Enderby1-1/+1
2014-11-11llvm-objdump: Skip empty sections when dumping contentsDavid Majnemer1-3/+6
2014-11-11[CMake] llvm-shlib: Prune redundant components, AsmPrinter, MC, and Selection...NAKAMURA Takumi1-3/+0
2014-11-10[CMake] llvm-c-test: Use libLLVM.so if it is available.NAKAMURA Takumi1-0/+9
2014-11-10[CMake] Let llvm-shlib work on Linux with --whole-archive.NAKAMURA Takumi1-4/+10
2014-11-10[CMake] Move llvm-shlib in prior to other tools.NAKAMURA Takumi1-6/+6
2014-11-08[CMake] llvm-shlib: Add possibly missing BitReader and MCDisassembler for llv...NAKAMURA Takumi1-0/+2
2014-11-07Remove unused variable.Rafael Espindola1-2/+2
2014-11-07Transform: add SymbolRewriter passSaleem Abdulrasool1-0/+1
2014-11-07Fix style.Michael J. Spencer1-8/+6
2014-11-07Use StringRefMemoryObject in llvm-mc. NFC.Rafael Espindola1-29/+15
2014-11-07llvm-symbolizer: teach it about PowerPC64 ELF function descriptorsJay Foad2-4/+40
2014-11-07Use StringRefMemoryObject. NFC.Rafael Espindola1-34/+5
2014-11-06[ELF][yaml2obj] Handle additional MIPS specific st_other field flagsSimon Atanasyan2-2/+2
2014-11-06Plumb in the ARM thumb symbolizer in llvm-objdump’s Mach-O disassembler andKevin Enderby1-24/+235
2014-11-05Add accessor to get 'visibility' part of st_other fieldSimon Atanasyan1-1/+1
2014-11-05IR: MDNode => Value: NamedMDNode::getOperator()Duncan P. N. Exon Smith1-1/+1
2014-11-05llvm-readobj: Add support for dumping the DOS header in PE filesDavid Majnemer1-0/+25
2014-11-04llvm-objdump: Pass DiceTableEntry by referenceDavid Majnemer1-2/+2
2014-11-04Use findProgramByName.Michael J. Spencer2-17/+41