aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/switch-dce.c
AgeCommit message (Expand)Author
2012-04-10For debug and coverage analysis if we're not optimizing go aheadEric Christopher
2011-04-17Fix a miscompilation I introduced in r129652, thanks for Eli for tracking Chris Lattner
2011-04-17when assertions are disabled, labels go away. Hopefully fixes the windows bu...Chris Lattner
2011-04-17implement rdar://9289524 - case followed immediately by break results in empt...Chris Lattner
2011-02-28Make skipping of vardecls more precise: it's ok to skip a decl if the entireChris Lattner
2011-02-28make switch constant folding a bit stronger, handling a missed case.Chris Lattner
2011-02-28remove a bogus assertion, add a comment.Chris Lattner
2011-02-28make switch condition constant folding much more aggressive, handling Chris Lattner
2011-02-28First tiny step to implementing PR9322: build infrastructure for only emittin...Chris Lattner