summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SjLjEHPrepare.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-08Move TargetData to DataLayout.Micah Villmow1-2/+2
2012-09-03IRBuilderify the SjlLjEHPrepare pass.Benjamin Kramer1-57/+25
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth1-10/+10
2012-03-16Revert r152705, which reapplied r152486 as this appears to be causing failuresChad Rosier1-128/+34
2012-03-14Reapply r152486 with a fix for the nightly testers.Bill Wendling1-34/+128
2012-03-13s/SjLjEHPass/SjLjEHPrepare/Bill Wendling1-17/+17
2012-03-12Revert due to nightly test failures.Bill Wendling1-82/+32
2012-03-10Implement a more intelligent way of spilling uses across an invoke boundary.Bill Wendling1-32/+82
2012-01-27Place the GEP instructions nearer to the instructions which use them.Bill Wendling1-37/+36
2012-01-07Missing raw_ostream.h breaks MSVC build.Andrew Trick1-0/+1
2012-01-06Tracing to help investigate issues with SjLj spill code.Andrew Trick1-0/+2
2011-12-14Reapply r146481 with a fix to create the Builder value in the correct place andBill Wendling1-6/+35
2011-12-14Revert r146481 to review possible miscompilations.Bill Wendling1-33/+6
2011-12-13Avoid using the 'insertvalue' instruction here.Bill Wendling1-6/+33
2011-11-16Record landing pads with a SmallSetVector to avoid multiple entries.Bob Wilson1-3/+5
2011-11-16Update the SP in the SjLj jmpbuf whenever it changes. <rdar://problem/10444602>Bob Wilson1-3/+21
2011-10-24Cleanup. Get rid of the old SjLj EH lowering code. No functionality change.Bill Wendling1-584/+10
2011-10-21Make sure that the landing pads themselves have no PHI instructions in them.Bill Wendling1-0/+21
2011-10-17Now Igor, throw the switch...give my creation life!Bill Wendling1-0/+1
2011-10-08Use the code that lowers the arguments and spills any values which are aliveBill Wendling1-2/+125
2011-10-05Fix comment to reflect the new EH stuff.Bill Wendling1-1/+1
2011-10-04Generic cleanup.Bill Wendling1-23/+16
2011-10-03Don't carry over the dispatchsetup hack from the old system.Bill Wendling1-7/+1
2011-10-03Move the grabbing of the jump buffer into the caller function, eliminating th...Bill Wendling1-31/+33
2011-09-28Have the SjLjEHPrepare pass do some more heavy lifting.Bill Wendling1-34/+55
2011-09-28Bitcast the alloca to an i8* to match the intrinsic's signature.Bill Wendling1-1/+4
2011-09-28Create and use an llvm.eh.sjlj.functioncontext intrinsic.Bill Wendling1-0/+6
2011-09-28In the new EH model, setup the function context and the call site info.Bill Wendling1-1/+181
2011-09-12Introduce a bit of a hack.Bill Wendling1-15/+44
2011-08-27These splits should be done whether they are critical edges or not.Bill Wendling1-16/+8
2011-08-26Split the landing pad block only if it's a critical edge. Also intelligentlyBill Wendling1-5/+21
2011-08-24Add the sentinal "no handle" value to the ResumeInst.Bill Wendling1-0/+2
2011-08-23Don't replace *all* uses with the new stuff.Bill Wendling1-1/+1
2011-08-23Look at the end of the entry block for an invoke.Bill Wendling1-4/+17
2011-08-22Split the landing pad's edge. Then for all uses of a landingpad instruction'sBill Wendling1-2/+74
2011-08-22Some whitespace fixes and #include reordering.Bill Wendling1-8/+5
2011-07-25Convert GetElementPtrInst to use ArrayRef.Jay Foad1-14/+9
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-4/+4
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad1-3/+2
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling1-2/+3
2011-07-11De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad1-3/+2
2011-06-18fix the varargs version of StructType::get to not require an LLVMContext, mak...Chris Lattner1-2/+1
2011-05-11Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmpBill Wendling1-1/+1
2011-04-11The default of the dispatch switch statement was to branch to a BB that executedBill Wendling1-7/+8
2011-04-05Revamp the SjLj "dispatch setup" intrinsic.Bill Wendling1-8/+5
2011-01-07Early exit if we don't have invokes. The 'Unwinds' vector isn't modified unlessBill Wendling1-219/+219
2010-11-06Prune includes.Benjamin Kramer1-6/+5
2010-10-19Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do anyJim Grosbach1-3/+14
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-1/+1
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-1/+1