Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / Transforms / Utils / DemoteRegToStack.cpp
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...
2013-02-05 Chad Rosier[SjLj Prepare] When demoting an invoke instructions...
2013-01-08 Bill WendlingMake sure we don't emit instructions before a landingpa...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-02-17 Bill WendlingRemove redundant comment. Use a more efficient datatype.
2012-02-17 Bill WendlingFix some grammar-os and formatting.
2011-11-07 Bill WendlingMake sure we don't insert instructions before a landing...
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-06-16 Jim Grosbachremove trailing whitespace
2009-07-15 Owen AndersonRevert yesterday's change by removing the LLVMContext...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2008-06-21 Chris LattnerFix warning when assertions disabled.
2008-06-19 Dan GohmanDelete dead code.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-21 Anton KorobeynikovReg2Mem cleanup and optimizations:
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...