summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-12-21[MC, COFF] Support link /incremental conditionallyDavid Majnemer3-7/+14
2015-12-21[llvm-objdump] Use appropriate helper. NFC.Davide Italiano1-2/+1
2015-12-20[llvm-objdump] Move COFF function to where it belongs.Davide Italiano3-50/+51
2015-12-20[PGO] Improve Indexed Profile Reader efficiency Xinliang David Li1-2/+5
2015-12-19[llvm-objdump] Fail early if we can't parse the object header.Davide Italiano1-4/+5
2015-12-19Assert that we have all use/users in the getters.Rafael Espindola1-3/+12
2015-12-18Deprecate a few C APIs.Rafael Espindola3-13/+38
2015-12-18Delete dead code: only functions are materializable.Rafael Espindola1-4/+0
2015-12-18Use a lambda to reduce code duplication.Rafael Espindola1-23/+15
2015-12-18[sancov] IWYU fix: add proper header inclusion.Alexey Samsonov1-0/+1
2015-12-18Drop materializeAllPermanently.Rafael Espindola2-2/+2
2015-12-18Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper3-21/+259
2015-12-18Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper3-259/+21
2015-12-18Add a test for LLVMGetBitcodeModule.Rafael Espindola3-10/+25
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher1-0/+1
2015-12-17[ThinLTO] Metadata linking for imported functionsTeresa Johnson1-7/+42
2015-12-17[llvm-objdump] Use report_fatal_error() for a more uniform error handling.Davide Italiano1-29/+13
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola3-7/+8
2015-12-16[PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland1-1/+5
2015-12-16Use LLVM style variable name (NFC)Teresa Johnson1-4/+4
2015-12-16[CMake] Adding llvm-profdata to the list of tools clang needs.Chris Bieneman1-2/+4
2015-12-16Reland "[llvm-readobj] Simplify usage of -codeview flag"Reid Kleckner3-7/+16
2015-12-16Revert "[llvm-readobj] Simplify usage of -codeview flag"Reid Kleckner3-16/+7
2015-12-16[llvm-readobj] Simplify usage of -codeview flagReid Kleckner3-7/+16
2015-12-16Add RAII wrapper for gold plugin file managementTeresa Johnson1-23/+31
2015-12-16[sancov] blacklist support.Mike Aizatsky1-5/+48
2015-12-15[llvm-objdump/MachODump] Shrink code a little bit. NFC.Davide Italiano1-4/+1
2015-12-15[llvm-profdata] Add support for weighted merge of profile data (2nd try)Nathan Slingerland1-18/+58
2015-12-15Use CmpInst::Predicate instead of 'unsigned short' in some places. NFCCraig Topper1-1/+2
2015-12-15[llvm-readobj] s/FunctionName/LinkageName/ for codeview dumpingReid Kleckner1-7/+7
2015-12-14sancov: coverage can be reported by multiple functions.Mike Aizatsky1-10/+19
2015-12-14Use diagnostic handler in the LLVMContextRafael Espindola4-25/+13
2015-12-14Factor out some duplication. NFC.Pete Cooper1-44/+20
2015-12-14Start implementing FDE dumping when printing the eh_frame.Pete Cooper1-5/+107
2015-12-14Print the eh_frame section in MachoDump.Pete Cooper1-1/+180
2015-12-14Fix formatting. NFC.Diego Novillo1-8/+5
2015-12-14[IR] Remove terminatepadDavid Majnemer1-1/+0
2015-12-14[llvm-dwp] Deduplicate type unitsDavid Blaikie1-6/+12
2015-12-12[llvm-objdump/MachoDump] Simplify.Davide Italiano1-7/+3
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer1-2/+0
2015-12-11[llvm-objdump/MachODump] Reduce code duplication.Davide Italiano1-69/+41
2015-12-11[dsymutil] Ignore absolute symbols in the debug mapFrederic Riss1-3/+14
2015-12-10[ThinLTO] Release files in gold plugin during combined index (take 2)Teresa Johnson1-4/+2
2015-12-10Slit lib/Linker in two.Rafael Espindola1-157/+97
2015-12-09[ThinLTO] Release files read when creating combined index in gold pluginTeresa Johnson1-0/+3
2015-12-09[llvm-dwp] Sink debug_types.dwo emission into the code parsing the type signa...David Blaikie1-15/+27
2015-12-09Delay context construction to when/if it is needed in gold plugin (NFC)Teresa Johnson1-3/+3
2015-12-09clang-format order of gold-plugin includes (NFC)Teresa Johnson1-2/+2
2015-12-09Fix the order of destructors in LibLTOCodeGeneratorSteven Wu1-0/+4
2015-12-09Simplify testMergedProgram.Rafael Espindola1-26/+19