aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-lto/llvm-lto.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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