aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/stack-align.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+3
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-5/+17
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-011-1/+1
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-131-1/+1
* Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson2012-08-031-2/+2
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-271-3/+3
* Enhance ComputeMaskedBits to know that aligned frameindexesChris Lattner2011-02-131-3/+14
* Teach two-address lowering how to unfold a load to open up commutingDan Gohman2010-06-211-4/+5
* Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,Dan Gohman2010-05-031-1/+1
* Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254.Charles Davis2010-02-191-1/+18
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-1/+1
* Infer alignment of loads and increase their alignment when we can tell they are Chris Lattner2008-01-261-0/+22