aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/LoopRotation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not count DbgInfoIntrinsic while estimating loop header size.Devang Patel2009-03-061-2/+14
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-3/+3
* Fix PR3408 by making a non-obvious assumption very obvious, and lattner2009-01-261-2/+6
* More cleanups and simplifications, no functionality change.lattner2009-01-261-47/+23
* tidy assertslattner2009-01-261-18/+17
* Change create*Pass factory functions to return Pass* instead ofDaniel Dunbar2008-10-221-1/+1
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Enable first-class aggregates support.Dan Gohman2008-07-231-29/+5
* Avoid using BasicBlock::getInstList directly in a few places.Dan Gohman2008-06-191-9/+10
* Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places toDan Gohman2008-05-231-3/+1
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-1/+2
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-3/+3
* add a FIXME so we remember to eventually remove this code.Chris Lattner2008-05-021-5/+6
* Don't try to create PHIs of struct types. FalloutDale Johannesen2008-05-011-8/+31
* Revert r49614. As Dan pointed out, some of these aren't correct.Owen Anderson2008-04-141-1/+1
* Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), Owen Anderson2008-04-131-1/+1
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-7/+7
* Fix PR2028Devang Patel2008-02-151-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...Owen Anderson2007-11-271-1/+1
* typoNick Lewycky2007-11-211-1/+1
* Use SmallVector instead of std::vector.Devang Patel2007-08-211-1/+1
* Loop Rotation pass preserves dominator tree and frontier.Devang Patel2007-07-301-0/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+579