aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopSimplify.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-06-28Use hidden visibility to make symbols in an anonymous namespace getChris Lattner1-1/+2
2006-02-14Canonicalize inner loops before outer loops. Inner loop canonicalizationChris Lattner1-4/+5
2006-02-14When splitting exit edges to canonicalize loops, make sure to put the newChris Lattner1-18/+20
2006-02-12Revert my last patch. It too breaks stuffChris Lattner1-12/+6
2006-02-11Fix for my previously reverted patchChris Lattner1-6/+12
2006-02-11revert my previous change, it exposed other problems.Chris Lattner1-1/+1
2006-02-11Make this check stricter. Disallow loop exit blocks from being shared byChris Lattner1-4/+7
2006-02-11remove dead exprChris Lattner1-1/+0
2006-01-09Teach loopsimplify to update et-forest. Patch contributed by Daniel Berlin!Chris Lattner1-0/+19
2005-10-26Update Visual Studio projects to reflect moved file.Jeff Cohen1-0/+855