Add a fast path for x - x.
[oota-llvm.git] / lib / Analysis / PointerTracking.cpp
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.