aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/LICM.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove another leak. Due to some reason AliasSetTracker didn't had any dtor...Anton Korobeynikov2007-11-251-0/+5
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-011-1/+1
* Fix a typo in a comment.Dan Gohman2007-10-311-1/+1
* Use empty() member functions when that's what's being tested for insteadDan Gohman2007-10-031-1/+1
* Relax unsafe use check. If there is one unconditional use inside the loop the...Devang Patel2007-10-011-22/+22
* Do not reserve DOM check for GetElementPtrInst.Devang Patel2007-09-251-21/+22
* Do not promote null values because it may be unsafe to do so.Devang Patel2007-09-241-0/+4
* Avoid unsafe promotion.Devang Patel2007-09-191-9/+41
* Fix PR1657Devang Patel2007-09-181-0/+8
* 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