summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ShadowStackGC.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-13Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth1-1/+1
2015-01-28Remove gc.root's performCustomLoweringPhilip Reames1-395/+1
2015-01-26Revert GCStrategy ownership changesPhilip Reames1-1/+1
2015-01-16clang-format all the GC related files (NFC)Philip Reames1-194/+190
2015-01-16Move ownership of GCStrategy objects to LLVMContextPhilip Reames1-1/+1
2014-11-13Use nullptr instead of NULL for variadic sentinelsReid Kleckner1-1/+1
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-5/+5
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2014-03-04[Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-3/+3
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-3/+3
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth1-4/+4
2012-02-06[unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling1-2/+1
2011-09-22Use the C personality function instead of the C++ personality function.Bill Wendling1-3/+1
2011-09-21Attempt to update the shadow stack GC pass to the new EH model.Bill Wendling1-5/+17
2011-08-12switch to use the new api for structtypes.Chris Lattner1-4/+4
2011-07-31Add the 'resume' instruction for the new EH rewrite.Bill Wendling1-2/+4
2011-07-30Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling1-4/+2
2011-07-27Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling1-2/+4
2011-07-22Fix more MSVC warnings caused by a cases I missed when convertingJay Foad1-1/+1
2011-07-22Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad1-2/+2
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-6/+6
2011-07-15Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad1-2/+1
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner1-31/+18
2011-06-22Replace the existing forms of ConstantArray::get() with a single formJay Foad1-2/+2
2011-06-20Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner1-6/+10
2010-06-25use ArgOperand API and CallSite to access arguments of CallInstGabor Greif1-6/+8
2010-04-20use abstract accessors to CallInstGabor Greif1-1/+1
2010-04-16Revert 101465, it broke internal OpenGL testing.Eric Christopher1-7/+7
2010-04-16reapply r101434Gabor Greif1-7/+7
2010-04-16back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif1-7/+7
2010-04-15reapply r101364, which has been backed out in r101368Gabor Greif1-7/+7
2010-04-15back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif1-7/+7
2010-04-15rotate CallInst operands, i.e. move callee to the backGabor Greif1-7/+7
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-2/+2
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands1-1/+1
2009-09-19Remove the default value for ConstantStruct::get's isPacked parameter andNick Lewycky1-2/+3
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-14/+19
2009-08-05Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson1-5/+5
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson1-2/+2
2009-07-29Move types back to the 2.5 API.Owen Anderson1-3/+1
2009-07-29Move ConstantExpr to 2.5 API.Owen Anderson1-1/+1
2009-07-28Change ConstantArray to 2.5 API.Owen Anderson1-1/+1
2009-07-27Move ConstantStruct back 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-9/+9
2009-07-22Get rid of the Pass+Context magic.Owen Anderson1-20/+20
2009-07-14Move EVER MORE stuff over to LLVMContext.Owen Anderson1-24/+32