summaryrefslogtreecommitdiff
path: root/tools/llvm-lto
Commit message (Expand)AuthorAge
* Teach llvm-lto to respect the given RelocModel.James Molloy2014-04-14
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Refactor TargetOptions initialization into a single place.Eli Bendersky2014-02-19
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-13
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-31
* Fix object file writing in llvm-lto on Windows.Rafael Espindola2013-10-04
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-03
* Add a -exported-symbol option to llvm-lto.Rafael Espindola2013-10-02
* Remove several unused variables.Rafael Espindola2013-10-01
* 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
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-19