summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/Reassociate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * Make debug output conditional on #defineChris Lattner2002-05-161-13/+99
| | | | | | | | | * Add optimization to rank computation to not recursively search when unneccesary. * More agressively negate expressions to open reassociation opportunities. * Linearize (A+B)+(C+D) into ((A+B)+C)+D llvm-svn: 2637
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-101-0/+6
| | | | | | the command line llvm-svn: 2601
* Give the longer name to the instruction that will probably be eliminated laterChris Lattner2002-05-091-1/+2
| | | | llvm-svn: 2581
* Initial checkin of expression reassociation passChris Lattner2002-05-081-0/+198
llvm-svn: 2559
OpenPOWER on IntegriCloud