Age | Commit message (Expand) | Author |
2010-08-13 | Revert last patch and r110954 as I meant to. | Eric Christopher |
2010-08-13 | Revert r110954 for now, pseudo instructions can't make it through to the JIT. | Eric Christopher |
2010-08-12 | Some small clean-up: use of pseudo instructions | Bruno Cardoso Lopes |
2010-08-12 | - Teach SSEDomainFix to switch between different levels of AVX instructions. ... | Bruno Cardoso Lopes |
2010-08-12 | Define AVX 128-bit pattern versions of SET0PS/PD. | Bruno Cardoso Lopes |
2010-08-12 | Fix comment order | Bruno Cardoso Lopes |
2010-08-12 | Begin to support some vector operations for AVX 256-bit intructions. The long | Bruno Cardoso Lopes |
2010-08-12 | MC/X86/AsmParser: Give an explicit error message when we reject an instruction | Daniel Dunbar |
2010-08-12 | MC/AsmParser: Push the burdon of emitting diagnostics about unmatched | Daniel Dunbar |
2010-08-12 | tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl', | Daniel Dunbar |
2010-08-11 | Fix <rdar://problem/8282498> even if it doesn't reproduce on trunk. | Jakob Stoklund Olesen |
2010-08-11 | Use ISD::ADD instead of ISD::SUB with a negated constant. This | Dan Gohman |
2010-08-11 | MCAsmParser: Add dump() hook to MCParsedAsmOperand. | Daniel Dunbar |
2010-08-10 | Add AVX matching patterns to Packed Bit Test intrinsics. | Bruno Cardoso Lopes |
2010-08-10 | Add AVX movnt{pd,ps,dq} 256-bit intrinsics | Bruno Cardoso Lopes |
2010-08-10 | Add AVX movmsk 256-bit intrinsics | Bruno Cardoso Lopes |
2010-08-10 | Support AVX 256-bit load and store intrinsics | Bruno Cardoso Lopes |
2010-08-10 | Patterns to match AVX cmp instructions | Bruno Cardoso Lopes |
2010-08-10 | Add matching patterns for vblend AVX intrinsics | Bruno Cardoso Lopes |
2010-08-09 | Wording. | Eric Christopher |
2010-08-09 | Add VCVTPD2PS, VCVTPS2DQ, VCVTPS2PDY, VCVTTPD2DQY, VCVTTPS2DQ and VCVTPD2DQ 2... | Bruno Cardoso Lopes |
2010-08-09 | Add patterns to AVX conversions instructions. Do that instead of declaring mo... | Bruno Cardoso Lopes |
2010-08-09 | CMake: eliminated unnecessary target_link_libraries. | Oscar Fuentes |
2010-08-09 | Memory version of vcvtdq2pd intrinsic | Bruno Cardoso Lopes |
2010-08-09 | Patterns to match vinsert, vbroadcast, vmovmask and vcvtdq2pd AVX intrinsics | Bruno Cardoso Lopes |
2010-08-07 | Use sdmem and sse_load_f64 (etc.) for the vector | Dale Johannesen |
2010-08-06 | Patterns to match AVX 256-bit vzero intrinsics | Bruno Cardoso Lopes |
2010-08-06 | Patterns to match AVX 256-bit permutation intrinsics | Bruno Cardoso Lopes |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Patterns to match AVX 256-bit horizontal arithmetic intrinsics | Bruno Cardoso Lopes |
2010-08-06 | Patterns to match AVX 256-bit arithmetic intrinsics | Bruno Cardoso Lopes |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Add an option to always emit realignment code for a particular module. | Eric Christopher |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-08-05 | Support very basic (doesn't include ABI support in the front-end, varags, ...... | Bruno Cardoso Lopes |
2010-08-05 | Handle the memory barrier pseudo that goes to nothing for the JIT. | Eric Christopher |
2010-08-05 | Set hasSideEffects on the 64-bit no-sse memory barrier. | Eric Christopher |
2010-08-05 | Be a little bit more specific about target for the memory barrier | Eric Christopher |
2010-08-05 | Handle the pseudo in MCInstLower. | Eric Christopher |
2010-08-04 | Make x86-64 membarriers work without sse and clean up some of the | Eric Christopher |
2010-08-04 | PR7814: Truncates cannot be ignored for signed comparisons. | Eli Friedman |
2010-08-04 | Add DEBUG message. | Devang Patel |
2010-08-04 | Enable COFF writer on mingw32 and cygwin. | Benjamin Kramer |
2010-08-04 | Print an error message when someone tries -integrated-as on an unsupported ta... | Benjamin Kramer |
2010-08-03 | fix a win64 encoding problem, patch by Cameron Esfahani! | Chris Lattner |
2010-07-31 | MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend. | Michael J. Spencer |
2010-07-31 | Add relax all support to the COFF object streamer. | Michael J. Spencer |
2010-07-30 | Support all 128-bit AVX vector intrinsics. Most part of them I already | Bruno Cardoso Lopes |
2010-07-30 | Fix typo! | Bruno Cardoso Lopes |
2010-07-29 | Revert r109652, and remove the offending assert in loadRegFromStackSlot instead. | Jakob Stoklund Olesen |