aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/store_op_load_fold2.ll
AgeCommit message (Expand)Author
2012-07-12The LIT tests below do not specify the exact cpu model and fail on AVX2 machi...Nadav Rotem
2012-04-02Allocate virtual registers in ascending order.Jakob Stoklund Olesen
2010-09-19test/CodeGen/X86: Add explicit triplet -mtriple=i686-linux to 3 tests incompa...NAKAMURA Takumi
2010-03-02Fix some issues in WalkChainUsers dealing with Chris Lattner
2010-03-02clean up some testcases.Chris Lattner
2010-03-02Rewrite chain handling validation and input TokenFactor handlingChris Lattner
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-03-25Byebye llvm-upgrade!Tanya Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-07-31Change the x86 assembly output to use tab characters to separate theDan Gohman
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-10-23Fix test case.Evan Cheng
2006-08-29Fix test case so it passes on x86-64.Evan Cheng
2006-08-29Undo xfail.Evan Cheng
2006-07-24XFAIL for now.Evan Cheng
2006-03-09Add a test case for (store (op (load ..) ..) ..) folding.Evan Cheng