summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/store_op_load_fold2.ll
Commit message (Expand)AuthorAge
* Changed register names (and pointer keywords) to be lower case when using Int...Craig Topper2013-07-31
* The LIT tests below do not specify the exact cpu model and fail on AVX2 machi...Nadav Rotem2012-07-12
* Allocate virtual registers in ascending order.Jakob Stoklund Olesen2012-04-02
* test/CodeGen/X86: Add explicit triplet -mtriple=i686-linux to 3 tests incompa...NAKAMURA Takumi2010-09-19
* Fix some issues in WalkChainUsers dealing with Chris Lattner2010-03-02
* clean up some testcases.Chris Lattner2010-03-02
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-02
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Byebye llvm-upgrade!Tanya Lattner2008-03-25
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Change the x86 assembly output to use tab characters to separate theDan Gohman2007-07-31
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-15
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Fix test case.Evan Cheng2006-10-23
* Fix test case so it passes on x86-64.Evan Cheng2006-08-29
* Undo xfail.Evan Cheng2006-08-29
* XFAIL for now.Evan Cheng2006-07-24
* Add a test case for (store (op (load ..) ..) ..) folding.Evan Cheng2006-03-09