index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SjLjEHPrepare.cpp
Age
Commit message (
Expand
)
Author
2013-03-08
Revert r176154 in favor of a better approach.
Bill Wendling
2013-01-11
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-03
IRBuilderify the SjlLjEHPrepare pass.
Benjamin Kramer
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-03-16
Revert r152705, which reapplied r152486 as this appears to be causing failures
Chad Rosier
2012-03-14
Reapply r152486 with a fix for the nightly testers.
Bill Wendling
2012-03-13
s/SjLjEHPass/SjLjEHPrepare/
Bill Wendling
2012-03-12
Revert due to nightly test failures.
Bill Wendling
2012-03-10
Implement a more intelligent way of spilling uses across an invoke boundary.
Bill Wendling
2012-01-27
Place the GEP instructions nearer to the instructions which use them.
Bill Wendling
2012-01-07
Missing raw_ostream.h breaks MSVC build.
Andrew Trick
2012-01-06
Tracing to help investigate issues with SjLj spill code.
Andrew Trick
2011-12-14
Reapply r146481 with a fix to create the Builder value in the correct place and
Bill Wendling
2011-12-14
Revert r146481 to review possible miscompilations.
Bill Wendling
2011-12-13
Avoid using the 'insertvalue' instruction here.
Bill Wendling
2011-11-16
Record landing pads with a SmallSetVector to avoid multiple entries.
Bob Wilson
2011-11-16
Update the SP in the SjLj jmpbuf whenever it changes. <rdar://problem/10444602>
Bob Wilson
2011-10-24
Cleanup. Get rid of the old SjLj EH lowering code. No functionality change.
Bill Wendling
2011-10-21
Make sure that the landing pads themselves have no PHI instructions in them.
Bill Wendling
2011-10-17
Now Igor, throw the switch...give my creation life!
Bill Wendling
2011-10-08
Use the code that lowers the arguments and spills any values which are alive
Bill Wendling
2011-10-05
Fix comment to reflect the new EH stuff.
Bill Wendling
2011-10-04
Generic cleanup.
Bill Wendling
2011-10-03
Don't carry over the dispatchsetup hack from the old system.
Bill Wendling
2011-10-03
Move the grabbing of the jump buffer into the caller function, eliminating th...
Bill Wendling
2011-09-28
Have the SjLjEHPrepare pass do some more heavy lifting.
Bill Wendling
2011-09-28
Bitcast the alloca to an i8* to match the intrinsic's signature.
Bill Wendling
2011-09-28
Create and use an llvm.eh.sjlj.functioncontext intrinsic.
Bill Wendling
2011-09-28
In the new EH model, setup the function context and the call site info.
Bill Wendling
2011-09-12
Introduce a bit of a hack.
Bill Wendling
2011-08-27
These splits should be done whether they are critical edges or not.
Bill Wendling
2011-08-26
Split the landing pad block only if it's a critical edge. Also intelligently
Bill Wendling
2011-08-24
Add the sentinal "no handle" value to the ResumeInst.
Bill Wendling
2011-08-23
Don't replace *all* uses with the new stuff.
Bill Wendling
2011-08-23
Look at the end of the entry block for an invoke.
Bill Wendling
2011-08-22
Split the landing pad's edge. Then for all uses of a landingpad instruction's
Bill Wendling
2011-08-22
Some whitespace fixes and #include reordering.
Bill Wendling
2011-07-25
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-12
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-11
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-06-18
fix the varargs version of StructType::get to not require an LLVMContext, mak...
Chris Lattner
2011-05-11
Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmp
Bill Wendling
2011-04-11
The default of the dispatch switch statement was to branch to a BB that executed
Bill Wendling
2011-04-05
Revamp the SjLj "dispatch setup" intrinsic.
Bill Wendling
2011-01-07
Early exit if we don't have invokes. The 'Unwinds' vector isn't modified unless
Bill Wendling
[next]