Reapply r110396, with fixes to appease the Linux buildbot gods.
[oota-llvm.git] / lib / CodeGen / SjLjEHPrepare.cpp
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-06-30 Jim GrosbachHandle array and vector typed parameters in sjljehprepa...
2010-06-25 Gabor Greifuse ArgOperand API
2010-06-16 Jim Grosbachadd FIXME
2010-06-15 Jim Grosbachfix naming
2010-06-01 Jim GrosbachAdd a FIXME
2010-06-01 Jim GrosbachWhen processing function arguments when splitting live...
2010-05-27 Jim GrosbachUpdate the saved stack pointer in the sjlj function...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-03-04 Jim GrosbachFor SJLJ exception handling, make sure that all calls...
2010-01-28 Jim GrosbachUpdate of 94055 to track the IR level call site informa...
2010-01-21 Jim Grosbachback this out for now. Growing Function is not good.
2010-01-21 Jim GrosbachMake sure that landing pad entries in the EH call site...
2010-01-15 Jim GrosbachFix 80 column violations and clean up whitespace
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-14 Duncan SandsI don't see any point in having both eh.selector.i32...
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-08-31 Jim GrosbachPR4747
2009-08-23 Jim GrosbachSJLJ pass needs to punt if there's no personality funct...
2009-08-20 Jim GrosbachCheck for shared landing pads when assigning call site...
2009-08-17 Jim Grosbachcleanups per review. Mostly cosmetic, plus use SmallVec...
2009-08-17 Daniel DunbarFix build warning.
2009-08-17 Jim GrosbachMove the sjlj exception handling conversions to a back...