| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Reapply r146481 with a fix to create the Builder value in the correct place and | Bill Wendling | 2011-12-14 | 1 | -6/+35 | 
| *  | Revert r146481 to review possible miscompilations. | Bill Wendling | 2011-12-14 | 1 | -33/+6 | 
| *  | Avoid using the 'insertvalue' instruction here. | Bill Wendling | 2011-12-13 | 1 | -6/+33 | 
| *  | Record landing pads with a SmallSetVector to avoid multiple entries. | Bob Wilson | 2011-11-16 | 1 | -3/+5 | 
| *  | Update the SP in the SjLj jmpbuf whenever it changes.  <rdar://problem/10444602> | Bob Wilson | 2011-11-16 | 1 | -3/+21 | 
| *  | Cleanup. Get rid of the old SjLj EH lowering code. No functionality change. | Bill Wendling | 2011-10-24 | 1 | -584/+10 | 
| *  | Make sure that the landing pads themselves have no PHI instructions in them. | Bill Wendling | 2011-10-21 | 1 | -0/+21 | 
| *  | Now Igor, throw the switch...give my creation life! | Bill Wendling | 2011-10-17 | 1 | -0/+1 | 
| *  | Use the code that lowers the arguments and spills any values which are alive | Bill Wendling | 2011-10-08 | 1 | -2/+125 | 
| *  | Fix comment to reflect the new EH stuff. | Bill Wendling | 2011-10-05 | 1 | -1/+1 | 
| *  | Generic cleanup. | Bill Wendling | 2011-10-04 | 1 | -23/+16 | 
| *  | Don't carry over the dispatchsetup hack from the old system. | Bill Wendling | 2011-10-03 | 1 | -7/+1 | 
| *  | Move the grabbing of the jump buffer into the caller function, eliminating th... | Bill Wendling | 2011-10-03 | 1 | -31/+33 | 
| *  | Have the SjLjEHPrepare pass do some more heavy lifting. | Bill Wendling | 2011-09-28 | 1 | -34/+55 | 
| *  | Bitcast the alloca to an i8* to match the intrinsic's signature. | Bill Wendling | 2011-09-28 | 1 | -1/+4 | 
| *  | Create and use an llvm.eh.sjlj.functioncontext intrinsic. | Bill Wendling | 2011-09-28 | 1 | -0/+6 | 
| *  | In the new EH model, setup the function context and the call site info. | Bill Wendling | 2011-09-28 | 1 | -1/+181 | 
| *  | Introduce a bit of a hack. | Bill Wendling | 2011-09-12 | 1 | -15/+44 | 
| *  | These splits should be done whether they are critical edges or not. | Bill Wendling | 2011-08-27 | 1 | -16/+8 | 
| *  | Split the landing pad block only if it's a critical edge. Also intelligently | Bill Wendling | 2011-08-26 | 1 | -5/+21 | 
| *  | Add the sentinal "no handle" value to the ResumeInst. | Bill Wendling | 2011-08-24 | 1 | -0/+2 | 
| *  | Don't replace *all* uses with the new stuff. | Bill Wendling | 2011-08-23 | 1 | -1/+1 | 
| *  | Look at the end of the entry block for an invoke. | Bill Wendling | 2011-08-23 | 1 | -4/+17 | 
| *  | Split the landing pad's edge. Then for all uses of a landingpad instruction's | Bill Wendling | 2011-08-22 | 1 | -2/+74 | 
| *  | Some whitespace fixes and #include reordering. | Bill Wendling | 2011-08-22 | 1 | -8/+5 | 
| *  | Convert GetElementPtrInst to use ArrayRef. | Jay Foad | 2011-07-25 | 1 | -14/+9 | 
| *  | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -4/+4 | 
| *  | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 1 | -3/+2 | 
| *  | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 1 | -2/+3 | 
| *  | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad | 2011-07-11 | 1 | -3/+2 | 
| *  | fix the varargs version of StructType::get to not require an LLVMContext, mak... | Chris Lattner | 2011-06-18 | 1 | -2/+1 | 
| *  | Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmp | Bill Wendling | 2011-05-11 | 1 | -1/+1 | 
| *  | The default of the dispatch switch statement was to branch to a BB that executed | Bill Wendling | 2011-04-11 | 1 | -7/+8 | 
| *  | Revamp the SjLj "dispatch setup" intrinsic. | Bill Wendling | 2011-04-05 | 1 | -8/+5 | 
| *  | Early exit if we don't have invokes. The 'Unwinds' vector isn't modified unless | Bill Wendling | 2011-01-07 | 1 | -219/+219 | 
| *  | Prune includes. | Benjamin Kramer | 2010-11-06 | 1 | -6/+5 | 
| *  | Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any | Jim Grosbach | 2010-10-19 | 1 | -3/+14 | 
| *  | 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 |