Shrink libllvmgcc.dylib by another 23K
[oota-llvm.git] / lib / Transforms / Utils / Mem2Reg.cpp
2006-06-28 Chris LattnerShrink libllvmgcc.dylib by another 23K
2006-05-17 Chris LattnerDeclare that lowerinvoke doesn't interact with other...
2006-05-09 Chris LattnerPatch to make some xforms preserve each other. Patch...
2006-05-02 Chris LattnerAdd pass ID's for various passes, so they can be AddReq...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-28 Alkis EvlogimenosRename createPromoteMemoryToRegister() to
2004-09-20 Chris LattnerPrototype these functions more accurately
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-05 Chris LattnerChange the interface to PromoteMemToReg to also take...
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-06-25 Chris LattnerFix bug: Mem2Reg/2003-06-26-IterativePromote.ll
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-03-03 Chris LattnerChange the mem2reg interface to accept a TargetData...
2003-02-22 Chris LattnerSplit mem2reg promotion into two parts: a function...