Age | Commit message (Expand) | Author |
2012-02-24 | Don't crash when a glue node contains an internal CopyToReg | Hal Finkel |
2012-02-03 | Handle all live physreg defs in the same place. | Jakob Stoklund Olesen |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-18 | Add a RegisterMaskSDNode class. | Jakob Stoklund Olesen |
2012-01-18 | Fix ISD::REG_SEQUENCE to accept physical registers and change TwoAddressInstr... | Pete Cooper |
2011-12-07 | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng |
2011-10-05 | Simplify EXTRACT_SUBREG emission. | Jakob Stoklund Olesen |
2011-10-05 | Simplify INSERT_SUBREG emission. | Jakob Stoklund Olesen |
2011-09-30 | Move getCommonSubClass() into TRI. | Jakob Stoklund Olesen |
2011-09-22 | Constrain register classes instead of emitting copies. | Jakob Stoklund Olesen |
2011-09-21 | Lower ARM adds/subs to add/sub after adding optional CPSR operand. | Andrew Trick |
2011-09-20 | Restore hasPostISelHook tblgen flag. | Andrew Trick |
2011-09-20 | ARM isel bug fix for adds/subs operands. | Andrew Trick |
2011-09-20 | whitespace | Andrew Trick |
2011-08-30 | Follow up to r138791. | Evan Cheng |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-06-28 | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng |
2011-06-27 | More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo. | Evan Cheng |
2011-06-27 | Distinguish early clobber output operands from clobbered registers. | Jakob Stoklund Olesen |
2011-06-24 | Handle debug info for i128 constants. | Devang Patel |
2011-06-16 | Don't use register classes larger than TLI->getRegClassFor(VT). | Jakob Stoklund Olesen |
2011-06-16 | Change the REG_SEQUENCE SDNode to take an explict register class ID as its fi... | Owen Anderson |
2011-06-02 | Use TRI::has{Sub,Super}ClassEq() where possible. | Jakob Stoklund Olesen |
2011-01-10 | Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic. | Jakob Stoklund Olesen |
2011-01-07 | Do not model all INLINEASM instructions as having unmodelled side effects. | Evan Cheng |
2011-01-05 | Optimize: | Evan Cheng |
2010-12-23 | flags -> glue for selectiondag | Chris Lattner |
2010-12-23 | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin |
2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
2010-12-17 | Fix crash compiling a QQQQ REG_SEQUENCE for a Neon vld3_lane operation. | Bob Wilson |
2010-12-08 | Reword comment slightly. | Eric Christopher |
2010-11-16 | Split pseudo-instruction expansion into a separate pass, to make it | Dan Gohman |
2010-08-30 | Revert r112461. It was failing on PPC... | Bill Wendling |
2010-08-30 | When adding a register, we should mark it as "def" if it can optionally define | Bill Wendling |
2010-07-10 | Emit COPY instructions instead of using copyRegToReg in InstrEmitter, | Jakob Stoklund Olesen |
2010-07-10 | Insert IMPLICIT_DEF instructions at the current insert position, not | Dan Gohman |
2010-07-10 | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman |
2010-07-09 | --- Reverse-merging r107947 into '.': | Bob Wilson |
2010-07-09 | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman |
2010-07-08 | Convert EXTRACT_SUBREG to COPY when emitting machine instrs. | Jakob Stoklund Olesen |
2010-07-08 | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman |
2010-07-07 | Not all custom inserters create new basic blocks. If the inserter | Dan Gohman |
2010-07-07 | Update comment. | Devang Patel |
2010-07-06 | Reapply r107655 with fixes; insert the pseudo instruction into | Dan Gohman |
2010-07-02 | Propagate the AlignStack bit in InlineAsm's to the | Dale Johannesen |
2010-06-29 | Add a VT argument to getMinimalPhysRegClass and replace the copy related uses | Rafael Espindola |
2010-06-18 | Teach regular and fast isel to set dead flags on unused implicit defs | Dan Gohman |
2010-06-09 | Mark physregs defined by inline asm as implicit. | Jakob Stoklund Olesen |
2010-06-09 | Add argument name comments. | Jakob Stoklund Olesen |
2010-05-18 | Continuously refine the register class of REG_SEQUENCE def with all the sourc... | Evan Cheng |