summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lto/lto.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch lto codegen to using diagnostic handlers.Yunzhong Gao2015-11-171-5/+5
* Add a libLTO diagnostic handler that supports lto_get_error_message APIYunzhong Gao2015-11-111-2/+10
* Reapply "LTO: Disable extra verify runs in release builds"Duncan P. N. Exon Smith2015-09-151-6/+16
* Revert "LTO: Disable extra verify runs in release builds"Duncan P. N. Exon Smith2015-09-151-16/+6
* LTO: Disable extra verify runs in release buildsDuncan P. N. Exon Smith2015-09-151-6/+16
* 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-2/+16
* lto: Clean up C libLTO interfaces pertaining to linker flags.Peter Collingbourne2015-06-291-15/+1
* Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...Peter Collingbourne2015-06-291-4/+6
* Make the C++ LTO API easier to use from C++ clients.Peter Collingbourne2015-06-011-10/+33
* LTO: Add API to choose whether to embed uselistsDuncan P. N. Exon Smith2015-04-271-0/+5
* [LTO API] add lto_codegen_set_should_internalize.Manman Ren2015-04-171-0/+5
* Fix build failure.Peter Collingbourne2015-03-191-6/+6
* libLTO, llvm-lto, gold: Introduce flag for controlling optimization level.Peter Collingbourne2015-03-191-27/+23
* Add missing includes. make_unique proliferated everywhere.Benjamin Kramer2015-03-011-0/+1
* [LTO API] add lto_codegen_set_module to set the destination module.Manman Ren2015-02-241-0/+4
* Fix duplicated symbol error.Rafael Espindola2015-02-031-0/+2
* [LTO API] split lto_codegen_compile to lto_codegen_optimize andManman Ren2015-02-031-0/+20
* [lto] Disable dialog boxes on crash on Windows.Michael J. Spencer2015-01-291-0/+7
* LTO: Export local context symbolsDuncan P. N. Exon Smith2014-12-191-2/+13
* libLTO: Allow linker to choose context of modules and codegenDuncan P. N. Exon Smith2014-11-111-0/+18
* 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-1/+1
* Remove lto_codegen_set_attr.Rafael Espindola2014-08-011-4/+0
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-3/+3
* Change LTOModule`s getTargetTriple and setTargetTriple to use c++ types.Rafael Espindola2014-07-041-1/+1
* Sink undesirable LTO functions into the old C APIAlp Toker2014-07-041-2/+9
* LTO: rename the various makeLTOModule overloads.Peter Collingbourne2014-07-031-6/+6
* Remove unused includes following r211294Alp Toker2014-06-191-2/+0
* Use the c++ APIs.Rafael Espindola2014-06-191-6/+7
* Fix gcc -pedantic warning in lto.cpp.Patrik Hagglund2014-05-051-2/+2
* Move LTOModule and LTOCodeGenerator to the llvm namespace.Rafael Espindola2014-05-031-39/+41
* Style update: don't duplicate comments, they were getting out of sync.Rafael Espindola2014-05-031-73/+0
* Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder2014-04-251-0/+22
* Revert "Reapply "LTO: add API to set strategy for -internalize""Duncan P. N. Exon Smith2014-04-021-7/+0
* Refactor TargetOptions initialization into a single place.Eli Bendersky2014-02-191-34/+6
* LTO API: add lto_module_create_from_memory_with_path.Manman Ren2014-02-101-0/+11
* Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao2014-01-211-0/+22
* [LTO] Add a hook to map LLVM diagnostics into the clients of LTO.Quentin Colombet2014-01-151-0/+7
* Reapply "LTO: add API to set strategy for -internalize"Duncan P. N. Exon Smith2014-01-141-0/+7
* Revert r199191, "LTO: add API to set strategy for -internalize"NAKAMURA Takumi2014-01-141-7/+0
* LTO: add API to set strategy for -internalizeDuncan P. N. Exon Smith2014-01-141-0/+7
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-131-2/+2
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-311-4/+0
* lto.h: Use lto_bool_t instead of int to restore the ABIReid Kleckner2013-10-241-9/+9
* llvm-c/lto.h: Avoid use of bool.NAKAMURA Takumi2013-10-231-9/+9
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-031-0/+4
* Fix option parsing in the gold plugin.Rafael Espindola2013-10-021-0/+15
* Move command line options to the users of libLTO. Fixes --enable-shared build.Rafael Espindola2013-09-301-7/+60
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-241-2/+25
OpenPOWER on IntegriCloud