aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/LowerInvoke.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-6/+6
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* revert r166264 because the LTO build is still failingNadav Rotem2012-10-191-19/+13
* recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem2012-10-191-13/+19
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-19/+13
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-13/+19
* [unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling2012-02-061-27/+1
* When inserting new instructions, use getFirstInsertionPt instead ofBill Wendling2011-08-251-4/+4
* switch to use the new api for structtypes.Chris Lattner2011-08-121-1/+1
* There is only one instance of this placeholder being created. Just use thatBill Wendling2011-08-091-6/+6
* Remove an instance where the 'unwind' instruction was created.Bill Wendling2011-08-091-2/+10
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-251-6/+3
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-3/+3
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-5/+3
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-15/+7
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Transfer debug loc to lowered call.Devang Patel2010-10-181-0/+2
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Get rid of pop_macro warnings on MSVC.Michael J. Spencer2010-09-241-9/+10
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-231-2/+3
* Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg")Dan Gohman2010-08-061-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-2/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-2/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-2/+2
* lowerinvoke needs to handle aggregate function args like sjlj eh does.Jim Grosbach2010-06-301-4/+4
* Remove unused codeJim Grosbach2010-06-011-64/+0
* fix think-oJim Grosbach2010-06-011-6/+2
* Simplify things a bit more. Fix prototype to use SmallVectorImpl andJim Grosbach2010-06-011-17/+17
* mirror of r105280 changes for LowerInvoke, which uses the same basic logic hereJim Grosbach2010-06-011-10/+27
* Use SmallVector instead of std::vector.Jim Grosbach2010-06-011-12/+13
* Fix a problem that lower invoke has with allocas (PR6694), and Chris Lattner2010-04-261-10/+38
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-241-2/+2
* backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif2010-03-221-2/+2
* Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif2010-03-221-2/+2
* back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif2010-03-191-2/+2
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-191-2/+2
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-051-1/+1
* 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