What the loop unroller cares about, rather than just not unrolling loops with calls, is
[oota-llvm.git] / lib / VMCore / TypesContext.h
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-07-16 Chris Lattnertidy up
2010-07-16 Chris Lattnereliminate unlockedRefineAbstractTypeTo, types are all...
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...