aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LowerInvoke.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-1/+3
2010-10-18Transfer debug loc to lowered call.Devang Patel1-0/+2
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1
2010-09-24Get rid of pop_macro warnings on MSVC.Michael J. Spencer1-9/+10
2010-08-23Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson1-2/+3
2010-08-06Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg")Dan Gohman1-1/+1
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-2/+2
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-2/+2
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-2/+2
2010-06-30lowerinvoke needs to handle aggregate function args like sjlj eh does.Jim Grosbach1-4/+4
2010-06-01Remove unused codeJim Grosbach1-64/+0
2010-06-01fix think-oJim Grosbach1-6/+2
2010-06-01Simplify things a bit more. Fix prototype to use SmallVectorImpl andJim Grosbach1-17/+17
2010-06-01mirror of r105280 changes for LowerInvoke, which uses the same basic logic hereJim Grosbach1-10/+27
2010-06-01Use SmallVector instead of std::vector.Jim Grosbach1-12/+13
2010-04-26Fix a problem that lower invoke has with allocas (PR6694), and Chris Lattner1-10/+38
2010-03-24Finally land the InvokeInst operand reordering.Gabor Greif1-2/+2
2010-03-22backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif1-2/+2
2010-03-22Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif1-2/+2
2010-03-19back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif1-2/+2
2010-03-19Recommit r80858 again (which has been backed out in r80871).Gabor Greif1-2/+2
2010-01-05Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer1-1/+1
2009-10-26Remove FreeInst.Victor Hernandez1-1/+0
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky1-1/+0
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky1-1/+1
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands1-3/+3
2009-09-03back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif1-2/+2
2009-09-03re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif1-2/+2
2009-08-13Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson1-1/+1
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson1-29/+42
2009-08-05Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson1-1/+1
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson1-17/+9
2009-07-29Move types back to the 2.5 API.Owen Anderson1-6/+6
2009-07-29Move ConstantExpr to 2.5 API.Owen Anderson1-1/+1
2009-07-28Change ConstantArray to 2.5 API.Owen Anderson1-2/+2
2009-07-24Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson1-6/+6
2009-07-22Get rid of the Pass+Context magic.Owen Anderson1-25/+31
2009-07-16Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson1-0/+2
2009-07-15Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson1-3/+3
2009-07-14Move EVER MORE stuff over to LLVMContext.Owen Anderson1-11/+13
2009-07-13Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson1-6/+6
2009-07-09This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson1-4/+5
2009-07-08Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson1-9/+6
2009-07-08Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson1-3/+6
2009-07-05More LLVMContext-ification.Owen Anderson1-13/+14
2009-04-17remove trailing whitespaceJim Grosbach1-50/+50
2009-03-13Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling1-2/+2
2009-03-13Second installment of "BasicBlock operands to the back"Gabor Greif1-2/+2
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands1-1/+1
2008-09-25 Large mechanical patch.Devang Patel1-2/+2