index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
xor.ll
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-27
llvm/test/CodeGen/X86/xor.ll: Appease Win32 targets since r240796.
NAKAMURA Takumi
1
-1
/
+1
2015-06-26
[DAGCombine] Fix demanded bits computation for exact shifts.
Benjamin Kramer
1
-0
/
+19
2015-03-18
DAGCombiner: fold (xor (shl 1, x), -1) -> (rotl ~1, x)
David Majnemer
1
-0
/
+12
2015-02-08
generalize test; nothing Nehalem-specific here
Sanjay Patel
1
-3
/
+3
2013-11-17
DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal...
Benjamin Kramer
1
-0
/
+2
2013-10-16
DAGCombiner: Don't fold xor into not if getNOT would introduce an illegal con...
Benjamin Kramer
1
-0
/
+14
2013-07-13
Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....
Stephen Lin
1
-18
/
+18
2013-05-10
DAGCombiner: Generate a correct constant for vector types when folding (xor (...
Benjamin Kramer
1
-0
/
+11
2013-05-08
DAGCombiner: Simplify inverted bit tests
David Majnemer
1
-0
/
+12
2012-08-10
Reapply r161633-161634 "Partition use lists so defs always come before uses.""
Jakob Stoklund Olesen
1
-1
/
+1
2012-08-09
Revert r161633-161634 "Partition use lists so defs always come before uses."
Jakob Stoklund Olesen
1
-1
/
+1
2012-08-09
Partition use lists so defs always come before uses.
Jakob Stoklund Olesen
1
-1
/
+1
2012-07-12
The LIT tests below do not specify the exact cpu model and fail on AVX2 machi...
Nadav Rotem
1
-3
/
+3
2011-11-07
Expand V_SET0 to xorps by default.
Jakob Stoklund Olesen
1
-1
/
+1
2011-05-04
Don't depend on the physreg coalescing order.
Jakob Stoklund Olesen
1
-4
/
+3
2011-02-22
Relax expressions and add explicit triplets -linux and -win32.
NAKAMURA Takumi
1
-4
/
+5
2010-04-28
Enable i16 to i32 promotion by default.
Evan Cheng
1
-4
/
+4
2010-03-31
Replace V_SET0 with variants for each SSE execution domain.
Jakob Stoklund Olesen
1
-1
/
+1
2010-01-18
Canonicalize -1 - x to ~x.
Evan Cheng
1
-0
/
+11
2009-09-27
implement and document support for filecheck variables. This
Chris Lattner
1
-16
/
+16
2009-09-25
reimplement the regex matching strategy by building a single
Chris Lattner
1
-8
/
+8
2009-09-25
convert testcases to filecheck.
Chris Lattner
1
-0
/
+133