Don't use PassInfo* as a type identifier for passes. Instead, use the address of...
[oota-llvm.git] / lib / Analysis / PointerTracking.cpp
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-04 Torok EdwinAdd a missing function.
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-04-11 Dan GohmanRename isLoopGuardedByCond to isLoopEntryGuardedByCond...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2009-11-06 Chris Lattnerremove a bunch of extraneous LLVMContext arguments
2009-10-27 Victor HernandezRename MallocFreeHelper as MemoryBuiltins
2009-10-26 Victor HernandezRename MallocHelper as MallocFreeHelper, since it now...
2009-10-23 Victor HernandezRemove AllocationInst. Since MallocInst went away...
2009-10-15 Victor HernandezFix bug where array malloc with unexpected computation...
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-09-18 Victor HernandezEnhance analysis passes so that they apply the same...
2009-08-24 Chris Lattnerremove a few dead insertion methods.
2009-08-13 Owen AndersonActually privatize a IntegerTypes, and fix a few bugs...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-14 Torok EdwinIntroduce a pointertracking pass.