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
/
xor.ll
Age
Commit message (
Expand
)
Author
2012-08-10
Reapply r161633-161634 "Partition use lists so defs always come before uses.""
Jakob Stoklund Olesen
2012-08-09
Revert r161633-161634 "Partition use lists so defs always come before uses."
Jakob Stoklund Olesen
2012-08-09
Partition use lists so defs always come before uses.
Jakob Stoklund Olesen
2012-07-12
The LIT tests below do not specify the exact cpu model and fail on AVX2 machi...
Nadav Rotem
2011-11-07
Expand V_SET0 to xorps by default.
Jakob Stoklund Olesen
2011-05-04
Don't depend on the physreg coalescing order.
Jakob Stoklund Olesen
2011-02-22
Relax expressions and add explicit triplets -linux and -win32.
NAKAMURA Takumi
2010-04-28
Enable i16 to i32 promotion by default.
Evan Cheng
2010-03-31
Replace V_SET0 with variants for each SSE execution domain.
Jakob Stoklund Olesen
2010-01-18
Canonicalize -1 - x to ~x.
Evan Cheng
2009-09-27
implement and document support for filecheck variables. This
Chris Lattner
2009-09-25
reimplement the regex matching strategy by building a single
Chris Lattner
2009-09-25
convert testcases to filecheck.
Chris Lattner