aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lto
Commit message (Expand)AuthorAgeFilesLines
...
* GlobalValue with InternalLinkage may have operands with ExternalLinkageDevang Patel2006-09-141-1/+1
* Using addPassesToEmitWholeFile is not a good idea here.Devang Patel2006-09-071-1/+14
* Add linker into list of LINK_COMPONENTS.Devang Patel2006-09-071-1/+1
* Use addPassesToEmitWholeFile() instead of addPassesToEmitFile()Devang Patel2006-09-071-1/+1
* Add getTargetTriple() that linker can use to query target architecture.Devang Patel2006-09-061-0/+11
* Keep track of all modules crated using a name to module map.Devang Patel2006-09-061-1/+18
* Instead of demangling symbol name by hand, use original name, which wasDevang Patel2006-09-061-2/+4
* Extract target triplet from optimized module.Devang Patel2006-09-061-1/+4
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-6/+2
* If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status.Devang Patel2006-08-231-1/+1
* For PR797:Reid Spencer2006-08-231-1/+5
* For PR797:Reid Spencer2006-08-211-1/+1
* untabifyDevang Patel2006-08-141-15/+15
* Use mangler, instead of addUnderscore(), to get mangled name.Devang Patel2006-08-141-14/+20
* Collect references from globals.Devang Patel2006-08-041-5/+11
* Make it fit into 80-columns.Devang Patel2006-08-031-1/+1
* Fix typo.Devang Patel2006-08-031-1/+1
* Simplify. Use addprefix.Devang Patel2006-08-031-37/+5
* Remove ARM for the moment since it is a work in progress.Devang Patel2006-08-031-6/+0
* Add new tool, lto, to do link time optimization. This tool installsDevang Patel2006-08-032-0/+398