aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/LowerSetJmp.cpp
Commit message (Expand)AuthorAgeFilesLines
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-2/+6
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* Eliminate use of ctors that take vectors.Chris Lattner2007-02-131-20/+14
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-051-1/+2
* For PR411:Reid Spencer2007-02-051-2/+2
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-1/+1
* relax typesChris Lattner2007-01-071-7/+7
* For PR950:Reid Spencer2006-12-311-12/+12
* Eliminate static ctors due to Statistic objectsChris Lattner2006-12-191-9/+6
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-4/+4
* For PR950:Reid Spencer2006-11-271-2/+4
* For PR786:Reid Spencer2006-11-021-1/+0
* For PR950:Reid Spencer2006-10-201-2/+2
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-7/+8
* Fix PR575, patch provided by John Mellor-Crummey. Thanks!Chris Lattner2005-06-151-0/+1
* Fix a problem on 64-bit targets where we passed (int)0 through ... instead ofChris Lattner2005-06-091-7/+7
* Fix a bug compimling Ruby, fixing this testcase:Chris Lattner2005-05-051-3/+11
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Fix a bug where we would not promote calls to invokes if they occured inChris Lattner2005-04-211-3/+5
* Switchinst takes a hint for the number of cases it will have.Chris Lattner2005-01-291-1/+1
* Comment cleanupsChris Lattner2004-10-071-4/+1
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-10/+6
* Changes For Bug 352Reid Spencer2004-09-011-4/+4
* DemoteRegToStack got moved from DemoteRegToStack.h to Local.hChris Lattner2004-03-141-1/+1
* rename the "exceptional" destination of an invoke instruction to the 'unwind'...Chris Lattner2004-02-081-2/+2
* splitBasicBlock "does the right thing" now, no reason to reposition it.Chris Lattner2004-02-081-3/+0
* Remove unneeded code now that splitBasicBlock does the "right thing"Chris Lattner2004-02-041-5/+0
* Finegrainify namespacificationChris Lattner2003-11-211-4/+3
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-201-7/+4
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Fix bug: PR93Chris Lattner2003-11-061-0/+29
* Check in statistifying patch for BillChris Lattner2003-10-281-0/+6
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Whoops, we inserted into the wrong set. What's up with the dead set anyway?Chris Lattner2003-10-131-4/+2
* Use external df iterators to avoid revisiting blocks in functions withChris Lattner2003-10-131-1/+3
* Minor cleanupsChris Lattner2003-10-131-5/+3
* Checkin an improvement contributed by Bill:Chris Lattner2003-10-131-6/+30
* Credits are now in top-level CREDITS.TXTMisha Brukman2003-09-221-2/+0
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-201-1/+1
* Minor cleanups, give credit, remove code that should not be necessary, andChris Lattner2003-09-151-28/+5
* Initial checkin of the Setjmp/Longjmp lowering/transformation pass,Chris Lattner2003-09-151-0/+501