[PGO] Value profiling text format reader/writer support
[oota-llvm.git] / tools /
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-14 David Blaikie[llvm-dwp] Deduplicate type units
2015-12-12 Davide Italiano[llvm-objdump/MachoDump] Simplify.
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-11 Davide Italiano[llvm-objdump/MachODump] Reduce code duplication.
2015-12-11 Frederic Riss[dsymutil] Ignore absolute symbols in the debug map
2015-12-10 Teresa Johnson[ThinLTO] Release files in gold plugin during combined...
2015-12-10 Rafael EspindolaSlit lib/Linker in two.
2015-12-09 Teresa Johnson[ThinLTO] Release files read when creating combined...
2015-12-09 David Blaikie[llvm-dwp] Sink debug_types.dwo emission into the code...
2015-12-09 Teresa JohnsonDelay context construction to when/if it is needed...
2015-12-09 Teresa Johnsonclang-format order of gold-plugin includes (NFC)
2015-12-09 Steven WuFix the order of destructors in LibLTOCodeGenerator
2015-12-09 Rafael EspindolaSimplify testMergedProgram.
2015-12-09 Rafael EspindolaSimplify memory management. NFC.
2015-12-09 Rafael EspindolaReturn std::unique_ptr from SplitFunctionsOutOfModule...
2015-12-09 Rafael EspindolaSimplify memory management. NFC.
2015-12-09 Rafael EspindolaSimplify memory management a bit. NFC.
2015-12-08 Rafael EspindolaReturn a std::unique_ptr from CloneModule. NFC.
2015-12-08 Davide Italiano[llvm-objdump/MachO] Don't cut'n'paste the same code...
2015-12-07 NAKAMURA TakumiLet llvm-lto installed. A few tests in clang/test are...
2015-12-07 Sanjay Patelfix 'the the '; NFC
2015-12-07 Lang Hames[Orc] Removing traces of takeOwnershipOfBuffers left...
2015-12-07 Davide Italiano[llvm-objdump/MachoDump] Make code much more concise.
2015-12-06 Lang Hames[Orc] Rename IndirectStubsManagerBase to IndirectStubsM...
2015-12-05 Davide Italiano[llvm-readobj] report_error() does not return, so we...
2015-12-05 David Blaikie[llvm-dwp] Add coverage for both the presence and absen...
2015-12-05 David Blaikie[llvm-dwp] clang-format this to catch anything I've...
2015-12-05 David Blaikie[llvm-dwp] Support debug_tu_index
2015-12-05 Keno Fischer[opt] Fix run-twice option for non-idempotent passes
2015-12-05 Keno Fischer[opt] Fix sanitizer complaints about r254774
2015-12-04 Derek SchuffAdd TransformUtils to list of required libraries for llc
2015-12-04 Rafael EspindolaAlways pass a diagnostic handler to the linker.
2015-12-04 Keno Fischer[llc/opt] Add an option to run all passes twice
2015-12-04 David Blaikie[llvm-dwp] Implement the required on-disk probed hash...
2015-12-04 Reid KlecknerFix llvm-readobj build on Windows, match noreturn attri...
2015-12-04 David Blaikie[llvm-dwp] Include the debug_line.dwo section
2015-12-04 Davide Italiano[llvm-readobj] reportError() never returns. Mark with...
2015-12-04 Davide Italiano[llvm-readobj/ELF] Simplify Verdef handling.
2015-12-04 Mike Aizatskyfixing Makefile
2015-12-04 Mike Aizatskyadding MC dependencies in hopes to pacify the hexagon...
2015-12-04 Mike Aizatskysancov -not-covered-functions.
2015-12-04 David Blaikie[llvm-dwp] Retrieve the DWOID from the CU for the cu_in...
2015-12-04 Rafael EspindolaModernize the C++ APIs for creating LTO modules.
2015-12-04 Rafael EspindolaMove a call to getGlobalContext out of lib/LTO.
2015-12-04 Lang Hames[Orc] Rename JITCompileCallbackManagerBase to JITCompil...
2015-12-04 Nathan SlingerlandRevert "[llvm-profdata] Add support for weighted merge...
2015-12-04 Rafael EspindolaSimplify the error handling in llvm-lto a bit.
2015-12-04 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-03 Davide Italiano[llvm-objdump] Use report_fatal_error() if we can't...
2015-12-03 Mehdi AminiRename Set variable to be plural
2015-12-03 Mehdi AminiRemove "ExportingModule" from ThinLTO Index (NFC)
2015-12-02 David Blaikie[llvm-dwp] Include only the non-empty columns in the...
2015-12-02 David Blaikie[llvm-dwp] Emit a rather fictional debug_cu_index
2015-12-02 Mehdi AminiChange ModuleLinker to take a set of GlobalValues to...
2015-12-01 Rafael EspindolaUse references now that it is natural to do so.
2015-12-01 David Blaikie[llvm-dwp] Deduplicate strings in the debug_str.dwo...
2015-12-01 David Blaikie[llvm-dwp] Correctly update debug_str_offsets.dwo when...
2015-12-01 Sanjoy DasIntroduce a range version of std::any_of, and use it...
2015-12-01 David Blaikie[llvm-dwp] Add missing Makefile for the old configure...
2015-12-01 David Blaikie[llvm-dwp] Initial partial prototype
2015-12-01 David Blaikiellvm-dwp: Initial layout
2015-11-27 Rafael EspindolaSimplify the linking of recursive data.
2015-11-26 Hal Finkel[bugpoint] Fix "Alias must point to a definition" problems
2015-11-25 Richard DiamondFix a use-after-free in `llvm-config`.
2015-11-23 Rafael EspindolaDon't create implicit comdats.
2015-11-23 Sanjoy Das[RuntimeDyld] Don't allocate unnecessary stub buffer...
2015-11-23 Xinliang David Li[PGO] Add --text option for llvm-profdata show|merge...
2015-11-23 Teresa Johnson[ThinLTO] Deduplicate function index loading into share...
2015-11-23 Teresa JohnsonRemove unused function parameter (NFC)
2015-11-22 Davide Italiano[llvm-rtdyld] Refactor to reduce indentation.
2015-11-21 Teresa Johnson[ThinLTO] Handle bitcode without function summary secti...
2015-11-21 Davide Italiano[llvm-rtdyld] Fail early if we can't load dynamic libra...
2015-11-21 Davide Italiano[llvm-rtdyld] Turn assertion into errors, it seems...
2015-11-21 Davide Italiano[llvm-rtdyld] Improve error handling, use Error().
2015-11-21 Davide Italiano[llvm-rtdyld] Use report_fatal_error().
2015-11-21 Teresa Johnsonllvm-link option and test for recent metadata mapping bug
2015-11-20 Davide Italiano[llvm-rtdyld] Message() is used only once. Inline....
2015-11-20 Teresa Johnson[ThinLTO] Add MODULE_CODE_METADATA_VALUES record
2015-11-20 Tobias Edler von... [LTO] Add options to llvm-lto to select output format...
2015-11-19 Mehdi AminiRemove unused function parameter (NFC)
2015-11-19 NAKAMURA Takumigold-plugin.cpp: Fix diagnosticHandler corresponding...
2015-11-19 Mehdi AminiDo not require a Context to extract the FunctionIndex...
2015-11-19 Reid KlecknerFix UMR in llvm-nm on IR object files in printDarwinSymbol
2015-11-18 Nathan Slingerland[llvm-profdata] Use SmallSet rather that std::set for...
2015-11-18 David MajnemerFix LLD testsuite fallout from r253429
2015-11-18 David Majnemer[llvm-objdump] Use the COFF export table for additional...
2015-11-18 Nathan Slingerland[llvm-profdata] Fix unhandled enumeration values warning
2015-11-18 David BlaikieGeneralize ownership/passing semantics to allow dsymuti...
2015-11-17 Nathan Slingerland[llvm-profdata] Show hint for other mismatch errors...
2015-11-17 Nathan Slingerland[llvm-profdata] Improve error messaging when merging...
2015-11-17 Mike Aizatskyadding sancov to Makefile directory list.
2015-11-17 Yunzhong GaoSwitch lto codegen to using diagnostic handlers.
2015-11-17 Davide Italiano[llvm-rtdyld] Don't waste cycles invalidating instructi...
2015-11-15 Teresa JohnsonUse a different block id for block of metadata kind...
2015-11-14 Davide Italiano[llvm-ar] Use failIfError/fail helpers.
2015-11-14 Davide Italiano[llvm-ar] Use fail() helper to reduce duplication.
2015-11-14 Davide Italiano[llvm-ar] Simplify the code.
2015-11-13 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Mike Aizatskysancov test suite
next