summaryrefslogtreecommitdiffstats
path: root/llvm/tools
Commit message (Expand)AuthorAgeFilesLines
* lli.cpp: Appease some builders. There might be ownership issues between LLVMC...NAKAMURA Takumi2016-04-151-1/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-1416-20/+21
* [llvm-lto] Uniform error handling. NFC.Davide Italiano2016-04-131-30/+14
* [llvm-lto] clang-format before working on this file.Davide Italiano2016-04-131-33/+28
* llvm-dwp: Add assert textDavid Blaikie2016-04-131-1/+3
* Sanity check `opt` options compatibility: can't have module-summary or module...Mehdi Amini2016-04-131-2/+6
* Revert "Make aliases explicit in the summary"Mehdi Amini2016-04-131-2/+0
* Make aliases explicit in the summaryMehdi Amini2016-04-131-0/+2
* Move summary creation out of llvm-as into optMehdi Amini2016-04-124-15/+11
* Fix some display bugs in llvm-pdbdump.Zachary Turner2016-04-112-5/+23
* Fix repeated conditional expression (PR20711)Hans Wennborg2016-04-111-1/+1
* [llvm-readobj] Add ELF hash histogram printingHemant Kulkarni2016-04-113-0/+129
* [ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson2016-04-113-4/+11
* Support the Nodebug emission kind for DICompileUnits.Adrian Prantl2016-04-081-3/+1
* Revert r265817Colin LeMahieu2016-04-081-2/+1
* [llvm-objdump] Printing hex instead of dec by defaultColin LeMahieu2016-04-081-1/+2
* [llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema2016-04-085-10/+108
* Fix formatting and wording of llvm-ranlib error message. NFC.Sunil Srivastava2016-04-081-1/+1
* fix r265645: target dependent printf formatting flags.Valery Pykhtin2016-04-071-2/+2
* [AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support.Valery Pykhtin2016-04-071-0/+43
* Do some refactoring in the LLVM C API echo test to remove duplication. NFCAmaury Sechet2016-04-071-70/+85
* [llvm-c] Add LLVMGetValueKind.Peter Zotov2016-04-061-53/+69
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-0615-37/+77
* [gold] Save bitcode for module partitions (save-temps + split codegen).Evgeniy Stepanov2016-04-061-6/+21
* Revert "[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support."Valery Pykhtin2016-04-061-41/+0
* [AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support.Valery Pykhtin2016-04-061-0/+41
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-055-180/+105
* llvm-dwp: Handle GCC's use of multiple debug_types.dwo sections in a single ....David Blaikie2016-04-051-31/+32
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-055-105/+180
* llvm-dwp: Handle dwo files produced by GCCDavid Blaikie2016-04-051-4/+8
* [llvm-rtdyld] Fix the return type on ErrorAndExit.Lang Hames2016-04-051-1/+1
* llvm-dwp: Simplify hashing code a bitDavid Blaikie2016-04-051-1/+2
* Use ArrayRef for contiguous areas in ELF. NFC.Rafael Espindola2016-04-051-9/+9
* [llvm-c] Expose LLVM{Get,Set}ModuleIdentifierPeter Zotov2016-04-051-2/+11
* Clean up calls to WriteBitcodeToFile (NFC)Teresa Johnson2016-04-041-1/+1
* clang-format llvm-as.cpp (NFC)Teresa Johnson2016-04-041-16/+17
* ValueMapper: Add support for seeding metadata with nullptrDuncan P. N. Exon Smith2016-04-021-1/+1
* Add a libLTO API to stop/restart ThinLTO between optimizations and CodeGenMehdi Amini2016-04-012-2/+14
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-012-1/+44
* Fix MSVC warning "comparison of integers of different signs" (NFC)Mehdi Amini2016-04-011-1/+1
* Revert "Add support for computing SHA1 in LLVM"Mehdi Amini2016-04-012-44/+1
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-012-1/+44
* Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C43...Aaron Ballman2016-03-301-3/+3
* gold-plugin: Fixed typo in an error message.Marianne Mailhot-Sarrasin2016-03-301-1/+1
* Fix some bugs in the posix output of llvm-nm. Which is documented onKevin Enderby2016-03-291-12/+21
* [llvm-readobj] NFC: Remove unneeded parenthesisHemant Kulkarni2016-03-291-6/+6
* [llvm-readobj] Support GNU style dyn-relocationsHemant Kulkarni2016-03-291-20/+108
* Remove personality for declarations in CloneModule.Evgeniy Stepanov2016-03-281-0/+2
* Add an IR Verifier check for orphaned DICompileUnits.Adrian Prantl2016-03-281-1/+3
* [llvm-readobj] NFC Replace case by macros for PT_* enumsHemant Kulkarni2016-03-281-24/+16
OpenPOWER on IntegriCloud