Fix "the the" and similar typos.
[oota-llvm.git] / lib / Target / X86 / X86InstrInfo.td
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-09 David GreeneTableGen fragment refactoring.
2010-02-05 Chris Lattnerfix incorrect encoding of SBB8mi that Kevin noticed.
2010-02-05 Chris Lattnerteach X86MCInstLower to lower the MOV32r0 and MOV8r0
2010-02-05 Chris Lattnerfactor code better in X86MCInstLower::Lower, teach...
2010-02-03 Kevin EnderbyAdded support for X86 instruction prefixes so llvm...
2010-01-31 Evan ChengChange TAILJMP's to be varargs and transfer implicit...
2010-01-30 Daniel DunbarMC/X86 AsmParser: Handle absolute memory operands corre...
2010-01-30 Daniel DunbarX86.td: Refactor to bring operands that use print_pcrel...
2010-01-30 Daniel DunbarAsmMatcher/X86: Separate out sublass for memory operand...
2010-01-12 Evan ChengEliminate or_not_add and just use AddedComplexity so...
2010-01-12 Dan GohmanReapply the MOV64r0 patch, with a fix: MOV64r0 clobbers...
2010-01-11 Evan ChengExtend r93152 to work on OR r, r. If the source set...
2010-01-11 Evan ChengRevert 93158. It's breaking quite a few x86_64 tests.
2010-01-11 Evan ChengDo not turn 8-bit OR to ADD since ADD8ri is not 3-addre...
2010-01-11 Dan GohmanRe-instate MOV64r0 and MOV16r0, with adjustments to...
2010-01-11 Dan GohmanPattern top-level operators don't need to be restricted...
2010-01-11 Evan ChengSelect an OR with immediate as an ADD if the input...
2010-01-08 Evan ChengFix what looks to me obvious instruction definition...
2010-01-05 Dan GohmanRemove the SDNPAssociative properties for the flags...
2010-01-04 Dan GohmanAdd SDNPCommutative and SDNPAssociative to several...
2009-12-26 Eli FriedmanPR5886: Make sure IMUL32m is marked as setting EFLAGS...
2009-12-23 Chris Lattnerreally remove the instruction, don't just comment it out
2009-12-23 Chris Lattnercompletely eliminate the MOV16r0 'instruction'. The...
2009-12-23 Chris Lattnerstop pattern matching 16-bit zero's of a register to...
2009-12-22 Evan ChengRemove target attribute break-sse-dep. Instead, do...
2009-12-18 Evan ChengOn recent Intel u-arch's, folding loads into some unary...
2009-12-18 Sean CallananInstruction fixes, added instructions, and AsmString...
2009-12-16 Evan ChengRe-enable 91381 with fixes.
2009-12-15 Evan ChengUse sbb x, x to materialize carry bit in a GPR. The...
2009-12-12 Evan ChengFix an obvious bug. No test case since LEA16r is not...
2009-11-30 Dan GohmanMinor whitespace fixes.
2009-11-23 Dan GohmanRemove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
2009-11-11 Dan GohmanUse a tab in INT3's asm string, for consistency.
2009-11-02 Anton KorobeynikovDo not infer the target type for COPY_TO_REGCLASS from...
2009-10-30 Dan GohmanInitial x86 support for BlockAddresses.
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-20 Dan GohmanFollowing r84485, add Defs = [EFLAGS] to the 32-bit...
2009-10-19 Chris Lattnerremove strings from instructions who are never asmprinted.
2009-09-20 Chris Lattnerremove the asmstring, it is now dead. Improve comment.
2009-09-20 Chris Lattnerkill off printPICLabel now, it's specialness is handled by
2009-09-20 Chris LattnerAdd an intel syntax MCInstPrinter implementation. ...
2009-09-18 Dan GohmanAdd support for using the FLAGS result of or, xor,...
2009-09-18 Sean CallananAdded RCL and RCR (rotate left and right with a
2009-09-16 Sean CallananAdded the LODS (load byte into register, usually
2009-09-16 Sean CallananAdded the LAR (load segment access rights)
2009-09-16 Sean CallananAdded the LOOP family of instructions to the Intel
2009-09-16 Sean CallananAdded an alternate form of register-register CMP
2009-09-16 Sean CallananAdded the ENTER instruction, which sets up a stack
2009-09-16 Sean CallananAdded the definitions for one-bit left shifts to
2009-09-15 Sean CallananAdded far return instructions (that is, returns to
2009-09-15 Sean CallananUpdated comments per Eli's suggestion.
2009-09-15 Sean CallananAdded register-to-register ADD instructions to the
2009-09-15 Sean CallananAdded a new register class for segment registers
2009-09-15 Sean CallananModified the Intel instruction tables to include
2009-09-12 Sean CallananAdded the WAIT instruction to the Intel tables,
2009-09-12 Sean CallananAdded CMPS (string comparison) instructions for all
2009-09-12 Sean CallananAdded SCAS instructions in their 8, 16, 32, and
2009-09-11 Sean CallananAdded ADC, SUB, SBB, and OR instructions that operate
2009-09-10 Sean CallananAdded XOR instructions for rAX and immediates of
2009-09-10 Sean CallananAdded MOV instructions between rAX and memory offsets,
2009-09-10 Sean CallananAdded a variety of PUSH and POP instructions, including
2009-09-03 Dan GohmanAdd a -disable-16bit flag and associated support for...
2009-09-03 Sean CallananAdded opaque 32-, 48-, and 80-bit memory operand types...
2009-09-02 Sean CallananFixed the asmstrings for 8-bit, 16-bit, and 32-bit...
2009-09-01 Sean CallananAdded TEST %rAX, $imm instructions to the Intel tables...
2009-08-29 Dan GohmanCMOV_GR8 clobbers EFLAGS when its expansion involves...
2009-08-27 Dan GohmanDon't mark CMOV_GR8 as two-address, or commutable,...
2009-08-27 Daniel DunbarX86: Mark EH_RETURN as code-gen-only.
2009-08-27 Dan GohmanExpand i8 selects into control flow instead of 16-bit...
2009-08-26 Dan GohmanDon't use INSERT_SUBREG to model anyext operations...
2009-08-15 Dan GohmanOn x86-64, for a varargs function, don't store the...
2009-08-11 Daniel DunbarX86/AsmParser: Mark MOV64GSrm, MOV64FSrm, GS_MOV32rm...
2009-08-11 Daniel DunbarAdd 'isCodeGenOnly' bit to Instruction .td records.
2009-08-11 Sean CallananAdded ADD instructions with rAX as one parameter to...
2009-08-11 Chris Lattnermove some 32-bit instrs to x86instrinfo.td
2009-08-11 Sean CallananAdded the x86 INT instructions; both the special-case...
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Fix thinko, Mem isn't a subclass...
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Change assembler parser match class...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Implement user defined super classes.
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Define match classes in the .td...
2009-08-06 Anton KorobeynikovWe need to sext global addresses in kernel code model...
2009-08-06 Anton KorobeynikovMissed part of recent kernel codemodel tweaks
2009-08-05 Dan GohmanEnable the new no-SP register classes by default. This...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-03 Anton KorobeynikovUnbreak Win64 CC. Step one: honour register save area...
2009-08-02 Dan GohmanAdd a comment.
2009-08-02 Dan GohmanResync lea32addr and lea64addr.
2009-07-30 Evan ChengOptimize some common usage patterns of atomic built...
2009-07-30 Dan GohmanAdd a new register class to describe operands that...
2009-07-23 Sean CallananAdded a 2+-byte NOP instruction to the Intel tables,
2009-07-22 Sean CallananAdded the unconditional JMP with an 8-bit relocation...
2009-07-21 Evan ChengAdd jumps with 8-bit relocation for assembler / disasse...
2009-07-10 Chris Lattnerremove the "debug" modifier, it is only used by one...
2009-06-30 David GreeneAdd 256-bit memory operand support.
2009-06-26 David GreeneAdd feature flags for AVX and FMA and fix some SSE4A...
2009-06-23 Sean CallananTest commit: fixed spacing.
2009-06-20 Chris Lattnerchange TLS_ADDR lowering to lower to a real mem operand...
2009-06-20 Chris Lattnereliminate the "call" operand modifier from the asm...
2009-06-19 Eli FriedmanMisc tweaks to Intel asm printing to make it more compa...
next