summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LowerInvoke.cpp
Commit message (Expand)AuthorAge
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Remove LowerInvoke's obsolete "-enable-correct-eh-support" optionMark Seaborn2014-03-20
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Remove several unused variables.Rafael Espindola2013-10-01
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* revert r166264 because the LTO build is still failingNadav Rotem2012-10-19
* recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem2012-10-19
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* [unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling2012-02-06
* When inserting new instructions, use getFirstInsertionPt instead ofBill Wendling2011-08-25
* switch to use the new api for structtypes.Chris Lattner2011-08-12
* There is only one instance of this placeholder being created. Just use thatBill Wendling2011-08-09
* Remove an instance where the 'unwind' instruction was created.Bill Wendling2011-08-09
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Transfer debug loc to lowered call.Devang Patel2010-10-18
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Get rid of pop_macro warnings on MSVC.Michael J. Spencer2010-09-24
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-23
* Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg")Dan Gohman2010-08-06
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* lowerinvoke needs to handle aggregate function args like sjlj eh does.Jim Grosbach2010-06-30
* Remove unused codeJim Grosbach2010-06-01
* fix think-oJim Grosbach2010-06-01
* Simplify things a bit more. Fix prototype to use SmallVectorImpl andJim Grosbach2010-06-01
* mirror of r105280 changes for LowerInvoke, which uses the same basic logic hereJim Grosbach2010-06-01
* Use SmallVector instead of std::vector.Jim Grosbach2010-06-01
* Fix a problem that lower invoke has with allocas (PR6694), and Chris Lattner2010-04-26
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-24
* backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif2010-03-22
* Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif2010-03-22
* back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif2010-03-19
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-19
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-05
* Remove FreeInst.Victor Hernandez2009-10-26
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-06
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-03
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-03
* Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson2009-08-13