summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-04-15lli.cpp: Appease some builders. There might be ownership issues between LLVMC...NAKAMURA Takumi1-1/+1
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini16-20/+21
2016-04-13[llvm-lto] Uniform error handling. NFC.Davide Italiano1-30/+14
2016-04-13[llvm-lto] clang-format before working on this file.Davide Italiano1-33/+28
2016-04-13llvm-dwp: Add assert textDavid Blaikie1-1/+3
2016-04-13Sanity check `opt` options compatibility: can't have module-summary or module...Mehdi Amini1-2/+6
2016-04-13Revert "Make aliases explicit in the summary"Mehdi Amini1-2/+0
2016-04-13Make aliases explicit in the summaryMehdi Amini1-0/+2
2016-04-12Move summary creation out of llvm-as into optMehdi Amini4-15/+11
2016-04-11Fix some display bugs in llvm-pdbdump.Zachary Turner2-5/+23
2016-04-11Fix repeated conditional expression (PR20711)Hans Wennborg1-1/+1
2016-04-11[llvm-readobj] Add ELF hash histogram printingHemant Kulkarni3-0/+129
2016-04-11[ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson3-4/+11
2016-04-08Support the Nodebug emission kind for DICompileUnits.Adrian Prantl1-3/+1
2016-04-08Revert r265817Colin LeMahieu1-2/+1
2016-04-08[llvm-objdump] Printing hex instead of dec by defaultColin LeMahieu1-1/+2
2016-04-08[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema5-10/+108
2016-04-08Fix formatting and wording of llvm-ranlib error message. NFC.Sunil Srivastava1-1/+1
2016-04-07fix r265645: target dependent printf formatting flags.Valery Pykhtin1-2/+2
2016-04-07[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support.Valery Pykhtin1-0/+43
2016-04-07Do some refactoring in the LLVM C API echo test to remove duplication. NFCAmaury Sechet1-70/+85
2016-04-06[llvm-c] Add LLVMGetValueKind.Peter Zotov1-53/+69
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby15-37/+77
2016-04-06[gold] Save bitcode for module partitions (save-temps + split codegen).Evgeniy Stepanov1-6/+21
2016-04-06Revert "[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support."Valery Pykhtin1-41/+0
2016-04-06[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support.Valery Pykhtin1-0/+41
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith5-180/+105
2016-04-05llvm-dwp: Handle GCC's use of multiple debug_types.dwo sections in a single ....David Blaikie1-31/+32
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko5-105/+180
2016-04-05llvm-dwp: Handle dwo files produced by GCCDavid Blaikie1-4/+8
2016-04-05[llvm-rtdyld] Fix the return type on ErrorAndExit.Lang Hames1-1/+1
2016-04-05llvm-dwp: Simplify hashing code a bitDavid Blaikie1-1/+2
2016-04-05Use ArrayRef for contiguous areas in ELF. NFC.Rafael Espindola1-9/+9
2016-04-05[llvm-c] Expose LLVM{Get,Set}ModuleIdentifierPeter Zotov1-2/+11
2016-04-04Clean up calls to WriteBitcodeToFile (NFC)Teresa Johnson1-1/+1
2016-04-04clang-format llvm-as.cpp (NFC)Teresa Johnson1-16/+17
2016-04-02ValueMapper: Add support for seeding metadata with nullptrDuncan P. N. Exon Smith1-1/+1
2016-04-01Add a libLTO API to stop/restart ThinLTO between optimizations and CodeGenMehdi Amini2-2/+14
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2-1/+44
2016-04-01Fix MSVC warning "comparison of integers of different signs" (NFC)Mehdi Amini1-1/+1
2016-04-01Revert "Add support for computing SHA1 in LLVM"Mehdi Amini2-44/+1
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2-1/+44
2016-03-30Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C43...Aaron Ballman1-3/+3
2016-03-30gold-plugin: Fixed typo in an error message.Marianne Mailhot-Sarrasin1-1/+1
2016-03-29Fix some bugs in the posix output of llvm-nm. Which is documented onKevin Enderby1-12/+21
2016-03-29[llvm-readobj] NFC: Remove unneeded parenthesisHemant Kulkarni1-6/+6
2016-03-29[llvm-readobj] Support GNU style dyn-relocationsHemant Kulkarni1-20/+108
2016-03-28Remove personality for declarations in CloneModule.Evgeniy Stepanov1-0/+2
2016-03-28Add an IR Verifier check for orphaned DICompileUnits.Adrian Prantl1-1/+3
2016-03-28[llvm-readobj] NFC Replace case by macros for PT_* enumsHemant Kulkarni1-24/+16