This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
93176d72e7116824c238009815211eb84daf196d
clang-p2996
/
llvm
/
test
/
Transforms
/
LoopSimplify
History
Eli Friedman
16ad2905a3
Make loop preheader insertion in LoopSimplify handle the case where the loop header is a landing pad correctly (by splitting the landingpad out of the loop header). Make some adjustments to the rest of LoopSimplify to make it clear that the rest of LoopSimplify isn't making bad assumptions about the presence of landing pads. PR11575.
...
llvm-svn: 146621
2011-12-15 00:50:34 +00:00
..
2003-04-25-AssertFail.ll
…
2003-05-12-PreheaderExitOfChild.ll
…
2003-08-15-PreheadersFail.ll
Remove the old tail duplication pass. It is not used and is unable to update
2011-08-30 23:03:45 +00:00
2003-12-10-ExitBlocksProblem.ll
…
2004-02-05-DominatorInfoCorruption.ll
…
2004-03-15-IncorrectDomUpdate.ll
…
2004-04-01-IncorrectDomUpdate.ll
…
2004-04-12-LoopSimplify-SwitchBackedges.ll
…
2004-04-13-LoopSimplifyUpdateDomFrontier.ll
…
2007-10-28-InvokeCrash.ll
Update to the new EH syntax.
2011-09-19 23:50:34 +00:00
2010-07-15-IncorrectDomFrontierUpdate.ll
…
2010-12-26-PHIInfiniteLoop.ll
…
2011-12-14-LandingpadHeader.ll
Make loop preheader insertion in LoopSimplify handle the case where the loop header is a landing pad correctly (by splitting the landingpad out of the loop header). Make some adjustments to the rest of LoopSimplify to make it clear that the rest of LoopSimplify isn't making bad assumptions about the presence of landing pads. PR11575.
2011-12-15 00:50:34 +00:00
basictest.ll
…
dg.exp
…
hardertest.ll
…
indirectbr-backedge.ll
…
indirectbr.ll
…
merge-exits.ll
Removed colons from some target datalayout strings in test, since they don't match the required format.
2011-10-12 22:24:17 +00:00
phi-node-simplify.ll
…
preserve-scev.ll
SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forget
2011-08-03 18:32:11 +00:00
single-backedge.ll
Generalize test case to handle multiple indvars modes.
2011-09-13 03:17:25 +00:00
unreachable-loop-pred.ll
…