summaryrefslogtreecommitdiff
path: root/include/llvm/LTO
Commit message (Expand)AuthorAge
* Revert "Reapply "LTO: add API to set strategy for -internalize""Duncan P. N. Exon Smith2014-04-02
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth2014-03-06
* LTO API: add lto_module_create_from_memory_with_path.Manman Ren2014-02-10
* Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao2014-01-21
* [LTO] Add a hook to map LLVM diagnostics into the clients of LTO.Quentin Colombet2014-01-15
* Reapply "LTO: add API to set strategy for -internalize"Duncan P. N. Exon Smith2014-01-14
* Revert r199191, "LTO: add API to set strategy for -internalize"NAKAMURA Takumi2014-01-14
* LTO: add API to set strategy for -internalizeDuncan P. N. Exon Smith2014-01-14
* LTO: whitespace changesDuncan P. N. Exon Smith2014-01-10
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Use a more direct check for finding out the file type.Rafael Espindola2013-12-09
* Protect user-supplied runtime library functions in LTOJustin Bogner2013-11-12
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-31
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-03
* Fix option parsing in the gold plugin.Rafael Espindola2013-10-02
* Move command line options to the users of libLTO. Fixes --enable-shared build.Rafael Espindola2013-09-30
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-24