aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/Reassociate.cpp
AgeCommit message (Expand)Author
2002-05-22Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...Chris Lattner
2002-05-16* Make debug output conditional on #defineChris Lattner
2002-05-10Add support for printing out statistics information when -stats is added toChris Lattner
2002-05-09Give the longer name to the instruction that will probably be eliminated laterChris Lattner
2002-05-08Initial checkin of expression reassociation passChris Lattner