Age | Commit message (Expand) | Author |
2011-02-12 | Add encodings and mnemonics for FXSAVE64 and FXRSTOR64. | Reid Kleckner |
2010-12-23 | Flag -> Glue, the ongoing saga | Chris Lattner |
2010-11-30 | Move X86InstrFPStack.td over to PseudoI as well. | Eric Christopher |
2010-11-06 | go to great lengths to work around a GAS bug my previous patch | Chris Lattner |
2010-11-06 | change the fp comparison instructions to not have %st0 explicitly | Chris Lattner |
2010-10-22 | Reverting r117031 to cleanup valgrind errors. | Andrew Trick |
2010-10-21 | More tweaks to X86 instructions to allow the 'w' suffix in places it makes | Kevin Enderby |
2010-10-05 | allow !strconcat to take more than two operands to eliminate | Chris Lattner |
2010-10-05 | refactor .td files a bit, moving system instructions out to X86InstrSystem.td | Chris Lattner |
2010-09-22 | convert the last 4 X86ISD nodes that should have memoperands to have them. | Chris Lattner |
2010-09-22 | give FP_TO_INT16_IN_MEM and friends a memoperand. They are only | Chris Lattner |
2010-08-26 | Fix comment typos. | Bob Wilson |
2010-07-16 | Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill | Jakob Stoklund Olesen |
2010-07-11 | Use target independent COPY instructions for the fake fextend and fround | Jakob Stoklund Olesen |
2010-06-18 | Remove isTwoAddress from here too. | Eric Christopher |
2010-05-03 | Changed llvm-mc to use the same suffixes with floating point compare | Kevin Enderby |
2010-03-19 | Now that tblgen can handle matching implicit defs of instructions | Chris Lattner |
2010-03-14 | add support for pentium class CPUs which do not have cmov, | Chris Lattner |
2010-02-27 | The mayHaveSideEffects flag is no longer used. | Dan Gohman |
2010-02-05 | fix a case where we'd mis-encode fisttp because of an incorrect (and | Chris Lattner |
2009-12-18 | Instruction fixes, added instructions, and AsmString changes in the | Sean Callanan |
2009-10-29 | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman |
2009-09-16 | Removed a few instructions that were already | Sean Callanan |
2009-09-16 | Added a variety of floating-point and SSE instructions. | Sean Callanan |
2009-02-09 | Implement FpSET_ST1_*. | Evan Cheng |
2008-12-03 | Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. | Dan Gohman |
2008-03-25 | Use ## for comment delimiter on darwin x86-32, so | Dale Johannesen |
2008-03-21 | remove Evan's "ugly hack" that sorta attempted to get | Chris Lattner |
2008-03-21 | Add support for calls that return two FP values in | Chris Lattner |
2008-03-10 | Eliminate the FP_GET_ST0/FP_SET_ST0 target-specific dag nodes, just lower to | Chris Lattner |
2008-03-09 | rename FP_SETRESULT -> FP_SET_ST0 | Chris Lattner |
2008-03-09 | rename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support for | Chris Lattner |
2008-01-29 | Work in progress. This patch *fixes* x86-64 calls which are modelled as Struc... | Evan Cheng |
2008-01-11 | more flags set right | Chris Lattner |
2008-01-10 | Start inferring side effect information more aggressively, and fix many bugs ... | Chris Lattner |
2008-01-10 | remove explicit sets of 'neverHasSideEffects' that can now be | Chris Lattner |
2008-01-10 | get def use info more correct. | Chris Lattner |
2008-01-06 | rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-17 | Add "mayHaveSideEffects" and "neverHasSideEffects" flags to some instructions. I | Bill Wendling |
2007-12-17 | LD_Fp64m should have "isRematerializable" set. | Bill Wendling |
2007-11-16 | Implement codegen for flt_rounds on x86 | Anton Korobeynikov |
2007-10-12 | Corrected many typing errors. And removed 'nest' parameter handling | Arnold Schwaighofer |
2007-09-29 | Enabling new condition code modeling scheme. | Evan Cheng |
2007-09-25 | New style x87 cmp instructions. | Evan Cheng |
2007-09-25 | Added support for new condition code modeling scheme (i.e. physical register ... | Evan Cheng |
2007-09-23 | Fix PR 1681. When X86 target uses +sse -sse2, | Dale Johannesen |
2007-09-14 | Add implicit def of EFLAGS on those instructions that may modify flags. | Evan Cheng |
2007-09-11 | Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead. | Evan Cheng |
2007-08-30 | Mark load instructions with isLoad = 1. | Evan Cheng |