summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-lto
Commit message (Expand)AuthorAgeFilesLines
* [llvm-lto] Add a line for setting LTOCodeGenerator's CPU string from commandAkira Hatanaka2015-01-301-0/+3
* llvm-lto: Add testing coverage for local contextsDuncan P. N. Exon Smith2014-12-171-0/+47
* Add an option to the LTO code generator to disable vectorization during LTOArnold Schwaighofer2014-10-261-3/+9
* Update the error handling of lib/Linker.Rafael Espindola2014-10-251-5/+1
* LTO: Ignore disabled diagnostic remarksDuncan P. N. Exon Smith2014-10-011-0/+26
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-4/+4
* Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi2014-07-151-1/+0
* LTO: rename the various makeLTOModule overloads.Peter Collingbourne2014-07-031-1/+1
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder2014-04-251-0/+10
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-2/+2
* Teach llvm-lto to respect the given RelocModel.James Molloy2014-04-141-1/+14
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+2
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Refactor TargetOptions initialization into a single place.Eli Bendersky2014-02-191-20/+1
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-131-1/+1
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-1/+7
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-311-2/+26
* 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-244-30/+51
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-193-0/+132
OpenPOWER on IntegriCloud