aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGCleanup.cpp
AgeCommit message (Expand)Author
2011-08-07Avoid fallthrough-branching to an inactive cleanup even if it'sJohn McCall
2011-08-06Be sure to destroy the normal entry block of a cleanup that weJohn McCall
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-18de-constify llvm::Type, patch by David Blaikie!Chris Lattner
2011-07-12Generalize Cleanup::Emit's "isForEH" parameter into a setJohn McCall
2011-07-12Do full-expression cleanups in a much more sensible way that still letsJohn McCall
2011-06-20Change how PHINodes store their operands.Jay Foad
2011-06-18update for api change.Chris Lattner
2011-04-17implement rdar://9289524 - case followed immediately by break results in empt...Chris Lattner
2011-02-25Tame an assert; the scope depth of a jump destination does notJohn McCall
2011-02-08Reorganize CodeGen{Function,Module} to eliminate the unfortunateJohn McCall
2011-01-28Move all the cleanups framework code into a single file.John McCall