| Commit message (Expand) | Author | Age | Files | Lines |
* | Add AVX movnt{pd,ps,dq} 256-bit intrinsics | Bruno Cardoso Lopes | 2010-08-10 | 1 | -0/+7 |
* | Add AVX movmsk 256-bit intrinsics | Bruno Cardoso Lopes | 2010-08-10 | 1 | -8/+6 |
* | Support AVX 256-bit load and store intrinsics | Bruno Cardoso Lopes | 2010-08-10 | 2 | -6/+20 |
* | Patterns to match AVX cmp instructions | Bruno Cardoso Lopes | 2010-08-10 | 1 | -10/+8 |
* | Add matching patterns for vblend AVX intrinsics | Bruno Cardoso Lopes | 2010-08-10 | 1 | -11/+6 |
* | Wording. | Eric Christopher | 2010-08-09 | 1 | -1/+1 |
* | Add VCVTPD2PS, VCVTPS2DQ, VCVTPS2PDY, VCVTTPD2DQY, VCVTTPS2DQ and VCVTPD2DQ 2... | Bruno Cardoso Lopes | 2010-08-09 | 1 | -0/+30 |
* | Add patterns to AVX conversions instructions. Do that instead of declaring mo... | Bruno Cardoso Lopes | 2010-08-09 | 1 | -9/+20 |
* | CMake: eliminated unnecessary target_link_libraries. | Oscar Fuentes | 2010-08-09 | 1 | -1/+0 |
* | Memory version of vcvtdq2pd intrinsic | Bruno Cardoso Lopes | 2010-08-09 | 1 | -1/+3 |
* | Patterns to match vinsert, vbroadcast, vmovmask and vcvtdq2pd AVX intrinsics | Bruno Cardoso Lopes | 2010-08-09 | 1 | -20/+59 |
* | Use sdmem and sse_load_f64 (etc.) for the vector | Dale Johannesen | 2010-08-07 | 1 | -8/+13 |
* | Patterns to match AVX 256-bit vzero intrinsics | Bruno Cardoso Lopes | 2010-08-06 | 1 | -4/+4 |
* | Patterns to match AVX 256-bit permutation intrinsics | Bruno Cardoso Lopes | 2010-08-06 | 2 | -13/+48 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 5 | -6/+6 |
* | Patterns to match AVX 256-bit horizontal arithmetic intrinsics | Bruno Cardoso Lopes | 2010-08-06 | 1 | -14/+12 |
* | Patterns to match AVX 256-bit arithmetic intrinsics | Bruno Cardoso Lopes | 2010-08-06 | 1 | -30/+75 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 5 | -6/+6 |
* | Add an option to always emit realignment code for a particular module. | Eric Christopher | 2010-08-05 | 1 | -1/+34 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 5 | -6/+6 |
* | Support very basic (doesn't include ABI support in the front-end, varags, ...... | Bruno Cardoso Lopes | 2010-08-05 | 2 | -4/+30 |
* | Handle the memory barrier pseudo that goes to nothing for the JIT. | Eric Christopher | 2010-08-05 | 1 | -1/+7 |
* | Set hasSideEffects on the 64-bit no-sse memory barrier. | Eric Christopher | 2010-08-05 | 1 | -1/+1 |
* | Be a little bit more specific about target for the memory barrier | Eric Christopher | 2010-08-05 | 2 | -2/+4 |
* | Handle the pseudo in MCInstLower. | Eric Christopher | 2010-08-05 | 1 | -0/+6 |
* | Make x86-64 membarriers work without sse and clean up some of the | Eric Christopher | 2010-08-04 | 3 | -4/+14 |
* | PR7814: Truncates cannot be ignored for signed comparisons. | Eli Friedman | 2010-08-04 | 1 | -1/+2 |
* | Add DEBUG message. | Devang Patel | 2010-08-04 | 1 | -0/+4 |
* | Enable COFF writer on mingw32 and cygwin. | Benjamin Kramer | 2010-08-04 | 1 | -0/+2 |
* | Print an error message when someone tries -integrated-as on an unsupported ta... | Benjamin Kramer | 2010-08-04 | 1 | -1/+7 |
* | fix a win64 encoding problem, patch by Cameron Esfahani! | Chris Lattner | 2010-08-03 | 1 | -1/+1 |
* | MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend. | Michael J. Spencer | 2010-07-31 | 1 | -1/+0 |
* | Add relax all support to the COFF object streamer. | Michael J. Spencer | 2010-07-31 | 1 | -1/+1 |
* | Support all 128-bit AVX vector intrinsics. Most part of them I already | Bruno Cardoso Lopes | 2010-07-30 | 3 | -232/+240 |
* | Fix typo! | Bruno Cardoso Lopes | 2010-07-30 | 1 | -8/+8 |
* | Revert r109652, and remove the offending assert in loadRegFromStackSlot instead. | Jakob Stoklund Olesen | 2010-07-29 | 2 | -6/+1 |
* | Create a fixed stack object for varargs that is as large as any register. | Jakob Stoklund Olesen | 2010-07-28 | 1 | -1/+4 |
* | Implement a vectorized algorithm for <16 x i8> << <16 x i8> | Nate Begeman | 2010-07-28 | 1 | -21/+73 |
* | ~40% faster vector shl <4 x i32> on SSE 4.1 Larger improvements for smaller ... | Nate Begeman | 2010-07-27 | 2 | -0/+34 |
* | Make MC use Windows COFF on Windows and add tests. | Michael J. Spencer | 2010-07-27 | 2 | -0/+23 |
* | The isLoadFromStackSlot and isStoreToStackSlot have no way of reporting | Jakob Stoklund Olesen | 2010-07-27 | 1 | -2/+3 |
* | Add assertions that expose the PR7713 miscompilation: Accessing a stack slot | Jakob Stoklund Olesen | 2010-07-27 | 1 | -0/+4 |
* | On x86, f32 / f64 nodes share the same registers as 128-bit vector values. | Evan Cheng | 2010-07-26 | 2 | -0/+30 |
* | Temporary hack to let codegen assert or generate poor code in case | Bruno Cardoso Lopes | 2010-07-26 | 1 | -8/+13 |
* | Add an ILP scheduler. This is a register pressure aware scheduler that's | Evan Cheng | 2010-07-24 | 2 | -0/+21 |
* | Support x86 "eiz" and "riz" pseudo index registers in the assembler. | Bruno Cardoso Lopes | 2010-07-24 | 3 | -1/+25 |
* | Remove trailing whitespace | Bruno Cardoso Lopes | 2010-07-23 | 1 | -30/+30 |
* | Add AVX version of CLMUL instructions | Bruno Cardoso Lopes | 2010-07-23 | 3 | -0/+58 |
* | Declare CLMUL as a subtarget feature | Bruno Cardoso Lopes | 2010-07-23 | 1 | -0/+2 |
* | Add x86 CLMUL (Carry-less multiplication) cpu feature | Bruno Cardoso Lopes | 2010-07-23 | 3 | -3/+10 |