Age | Commit message (Expand) | Author |
2006-01-30 | Move MaskedValueIsZero from the DAGCombiner to the TargetLowering interface,m... | Chris Lattner |
2006-01-30 | pass the address of MaskedValueIsZero into isMaskedValueZeroForTargetNode, | Chris Lattner |
2006-01-30 | adjust prototype | Chris Lattner |
2006-01-29 | Fix RET of promoted values on targets that custom expand RET to a target node. | Chris Lattner |
2006-01-29 | cleanups to the ValueTypeActions interface | Chris Lattner |
2006-01-29 | clean up interface to ValueTypeActions | Chris Lattner |
2006-01-29 | Remove some special case hacks for CALLSEQ_*, using UpdateNodeOperands | Chris Lattner |
2006-01-29 | Allow custom expansion of ConstantVec nodes. PPC will use this in the future. | Chris Lattner |
2006-01-29 | Legalize ConstantFP into TargetConstantFP when the target allows. Implement | Chris Lattner |
2006-01-29 | eliminate uses of SelectionDAG::getBR2Way_CC | Chris Lattner |
2006-01-28 | Use the new "UpdateNodeOperands" method to simplify LegalizeDAG and make it | Chris Lattner |
2006-01-28 | add another method variant | Chris Lattner |
2006-01-28 | add some methods for updating nodes | Chris Lattner |
2006-01-28 | minor tweaks | Chris Lattner |
2006-01-28 | move a bunch of code, no other change. | Chris Lattner |
2006-01-28 | remove a couple more now-extraneous legalizeop's | Chris Lattner |
2006-01-28 | fix a bug | Chris Lattner |
2006-01-28 | Several major changes: | Chris Lattner |
2006-01-28 | Eliminate the need for ExpandOp to set 'needsanotheriteration', as it already | Chris Lattner |
2006-01-28 | Instead of making callers of ExpandLibCall legalize the result, make | Chris Lattner |
2006-01-28 | Eliminate the need to do another iteration of the legalizer after inserting | Chris Lattner |
2006-01-28 | remove method I just added | Chris Lattner |
2006-01-28 | add a new callback | Chris Lattner |
2006-01-28 | Implement Promote for VAARG, and allow it to be custom promoted for people | Nate Begeman |
2006-01-28 | Add a missing case to the dag combiner. | Nate Begeman |
2006-01-28 | Remove the ISD::CALL and ISD::TAILCALL nodes | Chris Lattner |
2006-01-27 | Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for | Nate Begeman |
2006-01-26 | Teach the scheduler to emit the appropriate INLINEASM MachineInstr for an | Chris Lattner |
2006-01-26 | initial selectiondag support for new INLINEASM node. Note that inline asms | Chris Lattner |
2006-01-26 | Implement a method for inline asm support | Chris Lattner |
2006-01-26 | Clean up some code; improve efficiency; and fixed a potential bug involving | Evan Cheng |
2006-01-25 | Don't break the optimized build (by incorrect placement of #endif) | Reid Spencer |
2006-01-25 | initialize an instance var, apparently I forgot to commit this long ago | Chris Lattner |
2006-01-25 | No need to keep track of top and bottom nodes in a group since the vector is | Evan Cheng |
2006-01-25 | Set SchedulingForLatency to be the default scheduling preference for all. | Evan Cheng |
2006-01-25 | First part of bug 680: | Nate Begeman |
2006-01-25 | Fix VC++ compilation error. | Jeff Cohen |
2006-01-25 | Bottom up register usage reducing list scheduler. | Evan Cheng |
2006-01-25 | Keep track of bottom / top element of a set of flagged nodes. | Evan Cheng |
2006-01-25 | If scheduler choice is the default (-sched=default), use target scheduling | Evan Cheng |
2006-01-24 | Fix an infinite loop I caused by making sure to legalize the flag operand | Chris Lattner |
2006-01-24 | Fix VC++ compilation error. | Jeff Cohen |
2006-01-23 | another couple selects | Andrew Lenharth |
2006-01-23 | another selectto | Andrew Lenharth |
2006-01-23 | Typo. | Jim Laskey |
2006-01-23 | Skeleton of the list schedule. | Evan Cheng |
2006-01-23 | Minor clean up. | Evan Cheng |
2006-01-23 | Fix Regression/CodeGen/SparcV8/2006-01-22-BitConvertLegalize.ll by making | Chris Lattner |
2006-01-23 | Remove a couple of unnecessary #include's | Evan Cheng |
2006-01-23 | Factor out more instruction scheduler code to the base class. | Evan Cheng |