| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some unnecessary #includes. | Dan Gohman | 2009-06-05 | 1 | -1/+0 |
* | Make DebugLoc independent of DwarfWriter. | Argiris Kirtzidis | 2009-04-30 | 1 | -1/+4 |
* | MachineInstr::isRegTiedTo{Use,Def}Operand can safely be made const. | Jakob Stoklund Olesen | 2009-04-29 | 1 | -2/+4 |
* | Fix MachineInstr::getNumExplicitOperands to count | Dan Gohman | 2009-04-15 | 1 | -2/+2 |
* | Give RemoveRegOperandFromRegInfo a comment and move the | Dan Gohman | 2009-04-15 | 1 | -0/+15 |
* | ignore register zero in isRegTiedToUseOperand, following the example of | Chris Lattner | 2009-04-09 | 1 | -1/+1 |
* | Fix pr3954. The register scavenger asserts for inline assembly with | Bob Wilson | 2009-04-09 | 1 | -9/+17 |
* | reg0 references are not real registers. This fixes a crash on the | Chris Lattner | 2009-04-09 | 1 | -1/+1 |
* | Model inline asm constraint which ties an input to an output register as mach... | Evan Cheng | 2009-03-23 | 1 | -1/+60 |
* | Added MachineInstr::isRegTiedToDefOperand to check for two-addressness. | Evan Cheng | 2009-03-19 | 1 | -1/+19 |
* | Print out debug info when printing the machine instruction. | Bill Wendling | 2009-02-19 | 1 | -0/+9 |
* | Add a DebugLoc field and some simple accessors. | Dale Johannesen | 2009-01-27 | 1 | -7/+46 |
* | Use isTerminator() instead of isBranch()||isReturn() in | Dan Gohman | 2008-12-23 | 1 | -1/+1 |
* | Print subreg information in MachineInstr::dump. | Dan Gohman | 2008-12-18 | 1 | -1/+5 |
* | Minor code simplification. | Dan Gohman | 2008-12-09 | 1 | -3/+3 |
* | Drop the reg argument to isRegReDefinedByTwoAddr, which was redundant. | Dan Gohman | 2008-12-05 | 1 | -3/+4 |
* | Add more const qualifiers. This fixes build breakage from r59540. | Dan Gohman | 2008-11-18 | 1 | -1/+1 |
* | Make some methods const. | Dan Gohman | 2008-11-18 | 1 | -2/+4 |
* | Added missing print functions that take a raw_ostream | Mon P Wang | 2008-10-10 | 1 | -2/+11 |
* | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 1 | -24/+24 |
* | Fix a think-o in isSafeToMove. This fixes it from thinking that | Dan Gohman | 2008-10-02 | 1 | -1/+1 |
* | Next round of earlyclobber handling. Approach the | Dale Johannesen | 2008-09-24 | 1 | -8/+1 |
* | Add a method to MachineInstr for testing whether it makes | Dan Gohman | 2008-09-24 | 1 | -9/+30 |
* | Add a bit to mark operands of asm's that conflict | Dale Johannesen | 2008-09-17 | 1 | -1/+10 |
* | adjust last patch per review feedback | Dale Johannesen | 2008-09-14 | 1 | -3/+3 |
* | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman | 2008-09-13 | 1 | -15/+15 |
* | Pass "earlyclobber" bit through to machine | Dale Johannesen | 2008-09-12 | 1 | -2/+6 |
* | Fix addRegisterDead and addRegisterKilled to be more thorough | Dan Gohman | 2008-09-03 | 1 | -19/+34 |
* | Fold isRematerializable checks into isSafeToReMat. | Evan Cheng | 2008-08-30 | 1 | -1/+3 |
* | Move the check whether it's worth remating to caller. | Evan Cheng | 2008-08-27 | 1 | -3/+1 |
* | Refactor isSafeToReMat out of 2addr pass. | Evan Cheng | 2008-08-27 | 1 | -0/+25 |
* | simplify PseudoSourceValue printing a bit. Unnest all of PseudoSourceValue.c... | Chris Lattner | 2008-08-24 | 1 | -3/+5 |
* | Print PseudoSourceValue. | Evan Cheng | 2008-08-24 | 1 | -2/+2 |
* | Change the FoldingSetNodeID usage for objects which carry | Dan Gohman | 2008-08-20 | 1 | -0/+10 |
* | Move MachineInstr::getOpcode inline. | Owen Anderson | 2008-08-14 | 1 | -6/+0 |
* | Speed up addRegisterDead by adding more fast checks before performing the exp... | Owen Anderson | 2008-08-14 | 1 | -1/+3 |
* | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman | 2008-07-28 | 1 | -5/+4 |
* | Now that the MachineInstr leaks are fixed, enable leak checking | Dan Gohman | 2008-07-21 | 1 | -0/+2 |
* | Fix a memory leak in LiveIntervalAnalysis. | Evan Cheng | 2008-07-19 | 1 | -7/+5 |
* | Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. | Dan Gohman | 2008-07-17 | 1 | -0/+8 |
* | Add an assert to check for empty flags for MachineMemOperand. | Dan Gohman | 2008-07-16 | 1 | -0/+1 |
* | Trim unnecessary #includes. | Dan Gohman | 2008-07-11 | 1 | -1/+0 |
* | - Change the horrible N^2 isRegReDefinedByTwoAddr. Now callers must supply th... | Evan Cheng | 2008-07-10 | 1 | -13/+8 |
* | It's no longer necessary to test if a MachineBasicBlock's | Dan Gohman | 2008-07-08 | 1 | -2/+1 |
* | Verify that MachineMemOperand alignment is a non-zero power of 2. | Dan Gohman | 2008-07-08 | 1 | -0/+1 |
* | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 1 | -17/+34 |
* | Move MachineMemOperand's constructor out of line, to avoid a | Dan Gohman | 2008-07-07 | 1 | -0/+11 |
* | - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga... | Evan Cheng | 2008-07-03 | 1 | -27/+3 |
* | Reapply r52988, "Simplify addRegisterKilled and addRegisterDead." The | Dan Gohman | 2008-07-03 | 1 | -18/+18 |
* | Revert r52988. It broke 254.gap on x86-64. | Dan Gohman | 2008-07-02 | 1 | -18/+18 |