Age | Commit message (Expand) | Author |
2006-10-17 | Split PRE_INDEXED to PRE_INC / PRE_DEC and similarly for POST_INDEXED. | Evan Cheng |
2006-10-13 | Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. | Evan Cheng |
2006-10-11 | Naming consistency. | Evan Cheng |
2006-10-11 | Jimptables working again on alpha. | Andrew Lenharth |
2006-10-10 | Comments; getChain(), getBasePtr(), etc. should return a SDOperand by value. | Evan Cheng |
2006-10-09 | Merging ISD::LOAD and ISD::LOADX. Added LoadSDNode to represent load nodes. | Evan Cheng |
2006-10-04 | Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an | Evan Cheng |
2006-09-24 | Add support for other relocation bases to jump tables, as well as custom asm ... | Andrew Lenharth |
2006-09-14 | The top bit is used to determine whether it's a MachineConstantPoolValue. | Evan Cheng |
2006-09-12 | Added support for machine specific constantpool values. These are useful for | Evan Cheng |
2006-09-09 | Implement new fpowi node | Chris Lattner |
2006-08-27 | Eliminate SelectNodeTo() and getTargetNode() variants which take more than | Evan Cheng |
2006-08-16 | Change the use_list to be a smallvector instead of a vector. This reduces | Chris Lattner |
2006-08-15 | Start using SDVTList more consistently | Chris Lattner |
2006-08-14 | Add a new getNode() method that takes a pointer to an already-intern'd list | Chris Lattner |
2006-08-14 | Add code to resize the CSEMap hash table. This doesn't speedup codegen of | Chris Lattner |
2006-08-08 | Eliminate some malloc traffic by allocating vectors on the stack. Change some | Chris Lattner |
2006-08-07 | Revamp the "CSEMap" datastructure used in the SelectionDAG class. This | Chris Lattner |
2006-07-27 | Remove NodeDepth; Add NodeId which is a unique id per node per DAG. It can on... | Evan Cheng |
2006-07-19 | Add an out-of-line virtual method for the sdnode class to give it a home. | Chris Lattner |
2006-05-27 | Add a new sentry node type, allowing assertions to catch trivial | Chris Lattner |
2006-05-26 | Change RET node to include signness information of the return values. e.g. | Evan Cheng |
2006-05-25 | CALL node change: now containing signness of each argument. | Evan Cheng |
2006-05-16 | Add a new CALL node. | Chris Lattner |
2006-05-16 | Add a chain to FORMAL_ARGUMENTS. | Chris Lattner |
2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
2006-04-12 | Make sure both member variables are initialized in the default constructor | Reid Spencer |
2006-04-11 | new dag node | Chris Lattner |
2006-04-08 | Add a new VSELECT node. | Chris Lattner |
2006-04-02 | simplify this method | Chris Lattner |
2006-03-28 | Add a new node | Chris Lattner |
2006-03-28 | Tblgen doesn't like multiple SDNode<> definitions that map to the same | Chris Lattner |
2006-03-27 | Change isBuildVectorAllOnesInteger to isBuildVectorAllOnes. Also check for | Evan Cheng |
2006-03-26 | Add ISD::isBuildVectorAllZeros predicate | Evan Cheng |
2006-03-25 | Add a predicate | Chris Lattner |
2006-03-24 | add a new intrinsic node | Chris Lattner |
2006-03-22 | Fix comments | Chris Lattner |
2006-03-22 | add a new node | Chris Lattner |
2006-03-21 | add some nodes for extractelement | Chris Lattner |
2006-03-19 | add a node | Chris Lattner |
2006-03-19 | improve comments, add a new MVT::getVectorBaseType method. | Chris Lattner |
2006-03-19 | Rename ConstantVec -> BUILD_VECTOR and VConstant -> VBUILD_VECTOR. Allow | Chris Lattner |
2006-03-18 | Update comments. | Chris Lattner |
2006-03-17 | add a couple of enum values | Chris Lattner |
2006-03-17 | Remove BRTWOWAY* | Nate Begeman |
2006-03-05 | Add a copysign node | Chris Lattner |
2006-03-03 | Add more vector NodeTypes: VSDIV, VUDIV, VAND, VOR, and VXOR. | Evan Cheng |
2006-03-03 | SDOperand::isOperand should not be a forwarding. It must check *this against ... | Evan Cheng |
2006-03-03 | Added isOperand(N): true if this is an operand of N | Evan Cheng |
2006-03-03 | remove the read/write port/io intrinsics. | Chris Lattner |