OSDN Git Service

LivePhysReg: Use reference instead of pointer in init(); NFC
[android-x86/external-llvm.git] / tools /
2016-12-07 Chris Bieneman[yaml2obj] Refactor and abstract yaml2dwarf functions
2016-12-07 Chris Bieneman[obj2yaml] Refactor and abstract dwarf2yaml
2016-12-07 Chris Bieneman[ObjectYAML] Pull DWARF support into DWARFYAML namespace
2016-12-07 Chris Bieneman[ObjectYAML] Support for DWARF __debug_abbrev section
2016-12-06 Davide Italiano[llc] Fix -stop-after=consthoist initializing the pass.
2016-12-06 George Rimar[llvm-readobj] - Teach readobj to print PT_OPENBSD_BOOT...
2016-12-06 Chris Bieneman[ObjectYAML] First bit of support for encoding DWARF...
2016-12-06 Mandeep Singh Grang[llvm] Fix D26214: Move error handling out of MC and...
2016-12-06 Bob Haarmanrevert inadvertedly introduced build break
2016-12-05 Bob Haarman[pdb] handle missing pdb streams more gracefully
2016-12-04 Rafael EspindolaAlways use / as the path separator.
2016-12-04 Rafael EspindolaPrefix path when displaying thin archives.
2016-12-01 Peter Collingbournellvm-modextract: Call keep() on the output stream befor...
2016-12-01 David Blaikie[dsymutil] Simplify a lazy-init condition/expression
2016-12-01 Kevin EnderbyFix a bug with llvm-size and the -m option with multipl...
2016-12-01 Greg ClaytonThis change removes the dependency on DwarfDebug that...
2016-12-01 Mandeep Singh Grang[llvm] Implement support for -defsym assembler option
2016-12-01 Peter CollingbourneObject: Set SF_Indirect in ModuleSymbolTable.
2016-12-01 Peter CollingbourneObject: Add SF_Executable symbol flag.
2016-12-01 Peter CollingbourneBitcode: Correctly handle Fixed and VBR arrays in Bitst...
2016-11-30 Peter Collingbournellvm-lto2: Simpler workaround for PR30396.
2016-11-30 Derek Schuff[WebAssembly] Add llvm-objdump support for wasm file...
2016-11-30 Benjamin KramerApply clang-tidy's 'performance-faster-string-find...
2016-11-29 Peter CollingbourneAdd another missing dependency.
2016-11-29 Peter CollingbourneAdd llvm-modextract tool.
2016-11-29 Kevin EnderbyAdd to llvm-objdump the -no-leading-headers option...
2016-11-29 Peter CollingbourneAdd missing dependency.
2016-11-29 Peter CollingbourneBitcode: Introduce BitcodeWriter interface.
2016-11-24 Peter CollingbourneObject: Add IRObjectFile::getTargetTriple().
2016-11-23 Meador Ingellvm-nm: Print correct symbol types for init and fini...
2016-11-23 Meador Ingellvm-nm: Don't print value or size for undefined or...
2016-11-23 Hemant Kulkarnillvm-readobj: Use hash tables to print dynamic symbols.
2016-11-21 Alex Lorenz[llvm-cov] Avoid 0% when reporting something that's 0/0
2016-11-20 Simon PilgrimFix spelling mistakes in Tools/Tests comments. NFC.
2016-11-19 Mehdi AminiChange setDiagnosticsOutputFile to take a unique_ptr...
2016-11-19 Chris Bieneman[CMake] llvm-lto2 depends on intrinsics_gen
2016-11-19 Chris Bieneman[CMake] opt depends on intrinsics_gen
2016-11-19 Chris Bieneman[CMake] llvm-nm depends on intrinsics_gen
2016-11-19 Chris Bieneman[CMake] llvm-link depends on intrinsics_gen
2016-11-19 Chris Bieneman[CMake] llvm-extract depends on intrinsics_gen
2016-11-19 Chris Bieneman[CMake] llvm-dwp depends on intrinsics_gen
2016-11-19 Chris Bieneman[CMake] llvm-dis depends on intrinsics_gen
2016-11-19 Chris Bieneman[CMake] llvm-diff depends on intrinsics_gen
2016-11-19 Chris Bieneman[CMake] llvm-stress depends on intrinsics_gen
2016-11-19 Chris Bieneman[CMake] bugpoint-passes depends on intrinsics_gen
2016-11-19 Chris Bieneman[CMake] llvm-bcanalyzer depends on intrinsics_gen
2016-11-19 Chris Bieneman[CMake] llvm-as depends on intrinsics_gen
2016-11-19 Chris Bieneman[CMake] llc depends on intrinsics_gen
2016-11-19 Chris Bieneman[CMake] lli-child-target depends on intrinsics gen
2016-11-19 Chris Bieneman[CMake] lli depends on intrinsics_gen
2016-11-19 Chris Bieneman[CMake] llvm-dsymutil depends on intrinsics_gen
2016-11-18 Chris Bieneman[CMake] verify-uselistorder depends on intrinsics_gen
2016-11-18 Chris Bieneman[CMake] sanstats depends on intrinsics_gen
2016-11-18 Chris Bieneman[CMake] bugpoint depends on intrinsics_gen
2016-11-18 Chris Bieneman[CMake] llvm-split depends on intrinsics_gen
2016-11-18 Chris Bieneman[CMake] llvm-lto depends on intrinsics_gen
2016-11-18 Chris Bieneman[CMake] llvm-ar depends on intrinsics_gen
2016-11-18 Chris Bieneman[CMake] llvm-profdata depends on intrinsics_gen
2016-11-18 Chris Bieneman[CMake] LTO depends on intrinsics_gen
2016-11-17 Davide Italiano[lli] Prefer `exit(1)` to `return 1` for consistency.
2016-11-17 Davide Italiano[lli] Factor out error handling. NFCI.
2016-11-17 Peter Collingbournellvm-dis: Remove dead code.
2016-11-16 Kevin EnderbyGeneral clean up of error handling in llvm-objdump...
2016-11-16 Vitaly BukaFix "isn't a prototype" warning
2016-11-16 Davide Italiano[ELF] Convert ELF.h to Expected<T>.
2016-11-16 Richard SmithFix build break when the host C compiler is C89.
2016-11-15 Kevin EnderbyGeneral clean up of Mach-O error handling in llvm-objdump.
2016-11-15 Amaury Sechet[C API] Prevent nullptr dereferences in C API for count...
2016-11-15 Tim Northoverllvm-objdump: deal with unexpected object files more...
2016-11-15 Greg ClaytonImprove DWARF parsing speed by improving DWARFAbbreviat...
2016-11-15 Saleem Abdulrasoolllvm-strings: support the `-n` option
2016-11-14 Saleem AbdulrasoolRevert "Revert "llvm-strings: support printing the...
2016-11-14 Kevin EnderbyAdd a checkSymbolTable() method to the MachOObjectFile...
2016-11-14 Teresa Johnson[ThinLTO] Only promote exported locals as marked in...
2016-11-14 Teresa JohnsonRestore "[ThinLTO] Prevent exporting of locals used...
2016-11-14 Renato GolinRevert "llvm-strings: support printing the filename"
2016-11-13 Saleem Abdulrasoolllvm-cxxfilt: support reading from stdin
2016-11-13 Saleem Abdulrasoolllvm-strings: support printing the filename
2016-11-13 Peter CollingbourneBitcode: Change module reader functions to return an...
2016-11-12 Saleem Abdulrasoolllvm-strings: trivialise logic until we support more...
2016-11-12 Saleem Abdulrasoolllvm-strings: ensure that the last string is correctly...
2016-11-11 Lang Hames[ORC] Re-apply 286620 with fixes for the ErrorSuccess...
2016-11-11 Peter CollingbourneBitcode: Change getModuleSummaryIndex() to return an...
2016-11-11 Peter CollingbourneBitcode: Clean up error handling for certain bitcode...
2016-11-11 Lang Hames[ORC] Revert r286620 while I investigate a bot failure.
2016-11-11 Lang Hames[ORC] Refactor the ORC RPC utilities to add some new...
2016-11-11 Greg ClaytonClean up DWARFFormValue by reducing duplicated code...
2016-11-11 NAKAMURA Takumillvm-strings: Fix r286556 to add required libraries.
2016-11-11 Mehdi AminiFix gold plugin after Error API changes
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-11-11 Mehdi AminiFix build failure, update llvm-strings for the new...
2016-11-11 Mehdi AminiMake the Error class constructor protected
2016-11-11 Saleem Abdulrasoolllvm-strings: explicitly include cctype
2016-11-11 Saleem Abdulrasoolllvm-strings: introduce basic strings tool
2016-11-09 Davide Italiano[tools] Unbreak the GCC build (workaround a GCC bug).
2016-11-09 Peter CollingbourneBitcode: Change the materializer interface to return...
2016-11-09 Pavel Labath[dsymutil] Replace TimeValue with TimePoint
2016-11-09 Mehdi AminiRevert "[ThinLTO] Prevent exporting of locals used...
2016-11-09 Peter CollingbourneBitcode: Remove the remnants of the BitcodeDiagnosticIn...
2016-11-08 Zachary Turner[CodeView] Hook up CodeViewRecordIO to type serializati...
next