summaryrefslogtreecommitdiffstats
path: root/llvm/tools
Commit message (Expand)AuthorAgeFilesLines
* [NFC] yaml2obj/yam2elf.cpp whitespace changes: dos2unix removed CRs.Puyan Lotfi2019-05-111-32/+32
* [COFF] Fix .bss section size bug in obj2yaml / yaml2objReid Kleckner2019-05-101-2/+3
* [llvm-objdump] Print st_otherFangrui Song2019-05-101-6/+24
* [Object] Fix macho-invalid.testFangrui Song2019-05-101-2/+3
* [Object] Change SymbolicFile::printSymbolName to use ErrorFangrui Song2019-05-103-7/+8
* llvm-dwarfdump: Add dwo parsing to --statistics.Caroline Tice2019-05-091-1/+1
* [llvm-cxxfilt] Fix -Wshadow warning. NFCI.Simon Pilgrim2019-05-091-9/+10
* [MCA] Add support for nested and overlapping region markersAndrea Di Biagio2019-05-094-27/+88
* [llvm-nm] Fix handling of symbol types 't' 'd' 'r'Fangrui Song2019-05-091-20/+7
* [llvm-objcopy] Improve error message for unrecognised archive memberJames Henderson2019-05-081-6/+6
* [MCA] Don't add a name to the default code region.Andrea Di Biagio2019-05-083-5/+4
* [MCA] Slightly refactor CodeRegion.h. NFCIAndrea Di Biagio2019-05-082-24/+22
* [llvm-objcopy] Add --prefix-alloc-sectionsJames Henderson2019-05-085-10/+73
* [llvm-objcopy] - Fix for "Bug 41775 - SymbolTableSection::addSymbol - shadow ...George Rimar2019-05-082-3/+3
* [llvm-objdump] - Print relocation record in a GNU format.George Rimar2019-05-071-11/+23
* [llvm-exegesis] BenchmarkRunner::runConfiguration(): write small snippet to m...Roman Lebedev2019-05-071-7/+6
* [yaml2obj] - Allow setting st_value explicitly for Symbol.George Rimar2019-05-071-46/+53
* [llvm-exegesis] InstructionBenchmark::writeYamlTo(): don't forget to flush()Roman Lebedev2019-05-071-0/+2
* [WebAssembly] Add more test coverage for reloctions against section symbolsSam Clegg2019-05-071-5/+0
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-071-2/+2
* Remove duplicate assignments. NFCI.Simon Pilgrim2019-05-062-3/+0
* [llvm-c-test] Make include-all.c do what its name says it doesAnders Waldenborg2019-05-061-1/+16
* Let --discard-all imply --strip-debug.Sid Manning2019-05-031-0/+5
* Avoid cppcheck operator precedence warnings. NFCI.Simon Pilgrim2019-05-031-1/+1
* [Object][XCOFF] Add an XCOFF dumper for llvm-readobj.Sean Fertile2019-05-034-0/+128
* Revert [llvm-nm] Fix handling of symbol types + [llvm-nm] Generalize symbol t...Jordan Rupprecht2019-05-021-11/+28
* lld-link: Add /force:multipleres extension to make dupe resource diag non-fatalNico Weber2019-05-021-1/+4
* [yaml2obj] - Make interface of `NameToIdxMap` class be human friendly and fix...George Rimar2019-05-021-77/+78
* [llvm-strip]Add --no-strip-all to disable --strip-all behaviour (including de...James Henderson2019-05-022-3/+7
* [llvm-readobj] Delete and inline relocAddressLessFangrui Song2019-05-023-7/+3
* [Object] Change getSectionName() to return Expected<StringRef>Fangrui Song2019-05-026-53/+46
* [llvm-objdump] Print newlines before and after "Disassembly of section ...:"Fangrui Song2019-05-011-2/+2
* [yaml2obj] - Report when unknown section is referenced from program header de...George Rimar2019-05-011-28/+24
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-011-57/+57
* [llvm-objcopy] Simplify SHT_NOBITS -> SHT_PROGBITS promotionFangrui Song2019-05-011-7/+6
* [llvm-profdata] Add overlap command to compute similarity b/w two profile filesRong Xu2019-04-301-2/+89
* [WebAssembly] Support EXPLICIT_NAME symbols in llvm-readobjDan Gohman2019-04-301-0/+1
* [llvm-objcopy] Add RISC-V support for -B/-OJordan Rupprecht2019-04-301-4/+15
* [llvm-nm] Add --special-syms no-op flagEugene Leviant2019-04-301-0/+3
* vs integration: vs2019 supportHans Wennborg2019-04-301-7/+7
* [llvm-objcopy] - Check dynamic relocation sections for broken references.George Rimar2019-04-302-12/+36
* Revert r359520David Bolvansky2019-04-301-1/+1
* [PDB] Fixed null pointer dereferenceDavid Bolvansky2019-04-291-1/+1
* [ORC] Replace the LLJIT/LLLazyJIT Create methods with Builder utilities.Lang Hames2019-04-291-13/+13
* [llvm-pdbutil] FunctionDumper::dump(PDBSymbolTypeFunctionArg) - fix null dere...Simon Pilgrim2019-04-291-2/+2
* [llvm-extract] Expose the group extraction feature of the BlockExtractorQuentin Colombet2019-04-291-12/+19
* [yaml2obj] - Simplify and reduce the code. NFC.George Rimar2019-04-291-17/+8
* [yaml2obj] - Replace a loop with write_zeros(). NFCI.George Rimar2019-04-291-2/+1
* [yaml2obj] - Cleanup and simplify the code. NFCI.George Rimar2019-04-291-12/+15
* vs integration: Use llvm-lib for librarianRussell Gallop2019-04-293-0/+24
OpenPOWER on IntegriCloud