1. 777d6e5 Simplify EH control flow by observing that EH scopes form a simple by John McCall · 13 years ago
  2. e7d0020 Formatting. by John McCall · 13 years ago
  3. f66a3ea Avoid fallthrough-branching to an inactive cleanup even if it's by John McCall · 13 years ago
  4. 82cd2e5 Be sure to destroy the normal entry block of a cleanup that we by John McCall · 13 years ago
  5. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  6. 2acc6e3 de-constify llvm::Type, patch by David Blaikie! by Chris Lattner · 13 years ago
  7. ad346f4 Generalize Cleanup::Emit's "isForEH" parameter into a set by John McCall · 13 years ago
  8. c4a1a84 Do full-expression cleanups in a much more sensible way that still lets by John McCall · 13 years ago
  9. d36d036 Change how PHINodes store their operands. by Jay Foad · 13 years ago
  10. 7650d95 update for api change. by Chris Lattner · 13 years ago
  11. b11f919 implement rdar://9289524 - case followed immediately by break results in empty IR block, by Chris Lattner · 13 years ago
  12. 27f8d70 Tame an assert; the scope depth of a jump destination does not by John McCall · 13 years ago
  13. d16c2cf Reorganize CodeGen{Function,Module} to eliminate the unfortunate by John McCall · 13 years ago
  14. 36f893c Move all the cleanups framework code into a single file. Pure motion. by John McCall · 13 years ago