aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/LoopSimplify.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+4
* Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators Chris Lattner2007-10-291-4/+6
* Move Split<...>() into DomTreeBase. This should make the #include's of Domin...Owen Anderson2007-10-181-1/+0
* Fixed linker errors (unresolved externals: split<>(...)) when compiling with ...Hartmut Kaiser2007-10-171-0/+1
* Use SmallVector instead of std::vector.Devang Patel2007-08-211-1/+1
* remove some dead linesChris Lattner2007-08-061-2/+0
* Verify loop info.Devang Patel2007-07-191-0/+10
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+692