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
/
sse3.ll
Age
Commit message (
Expand
)
Author
2012-05-18
Simplify handling of v16i8 shuffles and fix a missed optimization.
Craig Topper
2011-11-14
Teach two-address pass to re-schedule two-address instructions (or the kill
Evan Cheng
2011-11-10
Use a bigger hammer to fix PR11314 by disabling the "forcing two-address
Evan Cheng
2011-11-03
Reapply r143206, with fixes. Disallow physical register lifetimes
Dan Gohman
2011-10-29
Revert r143206, as there are still some failing tests.
Dan Gohman
2011-10-28
Reapply r143177 and r143179 (reverting r143188), with scheduler
Dan Gohman
2011-10-28
Speculatively disable Dan's commits 143177 and 143179 to see if
Duncan Sands
2011-10-28
Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUW
Dan Gohman
2011-07-08
Fix broken x86_64 tests which specify non-64-bit cpu's.
Evan Cheng
2011-07-08
Be more aggressive about following hints.
Jakob Stoklund Olesen
2011-05-04
Fix a batch of x86 tests to be coalescer independent.
Jakob Stoklund Olesen
2011-04-05
Fix register-dependent X86 tests.
Jakob Stoklund Olesen
2010-10-07
Canonicalize X86ISD::MOVDDUP nodes to v2f64 to make sure all cases match. Als...
Evan Cheng
2010-06-24
Teach EmitLiveInCopies to omit copies for unused virtual registers,
Dan Gohman
2010-03-30
Enable -sse-domain-fix by default. Now with tests!
Jakob Stoklund Olesen
2010-03-18
Turning off post-ra scheduling for x86. It isn't a consistent win.
Evan Cheng
2010-03-02
Fix some issues in WalkChainUsers dealing with
Chris Lattner
2010-02-06
Run codegen dce pass for all targets at all optimization levels. Previously it's
Evan Cheng
2009-12-07
Don't enable the post-RA scheduler on x86 except at -O3. In its
Dan Gohman
2009-11-07
Fix a couple of shuffle patterns to use movhlps instead
Eric Christopher
2009-10-23
Update tests for 84931.
Evan Cheng
2009-10-22
Allow the target to select the level of anti-dependence breaking that should ...
David Goodwin
2009-10-21
Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail.
Dan Gohman
2009-10-20
Checkpoint more aggressive anti-dependency breaking for post-ra scheduler.
David Goodwin
2009-10-18
Turn on post-alloc scheduling for x86.
Evan Cheng
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-08
change selectiondag to add the sign extended versions of immediate operands
Chris Lattner
2009-08-15
specify a target triple so global variable manglings are consistent etc.
Chris Lattner
2009-08-15
merge a bunch more sse3 tests into sse3.ll
Chris Lattner
2009-08-15
convert test to filecheck format.
Chris Lattner
2009-08-15
rename test
Chris Lattner