index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
store_op_load_fold2.ll
Age
Commit message (
Expand
)
Author
2012-07-12
The LIT tests below do not specify the exact cpu model and fail on AVX2 machi...
Nadav Rotem
2012-04-02
Allocate virtual registers in ascending order.
Jakob Stoklund Olesen
2010-09-19
test/CodeGen/X86: Add explicit triplet -mtriple=i686-linux to 3 tests incompa...
NAKAMURA Takumi
2010-03-02
Fix some issues in WalkChainUsers dealing with
Chris Lattner
2010-03-02
clean up some testcases.
Chris Lattner
2010-03-02
Rewrite chain handling validation and input TokenFactor handling
Chris Lattner
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2008-03-25
Byebye llvm-upgrade!
Tanya Lattner
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-07-31
Change the x86 assembly output to use tab characters to separate the
Dan Gohman
2007-04-15
For PR1319: Upgrade to new test harness.
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-10-23
Fix test case.
Evan Cheng
2006-08-29
Fix test case so it passes on x86-64.
Evan Cheng
2006-08-29
Undo xfail.
Evan Cheng
2006-07-24
XFAIL for now.
Evan Cheng
2006-03-09
Add a test case for (store (op (load ..) ..) ..) folding.
Evan Cheng