aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-lto
AgeCommit message (Expand)AuthorFilesLines
2014-07-15Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi1-1/+0
2014-07-03LTO: rename the various makeLTOModule overloads.Peter Collingbourne1-1/+1
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer1-0/+1
2014-04-25Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder1-0/+10
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper1-2/+2
2014-04-14Teach llvm-lto to respect the given RelocModel.James Molloy1-1/+14
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-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-1/+7
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 Collingbourne4-30/+51
2013-09-19Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne3-0/+132