aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ShadowStackGC.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-13Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson1-2/+2
2009-07-08Push LLVMContext _back_ through IRBuilder.Owen Anderson1-1/+1
2009-07-08Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson1-5/+4
2009-07-08Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson1-2/+2
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands1-2/+2
2009-01-16Registry.h should not depend on CommandLine.h.Mikhail Glushenkov1-0/+1
2009-01-16Delete trailing whitespace.Mikhail Glushenkov1-64/+64
2008-09-25 Large mechanical patch.Devang Patel1-1/+1
2008-08-17Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen1-26/+23
2008-08-17Factor GC metadata table assembly generation out of Collector in preparation ...Gordon Henriksen1-0/+441