aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/LICM.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SmallVector instead of std::vector.Devang Patel2007-08-211-3/+3
* Typo.Nick Lewycky2007-08-181-1/+1
* Add note.Devang Patel2007-07-311-1/+3
* Implement Simple Analysis interfaces - cloneBasicBlockAnalysis and deleteAnal...Devang Patel2007-07-311-0/+26
* LICM preserves scalar evolution and dom frontier.Devang Patel2007-07-301-0/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+797