aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/LoopExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-3/+3
* Use empty() instead of begin() == end().Dan Gohman2008-08-141-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-18/+20
* Make several variable declarations static.Dan Gohman2008-05-061-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky2007-11-141-1/+58
* Deleting redundant copy of block extractor pass. See also PR1775.Gordon Henriksen2007-11-051-2/+3
* Use SmallVector instead of std::vector.Devang Patel2007-08-211-1/+1
* More explicit keywords.Dan Gohman2007-08-011-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+201