summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2016-11-04Remove dead code trying to handle when the amount of data read isChandler Carruth
2016-11-03Add support for the ARM_THREAD_STATE64 andKevin Enderby
2016-11-03Remove the last use of report_fatal_error from ELF.h.Rafael Espindola
2016-11-03Add error handling to getEntry.Rafael Espindola
2016-11-03Replace a report_fatal_error with an ErrorOr.Rafael Espindola
2016-11-03Delete some dead code and add a missing "0x" prefix to a hex string inChandler Carruth
2016-11-03Move a free function out of ELFFile.Rafael Espindola
2016-11-03replace a report_fatal_error with a ErrorOr.Rafael Espindola
2016-11-03Replace a report_fatal_error with an ErrorOr.Rafael Espindola
2016-11-03[tools/obj2yaml] - Update after LLVM change r285886George Rimar
2016-11-02[llvm-cov] Turn line numbers in html reports into clickable linksVedant Kumar
2016-11-02Add CodeViewRecordIO for reading and writing.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-11-02Avoid a report_fatal_error in sections().Rafael Espindola
2016-11-02Bitcode: Change reader interface to take memory buffers.Peter Collingbourne
2016-11-01Fix llvm-shlib cmake buildChris Bieneman
2016-11-01[RISCV] Add RISC-V ELF definesAlex Bradbury
2016-10-31[ThinLTO] Disable importing and other cross-module optis at -O0Teresa Johnson
2016-10-31DebugInfo: make DW_TAG_atomic_type validVictor Leschuk
2016-10-31[MC] Make llvm-mc fail cleanly on invalid output asm variant.Nirav Dave
2016-10-31Fix an unconditional break in checkMachOAndArchFlagsDavid Majnemer
2016-10-31SymbolRef::Type is not a bitfield and must be compared directlyDavid Majnemer
2016-10-31Modify DWARFFormValue to remember the DWARFUnit that it was decoded with.Greg Clayton
2016-10-31[lli] Don't strip away const qualifier. Unbreak the gcc6 build.Davide Italiano
2016-10-30 [Polly] Remove the unused POLLY_LINK_LIBS for linking polly intoHongbin Zheng
2016-10-28Do not print out Flags field twice.Rui Ueyama
2016-10-28[lli] Pass command line arguments in to the orc-lazy JIT.Lang Hames
2016-10-27Switch all DWARF variables for tags, attributes and forms over to use the llv...Greg Clayton
2016-10-27Remove duplicated default move ctors/move assign. No functional change.Benjamin Kramer
2016-10-27xray-extract.cc: Quick fix for mingw, to avoid errc::protocol_error.NAKAMURA Takumi
2016-10-26llvm-objdump: Make some error messages more consistentJustin Bogner
2016-10-26[XRay] Remove unnecessary include of <unistd.h>Dean Michael Berris
2016-10-26[XRay] Remove unnecessary include of <unistd.h>Dean Michael Berris
2016-10-26[XRay] Move specialisations into correct namespaceDean Michael Berris
2016-10-26[XRay] Remove extra `;` to make -wpedantic happyDean Michael Berris
2016-10-26[XRay] Implement `llvm-xray extract`, start of the llvm-xray toolDean Michael Berris
2016-10-26Revert "[XRay] Implement `llvm-xray extract`, start of the llvm-xray tool"Dean Michael Berris
2016-10-26[XRay] Implement `llvm-xray extract`, start of the llvm-xray toolDean Michael Berris
2016-10-25[llvm-cov] Don't use colored output until we know it's supportedVedant Kumar
2016-10-25Add -strip-nonlinetable-debuginfo capabilityMichael Ilseman
2016-10-25[llvm-cov] Add support for loading coverage from multiple objectsVedant Kumar
2016-10-25Make the LTO comdat api more symbol table friendly.Rafael Espindola
2016-10-25[llvm-cov] Do not print out the filename of the object fileVedant Kumar
2016-10-24[Object] Replace TimeValue with std::chronoPavel Labath
2016-10-24Remove TimeValue usage from llvm/SupportPavel Labath
2016-10-24[llvm-opt-report] Fix unroll-count reportingHal Finkel
2016-10-21Fix a bug in the code of llvm-cxxdump in dumpArchive() whenKevin Enderby
2016-10-21[pdb] added support for dumping globals streamBob Haarman
2016-10-21For llvm-objdump for Mach-O files add printing ofKevin Enderby
2016-10-20[CodeView] Refactor serialization to use StreamInterface.Zachary Turner