summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-lto
Commit message (Expand)AuthorAgeFilesLines
...
* [ThinLTO] Add an option to llvm-lto to print some basic statistics for the indexMehdi Amini2016-09-141-0/+44
* [ThinLTO] Fix temp file dumping, enable via llvm-lto and test itTeresa Johnson2016-08-151-0/+7
* Move legacy LTO interface headers to legacy/ directory.Peter Collingbourne2016-07-141-3/+3
* Fix libdeps in r275125. LTO tools require BitReader.NAKAMURA Takumi2016-07-121-0/+1
* Add a libLTO API to query a memory buffer and check if it contains ObjC categ...Mehdi Amini2016-07-111-0/+19
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Delete Reloc::Default.Rafael Espindola2016-05-181-2/+2
* [ThinLTO] Use semicolon to separate path prefix replacementReid Kleckner2016-05-171-3/+3
* [ThinLTO] Option to control path of distributed backend filesTeresa Johnson2016-05-171-0/+47
* Add testing in llvm-lto for ThinLTO caching.Mehdi Amini2016-05-141-0/+4
* Revert "Add testing in llvm-lto for ThinLTO caching."Mehdi Amini2016-05-141-4/+0
* Add testing in llvm-lto for ThinLTO caching.Mehdi Amini2016-05-141-0/+4
* [ThinLTO] Add option to emit imports files for distributed backendsTeresa Johnson2016-05-101-0/+24
* Restore "[ThinLTO] Emit individual index files for distributed backends"Teresa Johnson2016-05-101-0/+35
* Revert "[ThinLTO] Emit individual index files for distributed backends"Vitaly Buka2016-05-051-35/+0
* llvm-lto: add a -thinlto-module-id that enables to force the Module identifier.Mehdi Amini2016-05-051-0/+11
* [ThinLTO] Emit individual index files for distributed backendsTeresa Johnson2016-05-051-0/+35
* Add an internalization step to the ThinLTOCodeGeneratorMehdi Amini2016-04-241-4/+45
* llvm-lto: run the module verifier when doing IR level workMehdi Amini2016-04-201-0/+9
* [llvm-lto] Uniform error handling. NFC.Davide Italiano2016-04-131-30/+14
* [llvm-lto] clang-format before working on this file.Davide Italiano2016-04-131-33/+28
* Clean up calls to WriteBitcodeToFile (NFC)Teresa Johnson2016-04-041-1/+1
* Rename ModuleSummaryIndex::modPathStringEntries() into modulePaths()Mehdi Amini2016-03-261-1/+1
* Add a test for r263577: "Add missing error handling in llvm-lto"Mehdi Amini2016-03-191-1/+1
* Add missing error handling in llvm-ltoMehdi Amini2016-03-151-0/+1
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-151-13/+13
* Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson2016-03-141-13/+13
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-141-13/+13
* [ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson2016-03-111-2/+2
* Fix library dependency for llvm-lto after r262977Mehdi Amini2016-03-092-1/+2
* libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.Mehdi Amini2016-03-091-0/+290
* [LTO] Fix error reporting from lto_module_create_in_local_context()Petr Pavlu2016-03-011-4/+7
* Remove autoconf supportChris Bieneman2016-01-261-17/+0
* [LTO] Fix error reporting when a file passed to libLTO is invalid or non-exis...Petr Pavlu2016-01-201-1/+0
* Add a change accidentally left out from r258100Tobias Edler von Koch2016-01-181-0/+5
* Add a missing error handling to llvm-lto.Rafael Espindola2016-01-111-0/+1
* Let llvm-lto installed. A few tests in clang/test are using it.NAKAMURA Takumi2015-12-071-2/+0
* Modernize the C++ APIs for creating LTO modules.Rafael Espindola2015-12-041-20/+29
* Move a call to getGlobalContext out of lib/LTO.Rafael Espindola2015-12-041-1/+1
* Simplify the error handling in llvm-lto a bit.Rafael Espindola2015-12-041-36/+37
* [ThinLTO] Deduplicate function index loading into shared helper (NFC)Teresa Johnson2015-11-231-27/+1
* [ThinLTO] Handle bitcode without function summary sections gracefullyTeresa Johnson2015-11-211-14/+21
* [LTO] Add options to llvm-lto to select output format and dump merged moduleTobias Edler von Koch2015-11-201-0/+23
* Do not require a Context to extract the FunctionIndex from Bitcode (NFC)Mehdi Amini2015-11-191-4/+30
* Switch lto codegen to using diagnostic handlers.Yunzhong Gao2015-11-171-11/+9
* llvm-lto: trivial spelling changes to distinguish custom diagnostic handler andYunzhong Gao2015-11-101-0/+1
* Clang format a few prior patches (NFC)Teresa Johnson2015-11-021-6/+8
* Pass FunctionInfoIndex by reference to WriteFunctionSummaryToFile (NFC)Teresa Johnson2015-10-191-1/+1
* Fix required library for r250699 to BitWriter instead of BitReader.Teresa Johnson2015-10-192-2/+2
* llvm-lto support for generating combined function indexesTeresa Johnson2015-10-193-1/+68
OpenPOWER on IntegriCloud