summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCleanup.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify EH control flow by observing that EH scopes form a simpleJohn McCall2011-08-111-182/+63
* Formatting.John McCall2011-08-101-1/+1
* Avoid fallthrough-branching to an inactive cleanup even if it'sJohn McCall2011-08-071-44/+33
* Be sure to destroy the normal entry block of a cleanup that weJohn McCall2011-08-061-9/+46
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-3/+3
* de-constify llvm::Type, patch by David Blaikie!Chris Lattner2011-07-181-1/+1
* Generalize Cleanup::Emit's "isForEH" parameter into a setJohn McCall2011-07-121-7/+15
* Do full-expression cleanups in a much more sensible way that still letsJohn McCall2011-07-121-3/+1
* Change how PHINodes store their operands.Jay Foad2011-06-201-3/+3
* update for api change.Chris Lattner2011-06-181-2/+1
* implement rdar://9289524 - case followed immediately by break results in empt...Chris Lattner2011-04-171-0/+23
* Tame an assert; the scope depth of a jump destination does notJohn McCall2011-02-251-1/+1
* Reorganize CodeGen{Function,Module} to eliminate the unfortunateJohn McCall2011-02-081-2/+2
* Move all the cleanups framework code into a single file.John McCall2011-01-281-0/+1144
OpenPOWER on IntegriCloud