summaryrefslogtreecommitdiff
path: root/tools/llvm-lto/llvm-lto.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-2/+2
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-1/+1
2014-02-19Refactor TargetOptions initialization into a single place.Eli Bendersky1-20/+1
2014-01-13Re-sort #include lines again, prior to moving headers around.Chandler Carruth1-1/+1
2013-10-31Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola1-2/+26
2013-10-04Fix object file writing in llvm-lto on Windows.Rafael Espindola1-1/+2
2013-10-03Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola1-0/+8
2013-10-02Add a -exported-symbol option to llvm-lto.Rafael Espindola1-0/+10
2013-10-01Remove several unused variables.Rafael Espindola1-1/+0
2013-09-30Move command line options to the users of libLTO. Fixes --enable-shared build.Rafael Espindola1-9/+48
2013-09-24Move LTO support library to a component, allowing it to be testedPeter Collingbourne1-23/+26
2013-09-19Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne1-0/+103