aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
AgeCommit message (Expand)Author
2006-11-06Add comment.Evan Cheng
2006-11-05Unbreak VC++ build.Jeff Cohen
2006-11-05Added pre-indexed store support.Evan Cheng
2006-11-05Added getIndexedStore.Evan Cheng
2006-11-04Changes to use operand constraints to process two-address instructions.Evan Cheng
2006-11-03Fix comments.Evan Cheng
2006-11-03RenameEvan Cheng
2006-11-03Remove dead variable. Fix 80 column violations.Reid Spencer
2006-11-03Added DAG combiner transformation to generate pre-indexed loads.Evan Cheng
2006-11-03Added isPredecessor.Evan Cheng
2006-11-03silence warningChris Lattner
2006-11-02For PR786:Reid Spencer
2006-11-02For PR950:Reid Spencer
2006-11-02Allow the getRegForInlineAsmConstraint method to return a register class withChris Lattner
2006-11-01Clean up.Evan Cheng
2006-11-01CopyFromReg starts a live range so its use should not be considered a floater.Evan Cheng
2006-11-01Print jumptable index.Evan Cheng
2006-10-31Compile CodeGen/PowerPC/fp-branch.ll to:Chris Lattner
2006-10-31look through isunordered to inline it into branch blocks.Chris Lattner
2006-10-31handle global address constant sdnodesChris Lattner
2006-10-31TargetLowering::isOperandValidForConstraintChris Lattner
2006-10-31Change the prototype for TargetLowering::isOperandValidForConstraintChris Lattner
2006-10-31Turn an assert into an error message. This is commonly triggered whenChris Lattner
2006-10-31Fix a typo which can break jumptables.Evan Cheng
2006-10-30Lower jumptable to BR_JT. The legalizer can lower it to a BRIND or let the ta...Evan Cheng
2006-10-30Added a new SDNode type: BR_JT for jumptable branch.Evan Cheng
2006-10-29fix Generic/2006-10-29-Crash.llChris Lattner
2006-10-29Fix a load folding issue that Evan noticed: there is no need to export valuesChris Lattner
2006-10-29VLOAD is not the LoadSDNode opcode.Evan Cheng
2006-10-29Remove spurious case. EXTLOAD is not one of the node opcodes.Nick Lewycky
2006-10-28split critical edges more carefully and intelligently. In particular, criticalChris Lattner
2006-10-28Load and stores have not been uniqued properly.Jim Laskey
2006-10-28Split *all* critical edges before isel. This resolves issues with spill codeChris Lattner
2006-10-28Fix a serious bug that caused any x86 vector stuff to infinite loopChris Lattner
2006-10-27Clean up.Jim Laskey
2006-10-27Fix a bug in merged condition handling (CodeGen/Generic/2006-10-27-CondFoldin...Chris Lattner
2006-10-27Switch over from SelectionNodeCSEMap to FoldingSet.Jim Laskey
2006-10-27remove debug codeChris Lattner
2006-10-27Codegen cond&cond with two branches. This compiles (f.e.) PowerPC/and-branch...Chris Lattner
2006-10-27Turn conditions like x<Y|z==q into multiple blocks.Chris Lattner
2006-10-26getPreIndexedLoad -> getIndexedLoad.Evan Cheng
2006-10-26For PR950:Reid Spencer
2006-10-24visitSwitchCase knows how to insert conditional branches well. ChangeChris Lattner
2006-10-24Generalize CaseBlock a bit more:Chris Lattner
2006-10-24generalize 'CaseBlock'. It really allows any comparison to be inserted.Chris Lattner
2006-10-23Minor tweak. Instead of generating:Chris Lattner
2006-10-22Fix phi node updating for switches lowered to linear sequences of branches.Chris Lattner
2006-10-22disable this code for now, it's not yet safely updating phi nodesChris Lattner
2006-10-22Implement PR964 and Regression/CodeGen/Generic/SwitchLowering.llChris Lattner
2006-10-20Make flag and chain edges visually distinguishable from value edges in DOTChris Lattner