OSDN Git Service

[DWARF] Fixing a bug with processing of DWARF v5 indexed strings in Mach-O objects.
[android-x86/external-llvm.git] / tools /
2017-07-13 Davide Italiano[sanstats] Print the correct line information.
2017-07-12 Sam Clegg[WebAssembly] Expose the offset of each data segment
2017-07-11 Xinliang David Li[ProfileData] Add new option to dump topn hottest functions
2017-07-11 Philip Pfaffe[PM] Another post-commit fix in NewPMDriver
2017-07-11 Hiroshi Inouefix typos in comments; NFC
2017-07-11 Vedant Kumar[llvm-cov] Add a cl::opt to control the number of threads
2017-07-11 Andrew Wilkins[cmake] Check for Haiku when setting LIB_NAMES for...
2017-07-10 Sam Clegg[WebAssembly] Add more details to llvm-readobj for...
2017-07-10 Zachary TurnerResubmit "Add pdb-diff test."
2017-07-10 Zachary TurnerRevert "Build fixes for pdb-diff test."
2017-07-10 Zachary TurnerBuild fixes for pdb-diff test.
2017-07-10 Zachary TurnerFix pdb-diff test.
2017-07-10 Dehao ChenUse emplace_back to replace size() and resize().
2017-07-10 Philip Pfaffe[PM] Fix a warning.
2017-07-10 Philip Pfaffe[PM] Fix r307532: Get rid of a dangling reference.
2017-07-10 Philip Pfaffe[PM] Enable registration of out-of-tree passes with...
2017-07-10 David Blaikiellvm-profdata: Reduce memory usage by using Error callb...
2017-07-09 Craig Topper[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVec...
2017-07-08 Eric BeckmannRevert "Revert "Revert "Revert "Switch external cvtres...
2017-07-07 Zachary Turner[llvm-pdbutil] Fix build.
2017-07-07 Zachary TurnerUse windows path syntax when writing PDB module name.
2017-07-07 Zachary TurnerFix some differences between lld and MSVC generated...
2017-07-07 Zachary Turner[llvm-pdbutil] Improve diff mode.
2017-07-07 Zachary Turner[PDB] Teach libpdb to write DBI Stream ECNames.
2017-07-07 Lang Hames[ORC] Errorize the ORC APIs.
2017-07-06 David BlaikiePrototype: Reduce llvm-profdata merge memory usage...
2017-07-06 Peter CollingbourneBitcode: Include any strings added to the string table...
2017-07-06 Adam Nemet[opt-viewer] Move under tools, install it
2017-07-06 David BlaikieFix -Wunused-function by making function declarations...
2017-07-05 Eric BeckmannRevert "Revert "Revert "Switch external cvtres.exe...
2017-07-05 Zachary TurnerFix std::min ambiguity between uint32 and size_t.
2017-07-05 Zachary Turner[llvm-pdbutil] Add the ability to truncate stream purpo...
2017-07-05 Eric BeckmannRevert "Revert "Switch external cvtres.exe for llvm...
2017-07-05 Eric BeckmannRevert "Switch external cvtres.exe for llvm's own resou...
2017-07-05 Zachary Turner[PDB] Add a test that verifies every known type record.
2017-07-04 Alexander KornienkoFix dangling StringRefs found by clang-tidy misc-dangli...
2017-07-04 Lang Hames[Orc] Remove the memory manager argument to addModule...
2017-06-30 Brian Gesiak[ORE] Add diagnostics hotness threshold
2017-06-30 Zachary TurnerRemove spurious semicolons.
2017-06-30 Zachary Turner[llvm-pdbutil] Output the symbol offset when dumping.
2017-06-30 Richard SmithFix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_...
2017-06-30 Zachary Turner[llvm-pdbutil] Add the ability to dump the dependency...
2017-06-30 Brian Gesiak[ORE] Unify spelling as "diagnostics hotness"
2017-06-30 Martin Storsjo[llvm-readobj] Improve printouts for COFF ARM64 binaries
2017-06-30 Martin Storsjo[llvm-readobj] Include the PE magic value in printouts
2017-06-30 Eric ChristopherRewrite demangle memory handling.
2017-06-30 Eric ChristopherChange the type of Undecorated to unique_ptr<char[...
2017-06-29 Sam Cleggllvm-nm: Add support for symbol demangling (-C/--demangle)
2017-06-29 Paul Robinson[DWARF] NFC: DWARFDataExtractor combines relocs with...
2017-06-28 Mandeep Singh Grang[NFC] Remove multiple semicolons
2017-06-28 Hiroshi InoueAdd missing library dependency to fix build break in...
2017-06-27 Peter CollingbourneObject: Teach irsymtab::read() to try to use the irsymt...
2017-06-27 Peter CollingbourneBitcode: Write the irsymtab to disk.
2017-06-27 Sam Clegg[WebAssembly] Add support for printing relocations...
2017-06-27 Sam Clegg[WebAssembly] Add data size and alignement to linking...
2017-06-26 Sam Clegg[WebAssembly] Add more support for weak symbols
2017-06-26 Paul Robinson[DWARF] NFC: Collect info used by DWARFFormValue into...
2017-06-26 Zachary Turner[llvm-pdbutil] Add a mode to `bytes` for dumping split...
2017-06-26 Simon Pilgrim[llvm-stress] Add getRandom() helper that was going...
2017-06-26 Simon Pilgrim[llvm-stress] Remove Rand32 helper function
2017-06-26 Simon Pilgrim[llvm-stress] Ensure that the C++11 random device respe...
2017-06-26 Tobias Grosser[bugpoint] Do not initialize disassembler passes
2017-06-24 Tobias GrosserEnsure backends available in 'opt' are also available...
2017-06-23 Lang Hames[ORC] Re-apply r306166 and r306168 with fix for regress...
2017-06-23 Zachary Turner[llvm-pdbutil] Dump raw bytes of module symbols and...
2017-06-23 Rafael EspindolaThis reverts commit r306166 and r306168.
2017-06-23 Reid Kleckner[llvm-readobj] Fix COFF RVA table dumping bug
2017-06-23 Zachary Turner[llvm-pdbutil] Dump raw bytes of type and id records.
2017-06-23 Lang Hames[ORC] Move ORC IR layer interface from addModuleSet...
2017-06-23 Zachary Turner[llvm-pdbutil] Dump raw bytes of various DBI stream...
2017-06-23 Zachary Turner[llvm-pdbutil] Show what blocks a stream occupies.
2017-06-23 Zachary Turner[llvm-pdbutil] Dump raw bytes of pdb name map.
2017-06-23 Zachary Turner[llvm-pdbutil] Add the ability to dump raw bytes from...
2017-06-23 Zachary Turner[llvm-pdbutil] Add a function for formatting MSF data.
2017-06-22 Lang Hames[ORC] Switch the object layer API from addObjectSet...
2017-06-22 Zachary Turner[llvm-pdbutil] Create a "bytes" subcommand.
2017-06-22 Zachary Turner[llvm-pdbutil] Rename "raw" to "dump".
2017-06-22 Kevin EnderbyUpdated llvm-objdump for arm64 Mach-O MH_KEXT_BUNDLE...
2017-06-22 Kevin EnderbyUpdated llvm-objdump symbolic disassembly with x86_64...
2017-06-22 Reid Kleckner[llvm-readobj] Dump the COFF image load config
2017-06-21 David BlaikieClangFormat some changes from r305226
2017-06-20 Kevin EnderbyUpdated llvm-objdump with Mach-O files and the -objc...
2017-06-20 Kevin EnderbyChange llvm-objdump with Mach-O files and the -info...
2017-06-20 Zachary TurnerRemove diff pedantic mode.
2017-06-20 Yuka Takahashi[GSoC] Flag value completion for clang
2017-06-20 Sam Clegg[WebAssembly] Add support for weak symbols in the binar...
2017-06-20 Vedant Kumar[ProfileData] PR33517: Check for failure of symtab...
2017-06-20 Kevin EnderbyThe change to llvm-nm in r305733 added fields to the...
2017-06-19 Eugene Zelenko[ExecutionEngine] Fix some Clang-tidy modernize-use...
2017-06-19 Kevin EnderbyFix a FIXME in llvm-objdump for the -exports-trie optio...
2017-06-19 Kevin EnderbyChange llvm-nm for Mach-O files to use dyld info in...
2017-06-19 Eric BeckmannHave writeCOFFWriter return Expected<unique_ptr>.
2017-06-19 Reid Kleckner[CodeView] Fix dumping of public symbol record flags
2017-06-18 Zachary TurnerDelete TypeDatabase.
2017-06-16 Zachary TurnerRemove some dead code / includes.
2017-06-16 Sam Cleggobj2yaml: Improve error reporting
2017-06-16 Eric BeckmannClean up some things in the WindowsResource changes.
2017-06-16 Eric BeckmannSwitch external cvtres.exe for llvm's own resource...
2017-06-16 Evgeniy Stepanov[cfi] CFI-ICall for ThinLTO.
2017-06-16 Zachary Turner[llvm-pdbutil] Add support for dumping cross module...
next