aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/LowerSetJmp.cpp
AgeCommit message (Expand)Author
2004-10-07Comment cleanupsChris Lattner
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-03-14DemoteRegToStack got moved from DemoteRegToStack.h to Local.hChris Lattner
2004-02-08rename the "exceptional" destination of an invoke instruction to the 'unwind'...Chris Lattner
2004-02-08splitBasicBlock "does the right thing" now, no reason to reposition it.Chris Lattner
2004-02-04Remove unneeded code now that splitBasicBlock does the "right thing"Chris Lattner
2003-11-21Finegrainify namespacificationChris Lattner
2003-11-20Start using the nicer terminator auto-insertion APIChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-06Fix bug: PR93Chris Lattner
2003-10-28Check in statistifying patch for BillChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-13Whoops, we inserted into the wrong set. What's up with the dead set anyway?Chris Lattner
2003-10-13Use external df iterators to avoid revisiting blocks in functions withChris Lattner
2003-10-13Minor cleanupsChris Lattner
2003-10-13Checkin an improvement contributed by Bill:Chris Lattner
2003-09-22Credits are now in top-level CREDITS.TXTMisha Brukman
2003-09-20Rename Function::getEntryNode -> getEntryBlockChris Lattner
2003-09-15Minor cleanups, give credit, remove code that should not be necessary, andChris Lattner
2003-09-15Initial checkin of the Setjmp/Longjmp lowering/transformation pass,Chris Lattner