summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lto2/LTOCodeGenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename new lto2 tool as lto.Devang Patel2008-06-301-445/+0
* jump threading can introduce allocas, make sure we promote Chris Lattner2008-06-251-0/+2
* Refactor the way to get a string containing the features of the target.Bill Wendling2008-06-181-16/+3
* If compiling for PPC on an i386 box, the LTO wouldn't get the altivec (andBill Wendling2008-06-181-21/+32
* remove the StripSymbolsPass. This should not be done by default in libLTO.dy...Nick Kledzik2008-05-301-5/+0
* Add instcombine after global optimizations.Devang Patel2008-05-271-0/+6
* Use IPSCCPPass instead of IPConstantPropagationPass.Devang Patel2008-05-271-3/+5
* 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-011-2/+1
* fixes from review of first commitNick Kledzik2008-02-271-47/+27
* first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi...Nick Kledzik2008-02-261-0/+465
OpenPOWER on IntegriCloud