| Commit message (Expand) | Author | Age | Files | Lines |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Handle array and vector typed parameters in sjljehprepare like we do | Jim Grosbach | 2010-06-30 | 1 | -4/+4 |
* | use ArgOperand API | Gabor Greif | 2010-06-25 | 1 | -1/+1 |
* | add FIXME | Jim Grosbach | 2010-06-16 | 1 | -0/+3 |
* | fix naming | Jim Grosbach | 2010-06-15 | 1 | -3/+3 |
* | Add a FIXME | Jim Grosbach | 2010-06-01 | 1 | -0/+2 |
* | When processing function arguments when splitting live ranges across invokes, | Jim Grosbach | 2010-06-01 | 1 | -10/+27 |
* | Update the saved stack pointer in the sjlj function context following either | Jim Grosbach | 2010-05-27 | 1 | -14/+50 |
* | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -1/+1 |
* | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -1/+1 |
* | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -1/+1 |
* | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -1/+1 |
* | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -1/+1 |
* | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -1/+1 |
* | For SJLJ exception handling, make sure that all calls that are not marked | Jim Grosbach | 2010-03-04 | 1 | -31/+36 |
* | Update of 94055 to track the IR level call site information via an intrinsic. | Jim Grosbach | 2010-01-28 | 1 | -5/+6 |
* | back this out for now. Growing Function is not good. | Jim Grosbach | 2010-01-21 | 1 | -3/+1 |
* | Make sure that landing pad entries in the EH call site table are in the proper | Jim Grosbach | 2010-01-21 | 1 | -1/+3 |
* | Fix 80 column violations and clean up whitespace | Jim Grosbach | 2010-01-15 | 1 | -5/+4 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | I don't see any point in having both eh.selector.i32 and eh.selector.i64, | Duncan Sands | 2009-10-14 | 1 | -6/+3 |
* | Introduce and use convenience methods for getting pointer types | Duncan Sands | 2009-10-06 | 1 | -4/+4 |
* | PR4747 | Jim Grosbach | 2009-08-31 | 1 | -34/+20 |
* | SJLJ pass needs to punt if there's no personality function available. | Jim Grosbach | 2009-08-23 | 1 | -23/+27 |
* | Check for shared landing pads when assigning call site values. Invokes which | Jim Grosbach | 2009-08-20 | 1 | -20/+34 |
* | cleanups per review. Mostly cosmetic, plus use SmallVector in place of std::v... | Jim Grosbach | 2009-08-17 | 1 | -24/+16 |
* | Fix build warning. | Daniel Dunbar | 2009-08-17 | 1 | -1/+1 |
* | Move the sjlj exception handling conversions to a back-end pass where they | Jim Grosbach | 2009-08-17 | 1 | -0/+527 |