summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/LowerSetJmp.cpp
Commit message (Expand)AuthorAge
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Use Instruction::eraseFromParent().Dan Gohman2008-06-21
* Use the common API for adding instructions to basic blocks instead ofDan Gohman2008-06-19
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-21
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* Update InvokeInst to work like CallInstDavid Greene2007-08-27
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-01
* Fix typo in comment.Nick Lewycky2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Eliminate use of ctors that take vectors.Chris Lattner2007-02-13
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-05
* For PR411:Reid Spencer2007-02-05
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* relax typesChris Lattner2007-01-07
* For PR950:Reid Spencer2006-12-31
* Eliminate static ctors due to Statistic objectsChris Lattner2006-12-19
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* For PR950:Reid Spencer2006-11-27
* For PR786:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-10-20
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* Fix PR575, patch provided by John Mellor-Crummey. Thanks!Chris Lattner2005-06-15
* Fix a problem on 64-bit targets where we passed (int)0 through ... instead ofChris Lattner2005-06-09
* Fix a bug compimling Ruby, fixing this testcase:Chris Lattner2005-05-05
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix a bug where we would not promote calls to invokes if they occured inChris Lattner2005-04-21
* Switchinst takes a hint for the number of cases it will have.Chris Lattner2005-01-29
* Comment cleanupsChris Lattner2004-10-07
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* DemoteRegToStack got moved from DemoteRegToStack.h to Local.hChris Lattner2004-03-14
* rename the "exceptional" destination of an invoke instruction to the 'unwind'...Chris Lattner2004-02-08
* splitBasicBlock "does the right thing" now, no reason to reposition it.Chris Lattner2004-02-08
* Remove unneeded code now that splitBasicBlock does the "right thing"Chris Lattner2004-02-04
* Finegrainify namespacificationChris Lattner2003-11-21
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-20
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Fix bug: PR93Chris Lattner2003-11-06
* Check in statistifying patch for BillChris Lattner2003-10-28
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Whoops, we inserted into the wrong set. What's up with the dead set anyway?Chris Lattner2003-10-13
* Use external df iterators to avoid revisiting blocks in functions withChris Lattner2003-10-13
* Minor cleanupsChris Lattner2003-10-13