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