index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
Reassociate.cpp
Age
Commit message (
Expand
)
Author
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-03-02
Prefer non-virtual calls to ConstantInt::isZero over virtual calls to
Reid Spencer
2007-03-01
Use isUnitValue() instead of getZExtValue() == 1 which will prevent an
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-11
Simplify code by using value::takename
Chris Lattner
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-01-21
For PR970:
Reid Spencer
2007-01-15
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-11
For PR1043:
Zhou Sheng
2006-12-23
For PR950:
Reid Spencer
2006-12-19
Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic
Chris Lattner
2006-12-07
Removing even more <iostream> includes.
Bill Wendling
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
Remove the 'printname' argument to WriteAsOperand. It is always true, and
Chris Lattner
2006-11-02
For PR950:
Reid Spencer
2006-10-26
For PR950:
Reid Spencer
2006-10-20
For PR950:
Reid Spencer
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-04-28
Fix Transforms/Reassociate/2006-04-27-ReassociateVector.ll
Chris Lattner
2006-03-14
Implement a FIXME, recusively reassociating
Chris Lattner
2006-03-14
extract some code into a method, no functionality change
Chris Lattner
2006-03-14
Promote shifts by a constant to multiplies so that we can reassociate
Chris Lattner
2006-03-04
Add factoring of multiplications, e.g. turning A*A+A*B into A*(A+B).
Chris Lattner
2006-01-22
Make iostream #inclusion explicit
Chris Lattner
2005-09-02
Fix a problem that Dan Berlin noticed, where reassociation would not succeed
Chris Lattner
2005-09-02
Avoid creating garbage instructions, just move the old add instruction
Chris Lattner
2005-09-02
add some assertions and fix problems where reassociate could access the
Chris Lattner
2005-08-24
Fix Regression/Transforms/Reassociate/2005-08-24-Crash.ll
Chris Lattner
2005-08-08
Use the new 'moveBefore' method to simplify some code. Really, which is
Chris Lattner
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-05-10
Fix Reassociate/shifttest.ll
Chris Lattner
2005-05-08
Implement Reassociate/mul-neg-add.ll
Chris Lattner
2005-05-08
Bail out earlier
Chris Lattner
2005-05-08
Teach reassociate that 0-X === X*-1
Chris Lattner
2005-05-08
Fix PR557 and basictest[34].ll.
Chris Lattner
2005-05-08
Add debugging information
Chris Lattner
2005-05-08
eliminate gotos
Chris Lattner
2005-05-08
Improve reassociation handling of inverses, implementing inverses.ll.
Chris Lattner
2005-05-08
Refactor some code
Chris Lattner
2005-05-08
Handle some simple cases where we can see that values get annihilated.
Chris Lattner
2005-05-07
Rewrite the guts of the reassociate pass to be more efficient and logical. I...
Chris Lattner
2005-05-07
Convert shifts to muls to assist reassociation. This implements
Chris Lattner
2005-05-07
Simplify the code and rearrange it. No major functionality changes here.
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
[next]