| Age | Commit message (Expand) | Author |
| 2011-07-26 | Eliminate copies of undefined values during coalescing. | Jakob Stoklund Olesen |
| 2011-07-26 | Update test. | Benjamin Kramer |
| 2011-07-26 | Add a neat little two's complement hack for x86. | Benjamin Kramer |
| 2011-07-26 | Recognize unpckh* masks and match 256-bit versions. The new versions are | Bruno Cardoso Lopes |
| 2011-07-26 | Prevent x86-specific DAGCombine from creating nodes with illegal type (which ... | Eli Friedman |
| 2011-07-26 | XFAIL this test while I investigate it; it's failing for an unexpected reason. | Eli Friedman |
| 2011-07-26 | Add obvious missing case to switch. PR10497. | Eli Friedman |
| 2011-07-26 | Add 256-bit isel for movsldup/movshdup | Bruno Cardoso Lopes |
| 2011-07-25 | Codegen allonesvector better while using AVX: vpcmpeqd + vinsertf128 | Bruno Cardoso Lopes |
| 2011-07-25 | - Handle special scalar_to_vector case: splats. Using a native 128-bit | Bruno Cardoso Lopes |
| 2011-07-25 | Attempt to fix test failure reported on llvm-commits. | Eli Friedman |
| 2011-07-25 | Make sure this DAGCombine actually returns an UNDEF of the correct type; PR10... | Eli Friedman |
| 2011-07-25 | Get rid of an incorrect optimization for shuffles with PALIGNR and simplify i... | Eli Friedman |
| 2011-07-24 | Correctly handle <undef> tied uses when rewriting after a split. | Jakob Stoklund Olesen |
| 2011-07-22 | Fix test check! | Bruno Cardoso Lopes |
| 2011-07-22 | Fix PR10422 by adding the necessary AVX UCOMISD memory versions to | Bruno Cardoso Lopes |
| 2011-07-22 | Turn shuffles into unpacks for VT == MVT::v2i64 and MVT::v2f64 | Rafael Espindola |
| 2011-07-22 | -Inspected a AVX code block added by someone in early Feb. This was never used | Bruno Cardoso Lopes |
| 2011-07-22 | Although we already support this, add testcases for consistency | Bruno Cardoso Lopes |
| 2011-07-22 | Add a DAGCombine for transforming 128->256 casts into a simple | Bruno Cardoso Lopes |
| 2011-07-21 | - Register v16i16 as valid VR256 register class | Bruno Cardoso Lopes |
| 2011-07-21 | Add support for 256-bit versions of VPERMIL instruction. This is a new | Bruno Cardoso Lopes |
| 2011-07-20 | While emitting constant value, look through derived type and use underlying b... | Devang Patel |
| 2011-07-20 | PR10421: Fix a straightforward bug in the widening logic for CONCAT_VECTORS. | Eli Friedman |
| 2011-07-20 | New pointer rotate test. | Eric Christopher |
| 2011-07-19 | Fix an obvious typo that's preventing x86 (32-bit) from using .literal16. | Evan Cheng |
| 2011-07-19 | Revert r135423. | Devang Patel |
| 2011-07-18 | During bottom up fast-isel, instructions emitted to materalize registers are ... | Devang Patel |
| 2011-07-18 | Add AVX 128-bit sqrt versions | Bruno Cardoso Lopes |
| 2011-07-18 | Delete empty unused file. | Nick Lewycky |
| 2011-07-16 | Add AVX 128-bit patterns for sint_to_fp | Bruno Cardoso Lopes |
| 2011-07-15 | Fix a couple of things: | Bruno Cardoso Lopes |
| 2011-07-14 | Check register class matching instead of width of type matching | Eric Christopher |
| 2011-07-14 | Add 256-bit load/store recognition and matching in several places. | Bruno Cardoso Lopes |
| 2011-07-14 | Don't emit a bit test if there is only one case the test can yield false. A s... | Benjamin Kramer |
| 2011-07-13 | We already support 256-bit packed ADD, SUB, DIV, MUL. Add testcases. | Bruno Cardoso Lopes |
| 2011-07-13 | Make X86ISD::ANDNP more general and Codegen 256-bit VANDNP. A more | Bruno Cardoso Lopes |
| 2011-07-13 | Make sure we don't combine a large displacement and a frame index in the same... | Eli Friedman |
| 2011-07-13 | AVX Codegen support for 256-bit versions of vandps, vandpd, vorps, vorpd, vxo... | Bruno Cardoso Lopes |
| 2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
| 2011-07-09 | more tests not making the jump into the brave new world. | Chris Lattner |
| 2011-07-09 | test/CodeGen/X86/vector.ll: Tweak temporary output to appease Win32 hosts. | NAKAMURA Takumi |
| 2011-07-09 | Hoist spills within a basic block. | Jakob Stoklund Olesen |
| 2011-07-08 | Fix broken x86_64 tests which specify non-64-bit cpu's. | Evan Cheng |
| 2011-07-08 | Default 64-bit target features and SSE2 on when a triple specifies x86-64. C... | Eli Friedman |
| 2011-07-08 | Add _allrem, _aullrem and _allmul to the runtime for MSVC. | Julien Lerouge |
| 2011-07-08 | Add an intrinsic and codegen support for fused multiply-accumulate. The intent | Cameron Zwarich |
| 2011-07-08 | Be more aggressive about following hints. | Jakob Stoklund Olesen |
| 2011-07-08 | Emit a more efficient magic number multiplication for exact sdivs. | Benjamin Kramer |
| 2011-07-08 | Remove a test that no longer makes sense. | Jakob Stoklund Olesen |