summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-12-22Disable use list order on the gold plugin.Rafael Espindola
2015-12-21[MC, COFF] Support link /incremental conditionallyDavid Majnemer
2015-12-21[llvm-objdump] Use appropriate helper. NFC.Davide Italiano
2015-12-20[llvm-objdump] Move COFF function to where it belongs.Davide Italiano
2015-12-20[PGO] Improve Indexed Profile Reader efficiency Xinliang David Li
2015-12-19[llvm-objdump] Fail early if we can't parse the object header.Davide Italiano
2015-12-19Assert that we have all use/users in the getters.Rafael Espindola
2015-12-18Deprecate a few C APIs.Rafael Espindola
2015-12-18Delete dead code: only functions are materializable.Rafael Espindola
2015-12-18Use a lambda to reduce code duplication.Rafael Espindola
2015-12-18[sancov] IWYU fix: add proper header inclusion.Alexey Samsonov
2015-12-18Drop materializeAllPermanently.Rafael Espindola
2015-12-18Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper
2015-12-18Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper
2015-12-18Add a test for LLVMGetBitcodeModule.Rafael Espindola
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2015-12-17[ThinLTO] Metadata linking for imported functionsTeresa Johnson
2015-12-17[llvm-objdump] Use report_fatal_error() for a more uniform error handling.Davide Italiano
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola
2015-12-16[PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland
2015-12-16Use LLVM style variable name (NFC)Teresa Johnson
2015-12-16[CMake] Adding llvm-profdata to the list of tools clang needs.Chris Bieneman
2015-12-16Reland "[llvm-readobj] Simplify usage of -codeview flag"Reid Kleckner
2015-12-16Revert "[llvm-readobj] Simplify usage of -codeview flag"Reid Kleckner
2015-12-16[llvm-readobj] Simplify usage of -codeview flagReid Kleckner
2015-12-16Add RAII wrapper for gold plugin file managementTeresa Johnson
2015-12-16[sancov] blacklist support.Mike Aizatsky
2015-12-15[llvm-objdump/MachODump] Shrink code a little bit. NFC.Davide Italiano
2015-12-15[llvm-profdata] Add support for weighted merge of profile data (2nd try)Nathan Slingerland
2015-12-15Use CmpInst::Predicate instead of 'unsigned short' in some places. NFCCraig Topper
2015-12-15[llvm-readobj] s/FunctionName/LinkageName/ for codeview dumpingReid Kleckner
2015-12-14sancov: coverage can be reported by multiple functions.Mike Aizatsky
2015-12-14Use diagnostic handler in the LLVMContextRafael Espindola
2015-12-14Factor out some duplication. NFC.Pete Cooper
2015-12-14Start implementing FDE dumping when printing the eh_frame.Pete Cooper
2015-12-14Print the eh_frame section in MachoDump.Pete Cooper
2015-12-14Fix formatting. NFC.Diego Novillo
2015-12-14[IR] Remove terminatepadDavid Majnemer
2015-12-14[llvm-dwp] Deduplicate type unitsDavid Blaikie
2015-12-12[llvm-objdump/MachoDump] Simplify.Davide Italiano
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer
2015-12-11[llvm-objdump/MachODump] Reduce code duplication.Davide Italiano
2015-12-11[dsymutil] Ignore absolute symbols in the debug mapFrederic Riss
2015-12-10[ThinLTO] Release files in gold plugin during combined index (take 2)Teresa Johnson
2015-12-10Slit lib/Linker in two.Rafael Espindola
2015-12-09[ThinLTO] Release files read when creating combined index in gold pluginTeresa Johnson
2015-12-09[llvm-dwp] Sink debug_types.dwo emission into the code parsing the type signa...David Blaikie
2015-12-09Delay context construction to when/if it is needed in gold plugin (NFC)Teresa Johnson
2015-12-09clang-format order of gold-plugin includes (NFC)Teresa Johnson
2015-12-09Fix the order of destructors in LibLTOCodeGeneratorSteven Wu