Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / store_op_load_fold2.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...
2013-07-31 Craig TopperChanged register names (and pointer keywords) to be...
2012-07-12 Nadav RotemThe LIT tests below do not specify the exact cpu model...
2012-04-02 Jakob Stoklund OlesenAllocate virtual registers in ascending order.
2010-09-19 NAKAMURA Takumitest/CodeGen/X86: Add explicit triplet -mtriple=i686...
2010-03-02 Chris LattnerFix some issues in WalkChainUsers dealing with
2010-03-02 Chris Lattnerclean up some testcases.
2010-03-02 Chris LattnerRewrite chain handling validation and input TokenFactor...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-03-25 Tanya LattnerByebye llvm-upgrade!
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-07-31 Dan GohmanChange the x86 assembly output to use tab characters...
2007-04-15 Reid SpencerFor PR1319: Upgrade to new test harness.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-10-23 Evan ChengFix test case.
2006-08-29 Evan ChengFix test case so it passes on x86-64.
2006-08-29 Evan ChengUndo xfail.
2006-07-24 Evan ChengXFAIL for now.
2006-03-09 Evan ChengAdd a test case for (store (op (load ..) ..) ..) folding.