summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-11-27Simplify the linking of recursive data.Rafael Espindola
2015-11-26[bugpoint] Fix "Alias must point to a definition" problemsHal Finkel
2015-11-25Fix a use-after-free in `llvm-config`.Richard Diamond
2015-11-23Don't create implicit comdats.Rafael Espindola
2015-11-23[RuntimeDyld] Don't allocate unnecessary stub buffer spaceSanjoy Das
2015-11-23[PGO] Add --text option for llvm-profdata show|merge commandsXinliang David Li
2015-11-23[ThinLTO] Deduplicate function index loading into shared helper (NFC)Teresa Johnson
2015-11-23Remove unused function parameter (NFC)Teresa Johnson
2015-11-22[llvm-rtdyld] Refactor to reduce indentation.Davide Italiano
2015-11-21[ThinLTO] Handle bitcode without function summary sections gracefullyTeresa Johnson
2015-11-21[llvm-rtdyld] Fail early if we can't load dynamic libraries.Davide Italiano
2015-11-21[llvm-rtdyld] Turn assertion into errors, it seems more appropriate.Davide Italiano
2015-11-21[llvm-rtdyld] Improve error handling, use Error().Davide Italiano
2015-11-21[llvm-rtdyld] Use report_fatal_error().Davide Italiano
2015-11-21llvm-link option and test for recent metadata mapping bugTeresa Johnson
2015-11-20[llvm-rtdyld] Message() is used only once. Inline. NFC.Davide Italiano
2015-11-20[ThinLTO] Add MODULE_CODE_METADATA_VALUES recordTeresa Johnson
2015-11-20[LTO] Add options to llvm-lto to select output format and dump merged moduleTobias Edler von Koch
2015-11-19Remove unused function parameter (NFC)Mehdi Amini
2015-11-19gold-plugin.cpp: Fix diagnosticHandler corresponding to r253540.NAKAMURA Takumi
2015-11-19Do not require a Context to extract the FunctionIndex from Bitcode (NFC)Mehdi Amini
2015-11-19Fix UMR in llvm-nm on IR object files in printDarwinSymbolReid Kleckner
2015-11-18[llvm-profdata] Use SmallSet rather that std::set for keeping track of profda...Nathan Slingerland
2015-11-18Fix LLD testsuite fallout from r253429David Majnemer
2015-11-18[llvm-objdump] Use the COFF export table for additional symbolsDavid Majnemer
2015-11-18[llvm-profdata] Fix unhandled enumeration values warningNathan Slingerland
2015-11-18Generalize ownership/passing semantics to allow dsymutil to own abbreviations...David Blaikie
2015-11-17[llvm-profdata] Show hint for other mismatch errors when merging instr profdataNathan Slingerland
2015-11-17[llvm-profdata] Improve error messaging when merging mismatched profile dataNathan Slingerland
2015-11-17adding sancov to Makefile directory list.Mike Aizatsky
2015-11-17Switch lto codegen to using diagnostic handlers.Yunzhong Gao
2015-11-17[llvm-rtdyld] Don't waste cycles invalidating instruction cache.Davide Italiano
2015-11-15Use a different block id for block of metadata kind recordsTeresa Johnson
2015-11-14[llvm-ar] Use failIfError/fail helpers.Davide Italiano
2015-11-14[llvm-ar] Use fail() helper to reduce duplication.Davide Italiano
2015-11-14[llvm-ar] Simplify the code.Davide Italiano
2015-11-13[llvm-profdata] Add check for text profile formats and improve error reportin...Nathan Slingerland
2015-11-12sancov test suiteMike Aizatsky
2015-11-12reverting r252916 to investigate test failureNathan Slingerland
2015-11-12[llvm-profdata] Add check for text profile formats and improve error reportingNathan Slingerland
2015-11-12[Object, MachO] Mark symbols from DATA and BSS sections as ST_DataKuba Brecka
2015-11-12dwarfdump: Added macro support to llvm-dwarfdump tool.Amjad Aboud
2015-11-12dwarfdump: Use the right enum for the tu_index sectionDavid Blaikie
2015-11-12dwarfdump: add command line support for dumping the tu_index sectionDavid Blaikie
2015-11-11Adding qualifier for make_unique.Mike Aizatsky
2015-11-11sancov tool in c++Mike Aizatsky
2015-11-11[Symbolizer]: Add -pretty-print optionHemant Kulkarni
2015-11-11Add a libLTO diagnostic handler that supports lto_get_error_message APIYunzhong Gao
2015-11-11Format my previous commitDavid Blaikie
2015-11-11dwarfdump: First piece of support for DWP dumpingDavid Blaikie