summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-28[llvm-size] Implement --common optionHemant Kulkarni1-0/+25
2016-03-27Reapply ~"Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith1-2/+55
2016-03-26llvm-dwp: Include the dwo name (if available) when diagnosing duplicate CU ID...David Blaikie1-20/+41
2016-03-26Rename ModuleSummaryIndex::modPathStringEntries() into modulePaths()Mehdi Amini1-1/+1
2016-03-25[Object] Start threading Error through MachOObjectFile construction.Lang Hames1-22/+22
2016-03-25Fix Narrowing conversion warning introduced by r264415Hemant Kulkarni1-1/+1
2016-03-25[llvm-readobj] Impl GNU style program headers printHemant Kulkarni1-20/+226
2016-03-25Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith1-3/+1
2016-03-25Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith1-1/+3
2016-03-25Bitcode: Stop using MODULE_CODE_METADATA_VALUESDuncan P. N. Exon Smith1-1/+1
2016-03-24llvm-dwp: Coalesce code for reading the CU's DW_AT_GNU_dwo_id and DW_AT_nameDavid Blaikie1-51/+36
2016-03-24[sancov] renaming statistics fields.Mike Aizatsky1-4/+4
2016-03-24[sancov] adding leading zeros to coverage pct.Mike Aizatsky1-2/+18
2016-03-24[ThinLTO] Use bulk importing in llvm-linkTeresa Johnson1-56/+89
2016-03-24[llvm-readobj] Decode st_other symbol's flagsSimon Atanasyan1-1/+41
2016-03-24[llvm-nm] Fix r264247James Molloy1-1/+1
2016-03-24[sancov] -print-coverage-stats option to print various coverage statistics.Mike Aizatsky1-4/+50