aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/LowerSetJmp.cpp
AgeCommit message (Expand)Author
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-06-15Fix PR575, patch provided by John Mellor-Crummey. Thanks!Chris Lattner
2005-06-09Fix a problem on 64-bit targets where we passed (int)0 through ... instead ofChris Lattner
2005-05-05Fix a bug compimling Ruby, fixing this testcase:Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21Fix a bug where we would not promote calls to invokes if they occured inChris Lattner
2005-01-29Switchinst takes a hint for the number of cases it will have.Chris Lattner
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