1. 8d90b71 Early exit if we don't have invokes. The 'Unwinds' vector isn't modified unless by Bill Wendling · 15 years ago
  2. f788854 Prune includes. by Benjamin Kramer · 15 years ago
  3. e4ad387 Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any by Jim Grosbach · 15 years ago
  4. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  5. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  6. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  7. e70fc8e Handle array and vector typed parameters in sjljehprepare like we do by Jim Grosbach · 15 years ago
  8. 45c097f use ArgOperand API by Gabor Greif · 15 years ago
  9. 956352e add FIXME by Jim Grosbach · 15 years ago
  10. 288694f fix naming by Jim Grosbach · 15 years ago
  11. 2f3257e Add a FIXME by Jim Grosbach · 15 years ago
  12. dc58b25 When processing function arguments when splitting live ranges across invokes, by Jim Grosbach · 15 years ago
  13. 0798edd Update the saved stack pointer in the sjlj function context following either by Jim Grosbach · 15 years ago
  14. 551754c Revert 101465, it broke internal OpenGL testing. by Eric Christopher · 15 years ago
  15. 4ec2258 reapply r101434 with a fix for self-hosting by Gabor Greif · 15 years ago
  16. 607a7ab back out r101423 and r101397, they break llvm-gcc self-host on darwin10 by Gabor Greif · 15 years ago
  17. 2ff961f reapply r101364, which has been backed out in r101368 with a fix by Gabor Greif · 15 years ago
  18. 9ee1720 back out r101364, as it trips the linux nightlybot on some clang C++ tests by Gabor Greif · 15 years ago
  19. 165dac0 rotate CallInst operands, i.e. move callee to the back of the operand array by Gabor Greif · 15 years ago
  20. b58a59b For SJLJ exception handling, make sure that all calls that are not marked by Jim Grosbach · 15 years ago
  21. ca752c9 Update of 94055 to track the IR level call site information via an intrinsic. by Jim Grosbach · 16 years ago
  22. f38a33c back this out for now. Growing Function is not good. by Jim Grosbach · 16 years ago
  23. d0a0c38 Make sure that landing pad entries in the EH call site table are in the proper by Jim Grosbach · 16 years ago
  24. 03825f8 Fix 80 column violations and clean up whitespace by Jim Grosbach · 16 years ago
  25. f5a86f4 Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
  26. 6726b6d Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  27. b01bbdc I don't see any point in having both eh.selector.i32 and eh.selector.i64, by Duncan Sands · 16 years ago
  28. ac53a0b Introduce and use convenience methods for getting pointer types by Duncan Sands · 16 years ago
  29. 0bb61c5 PR4747 by Jim Grosbach · 16 years ago
  30. a235d13 SJLJ pass needs to punt if there's no personality function available. by Jim Grosbach · 16 years ago
  31. 8fc3b69 Check for shared landing pads when assigning call site values. Invokes which by Jim Grosbach · 16 years ago
  32. 606f3d6 cleanups per review. Mostly cosmetic, plus use SmallVector in place of std::vector. by Jim Grosbach · 16 years ago
  33. 5d17edd Fix build warning. by Daniel Dunbar · 16 years ago
  34. 8b818d7 Move the sjlj exception handling conversions to a back-end pass where they by Jim Grosbach · 16 years ago