Add an atomic lowering pass
[oota-llvm.git] / include / llvm / ADT / PointerUnion.h
2010-03-30 Ted KremenekChange PointerUnionX::getFromOpaqueValue() to be declar...
2009-11-06 Douglas GregorAdd a bunch of missing "template" keywords to disambigu...
2009-07-29 Douglas GregorFix a typo, and all of its copies
2009-07-29 Douglas GregorImplement PointerUnion4.
2009-06-29 Sebastian RedlFix three MSVC 2008 warnings that completely clutter...
2009-03-31 Douglas GregorAllow the use of pointers to const within PointerUnion.
2009-03-31 Douglas GregorStop guessing, start thinking, and make PointerUnion3...
2009-03-31 Douglas GregorReally, really fix PointerUnion3::is
2009-03-30 Douglas GregorMake PointerUnion3::get work properly
2009-03-30 Chris Lattnerupdate comment.
2009-03-30 Chris Lattneradd a PointerUnion3 class and generalize PointerUnion...
2009-03-29 Chris Lattneradd some comments, add a dyn_cast method.
2009-03-29 Chris Lattneradd helper method.
2009-03-29 Chris LattnerAdd a simple type-safe bit-mangling pointer union class...