summaryrefslogtreecommitdiff
path: root/lib/LTO
Commit message (Expand)AuthorAge
* Use array_pod_sort instead of std::sortDuncan P. N. Exon Smith2013-11-16
* Protect user-supplied runtime library functions in LTOJustin Bogner2013-11-12
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-01
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-31
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-29
* Add a 'deleteModule' method to the Linker class.Bill Wendling2013-10-16
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-03
* Test commit. Fixed a copy-paste error in the Makefile for lib/LTO.Tom Roeder2013-10-03
* Fix option parsing in the gold plugin.Rafael Espindola2013-10-02
* 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