Age | Commit message (Expand) | Author |
2013-07-15 | Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9' | Eli Bendersky |
2013-04-11 | Add CLAC/STAC instruction encoding/decoding support | Michael Liao |
2013-03-28 | Add the X86 FMAs to the scheduling model. | Nadav Rotem |
2013-03-25 | Remove IIC_DEFAULT from X86Schedule.td | Jakob Stoklund Olesen |
2013-03-25 | x86 -- add the XTEST instruction | Dave Zarzycki |
2013-03-11 | Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195' | Eli Bendersky |
2013-01-22 | X86: Make sure we account for the FMA4 register immediate value, otherwise ri... | Benjamin Kramer |
2012-11-27 | Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c' | Derek Schuff |
2012-11-21 | Fix execution domain for packed FMA4 instructions. | Craig Topper |
2012-11-13 | Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc' | Derek Schuff |
2012-11-08 | Add support of RTM from TSX extension | Michael Liao |
2012-09-18 | Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f' | Derek Schuff |
2012-08-30 | Introduce 'UseSSEx' to force SSE legacy encoding | Michael Liao |
2012-08-21 | Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce | Derek Schuff |
2012-08-17 | Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14' | Derek Schuff |
2012-07-30 | Fix patterns for CVTTPS2DQ to specify SSE2 instead of SSE1. | Craig Topper |
2012-07-09 | LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45) | Derek Schuff |
2012-06-23 | Make CVTDQ2PS instruction use SSE2 predicate instead of SSE1. No functional c... | Craig Topper |
2012-06-23 | Move CVTPD2DQ to use SSE2 predicate instead of SSE3. Move DQ2PD and PD2DQ to ... | Craig Topper |
2012-06-06 | Mark several instructions SSE2 instead of SSE3 as they should be. | Craig Topper |
2012-06-03 | Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang. | Craig Topper |
2012-05-31 | X86: Rename the CLMUL target feature to PCLMUL. | Benjamin Kramer |
2012-05-11 | Added X86 Atom latencies to X86InstrMMX.td. | Preston Gurd |
2012-05-02 | This patch continues the work of adding instruction latencies for X86 Atom, | Preston Gurd |
2012-05-01 | Remove HasSSE2 from AES and CLMUL predicates. It's now implied by the HasAES ... | Craig Topper |
2012-02-19 | Add vmfunc instruction to X86 assembler and disassembler. | Craig Topper |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2012-02-18 | Add X86 assembler and disassembler support for AMD SVM instructions. Original... | Craig Topper |
2012-02-01 | Instruction scheduling itinerary for Intel Atom. | Andrew Trick |
2012-01-10 | Instruction selection priority fixes to remove the XMM/XMMInt/orAVX predicate... | Craig Topper |
2012-01-09 | Don't disable MMX support when AVX is enabled. Fix predicates for MMX instruc... | Craig Topper |
2012-01-01 | Allow CRC32 instructions to be selected when AVX is enabled. | Craig Topper |
2012-01-01 | Fix sfence, lfence, mfence, and clflush to be able to be selected when AVX is... | Craig Topper |
2011-12-30 | Separate the concept of having memory access in operand 4 from the concept of... | Craig Topper |
2011-12-29 | Fix execution domains for PS/PD FMA3 instructions. Add SS/SD forms o FMA3 ins... | Craig Topper |
2011-12-29 | Mark non-VEX forms of PCLMUL instructions as requiring SSE2 to be enabled alo... | Craig Topper |
2011-12-29 | Mark non-VEX forms of AES instructions as requiring SSE2 to be enabled along ... | Craig Topper |
2011-12-15 | Make sure we correctly note the existence of an i8 immediate for vblendvps an... | Eli Friedman |
2011-12-12 | XOP instructions and encoding tests. | Jan Sjödin |
2011-12-12 | XOP encoding bits and logic. | Jan Sjödin |
2011-12-09 | Remove hasSSE1orAVX(). It's the same as hasXMM(). | Evan Cheng |
2011-12-08 | Many of the SSE patterns should not be selected when AVX is available. This l... | Evan Cheng |
2011-11-25 | This patch contains support for encoding FMA4 instructions and | Bruno Cardoso Lopes |
2011-11-06 | More AVX2 instructions and their intrinsics. | Craig Topper |
2011-11-06 | Add more AVX2 instructions and intrinsics. | Craig Topper |
2011-10-23 | Add X86 RORX instruction | Craig Topper |
2011-10-16 | Add X86 PEXTR and PDEP instructions. | Craig Topper |
2011-10-16 | Add X86 BZHI instruction as well as BMI2 feature detection. | Craig Topper |
2011-10-04 | Add support in the disassembler for ignoring the L-bit on certain VEX instruc... | Craig Topper |
2011-07-25 | - Handle special scalar_to_vector case: splats. Using a native 128-bit | Bruno Cardoso Lopes |