Don't increment invalid iterator.
[oota-llvm.git] / lib / Transforms / Utils / DemoteRegToStack.cpp
2007-09-02 Anton KorobeynikovSilence warning while compiling with gcc 4.2
2007-07-11 Tanya LattnerAdding ability to demote phi to stack.
2005-10-04 Chris LattnerFix DemoteRegToStack on an invoke. This fixes PR634.
2005-09-27 Chris Lattnerallow demotion to volatile values, add support for...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2004-04-01 Chris LattnerFix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx
2004-03-16 Chris LattnerThis code was both incredibly complex and incredibly...
2004-03-14 Chris LattnerDemoteRegToStack got moved from DemoteRegToStack.h...
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-06 Chris LattnerVarious cleanups and efficiency improvements
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-15 Chris LattnerCleanup
2003-09-20 Chris LattnerMinor cleanups, no functional changes
2003-05-29 Chris LattnerEliminate unnecessary ->get calls that are now automati...
2002-12-10 Vikram S. AdveThis file implements the function DemoteRegToStack...