OSDN Git Service

[AArch64] Add a test for float argument passing to win64 vararg functions
[android-x86/external-llvm.git] / tools /
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...
2017-06-15 Zachary Turner[llvm-pdbutil] Add a function for iterating over debug...
2017-06-15 Zachary Turner[llvm-pdbutil] Add support for dumping lines and inline...
2017-06-15 Zachary TurnerTry to fix uninitialized read reported by msan.
2017-06-15 Zachary Turner[llvm-pdbutil] Add back support for dumping file checksums.
2017-06-15 Zachary Turner[llvm-pdbutil] Add back the ability to dump hashes...
2017-06-15 Zachary TurnerResubmit "[llvm-pdbutil] rewrite the "raw" output style."
2017-06-15 Zachary TurnerRevert "[llvm-pdbutil] rewrite the "raw" output style."
2017-06-15 Zachary TurnerFix some more warnings.
2017-06-15 Zachary TurnerFix some -Wreorder issues.
2017-06-15 Zachary Turner[llvm-pdbutil] rewrite the "raw" output style.
2017-06-14 Peter CollingbourneMC, Object: Reserve a section type, SHT_LLVM_ODRTAB...
2017-06-14 Zachary TurnerResubmit "[codeview] Make obj2yaml/yaml2obj support...
2017-06-14 Zachary TurnerRevert "[codeview] Make obj2yaml/yaml2obj support ...
2017-06-14 Zachary TurnerFix some more errors.
2017-06-14 Zachary Turner[codeview] Make obj2yaml/yaml2obj support .debug$S...
2017-06-13 Eric BeckmannImprove error messages in order to help with fixing...
2017-06-13 Eric BeckmannUpdate the test framework for llvm-cvtres to be more...
2017-06-13 Eric BeckmannRevert "Fix alignment bug in COFF emission."
2017-06-13 Eric BeckmannFix alignment bug in COFF emission.
2017-06-12 Zachary TurnerFix printing error.
2017-06-12 Zachary Turner[llvm-pdbutil] Fix one more issue with no-id-stream...
2017-06-12 Zachary TurnerSlightly better fix for dealing with no-id-stream PDBs.
2017-06-12 Zachary Turner[llvm-pdbdump] Don't fail on PDBs with no ID stream.
2017-06-12 Zachary TurnerFix a null pointer dereference in llvm-pdbutil pretty.
2017-06-12 David BlaikieRemove unneeded conditionals - the code is already...
2017-06-12 Reid Kleckner[llvm-ar] Make llvm-lib behave more like the MSVC archiver
2017-06-12 Spyridoula Gravani[DWARF] Added a blank line in llvm-dwarfdump to test...
2017-06-12 Reid Kleckner[llvm-ar] Fix AddNewMember typo in enum
2017-06-10 Galina KistanovaBreak seems serve better here.
2017-06-10 Galina KistanovaAdded llvm_unreachable to address warning: this stateme...
2017-06-09 Eugene Zelenko[Support] Fix some Clang-tidy modernize-use-using and...
2017-06-09 Zachary Turner[pdb] Support CoffSymbolRVA debug subsection.
2017-06-09 Zachary TurnerRename llvm-pdbdump -> llvm-pdbutil.
2017-06-09 Eric BeckmannImplement COFF emission for parsed Windows Resource...
2017-06-09 David Blaikiebugpoint: disabling symbolication of bugpoint-executed...
2017-06-09 Craig Topper[llvm-pdbdump] Fix -Wpessimizing-move warnings.
2017-06-09 Zachary Turner[pdb] Don't crash on unknown debug subsections.
2017-06-09 Saleem Abdulrasoolsink DebugCompressionType into MC for exposing to clang
2017-06-09 Zachary Turner[CodeView] Support remaining debug subsection types
2017-06-08 Zachary Turner[llvm-pdbdump] Support native ordering of subsections...
2017-06-08 Zachary Turner[llvm-pdbdump] Improve consistency among subcommands.
2017-06-08 Peter CollingbourneWrite summaries for merged modules when splitting modul...
2017-06-08 Zachary Turner[PDB] Don't crash on /debug:fastlink PDBs.
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Adrian PrantlIntroduce -brief command line option to llvm-dwarfdump
2017-06-06 Matthias Braunllc: Add ability to parse mir from stdin
2017-06-06 Wolfgang Pieb[DWARF] Adding support for the DWARF v5 string offsets...
2017-06-06 Matthias BraunCodeGen: Refactor MIR parsing
2017-06-06 Matthias Braunllc: Create custom pass pipeline for .mir files; NFCI
2017-06-05 Zachary Turner[CodeView] Handle Cross Module Imports and Exports.
next