drop support for GCC 2.x as it is hopelessly broken anyway
[oota-llvm.git] / include / llvm / ADT / PointerIntPair.h
2009-01-16 Duncan SandsGet this building with gcc-4.4.
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-12-08 Dan GohmanMove the conversion to intptr_t to a separate statement...
2008-12-07 Dan GohmanUse intptr_t instead of unsigned here, which is more...
2008-11-30 Chris Lattneradd the rest of the comparison routines.
2008-11-29 Torok Edwinprotect against negative values that would exceed allow...
2008-11-29 Chris Lattnerapparently GCC doesn't believe that I understand C
2008-11-29 Duncan SandsTypo fix.
2008-11-29 Chris LattnerFix sentinels to use correctly 'aligned' pointers.
2008-11-29 Chris LattnerFix spello, add DenseMapInfo specialization for Pointer...
2008-11-28 Chris Lattnerfix comment typo
2008-11-28 Chris Lattnerfix a bug.
2008-11-28 Chris Lattneradd a generic "bitmangled pointer" class, which allows...