Age | Commit message (Expand) | Author |
2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
2006-04-19 | Renamed AddedCost to AddedComplexity. | Evan Cheng |
2006-04-19 | Allow "let AddedCost = n in" to increase pattern complexity. | Evan Cheng |
2006-04-15 | Add a new vnot_conv predicate for matching vnot's where the allones vector is | Chris Lattner |
2006-03-31 | Add vector_extract and vector_insert nodes. | Evan Cheng |
2006-03-28 | Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum va... | Chris Lattner |
2006-03-27 | Changed isBuildVectorAllOnesInteger to isBuildVectorAllOnes. | Evan Cheng |
2006-03-26 | Add immAllZerosV helper | Evan Cheng |
2006-03-25 | add a vnot helper node for matching 'not' on vectors | Chris Lattner |
2006-03-25 | Add new intrinsic node definitions for tblgen use | Chris Lattner |
2006-03-24 | Shuffle some includes around | Chris Lattner |
2006-03-24 | expose intrinsic info to the targets. | Chris Lattner |
2006-03-21 | x86 ISD::SCALAR_TO_VECTOR support. | Evan Cheng |
2006-03-20 | Add a build_vector node | Chris Lattner |
2006-03-20 | add vector_shuffle | Chris Lattner |
2006-03-16 | add support for the bitconvert node | Chris Lattner |
2006-03-09 | relax fcopysign | Andrew Lenharth |
2006-03-09 | fcopysign support | Andrew Lenharth |
2006-03-03 | remove the read/write port/io intrinsics. | Chris Lattner |
2006-02-17 | kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBC | Nate Begeman |
2006-02-17 | Whoops, didn't mean to check this in yet. | Nate Begeman |
2006-02-17 | Add a missing and useful pat frag | Nate Begeman |
2006-01-29 | Targets all now request ConstantFP to be legalized into TargetConstantFP. | Chris Lattner |
2006-01-14 | bswap implementation | Nate Begeman |
2006-01-11 | Add bswap, rotl, and rotr nodes | Nate Begeman |
2006-01-09 | New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replace | Evan Cheng |
2006-01-05 | Added fpimm node for ConstantFP. | Evan Cheng |
2006-01-05 | Added initial support for DEBUG_LABEL allowing debug specific labels to be | Jim Laskey |
2006-01-04 | Add unique id to debug location for debug label use (work in progress.) | Jim Laskey |
2006-01-01 | Add support for brcond | Andrew Lenharth |
2005-12-24 | support targetexternalsym | Andrew Lenharth |
2005-12-23 | * Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead. | Evan Cheng |
2005-12-23 | Operand 1 of TRUNCSTORE can be any of integer and floating point types. | Evan Cheng |
2005-12-22 | Added special flag node FLAG. | Evan Cheng |
2005-12-21 | add some nodes, forgot to commit this last night :( | Chris Lattner |
2005-12-20 | Added X86 readport patterns. | Evan Cheng |
2005-12-19 | X86 conditional branch support. | Evan Cheng |
2005-12-18 | add a node, for completeness | Chris Lattner |
2005-12-18 | Since extload can also be used by FP, split STDIntExtLoad into two parts, | Nate Begeman |
2005-12-17 | add truncstore | Chris Lattner |
2005-12-16 | Added source file/line correspondence for dwarf (PowerPC only at this point.) | Jim Laskey |
2005-12-15 | * Promote all 1 bit entities to 8 bit. | Evan Cheng |
2005-12-15 | Added constpool, frameindex, and externalsym nodes. | Evan Cheng |
2005-12-14 | Added support to specify predicates. | Evan Cheng |
2005-12-14 | Fixed extload type profile. The 4th operand is a ValueType node with type | Evan Cheng |
2005-12-14 | Added sextld + zextld DAG nodes. | Evan Cheng |
2005-12-13 | Prepare support for AltiVec multiply, divide, and sqrt. | Nate Begeman |
2005-12-11 | Fix typo :( | Chris Lattner |
2005-12-11 | add selectcc | Chris Lattner |
2005-12-11 | Realize the constant pool & global addrs must always be ptr type | Chris Lattner |