aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
AgeCommit message (Expand)Author
2005-01-08Add support for FP->INT conversions and back.Chris Lattner
2005-01-08Implement the 'store FPIMM, Ptr' -> 'store INTIMM, Ptr' optimization forChris Lattner
2005-01-07Add support for truncating integer casts from long.Chris Lattner
2005-01-07Fix a bug in load expansion legalization and ret legalization. This fixesChris Lattner
2005-01-07Legalize unconditional branches tooChris Lattner
2005-01-07Implement support for long GEP indices on 32-bit archs and support forChris Lattner
2005-01-07implement legalization of a bunch more operators.Chris Lattner
2005-01-07Fix another bug legalizing calls!Chris Lattner
2005-01-07Fix a bug legalizing callsChris Lattner
2005-01-07After legalizing a DAG, delete dead nodes to save space.Chris Lattner
2005-01-07Teach legalize how to handle condbranchesChris Lattner
2005-01-07Initial implementation of the DAG legalization. This still has a long wayChris Lattner