Age | Commit message (Expand) | Author |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-04 | Make OpcodeMask an unsigned long long literal to deal with overflow. | Joerg Sonnenberger |
2011-04-04 | Add support for the VIA PadLock instructions. | Joerg Sonnenberger |
2011-04-04 | Expand Op0Mask by one bit in preparation for the PadLock prefixes. | Joerg Sonnenberger |
2011-03-05 | Increased the register pressure limit on x86_64 from 8 to 12 | Andrew Trick |
2011-03-05 | whitespace | Andrew Trick |
2011-02-22 | Implement xgetbv and xsetbv. | Rafael Espindola |
2010-11-27 | Move callee-saved regs spills / reloads to TFI | Anton Korobeynikov |
2010-11-14 | tidy up, no functionality change. | Chris Lattner |
2010-10-19 | Re-enable register pressure aware machine licm with fixes. Hoist() may have | Evan Cheng |
2010-10-19 | Revert r116781 "- Add a hook for target to determine whether an instruction def | Daniel Dunbar |
2010-10-19 | - Add a hook for target to determine whether an instruction def is | Evan Cheng |
2010-10-07 | Reduce casting in various tables by defining the table | Chris Lattner |
2010-10-03 | Implement support for the bizarre 3DNow! encoding (which is unlike anything | Chris Lattner |
2010-09-17 | fix rdar://8444631 - encoder crash on 'enter' | Chris Lattner |
2010-09-05 | implement rdar://6653118 - fastisel should fold loads where possible. | Chris Lattner |
2010-08-26 | Fix PR7748 without using microsoft extensions | Bruno Cardoso Lopes |
2010-08-19 | fix PR7465, mishandling of lcall and ljmp: intersegment long | Chris Lattner |
2010-07-22 | remove the JIT "NeedsExactSize" feature and supporting logic. | Chris Lattner |
2010-07-22 | instead of migrating it to the MC instruction encoder, just | Chris Lattner |
2010-07-16 | Remove the isMoveInstr() hook. | Jakob Stoklund Olesen |
2010-07-13 | AVX 256-bit conversion instructions | Bruno Cardoso Lopes |
2010-07-11 | X86InstrInfo::copyRegToReg is dead. Long live copyPhysReg! | Jakob Stoklund Olesen |
2010-07-09 | Merge VEX enums with other x86 enum forms. Also fix all checks of which VEX | Bruno Cardoso Lopes |
2010-07-08 | add some long-overdue enums to refer to the parts of the 5-operand | Chris Lattner |
2010-07-08 | introduce a new X86II::getMemoryOperandNo method, which | Chris Lattner |
2010-07-08 | Implement X86InstrInfo::copyPhysReg | Jakob Stoklund Olesen |
2010-07-07 | Implement the major chunk of PR7195: support for 'callw' | Chris Lattner |
2010-07-06 | Add AVX vblendvpd, vblendvps and vpblendvb instructions | Bruno Cardoso Lopes |
2010-07-01 | - Add AVX SSE2 Move doubleword and quadword instructions. | Bruno Cardoso Lopes |
2010-06-22 | Add AVX MOV{SS,SD}{rr,rm} instructions | Bruno Cardoso Lopes |
2010-06-17 | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings |
2010-06-08 | Reapply r105521, this time appending "LLU" to 64 bit | Bruno Cardoso Lopes |
2010-06-05 | revert r105521, which is breaking the buildbots with stuff like this: | Chris Lattner |
2010-06-05 | Initial AVX support for some instructions. No patterns matched | Bruno Cardoso Lopes |
2010-06-03 | Add first pass at darwin tls compiler support. | Eric Christopher |
2010-06-02 | Slightly change the meaning of the reMaterialize target hook when the original | Jakob Stoklund Olesen |
2010-05-22 | Implement @llvm.returnaddress. rdar://8015977. | Evan Cheng |
2010-05-06 | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman |
2010-05-06 | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng |
2010-04-29 | Frame index can be negative. | Evan Cheng |
2010-04-26 | on darwin empty functions need to codegen into something of non-zero length, | Chris Lattner |
2010-04-26 | - Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo an... | Evan Cheng |
2010-03-30 | Renumber SSE execution domains for better code size. | Jakob Stoklund Olesen |
2010-03-29 | Basic implementation of SSEDomainFix pass. | Jakob Stoklund Olesen |
2010-03-25 | Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c... | Jakob Stoklund Olesen |
2010-03-23 | Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid ... | Jakob Stoklund Olesen |
2010-03-23 | Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c... | Jakob Stoklund Olesen |
2010-02-13 | add encoder support and tests for rdtscp | Chris Lattner |
2010-02-13 | remove special cases for vmlaunch, vmresume, vmxoff, and swapgs | Chris Lattner |