summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-lto/llvm-lto.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* llvm-lto support for generating combined function indexesTeresa Johnson2015-10-191-0/+64
* Reapply "LTO: Disable extra verify runs in release builds"Duncan P. N. Exon Smith2015-09-151-2/+6
* Revert "LTO: Disable extra verify runs in release builds"Duncan P. N. Exon Smith2015-09-151-6/+2
* LTO: Disable extra verify runs in release buildsDuncan P. N. Exon Smith2015-09-151-2/+6
* Add a non-exiting diagnostic handler for LTO.Yunzhong Gao2015-09-111-1/+4
* CodeGen: Introduce splitCodeGen and teach LTOCodeGenerator to use it.Peter Collingbourne2015-08-271-11/+33
* LTO: Simplify merged module ownership.Peter Collingbourne2015-08-241-1/+1
* LTO: Change signature of LTOCodeGenerator::setCodePICModel() to take a Reloc:...Peter Collingbourne2015-08-211-13/+1
* llvm-lto: Re-order code.Peter Collingbourne2015-08-211-12/+10
* Make the C++ LTO API easier to use from C++ clients.Peter Collingbourne2015-06-011-5/+3
* libLTO, llvm-lto, gold: Introduce flag for controlling optimization level.Peter Collingbourne2015-03-191-5/+16
* Make helper functions static.Benjamin Kramer2015-03-091-4/+4
* [LTO API] add lto_codegen_set_module to set the destination module.Manman Ren2015-02-241-4/+15
* [llvm-lto] Add a line for setting LTOCodeGenerator's CPU string from commandAkira Hatanaka2015-01-301-0/+3
* llvm-lto: Add testing coverage for local contextsDuncan P. N. Exon Smith2014-12-171-0/+47
* Add an option to the LTO code generator to disable vectorization during LTOArnold Schwaighofer2014-10-261-3/+9
* Update the error handling of lib/Linker.Rafael Espindola2014-10-251-5/+1
* LTO: Ignore disabled diagnostic remarksDuncan P. N. Exon Smith2014-10-011-0/+26
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-4/+4
* LTO: rename the various makeLTOModule overloads.Peter Collingbourne2014-07-031-1/+1
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder2014-04-251-0/+10
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-2/+2
* Teach llvm-lto to respect the given RelocModel.James Molloy2014-04-141-1/+14
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+2
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Refactor TargetOptions initialization into a single place.Eli Bendersky2014-02-191-20/+1
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-131-1/+1
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-311-2/+26
* Fix object file writing in llvm-lto on Windows.Rafael Espindola2013-10-041-1/+2
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-031-0/+8
* Add a -exported-symbol option to llvm-lto.Rafael Espindola2013-10-021-0/+10
* Remove several unused variables.Rafael Espindola2013-10-011-1/+0
* Move command line options to the users of libLTO. Fixes --enable-shared build.Rafael Espindola2013-09-301-9/+48
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-241-23/+26
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-191-0/+103
OpenPOWER on IntegriCloud