summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2016-11-11[ORC] Revert r286620 while I investigate a bot failure.Lang Hames
2016-11-11[ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames
2016-11-11Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormVal...Greg Clayton
2016-11-11llvm-strings: Fix r286556 to add required libraries.NAKAMURA Takumi
2016-11-11Fix gold plugin after Error API changesMehdi Amini
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson
2016-11-11Fix build failure, update llvm-strings for the new Error APIMehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-11-11llvm-strings: explicitly include cctypeSaleem Abdulrasool
2016-11-11llvm-strings: introduce basic strings toolSaleem Abdulrasool
2016-11-09[tools] Unbreak the GCC build (workaround a GCC bug).Davide Italiano
2016-11-09Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne
2016-11-09[dsymutil] Replace TimeValue with TimePointPavel Labath
2016-11-09Revert "[ThinLTO] Prevent exporting of locals used/defined in module level asm"Mehdi Amini
2016-11-09Bitcode: Remove the remnants of the BitcodeDiagnosticInfo class.Peter Collingbourne
2016-11-08[CodeView] Hook up CodeViewRecordIO to type serialization path.Zachary Turner
2016-11-08[ThinLTO] Prevent exporting of locals used/defined in module level asmTeresa Johnson
2016-11-08IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne
2016-11-08Bitcode: Decouple block info block state from reader.Peter Collingbourne
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