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
/
sse-minmax.ll
Age
Commit message (
Expand
)
Author
2012-08-19
When unsafe math is used, we can use commutative FMAX and FMIN. In some cases
Nadav Rotem
2012-08-02
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-07-29
Revert r160920 and r160919 due to dragonegg and clang selfhost failure
Manman Ren
2012-07-28
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-07-28
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-06-04
Remove the "-promote-elements" flag. This flag is now enabled by default.
Nadav Rotem
2012-05-17
Remove -join-physregs from the test suite.
Jakob Stoklund Olesen
2012-04-27
Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...
Craig Topper
2011-11-29
Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.
Jakob Stoklund Olesen
2011-09-17
Synthesize x86 max/min instructions also for vectors (i.e. produce
Duncan Sands
2011-05-04
Prepare remaining tests for -join-physreg going away.
Jakob Stoklund Olesen
2010-07-15
Split -enable-finite-only-fp-math to two options:
Evan Cheng
2010-07-13
-enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.
Evan Cheng
2010-07-09
Fix a few tests
Jakob Stoklund Olesen
2010-02-24
When forming SSE min and max nodes for UGE and ULE comparisons, it's
Dan Gohman
2010-02-22
Actually enable the -enable-unsafe-fp-math tests.
Dan Gohman
2010-02-22
Remove the logic for reasoning about NaNs from the code that forms
Dan Gohman
2009-09-21
Recognize SSE min and max opportunities in even more cases.
Dan Gohman
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-03
Recognize more opportunities to use SSE min and max instructions,
Dan Gohman