| Commit message (Expand) | Author | Age | Files | Lines |
* | Keep track of max stack alignment as objects are added. Remove an obsolete m... | Chris Lattner | 2006-04-03 | 1 | -5/+3 |
* | simplify this method | Chris Lattner | 2006-04-02 | 1 | -3/+1 |
* | Add a new node | Chris Lattner | 2006-03-28 | 1 | -0/+9 |
* | Refactor address attributes. Add base register to frame info. | Jim Laskey | 2006-03-28 | 1 | -0/+5 |
* | getVectorTyppe(MVT::i64, 2) ==> MVT::v2i64. | Evan Cheng | 2006-03-28 | 1 | -0/+3 |
* | Tblgen doesn't like multiple SDNode<> definitions that map to the same | Chris Lattner | 2006-03-28 | 1 | -8/+22 |
* | add a new iPTR ValueType for tblgen use | Chris Lattner | 2006-03-27 | 2 | -1/+9 |
* | Change isBuildVectorAllOnesInteger to isBuildVectorAllOnes. Also check for | Evan Cheng | 2006-03-27 | 1 | -2/+2 |
* | SelectionDAGISel can now natively handle Switch instructions, in the same | Nate Begeman | 2006-03-27 | 1 | -1/+28 |
* | How to be dumb on $5/day. Need a tri-state to track valid debug descriptors. | Jim Laskey | 2006-03-26 | 1 | -6/+11 |
* | Add ISD::isBuildVectorAllZeros predicate | Evan Cheng | 2006-03-26 | 1 | -1/+4 |
* | Add a predicate | Chris Lattner | 2006-03-25 | 1 | -0/+7 |
* | add a new intrinsic node | Chris Lattner | 2006-03-24 | 1 | -0/+8 |
* | Make sure types are allocated in the scope of their use. | Jim Laskey | 2006-03-23 | 1 | -9/+8 |
* | Generate local variable and scope information and equivalent dwarf forms. | Jim Laskey | 2006-03-23 | 2 | -34/+215 |
* | Support for locating of debug items in frames. | Jim Laskey | 2006-03-23 | 1 | -0/+64 |
* | Fix comments | Chris Lattner | 2006-03-22 | 1 | -3/+4 |
* | add a new node | Chris Lattner | 2006-03-22 | 1 | -0/+12 |
* | add some nodes for extractelement | Chris Lattner | 2006-03-21 | 1 | -0/+10 |
* | Add another helper | Chris Lattner | 2006-03-20 | 1 | -0/+13 |
* | add a node | Chris Lattner | 2006-03-19 | 1 | -0/+9 |
* | Add a helper method | Chris Lattner | 2006-03-19 | 1 | -0/+18 |
* | improve comments, add a new MVT::getVectorBaseType method. | Chris Lattner | 2006-03-19 | 2 | -40/+71 |
* | Rename ConstantVec -> BUILD_VECTOR and VConstant -> VBUILD_VECTOR. Allow | Chris Lattner | 2006-03-19 | 1 | -24/+23 |
* | Update comments. | Chris Lattner | 2006-03-18 | 1 | -4/+5 |
* | add a couple of enum values | Chris Lattner | 2006-03-17 | 1 | -1/+12 |
* | Remove BRTWOWAY* | Nate Begeman | 2006-03-17 | 1 | -13/+0 |
* | Add markers for the first and last vector value type. | Chris Lattner | 2006-03-16 | 1 | -2/+6 |
* | Expand subprogram and added block descriptor. | Jim Laskey | 2006-03-15 | 1 | -11/+49 |
* | remove ShouldEmitDebugFunctions, a hack to support llvm-db via the jit | Chris Lattner | 2006-03-10 | 1 | -5/+1 |
* | Move simple-selector-specific types to the simple selector. | Chris Lattner | 2006-03-10 | 1 | -201/+0 |
* | Simplify the interface to the schedulers, to not pass the selected heuristic | Chris Lattner | 2006-03-10 | 1 | -14/+4 |
* | Move some simple-sched-specific instance vars to the simple scheduler. | Chris Lattner | 2006-03-10 | 1 | -23/+2 |
* | move some simple scheduler methods into the simple scheduler | Chris Lattner | 2006-03-10 | 1 | -29/+0 |
* | Make EmitNode take a SDNode instead of a NodeInfo* | Chris Lattner | 2006-03-10 | 1 | -1/+1 |
* | Store VRBase in a map, not in NodeInfo. | Chris Lattner | 2006-03-10 | 1 | -12/+5 |
* | make some methods protected instead of private | Chris Lattner | 2006-03-10 | 1 | -4/+4 |
* | Forgot this on last check in. | Jim Laskey | 2006-03-09 | 1 | -0/+3 |
* | Change the interface for getting a target HazardRecognizer to be more clean. | Chris Lattner | 2006-03-08 | 2 | -9/+6 |
* | Switch to using a numeric id for anchors. | Jim Laskey | 2006-03-07 | 1 | -4/+14 |
* | Hoist the HazardRecognizer out of the ScheduleDAGList.cpp file to where | Chris Lattner | 2006-03-06 | 2 | -6/+57 |
* | add an emitnoop method | Chris Lattner | 2006-03-05 | 1 | -2/+6 |
* | Breathe some life into a comment. | Jim Laskey | 2006-03-05 | 1 | -1/+1 |
* | Add a new scheduling type. This is, of course, a hack. Proper factoring | Chris Lattner | 2006-03-05 | 1 | -3/+8 |
* | Add a copysign node | Chris Lattner | 2006-03-05 | 1 | -1/+7 |
* | Adding basic structure support. | Jim Laskey | 2006-03-03 | 1 | -5/+7 |
* | Add more vector NodeTypes: VSDIV, VUDIV, VAND, VOR, and VXOR. | Evan Cheng | 2006-03-03 | 1 | -1/+2 |
* | SDOperand::isOperand should not be a forwarding. It must check *this against ... | Evan Cheng | 2006-03-03 | 1 | -4/+3 |
* | Added isOperand(N): true if this is an operand of N | Evan Cheng | 2006-03-03 | 1 | -0/+7 |
* | update comment | Chris Lattner | 2006-03-03 | 1 | -1/+1 |