OSDN Git Service

android: AMDGPU/GlobalISel: fix tablegen rules (llvm90)
[android-x86/external-llvm.git] / tools / llvm-lto /
2019-09-22 Mauro Rossiandroid: tools: remove redundant Android.bp
2019-09-22 Mauro Rossiandroid: add soong building rules
2019-06-12 Ben Dunbobbin[ThinLTO]LTO]Legacy] Fix dependent libraries support...
2019-05-24 Daniel SandersFix BUILD_SHARED_LIBS builds after r361567
2019-05-23 Daniel SandersBreak false dependencies on target libraries
2019-04-24 Fangrui Song[CommandLine] Provide parser<unsigned long> instantiati...
2019-04-17 Steven Wu[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used...
2019-04-08 Steven WuRevert [ThinLTO] Fix ThinLTOCodegenerator to export...
2019-04-08 Steven Wu[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-11-29 Teresa Johnson[ThinLTO] Import local variables from the same module...
2018-10-03 James Henderson[ThinLTO]Expose cache entry expiration time option...
2018-09-17 James HendersonReland r342233: [ThinLTO] Allow setting of maximum...
2018-09-14 James HendersonRevert r342233.
2018-09-14 James Henderson[ThinLTO]Allow setting of maximum cache size with 64...
2018-06-06 Teresa Johnson[ThinLTO] Rename index IsAnalysis flag to HaveGVs ...
2018-05-16 Teresa Johnson[ThinLTO] Make llvm-lto module ID numbering consistent...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-04-11 David BlaikieRename *CommandFlags.def to *CommandFlags.inc
2018-03-02 Ekaterina Romanova[ThinLTO] Added a couple of C LTO API interfaces to...
2018-02-15 Ekaterina RomanovaAllow 0 to be a valid value pruning interval in C LTO...
2018-02-14 Rafael EspindolaPass a reference to a module to the bitcode writer.
2018-01-22 Eugene Leviant[ThinLTO] Re-commit of dot dumper after test fix
2018-01-21 Eugene LeviantTemporarily revert r323062 to investigate buildbot...
2018-01-21 Eugene Leviant[ThinLTO] Implement summary visualizer
2017-12-19 Ben Dunbobbin[Support][CachePruning] Disable cache pruning regressio...
2017-11-27 David BlaikieRename CommandFlags.h -> CommandFlags.def
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
2017-09-15 Vivek PandyaThis patch fixes https://bugs.llvm.org/show_bug.cgi...
2017-09-15 Vivek PandyaThis reverts r313381
2017-09-15 Vivek PandyaThis patch fixes https://bugs.llvm.org/show_bug.cgi...
2017-09-07 Eugene Zelenko[Bitcode] Fix some Clang-tidy modernize-use-using and...
2017-07-04 Alexander KornienkoFix dangling StringRefs found by clang-tidy misc-dangli...
2017-05-19 Adrian PrantlRewrite llvm-lto's codegen() using ThinCodeGenerator...
2017-05-04 Peter CollingbourneRe-apply r302108, "IR: Use pointers instead of GUIDs...
2017-05-04 Eric LiuRevert "IR: Use pointers instead of GUIDs to represent...
2017-05-04 Peter CollingbourneIR: Use pointers instead of GUIDs to represent edges...
2017-05-01 Peter CollingbourneBitcode: Make the summary reader responsible for mergin...
2017-05-01 Peter CollingbourneObject: Remove ModuleSummaryIndexObjectFile class.
2017-03-28 Mehdi AminiAdd support for -fno-builtin to LTO and ThinLTO to...
2016-12-23 Mehdi Aminillvm-lto: pass errs() to the module verifier (NFC)
2016-12-14 Mehdi Amini[ThinLTO] Add an API to trigger file-based API for...
2016-11-18 Chris Bieneman[CMake] llvm-lto depends on intrinsics_gen
2016-11-11 Peter CollingbourneBitcode: Change getModuleSummaryIndex() to return an...
2016-11-11 Peter CollingbourneBitcode: Clean up error handling for certain bitcode...
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-11-02 Malcolm ParsonsFix Clang-tidy readability-redundant-string-cstr warnings
2016-10-08 Mehdi AminiTurn cl::values() (for enum) from a vararg function...
2016-10-08 Mehdi AminiThinLTO: handles modules with empty summaries
2016-09-14 Mehdi Amini[ThinLTO] Add an option to llvm-lto to print some basic...
2016-08-15 Teresa Johnson[ThinLTO] Fix temp file dumping, enable via llvm-lto...
2016-07-14 Peter CollingbourneMove legacy LTO interface headers to legacy/ directory.
2016-07-12 NAKAMURA TakumiFix libdeps in r275125. LTO tools require BitReader.
2016-07-11 Mehdi AminiAdd a libLTO API to query a memory buffer and check...
2016-06-09 Richard SmithSearch for llvm-symbolizer binary in the same directory...
2016-05-18 Rafael EspindolaDelete Reloc::Default.
2016-05-17 Reid Kleckner[ThinLTO] Use semicolon to separate path prefix replacement
2016-05-17 Teresa Johnson[ThinLTO] Option to control path of distributed backend...
2016-05-14 Mehdi AminiAdd testing in llvm-lto for ThinLTO caching.
2016-05-14 Mehdi AminiRevert "Add testing in llvm-lto for ThinLTO caching."
2016-05-14 Mehdi AminiAdd testing in llvm-lto for ThinLTO caching.
2016-05-10 Teresa Johnson[ThinLTO] Add option to emit imports files for distribu...
2016-05-10 Teresa JohnsonRestore "[ThinLTO] Emit individual index files for...
2016-05-05 Vitaly BukaRevert "[ThinLTO] Emit individual index files for distr...
2016-05-05 Mehdi Aminillvm-lto: add a -thinlto-module-id that enables to...
2016-05-05 Teresa Johnson[ThinLTO] Emit individual index files for distributed...
2016-04-24 Mehdi AminiAdd an internalization step to the ThinLTOCodeGenerator
2016-04-20 Mehdi Aminillvm-lto: run the module verifier when doing IR level...
2016-04-13 Davide Italiano[llvm-lto] Uniform error handling. NFC.
2016-04-13 Davide Italiano[llvm-lto] clang-format before working on this file.
2016-04-04 Teresa JohnsonClean up calls to WriteBitcodeToFile (NFC)
2016-03-26 Mehdi AminiRename ModuleSummaryIndex::modPathStringEntries() into...
2016-03-19 Mehdi AminiAdd a test for r263577: "Add missing error handling...
2016-03-15 Mehdi AminiAdd missing error handling in llvm-lto
2016-03-15 Teresa Johnson[ThinLTO] Renaming of function index to module summary...
2016-03-14 Teresa JohnsonRevert "[ThinLTO] Renaming of function index to module...
2016-03-14 Teresa Johnson[ThinLTO] Renaming of function index to module summary...
2016-03-11 Teresa Johnson[ThinLTO] Support for reference graph in per-module...
2016-03-09 Mehdi AminiFix library dependency for llvm-lto after r262977
2016-03-09 Mehdi AminilibLTO: add a ThinLTOCodeGenerator on the model of...
2016-03-01 Petr Pavlu[LTO] Fix error reporting from lto_module_create_in_loc...
2016-01-26 Chris BienemanRemove autoconf support
2016-01-20 Petr Pavlu[LTO] Fix error reporting when a file passed to libLTO...
2016-01-18 Tobias Edler von... Add a change accidentally left out from r258100
2016-01-11 Rafael EspindolaAdd a missing error handling to llvm-lto.
2015-12-07 NAKAMURA TakumiLet llvm-lto installed. A few tests in clang/test are...
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 Rafael EspindolaSimplify the error handling in llvm-lto a bit.
2015-11-23 Teresa Johnson[ThinLTO] Deduplicate function index loading into share...
2015-11-21 Teresa Johnson[ThinLTO] Handle bitcode without function summary secti...
2015-11-20 Tobias Edler von... [LTO] Add options to llvm-lto to select output format...
2015-11-19 Mehdi AminiDo not require a Context to extract the FunctionIndex...
2015-11-17 Yunzhong GaoSwitch lto codegen to using diagnostic handlers.
2015-11-10 Yunzhong Gaollvm-lto: trivial spelling changes to distinguish custo...
2015-11-02 Teresa JohnsonClang format a few prior patches (NFC)
2015-10-19 Teresa JohnsonPass FunctionInfoIndex by reference to WriteFunctionSum...
2015-10-19 Teresa JohnsonFix required library for r250699 to BitWriter instead...
2015-10-19 Teresa Johnsonllvm-lto support for generating combined function indexes
next