aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeTypesSplit.cpp
AgeCommit message (Expand)Author
2008-01-17* Introduce a new SelectionDAG::getIntPtrConstant methodChris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-09Duncan points out that the subtraction is unneeded since hte codeChris Lattner
2007-12-09Add support for splitting the operand of a return instruction.Chris Lattner
2007-12-08add many new cases to SplitResult. SplitResult now handles all the cases tha...Chris Lattner
2007-12-08Implement splitting support for store, allowing us to compile:Chris Lattner
2007-12-08implement vector splitting of load, undef, and binops.Chris Lattner
2007-12-08add scaffolding for splitting of vectors.Chris Lattner