1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  4. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  5. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  6. 8a07cd3 Reapply r183721, reverted in r183776, with a fix for a bug in the former (we by Richard Smith · 11 years ago
  7. a57be56 Revert r183721. It caused cleanups to be delayed too long in some cases. by Richard Smith · 11 years ago
  8. 85af7ce Rework IR emission for lifetime-extended temporaries. Instead of trying to walk by Richard Smith · 11 years ago
  9. 875e739 [CodeGen] Make CGCleanup.h include what it now uses by Reid Kleckner · 11 years ago
  10. 1c3db76 Cleanup: Use a member variable to store the SourceLocation for EH code. by Adrian Prantl · 11 years ago
  11. d072e59 Reapply r180982 with repaired logic and an additional testcase. by Adrian Prantl · 11 years ago
  12. bb09f7b Revert "Attempt to un-break the gdb buildbot." by Adrian Prantl · 11 years ago
  13. 30c0d27 Attempt to un-break the gdb buildbot. by Adrian Prantl · 11 years ago
  14. 9d232c8 Change hasAggregateLLVMType, which conflates complex and by John McCall · 11 years ago
  15. ea66f9f Make sure we don't emit IR for unused EH cleanups. PR13359. by Eli Friedman · 12 years ago
  16. 7c02cfe llvm::SwitchInst by Stepan Dyatkovskiy · 12 years ago
  17. aae1d8b Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: by Stepan Dyatkovskiy · 12 years ago
  18. ab14ae2 Compatability fix for SwitchInst refactoring. by Stepan Dyatkovskiy · 12 years ago
  19. 516bbd4 Use function pointers, rather than references, to pass Destroyers by Peter Collingbourne · 12 years ago
  20. 3026348 More dead code removal (using -Wunreachable-code) by David Blaikie · 12 years ago
  21. 5c00fc3 Another silly workaround for MSVC. by Peter Collingbourne · 13 years ago
  22. 567f02f Sigh, another workaround for MSVC. by Peter Collingbourne · 13 years ago
  23. 3fb91f6 Work around a gcc4.2 bug. by Peter Collingbourne · 13 years ago
  24. 8681160 When destroying temporaries, instead of a custom cleanup use the by Peter Collingbourne · 13 years ago
  25. 6f103ba Whenever explicitly activating or deactivating a cleanup, we by John McCall · 13 years ago
  26. b99785b Fix a subtle bug with cleanups: when activating by John McCall · 13 years ago
  27. 777d6e5 Simplify EH control flow by observing that EH scopes form a simple by John McCall · 13 years ago
  28. e7d0020 Formatting. by John McCall · 13 years ago
  29. f66a3ea Avoid fallthrough-branching to an inactive cleanup even if it's by John McCall · 13 years ago
  30. 82cd2e5 Be sure to destroy the normal entry block of a cleanup that we by John McCall · 13 years ago
  31. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  32. 2acc6e3 de-constify llvm::Type, patch by David Blaikie! by Chris Lattner · 13 years ago
  33. ad346f4 Generalize Cleanup::Emit's "isForEH" parameter into a set by John McCall · 13 years ago
  34. c4a1a84 Do full-expression cleanups in a much more sensible way that still lets by John McCall · 13 years ago
  35. d36d036 Change how PHINodes store their operands. by Jay Foad · 13 years ago
  36. 7650d95 update for api change. by Chris Lattner · 13 years ago
  37. b11f919 implement rdar://9289524 - case followed immediately by break results in empty IR block, by Chris Lattner · 13 years ago
  38. 27f8d70 Tame an assert; the scope depth of a jump destination does not by John McCall · 13 years ago
  39. d16c2cf Reorganize CodeGen{Function,Module} to eliminate the unfortunate by John McCall · 13 years ago
  40. 36f893c Move all the cleanups framework code into a single file. Pure motion. by John McCall · 13 years ago