aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lto2
Commit message (Expand)AuthorAgeFilesLines
* Refactor the way to get a string containing the features of the target.Bill Wendling2008-06-183-32/+26
* If compiling for PPC on an i386 box, the LTO wouldn't get the altivec (andBill Wendling2008-06-182-24/+51
* remove the StripSymbolsPass. This should not be done by default in libLTO.dy...Nick Kledzik2008-05-301-5/+0
* use space insted of tabsNick Kledzik2008-05-281-13/+13
* fix infinite recursion if a global's initializer references the globalNick Kledzik2008-05-271-2/+7
* Add instcombine after global optimizations.Devang Patel2008-05-271-0/+6
* Use IPSCCPPass instead of IPConstantPropagationPass.Devang Patel2008-05-271-3/+5
* Make LTO expect common and weak to be represented differently.Dale Johannesen2008-05-231-11/+1
* Add CommonLinkage, in a way that preserves theDale Johannesen2008-05-161-0/+3
* use doxygen comments for makeBuffer()Nick Kledzik2008-05-091-4/+4
* <rdar://problem/5917641> use getMemBufferCopy if supplied buffer is not alrea...Nick Kledzik2008-05-092-4/+20
* Move MemCpyOpt after GVN.Owen Anderson2008-04-221-1/+1
* Add MemCpyOpt to LTO.Owen Anderson2008-04-221-0/+1
* Use GVN in LTO instead of GCSE+LoadVN.Owen Anderson2008-04-211-2/+1
* Add jump threading to liblto.Chris Lattner2008-04-211-1/+3
* Reenable running StripSymbols when EH is on.Devang Patel2008-04-031-5/+1
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-012-10/+8
* suppress extra -install_name on Tiger. The 10.4 tools don't support it. Fix...Nick Kledzik2008-03-021-7/+13
* also pass -compatibility_version when linking shared object for DarwinNick Kledzik2008-02-291-1/+3
* fixes from review of first commitNick Kledzik2008-02-275-199/+180
* use PROJ_SRC_DIR so this builds with Apple style buildsNick Kledzik2008-02-271-1/+1
* first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi...Nick Kledzik2008-02-267-0/+1243