OSDN Git Service

Object: Simplify; remove unnecessary use of unique_ptr.
[android-x86/external-llvm.git] / tools /
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...
2016-11-08 Teresa Johnson[ThinLTO] Prevent exporting of locals used/defined...
2016-11-08 Peter CollingbourneIR, Bitcode: Change bitcode reader to no longer own...
2016-11-08 Peter CollingbourneBitcode: Decouple block info block state from reader.
2016-11-04 Chandler CarruthRemove dead code trying to handle when the amount of...
2016-11-03 Kevin EnderbyAdd support for the ARM_THREAD_STATE64 and
2016-11-03 Rafael EspindolaRemove the last use of report_fatal_error from ELF.h.
2016-11-03 Rafael EspindolaAdd error handling to getEntry.
2016-11-03 Rafael EspindolaReplace a report_fatal_error with an ErrorOr.
2016-11-03 Chandler CarruthDelete some dead code and add a missing "0x" prefix...
2016-11-03 Rafael EspindolaMove a free function out of ELFFile.
2016-11-03 Rafael Espindolareplace a report_fatal_error with a ErrorOr.
2016-11-03 Rafael EspindolaReplace a report_fatal_error with an ErrorOr.
2016-11-03 George Rimar[tools/obj2yaml] - Update after LLVM change r285886
2016-11-02 Vedant Kumar[llvm-cov] Turn line numbers in html reports into click...
2016-11-02 Zachary TurnerAdd CodeViewRecordIO for reading and writing.
2016-11-02 Malcolm ParsonsFix Clang-tidy readability-redundant-string-cstr warnings
2016-11-02 Rafael EspindolaAvoid a report_fatal_error in sections().
2016-11-02 Peter CollingbourneBitcode: Change reader interface to take memory buffers.
2016-11-01 Chris BienemanFix llvm-shlib cmake build
2016-11-01 Alex Bradbury[RISCV] Add RISC-V ELF defines
2016-10-31 Teresa Johnson[ThinLTO] Disable importing and other cross-module...
2016-10-31 Victor LeschukDebugInfo: make DW_TAG_atomic_type valid
2016-10-31 Nirav Dave[MC] Make llvm-mc fail cleanly on invalid output asm...
2016-10-31 David MajnemerFix an unconditional break in checkMachOAndArchFlags
2016-10-31 David MajnemerSymbolRef::Type is not a bitfield and must be compared...
2016-10-31 Greg ClaytonModify DWARFFormValue to remember the DWARFUnit that...
2016-10-31 Davide Italiano[lli] Don't strip away const qualifier. Unbreak the...
2016-10-30 Hongbin Zheng [Polly] Remove the unused POLLY_LINK_LIBS for linki...
2016-10-28 Rui UeyamaDo not print out Flags field twice.
2016-10-28 Lang Hames[lli] Pass command line arguments in to the orc-lazy...
2016-10-27 Greg ClaytonSwitch all DWARF variables for tags, attributes and...
2016-10-27 Benjamin KramerRemove duplicated default move ctors/move assign. No...
2016-10-27 NAKAMURA Takumixray-extract.cc: Quick fix for mingw, to avoid errc...
2016-10-26 Justin Bognerllvm-objdump: Make some error messages more consistent
2016-10-26 Dean Michael Berris[XRay] Remove unnecessary include of <unistd.h>
2016-10-26 Dean Michael Berris[XRay] Remove unnecessary include of <unistd.h>
2016-10-26 Dean Michael Berris[XRay] Move specialisations into correct namespace
2016-10-26 Dean Michael Berris[XRay] Remove extra `;` to make -wpedantic happy
2016-10-26 Dean Michael Berris[XRay] Implement `llvm-xray extract`, start of the...
2016-10-26 Dean Michael BerrisRevert "[XRay] Implement `llvm-xray extract`, start...
2016-10-26 Dean Michael Berris[XRay] Implement `llvm-xray extract`, start of the...
2016-10-25 Vedant Kumar[llvm-cov] Don't use colored output until we know it...
2016-10-25 Michael IlsemanAdd -strip-nonlinetable-debuginfo capability
2016-10-25 Vedant Kumar[llvm-cov] Add support for loading coverage from multip...
2016-10-25 Rafael EspindolaMake the LTO comdat api more symbol table friendly.
2016-10-25 Vedant Kumar[llvm-cov] Do not print out the filename of the object...
2016-10-24 Pavel Labath[Object] Replace TimeValue with std::chrono
2016-10-24 Pavel LabathRemove TimeValue usage from llvm/Support
2016-10-24 Hal Finkel[llvm-opt-report] Fix unroll-count reporting
2016-10-21 Kevin EnderbyFix a bug in the code of llvm-cxxdump in dumpArchive...
2016-10-21 Bob Haarman[pdb] added support for dumping globals stream
2016-10-21 Kevin EnderbyFor llvm-objdump for Mach-O files add printing of
2016-10-20 Zachary Turner[CodeView] Refactor serialization to use StreamInterface.
2016-10-19 Reid KlecknerRemove LLVM_NOEXCEPT and replace it with noexcept
2016-10-19 Rong Xu[PGO] Fix a use-after-move. NFC.
2016-10-19 Rong Xu[PGO] Fix bogus warning for merging empty llvm profile...
2016-10-19 Vedant Kumar[llvm-cov] Don't spawn a thread unless ThreadCount > 1
2016-10-19 Teresa Johnson[ThinLTO] Default backend threads to heavyweight_hardwa...
2016-10-18 David Blaikiedwarfdump: -summarize-types: print a short summary...
next