Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Transforms / Utils / LowerInvoke.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-19 Nadav Rotemrevert r166264 because the LTO build is still failing
2012-10-19 Nadav Rotemrecommit the patch that makes LSR and LowerInvoke use...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-02-06 Bill Wendling[unwind removal] We no longer have 'unwind' instruction...
2011-08-25 Bill WendlingWhen inserting new instructions, use getFirstInsertionP...
2011-08-12 Chris Lattnerswitch to use the new api for structtypes.
2011-08-09 Bill WendlingThere is only one instance of this placeholder being...
2011-08-09 Bill WendlingRemove an instance where the 'unwind' instruction was...
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-18 Devang PatelTransfer debug loc to lowered call.
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-24 Michael J. SpencerGet rid of pop_macro warnings on MSVC.
2010-08-23 Owen AndersonNow that PassInfo and Pass::ID have been separated...
2010-08-06 Dan GohmanEliminate PromoteMemoryToRegisterID; just use addPreser...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-06-30 Jim Grosbachlowerinvoke needs to handle aggregate function args...
2010-06-01 Jim GrosbachRemove unused code
2010-06-01 Jim Grosbachfix think-o
2010-06-01 Jim GrosbachSimplify things a bit more. Fix prototype to use SmallV...
2010-06-01 Jim Grosbachmirror of r105280 changes for LowerInvoke, which uses...
2010-06-01 Jim GrosbachUse SmallVector instead of std::vector.
2010-04-26 Chris LattnerFix a problem that lower invoke has with allocas (PR669...
2010-03-24 Gabor GreifFinally land the InvokeInst operand reordering.
2010-03-22 Gabor Greifbacking out r99170 because it still fails on clang...
2010-03-22 Gabor GreifNow that hopefully all direct accesses to InvokeInst...
2010-03-19 Gabor Greifback out r98957, it broke smooshlab.apple.com:8010...
2010-03-19 Gabor GreifRecommit r80858 again (which has been backed out in...
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-09-03 Gabor Greifback out my recent commit (r80858), it seems to break...
2009-09-03 Gabor Greifre-commit r66920 (which has been backed out in r66953...
2009-08-13 Owen AndersonActually privatize a IntegerTypes, and fix a few bugs...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-15 Owen AndersonRevert yesterday's change by removing the LLVMContext...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-05 Owen AndersonMore LLVMContext-ification.
2009-04-17 Jim Grosbachremove trailing whitespace
2009-03-13 Bill WendlingRevert r66920. It was causing failures in the self...
2009-03-13 Gabor GreifSecond installment of "BasicBlock operands to the back"
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2008-09-25 Devang Patel Large mechanical patch.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-05-23 Dan GohmanTidy up BasicBlock::getFirstNonPHI, and change a bunch...
2008-05-13 Dan GohmanChange class' public PassInfo variables to by initializ...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-04-15 Chuck Rose IIIVisualStudio project files updated. #include <algorith...
2008-04-07 Duncan SandsUse Intrinsic::getDeclaration to get hold of
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-04-01 Dale JohannesenRevert 49006 for the moment.
2008-03-31 Dale JohannesenEmit exception handling info for functions which are
2008-02-19 Chris Lattnerremove the LowerSelect pass. The last client was the...
2008-02-14 Chris LattnerFix PR2029
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-08-01 Dan GohmanMore explicit keywords.
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-20 Jeff CohenComment out usage of write() for now.
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-02-22 Jim LaskeyRevert changes for a simplier solution.
2007-02-21 Jim LaskeyItanium ABI exception handing support.
2007-02-19 Chris Lattnereliminate use of deprecated apis
2007-02-13 Chris LattnerEliminate use of ctors that take vectors.
2007-02-12 Chris Lattnerstop using methods that take vectors.
2007-02-11 Chris Lattnersimplify code by using Value::takeName
2007-02-04 Reid SpencerFor PR1163:
2007-01-07 Chris LattnerChange the interface to Module::getOrInsertFunction...
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-19 Chris Lattnerswitch more statistics over to STATISTIC, eliminating...
2006-12-12 Reid SpencerChange inferred getCast into specific getCast. Passes...
next