aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ShadowStackGC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-4/+4
* [unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling2012-02-061-2/+1
* Use the C personality function instead of the C++ personality function.Bill Wendling2011-09-221-3/+1
* Attempt to update the shadow stack GC pass to the new EH model.Bill Wendling2011-09-211-5/+17
* switch to use the new api for structtypes.Chris Lattner2011-08-121-4/+4
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-311-2/+4
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-4/+2
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-271-2/+4
* Fix more MSVC warnings caused by a cases I missed when convertingJay Foad2011-07-221-1/+1
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-221-2/+2
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-6/+6
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-2/+1
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-31/+18
* Replace the existing forms of ConstantArray::get() with a single formJay Foad2011-06-221-2/+2
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-201-6/+10
* use ArgOperand API and CallSite to access arguments of CallInstGabor Greif2010-06-251-6/+8
* use abstract accessors to CallInstGabor Greif2010-04-201-1/+1
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-7/+7
* reapply r101434Gabor Greif2010-04-161-7/+7
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-7/+7
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-151-7/+7
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-151-7/+7
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-151-7/+7
* 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-2/+2
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-061-1/+1
* Remove the default value for ConstantStruct::get's isPacked parameter andNick Lewycky2009-09-191-2/+3
* 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-14/+19
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-051-5/+5
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-2/+2
* Move types back to the 2.5 API.Owen Anderson2009-07-291-3/+1
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-291-1/+1
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-281-1/+1
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-271-2/+2
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-9/+9
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-20/+20
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-24/+32
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-2/+2
* Push LLVMContext _back_ through IRBuilder.Owen Anderson2009-07-081-1/+1
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-081-5/+4
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-081-2/+2
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-2/+2
* Registry.h should not depend on CommandLine.h.Mikhail Glushenkov2009-01-161-0/+1
* Delete trailing whitespace.Mikhail Glushenkov2009-01-161-64/+64
* Large mechanical patch.Devang Patel2008-09-251-1/+1
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-26/+23
* Factor GC metadata table assembly generation out of Collector in preparation ...Gordon Henriksen2008-08-171-0/+441