| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor the assert for indexed loads/stores out of LoadSDNode | Dan Gohman | 2008-02-25 | 1 | -8/+4 |
* | Convert MaskedValueIsZero and all its users to use APInt. Also add | Dan Gohman | 2008-02-25 | 1 | -1/+5 |
* | add LSBaseSDNode::getOffset at Dan's request. | Chris Lattner | 2008-02-25 | 1 | -0/+3 |
* | Add a new method to SDNode/SDOperand named getValueSizeInBits | Dan Gohman | 2008-02-25 | 1 | -0/+12 |
* | Correctly determine whether a argument load can be folded into its uses. | Evan Cheng | 2008-02-25 | 1 | -2/+2 |
* | Forgot this. | Evan Cheng | 2008-02-23 | 1 | -1/+1 |
* | Enable re-materialization of instructions which have virtual register operand... | Evan Cheng | 2008-02-22 | 1 | -9/+25 |
* | minor cleanups to LSBaseSDNode. | Chris Lattner | 2008-02-22 | 1 | -18/+17 |
* | Better names as per Evan's request | Andrew Lenharth | 2008-02-21 | 2 | -11/+12 |
* | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth | 2008-02-21 | 2 | -2/+57 |
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 2 | -6/+6 |
* | Fixed typo. | Bill Wendling | 2008-02-20 | 1 | -1/+1 |
* | More constification of things. More comments added. No functionality | Bill Wendling | 2008-02-20 | 1 | -3/+3 |
* | - When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c... | Evan Cheng | 2008-02-18 | 1 | -0/+5 |
* | New helper function getMBBFromIndex() that given an index in any instruction ... | Roman Levenstein | 2008-02-18 | 1 | -0/+30 |
* | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth | 2008-02-16 | 1 | -0/+8 |
* | Rename CountMemOperands to ComputeMemOperandsEnd to reflect what | Dan Gohman | 2008-02-16 | 1 | -5/+6 |
* | - Removing the infamous r2rMap_ and rep() method. Now the coalescer will update | Evan Cheng | 2008-02-15 | 2 | -12/+29 |
* | Change MemOperand's size and offset to be 64-bit. | Dan Gohman | 2008-02-15 | 1 | -5/+6 |
* | Change how FP immediates are handled. | Nate Begeman | 2008-02-14 | 1 | -0/+1 |
* | Support a new type of MachineOperand, MO_FPImmediate, used for holding | Nate Begeman | 2008-02-14 | 1 | -0/+15 |
* | Nuke dead comment | Nate Begeman | 2008-02-14 | 1 | -2/+0 |
* | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman | 2008-02-13 | 1 | -1/+1 |
* | Enable exception handling int JIT | Nicolas Geoffray | 2008-02-13 | 1 | -0/+76 |
* | Simplify. | Evan Cheng | 2008-02-13 | 1 | -8/+8 |
* | Initial support for copy elimination by commuting its definition MI. | Evan Cheng | 2008-02-13 | 1 | -0/+14 |
* | - Added removeValNo() to remove all live ranges of a particular value#. | Evan Cheng | 2008-02-13 | 1 | -9/+7 |
* | Added debugging routine dumpUses. | Evan Cheng | 2008-02-13 | 1 | -6/+10 |
* | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman | 2008-02-13 | 1 | -0/+6 |
* | Add a doxygen comment for SrcValueSDNode, to make its purpose | Dan Gohman | 2008-02-12 | 1 | -0/+8 |
* | From Chris' review: change MemOperandSDNode's constructor to pass its | Dan Gohman | 2008-02-11 | 1 | -1/+1 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 11 | -34/+35 |
* | Change ConstantSDNode to store an APInt instead of a uint64_t, and | Dan Gohman | 2008-02-08 | 2 | -4/+10 |
* | Avoid needlessly casting away const qualifiers. | Dan Gohman | 2008-02-08 | 1 | -1/+1 |
* | Follow Chris' suggestion; change the PseudoSourceValue accessors | Dan Gohman | 2008-02-07 | 1 | -5/+5 |
* | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 7 | -13/+221 |
* | Unbreak teh build. | Evan Cheng | 2008-02-05 | 1 | -0/+6 |
* | Typo. | Evan Cheng | 2008-02-04 | 1 | -1/+1 |
* | Change the 'global modification' APIs in SelectionDAG to take a new | Chris Lattner | 2008-02-03 | 1 | -15/+23 |
* | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng | 2008-02-02 | 4 | -2/+24 |
* | Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star... | Evan Cheng | 2008-02-01 | 1 | -4/+5 |
* | Rename RecordLabel to RecordSourceLine because that's what it is doing. | Evan Cheng | 2008-02-01 | 1 | -2/+2 |
* | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 7 | -225/+13 |
* | Add an extra operand to LABEL nodes which distinguishes between debug, EH, or... | Evan Cheng | 2008-01-31 | 2 | -0/+11 |
* | Fix a typo in a comment. | Dan Gohman | 2008-01-31 | 1 | -1/+1 |
* | Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflicting | Dan Gohman | 2008-01-31 | 1 | -2/+2 |
* | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 6 | -13/+163 |
* | A semi-gross fix for a debug info issue. When inserting the "function start" ... | Evan Cheng | 2008-01-30 | 1 | -0/+2 |
* | Add a new PseudoSourceValue class, which will be used to help track | Dan Gohman | 2008-01-30 | 1 | -0/+62 |
* | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman | 2008-01-30 | 1 | -53/+37 |