Age | Commit message (Expand) | Author |
2009-03-23 | Model inline asm constraint which ties an input to an output register as mach... | Evan Cheng |
2009-03-19 | Added MachineInstr::isRegTiedToDefOperand to check for two-addressness. | Evan Cheng |
2009-02-19 | Print out debug info when printing the machine instruction. | Bill Wendling |
2009-01-27 | Add a DebugLoc field and some simple accessors. | Dale Johannesen |
2008-12-23 | Use isTerminator() instead of isBranch()||isReturn() in | Dan Gohman |
2008-12-18 | Print subreg information in MachineInstr::dump. | Dan Gohman |
2008-12-09 | Minor code simplification. | Dan Gohman |
2008-12-05 | Drop the reg argument to isRegReDefinedByTwoAddr, which was redundant. | Dan Gohman |
2008-11-18 | Add more const qualifiers. This fixes build breakage from r59540. | Dan Gohman |
2008-11-18 | Make some methods const. | Dan Gohman |
2008-10-10 | Added missing print functions that take a raw_ostream | Mon P Wang |
2008-10-03 | Switch the MachineOperand accessors back to the short names like | Dan Gohman |
2008-10-02 | Fix a think-o in isSafeToMove. This fixes it from thinking that | Dan Gohman |
2008-09-24 | Next round of earlyclobber handling. Approach the | Dale Johannesen |
2008-09-24 | Add a method to MachineInstr for testing whether it makes | Dan Gohman |
2008-09-17 | Add a bit to mark operands of asm's that conflict | Dale Johannesen |
2008-09-14 | adjust last patch per review feedback | Dale Johannesen |
2008-09-13 | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman |
2008-09-12 | Pass "earlyclobber" bit through to machine | Dale Johannesen |
2008-09-03 | Fix addRegisterDead and addRegisterKilled to be more thorough | Dan Gohman |
2008-08-30 | Fold isRematerializable checks into isSafeToReMat. | Evan Cheng |
2008-08-27 | Move the check whether it's worth remating to caller. | Evan Cheng |
2008-08-27 | Refactor isSafeToReMat out of 2addr pass. | Evan Cheng |
2008-08-24 | simplify PseudoSourceValue printing a bit. Unnest all of PseudoSourceValue.c... | Chris Lattner |
2008-08-24 | Print PseudoSourceValue. | Evan Cheng |
2008-08-20 | Change the FoldingSetNodeID usage for objects which carry | Dan Gohman |
2008-08-14 | Move MachineInstr::getOpcode inline. | Owen Anderson |
2008-08-14 | Speed up addRegisterDead by adding more fast checks before performing the exp... | Owen Anderson |
2008-07-28 | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman |
2008-07-21 | Now that the MachineInstr leaks are fixed, enable leak checking | Dan Gohman |
2008-07-19 | Fix a memory leak in LiveIntervalAnalysis. | Evan Cheng |
2008-07-17 | Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. | Dan Gohman |
2008-07-16 | Add an assert to check for empty flags for MachineMemOperand. | Dan Gohman |
2008-07-11 | Trim unnecessary #includes. | Dan Gohman |
2008-07-10 | - Change the horrible N^2 isRegReDefinedByTwoAddr. Now callers must supply th... | Evan Cheng |
2008-07-08 | It's no longer necessary to test if a MachineBasicBlock's | Dan Gohman |
2008-07-08 | Verify that MachineMemOperand alignment is a non-zero power of 2. | Dan Gohman |
2008-07-07 | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman |
2008-07-07 | Move MachineMemOperand's constructor out of line, to avoid a | Dan Gohman |
2008-07-03 | - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga... | Evan Cheng |
2008-07-03 | Reapply r52988, "Simplify addRegisterKilled and addRegisterDead." The | Dan Gohman |
2008-07-02 | Revert r52988. It broke 254.gap on x86-64. | Dan Gohman |
2008-07-01 | Simplify addRegisterKilled and addRegisterDead. | Evan Cheng |
2008-07-01 | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman |
2008-06-27 | Looks like this condition is inverted. | Evan Cheng |
2008-06-27 | Don't perform expensive queries checking for super and sub registers when we ... | Owen Anderson |
2008-05-28 | Add a flag to indicate that an instruction is as cheap (or cheaper) than a move | Bill Wendling |
2008-05-06 | Fix a broken doxygen comment, and reword it for clarity. | Dan Gohman |
2008-04-16 | Code clean up. | Evan Cheng |
2008-04-07 | Rename MemOperand to MachineMemOperand. This was suggested by | Dan Gohman |