aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/DemoteRegToStack.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-151-8/+6
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-6/+10
* Fix warning when assertions disabled.Chris Lattner2008-06-211-1/+1
* Delete dead code.Dan Gohman2008-06-191-4/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Reg2Mem cleanup and optimizations:Anton Korobeynikov2007-10-211-12/+26
* Silence warning while compiling with gcc 4.2Anton Korobeynikov2007-09-021-1/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+133