aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/TargetLowering.cpp
AgeCommit message (Expand)Author
2005-07-19For: memory operations -> storesReid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-19Add a hook to find out how the target handles shift amounts that are out ofChris Lattner
2005-01-16Shift and setcc types default to the pointer type.Chris Lattner
2005-01-16Use enums, move virtual dtor out of line.Chris Lattner
2005-01-16Set up identity transforms.Chris Lattner
2005-01-16Move some information out of LegalizeDAG into the generic Target interface.Chris Lattner
2005-01-11Clear the whole array, always.Chris Lattner
2005-01-07First draft of new Target interfaceChris Lattner