summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-12-04sancov -not-covered-functions.Mike Aizatsky2-88/+305
2015-12-04[llvm-dwp] Retrieve the DWOID from the CU for the cu_index entryDavid Blaikie1-2/+61
2015-12-04Modernize the C++ APIs for creating LTO modules.Rafael Espindola2-33/+86
2015-12-04Move a call to getGlobalContext out of lib/LTO.Rafael Espindola2-3/+4
2015-12-04[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.Lang Hames2-2/+2
2015-12-04Revert "[llvm-profdata] Add support for weighted merge of profile data"Nathan Slingerland1-54/+16
2015-12-04Simplify the error handling in llvm-lto a bit.Rafael Espindola1-36/+37
2015-12-04[llvm-profdata] Add support for weighted merge of profile dataNathan Slingerland1-16/+54
2015-12-03[llvm-objdump] Use report_fatal_error() if we can't find a target.Davide Italiano1-8/+2
2015-12-03Rename Set variable to be pluralMehdi Amini1-3/+3
2015-12-03Remove "ExportingModule" from ThinLTO Index (NFC)Mehdi Amini1-1/+1
2015-12-02[llvm-dwp] Include only the non-empty columns in the cu_indexDavid Blaikie1-7/+15
2015-12-02[llvm-dwp] Emit a rather fictional debug_cu_indexDavid Blaikie1-22/+81
2015-12-02Change ModuleLinker to take a set of GlobalValues to import instead of a sing...Mehdi Amini1-1/+4
2015-12-01Use references now that it is natural to do so.Rafael Espindola4-11/+11
2015-12-01[llvm-dwp] Deduplicate strings in the debug_str.dwo sectionDavid Blaikie1-14/+20
2015-12-01[llvm-dwp] Correctly update debug_str_offsets.dwo when linking dwo filesDavid Blaikie1-17/+68
2015-12-01Introduce a range version of std::any_of, and use it in SCEVSanjoy Das1-6/+3
2015-12-01[llvm-dwp] Add missing Makefile for the old configure+make buildDavid Blaikie1-0/+18
2015-12-01[llvm-dwp] Initial partial prototypeDavid Blaikie1-1/+143
2015-12-01llvm-dwp: Initial layoutDavid Blaikie5-1/+40
2015-11-27Simplify the linking of recursive data.Rafael Espindola1-2/+2
2015-11-26[bugpoint] Fix "Alias must point to a definition" problemsHal Finkel3-4/+41
2015-11-25Fix a use-after-free in `llvm-config`.Richard Diamond1-10/+10
2015-11-23Don't create implicit comdats.Rafael Espindola1-2/+0
2015-11-23[RuntimeDyld] Don't allocate unnecessary stub buffer spaceSanjoy Das1-0/+14
2015-11-23[PGO] Add --text option for llvm-profdata show|merge commandsXinliang David Li1-37/+70
2015-11-23[ThinLTO] Deduplicate function index loading into shared helper (NFC)Teresa Johnson2-50/+5
2015-11-23Remove unused function parameter (NFC)Teresa Johnson1-5/+3
2015-11-22[llvm-rtdyld] Refactor to reduce indentation.Davide Italiano1-5/+4
2015-11-21[ThinLTO] Handle bitcode without function summary sections gracefullyTeresa Johnson2-14/+33
2015-11-21[llvm-rtdyld] Fail early if we can't load dynamic libraries.Davide Italiano1-3/+2
2015-11-21[llvm-rtdyld] Turn assertion into errors, it seems more appropriate.Davide Italiano1-4/+8
2015-11-21[llvm-rtdyld] Improve error handling, use Error().Davide Italiano1-14/+8
2015-11-21[llvm-rtdyld] Use report_fatal_error().Davide Italiano1-22/+13
2015-11-21llvm-link option and test for recent metadata mapping bugTeresa Johnson1-0/+13
2015-11-20[llvm-rtdyld] Message() is used only once. Inline. NFC.Davide Italiano1-5/+1
2015-11-20[ThinLTO] Add MODULE_CODE_METADATA_VALUES recordTeresa Johnson1-0/+1
2015-11-20[LTO] Add options to llvm-lto to select output format and dump merged moduleTobias Edler von Koch1-0/+23
2015-11-19Remove unused function parameter (NFC)Mehdi Amini1-3/+2
2015-11-19gold-plugin.cpp: Fix diagnosticHandler corresponding to r253540.NAKAMURA Takumi1-4/+9
2015-11-19Do not require a Context to extract the FunctionIndex from Bitcode (NFC)Mehdi Amini2-5/+31
2015-11-19Fix UMR in llvm-nm on IR object files in printDarwinSymbolReid Kleckner1-5/+4
2015-11-18[llvm-profdata] Use SmallSet rather that std::set for keeping track of profda...Nathan Slingerland1-3/+2
2015-11-18Fix LLD testsuite fallout from r253429David Majnemer1-4/+4
2015-11-18[llvm-objdump] Use the COFF export table for additional symbolsDavid Majnemer1-57/+118
2015-11-18[llvm-profdata] Fix unhandled enumeration values warningNathan Slingerland1-0/+2
2015-11-18Generalize ownership/passing semantics to allow dsymutil to own abbreviations...David Blaikie1-10/+6
2015-11-17[llvm-profdata] Show hint for other mismatch errors when merging instr profdataNathan Slingerland1-1/+5
2015-11-17[llvm-profdata] Improve error messaging when merging mismatched profile dataNathan Slingerland1-4/+38