aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-lto/llvm-lto.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-17llvm-lto: Add testing coverage for local contextsDuncan P. N. Exon Smith1-0/+47
2014-10-26Add an option to the LTO code generator to disable vectorization during LTOArnold Schwaighofer1-3/+9
2014-10-25Update the error handling of lib/Linker.Rafael Espindola1-5/+1
2014-10-01LTO: Ignore disabled diagnostic remarksDuncan P. N. Exon Smith1-0/+26
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola1-4/+4
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-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