1. fe3b069 llvm::SwitchInst by Stepan Dyatkovskiy · 14 years ago
  2. 85fcc2d Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: by Stepan Dyatkovskiy · 14 years ago
  3. 5fecf544 Compatability fix for SwitchInst refactoring. by Stepan Dyatkovskiy · 14 years ago
  4. 1425b45 Use function pointers, rather than references, to pass Destroyers by Peter Collingbourne · 14 years ago
  5. e4d798f More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  6. eec0a2a Another silly workaround for MSVC. by Peter Collingbourne · 14 years ago
  7. fc38dfe Sigh, another workaround for MSVC. by Peter Collingbourne · 14 years ago
  8. 1424b30 Work around a gcc4.2 bug. by Peter Collingbourne · 14 years ago
  9. 702b284 When destroying temporaries, instead of a custom cleanup use the by Peter Collingbourne · 14 years ago
  10. f4beacd Whenever explicitly activating or deactivating a cleanup, we by John McCall · 14 years ago
  11. e63abb5 Fix a subtle bug with cleanups: when activating by John McCall · 14 years ago
  12. 8e4c74b Simplify EH control flow by observing that EH scopes form a simple by John McCall · 14 years ago
  13. a3654e3 Formatting. by John McCall · 14 years ago
  14. 45e4295 Avoid fallthrough-branching to an inactive cleanup even if it's by John McCall · 14 years ago
  15. f82bdf6 Be sure to destroy the normal entry block of a cleanup that we by John McCall · 14 years ago
  16. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  17. 2192fe5 de-constify llvm::Type, patch by David Blaikie! by Chris Lattner · 14 years ago
  18. 30317fd Generalize Cleanup::Emit's "isForEH" parameter into a set by John McCall · 14 years ago
  19. 5fcf8da Do full-expression cleanups in a much more sensible way that still lets by John McCall · 14 years ago
  20. e03c05c Change how PHINodes store their operands. by Jay Foad · 14 years ago
  21. 845511f update for api change. by Chris Lattner · 14 years ago
  22. bc204c8 implement rdar://9289524 - case followed immediately by break results in empty IR block, by Chris Lattner · 15 years ago
  23. 1b93f1b Tame an assert; the scope depth of a jump destination does not by John McCall · 15 years ago
  24. ad7c5c1 Reorganize CodeGen{Function,Module} to eliminate the unfortunate by John McCall · 15 years ago
  25. ed1ae86 Move all the cleanups framework code into a single file. Pure motion. by John McCall · 15 years ago