Interface to attach maximum function count from PGO to module as module flags.
[oota-llvm.git] / tools /
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
2015-11-12 Nathan Slingerlandreverting r252916 to investigate test failure
2015-11-12 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Kuba Brecka[Object, MachO] Mark symbols from DATA and BSS sections...
2015-11-12 Amjad Abouddwarfdump: Added macro support to llvm-dwarfdump tool.
2015-11-12 David Blaikiedwarfdump: Use the right enum for the tu_index section
2015-11-12 David Blaikiedwarfdump: add command line support for dumping the...
2015-11-11 Mike AizatskyAdding qualifier for make_unique.
2015-11-11 Mike Aizatskysancov tool in c++
2015-11-11 Hemant Kulkarni[Symbolizer]: Add -pretty-print option
2015-11-11 Yunzhong GaoAdd a libLTO diagnostic handler that supports lto_get_e...
2015-11-11 David BlaikieFormat my previous commit
2015-11-11 David Blaikiedwarfdump: First piece of support for DWP dumping
2015-11-11 Colin LeMahieuReverting r252760
2015-11-11 NAKAMURA Takumillvm-config.cpp: Prune an obsolete \param. [-Wdocumenta...
2015-11-11 Hemant Kulkarni[Symbolizer]: Add -pretty-print option
2015-11-10 Chris Bieneman[CMake] Autoconf builds libLTO with -fPIC, CMake should...
2015-11-10 Adrian Prantldsymutil: Prune module forward decl DIEs if a uniquable...
2015-11-10 Yunzhong Gaollvm-lto: trivial spelling changes to distinguish custo...
2015-11-10 Richard DiamondFix mingw targets. Bandaid for r252532's buildbot brakage.
2015-11-10 Kevin EnderbyFix llvm-nm(1) printing of llvm-bitcode files for ...
2015-11-09 David BlaikieSimplify some APIs I was cleaning up while fixing ...
2015-11-09 Reid KlecknerFix -Wpessimizing-move warning in llvm-config.cpp
2015-11-09 Richard DiamondFix `llvm-config` to adapt to the install environment.
2015-11-08 David MajnemerMake bugpoint ehpad/token friendly
2015-11-07 Duncan P. N. Exon... ADT: Remove last implicit ilist iterator conversions...
2015-11-06 Keno FischerFix bugpoint breakage on libcxx introduced by r252247
2015-11-06 Keno Fischer[bugpoint] Add a named metadata (+their operands) reducer
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-11-04 Chris Bieneman[CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR...
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-04 Tom Stellardllvm-config: Add --has-rtti option
2015-11-04 Michael Kuperstein[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
2015-11-04 Alexey Samsonov[LLVMSymbolize] Properly propagate object parsing error...
2015-11-03 Alexey Samsonov[LLVMSymbolize] Factor out the logic for printing struc...
2015-11-03 Rui Ueyamallmv-pdbdump: Make BuiltinDumper shorter. NFC.
2015-11-03 Rafael EspindolaRevert "Revert "[Orc] Directly emit machine code for...
2015-11-03 Rafael EspindolaRevert "[Orc] Directly emit machine code for the x86...
2015-11-03 Lang Hames[Orc] Directly emit machine code for the x86 resolver...
2015-11-03 Teresa JohnsonPass enum instead of bool to new linkInModule call...
2015-11-03 Rafael EspindolaDon't implicitly construct a Archive::child_iterator.
2015-11-03 Rui Ueyamallvm-pdbdump: Simplify. NFC.
2015-11-03 Teresa JohnsonRestore "Support for ThinLTO function importing and...
2015-11-02 Kevin EnderbyAllow llvm-nm’s single letter command line flags to...
2015-11-02 Teresa JohnsonRevert "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonSupport for ThinLTO function importing and symbol linking.
2015-11-02 Tim NorthoverMachO: support tvOS and watchOS version min commands...
2015-11-02 Teresa JohnsonClang format a few prior patches (NFC)
2015-11-02 Rafael EspindolaThis doesn't need a object::Archive::child_iterator.
2015-11-02 Xinliang David Li[PGO] Value profiling (index format) code cleanup and...
2015-11-01 Rafael EspindolaMake a few definitions static. NFC.
next