rip out the various v2f32 "mmx" handling logic, now that
[oota-llvm.git] / lib / VMCore / TypesContext.h
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-10 Kenneth UildriksIntegerValType holds a uint32_t, so its constructor...
2010-02-07 Nick LewyckyMake the destructor for TypeMapBase protected. Spotted...
2010-01-05 David GreeneChange errs() to dbgs().
2009-08-31 Torok EdwinFree the constants that have no uses in ~LLVMContext.
2009-08-23 Chris Lattnerremove some DOUTs
2009-08-23 Owen AndersonUse standard LLVM-style headers.
2009-08-04 Owen AndersonBegin the process of privatizing the type uniquing...