| Commit message (Expand) | Author | Age | Files | Lines |
* | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns | Chris Lattner | 2010-03-28 | 1 | -7/+0 |
* | add some node definitions. | Chris Lattner | 2010-03-28 | 1 | -0/+8 |
* | remove parallel support. | Chris Lattner | 2010-03-27 | 1 | -1/+0 |
* | add a new SDNPVariadic SDNP node flag, and use it in | Chris Lattner | 2010-03-19 | 1 | -0/+1 |
* | Make default expansion for FP16 <-> FP32 nodes into libcalls | Anton Korobeynikov | 2010-03-14 | 1 | -0/+2 |
* | remove a dead PatLeaf, I previously changed all uses to use -1 instead. | Chris Lattner | 2010-02-25 | 1 | -1/+0 |
* | Eliminate some uses of immAllOnes, just use -1, it does | Chris Lattner | 2010-02-21 | 1 | -1/+1 |
* | Remove the CPAttrParentAsRoot code, which is unused, and inconvenient | Dan Gohman | 2010-01-04 | 1 | -8/+1 |
* | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman | 2009-11-23 | 1 | -7/+0 |
* | Add a couple more target nodes | Nate Begeman | 2009-11-03 | 1 | -0/+2 |
* | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman | 2009-10-30 | 1 | -0/+4 |
* | Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type. | Bob Wilson | 2009-08-12 | 1 | -2/+5 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -37/+37 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -37/+37 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -1/+0 |
* | Make IntInits and ListInits typed. This helps deduce types of !if and | David Greene | 2009-06-08 | 1 | -0/+1 |
* | Revert 72707 and 72709, for the moment. | Dale Johannesen | 2009-06-02 | 1 | -6/+4 |
* | Make the implicit inputs and outputs of target-independent | Dale Johannesen | 2009-06-01 | 1 | -4/+6 |
* | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman | 2009-04-27 | 1 | -11/+2 |
* | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 1 | -2/+11 |
* | PR2957 | Nate Begeman | 2009-04-24 | 1 | -11/+2 |
* | Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. | Dan Gohman | 2009-04-03 | 1 | -5/+0 |
* | Clean up the atomic opcodes in SelectionDAG. | Dan Gohman | 2008-12-23 | 1 | -84/+64 |
* | Move target independent td files from lib/Target/ to include/llvm/Target so t... | Evan Cheng | 2008-11-24 | 1 | -0/+898 |