aboutsummaryrefslogtreecommitdiffstats
path: root/lib/LTO
Commit message (Expand)AuthorAgeFilesLines
* Use array_pod_sort instead of std::sortDuncan P. N. Exon Smith2013-11-161-1/+1
* Protect user-supplied runtime library functions in LTOJustin Bogner2013-11-121-3/+46
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-011-3/+0
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-312-10/+28
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-292-4/+2
* Add a 'deleteModule' method to the Linker class.Bill Wendling2013-10-161-1/+4
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+1
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-6/+1
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-031-4/+8
* Test commit. Fixed a copy-paste error in the Makefile for lib/LTO.Tom Roeder2013-10-031-1/+1
* Fix option parsing in the gold plugin.Rafael Espindola2013-10-021-5/+7
* Move command line options to the users of libLTO. Fixes --enable-shared build.Rafael Espindola2013-09-302-151/+53
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-245-0/+1394