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