summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ShadowStackGC.cpp
Commit message (Expand)AuthorAge
* use ArgOperand API and CallSite to access arguments of CallInstGabor Greif2010-06-25
* use abstract accessors to CallInstGabor Greif2010-04-20
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-16
* reapply r101434Gabor Greif2010-04-16
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-16
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-15
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-15
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-15
* 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
* Remove the default value for ConstantStruct::get's isPacked parameter andNick Lewycky2009-09-19
* Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson2009-08-13
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-05
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-29
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-28
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-27
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Push LLVMContext _back_ through IRBuilder.Owen Anderson2009-07-08
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-08
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-08
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* Registry.h should not depend on CommandLine.h.Mikhail Glushenkov2009-01-16
* Delete trailing whitespace.Mikhail Glushenkov2009-01-16
* Large mechanical patch.Devang Patel2008-09-25
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* Factor GC metadata table assembly generation out of Collector in preparation ...Gordon Henriksen2008-08-17