aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/stack-align.ll
AgeCommit message (Expand)Author
2012-08-03Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-02-13Enhance ComputeMaskedBits to know that aligned frameindexesChris Lattner
2010-06-21Teach two-address lowering how to unfold a load to open up commutingDan Gohman
2010-05-03Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,Dan Gohman
2010-02-19Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254.Charles Davis
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2008-01-26Infer alignment of loads and increase their alignment when we can tell they are Chris Lattner