Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / stack-align.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-17 Sanjay Patelprevent folding a scalar FP load into a packed logical...
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2012-08-03 Bob WilsonRefactor and check "onlyReadsMemory" before optimizing...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-02-13 Chris LattnerEnhance ComputeMaskedBits to know that aligned frameindexes
2010-06-21 Dan GohmanTeach two-address lowering how to unfold a load to...
2010-05-03 Dan GohmanFix tests to use fadd, fsub, and fmul, instead of add...
2010-02-19 Charles DavisAdd support for the 'alignstack' attribute to the x86...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2008-01-26 Chris LattnerInfer alignment of loads and increase their alignment...