aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-10-21Prune Pass.h include from DataLayout.h. NFCIBjorn Pettersson
2019-10-21[llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<secti...George Rimar
2019-10-20[yaml2obj][obj2yaml] - Do not create a symbol table by default.George Rimar
2019-10-19Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner
2019-10-19Prune two MachineInstr.h includes, fix up depsReid Kleckner
2019-10-18[WebAssembly] Allow multivalue signatures in object filesThomas Lively
2019-10-18Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim
2019-10-18Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warnings. N...Simon Pilgrim
2019-10-17Reland [llvm-objdump] Use a counter for llvm-objdump -h instead of the sectio...Jordan Rupprecht
2019-10-17[llvm-objcopy] Add support for shell wildcardsJordan Rupprecht
2019-10-17[llvm-ar] Implement the O modifier: display member offsets inside the archiveFangrui Song
2019-10-17[llvm-objcopy] --add-symbol: fix crash if SHT_SYMTAB does not existFangrui Song
2019-10-17[llvm-readobj] - Refine the LLVM-style output to be consistent.George Rimar
2019-10-17Revert r374931 "[llvm-objdump] Use a counter for llvm-objdump -h instead of t...Hans Wennborg
2019-10-17[llvm-ar] Simplify and make two global variables static. NFCFangrui Song
2019-10-16[dsymutil] Print warning/error for unknown/missing arguments.Jonas Devlieghere
2019-10-16[llvm-ar] Implement the V modifier as an alias for --versionJordan Rupprecht
2019-10-16[llvm-ar] Make paths case insensitive when on windowsOwen Reynolds
2019-10-15[dsymutil] Support and relocate base address selection entries for debug_locJonas Devlieghere
2019-10-15[XCOFF]implement parsing relocation information for 32-bit xcoff object fileDigger Lin
2019-10-15[llvm-lipo] Add missing castAlexander Shaposhnikov
2019-10-15[llvm-readobj][xcoff] implement parsing overflow section header.Digger Lin
2019-10-15[WebAssembly] Allow multivalue types in block signature operandsThomas Lively
2019-10-15[llvm-objdump] Use a counter for llvm-objdump -h instead of the section index.Jordan Rupprecht
2019-10-15[Demangle] Add a few more options to the microsoft demanglerMartin Storsjo
2019-10-14[llvm-objdump] Adjust spacing and field width for --section-headersJordan Rupprecht
2019-10-14Reapply: [llvm-size] Tidy up error messages (PR42970)Jordan Rupprecht
2019-10-14Revert r374771 "[llvm-size] Tidy up error messages (PR42970)"Nico Weber
2019-10-14[llvm-size] Tidy up error messages (PR42970)Fangrui Song
2019-10-12[llvm-lipo] Pass ArrayRef by value.Alexander Shaposhnikov
2019-10-12Revert 374629 "[sancov] Accommodate sancov and coverage report server for use...Vitaly Buka
2019-10-12[sancov] Accommodate sancov and coverage report server for use under WindowsVitaly Buka
2019-10-12[sancov] Use LLVM Support library JSON writer in favor of individual implemen...Vitaly Buka
2019-10-11[Mips][llvm-exegesis] Add a Mips targetSimon Atanasyan
2019-10-11[llvm-readobj] - Remove excessive fields when dumping "Version symbols".George Rimar
2019-10-11[llvm-exegesis] Show noise cluster in analysis output.Clement Courbet
2019-10-10[dsymutil] Move CommonSymbols.clear() in resetParserState.Jonas Devlieghere
2019-10-10[MCA] Show aggregate over Average Wait times for the whole snippet (PR43219)Roman Lebedev
2019-10-10[llvm-readelf] - Do not enter an infinite loop when printing histogram.George Rimar
2019-10-09[AIX][XCOFF][NFC] Change the SectionLen field name of CSect Auxiliary entry t...Jason Liu
2019-10-09Re-land "[dsymutil] Fix handling of common symbols in multiple object files."Jonas Devlieghere
2019-10-09[llvm-exegesis] Ensure that ExecutableFunction are aligned.Clement Courbet
2019-10-09[llvm-exegesis] Fix r374158Clement Courbet
2019-10-09[llvm-exegesis][NFC] Remove extra `llvm::` qualifications.Clement Courbet
2019-10-09[llvm-exegesis] Add missing std::move in rL374146.Clement Courbet
2019-10-09Unify the two CRC implementationsHans Wennborg
2019-10-09[llvm-exegesis][NFC] Fix rL374146.Clement Courbet
2019-10-09[llvm-exegesis] Explore LEA addressing modes.Clement Courbet
2019-10-09Revert r374139, "[dsymutil] Fix handling of common symbols in multiple object...Jeremy Morse
2019-10-09[dsymutil] Fix handling of common symbols in multiple object files.Jonas Devlieghere