aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
AgeCommit message (Expand)Author
2002-04-09Add #includes to make up for #includes pruned out of header files.Chris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-27* Move classes aroundCameron Buschardt
2002-03-27Implemented promote mem->reg pass.Cameron Buschardt
2002-02-24NamespacesChris Lattner
2002-02-12Add neccesary #includeChris Lattner
2002-02-12I forgot to provide dominance frontier information. Now it's available.Chris Lattner
2002-02-12Initial checkin of new memory -> register promotion passChris Lattner