aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/LowerInvoke.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove FreeInst.Victor Hernandez2009-10-261-1/+0
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-061-3/+3
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-031-2/+2
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-031-2/+2
* Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson2009-08-131-1/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-29/+42
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-051-1/+1
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-17/+9
* Move types back to the 2.5 API.Owen Anderson2009-07-291-6/+6
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-291-1/+1
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-281-2/+2
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-6/+6
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-25/+31
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-0/+2
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-151-3/+3
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-11/+13
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-6/+6
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-091-4/+5
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-081-9/+6
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-081-3/+6
* More LLVMContext-ification.Owen Anderson2009-07-051-13/+14
* remove trailing whitespaceJim Grosbach2009-04-171-50/+50
* Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling2009-03-131-2/+2
* Second installment of "BasicBlock operands to the back"Gabor Greif2009-03-131-2/+2
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-1/+1
* Large mechanical patch.Devang Patel2008-09-251-2/+2
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places toDan Gohman2008-05-231-2/+1
* Change class' public PassInfo variables to by initialized with theDan Gohman2008-05-131-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-4/+4
* VisualStudio project files updated. #include <algorithm> added to make Visua...Chuck Rose III2008-04-151-0/+15
* Use Intrinsic::getDeclaration to get hold ofDuncan Sands2008-04-071-7/+8
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-32/+32
* Revert 49006 for the moment.Dale Johannesen2008-04-011-9/+0
* Emit exception handling info for functions which areDale Johannesen2008-03-311-0/+9
* remove the LowerSelect pass. The last client was the old Sparc backend, whic...Chris Lattner2008-02-191-1/+0
* Fix PR2029Chris Lattner2008-02-141-0/+11
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-5/+6
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-1/+3
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-4/+5
* More explicit keywords.Dan Gohman2007-08-011-2/+2
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-3/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+585