index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Scalar
/
Reassociate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+4
*
Prefer non-virtual calls to ConstantInt::isZero over virtual calls to
Reid Spencer
2007-03-02
1
-4
/
+4
*
Use isUnitValue() instead of getZExtValue() == 1 which will prevent an
Reid Spencer
2007-03-01
1
-1
/
+1
*
For PR1195:
Reid Spencer
2007-02-15
1
-1
/
+1
*
Simplify code by using value::takename
Chris Lattner
2007-02-11
1
-8
/
+6
*
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
1
-2
/
+3
*
For PR970:
Reid Spencer
2007-01-21
1
-28
/
+24
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
1
-1
/
+1
*
For PR1043:
Zhou Sheng
2007-01-11
1
-2
/
+2
*
For PR950:
Reid Spencer
2006-12-23
1
-4
/
+5
*
Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic
Chris Lattner
2006-12-19
1
-6
/
+5
*
Removing even more <iostream> includes.
Bill Wendling
2006-12-07
1
-19
/
+15
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-5
/
+5
*
Remove the 'printname' argument to WriteAsOperand. It is always true, and
Chris Lattner
2006-12-06
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-11-02
1
-1
/
+3
*
For PR950:
Reid Spencer
2006-10-26
1
-1
/
+3
*
For PR950:
Reid Spencer
2006-10-20
1
-1
/
+1
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-1
/
+1
*
Fix Transforms/Reassociate/2006-04-27-ReassociateVector.ll
Chris Lattner
2006-04-28
1
-2
/
+3
*
Implement a FIXME, recusively reassociating
Chris Lattner
2006-03-14
1
-26
/
+65
*
extract some code into a method, no functionality change
Chris Lattner
2006-03-14
1
-50
/
+56
*
Promote shifts by a constant to multiplies so that we can reassociate
Chris Lattner
2006-03-14
1
-13
/
+17
*
Add factoring of multiplications, e.g. turning A*A+A*B into A*(A+B).
Chris Lattner
2006-03-04
1
-49
/
+186
*
Make iostream #inclusion explicit
Chris Lattner
2006-01-22
1
-0
/
+1
*
Fix a problem that Dan Berlin noticed, where reassociation would not succeed
Chris Lattner
2005-09-02
1
-0
/
+6
*
Avoid creating garbage instructions, just move the old add instruction
Chris Lattner
2005-09-02
1
-9
/
+11
*
add some assertions and fix problems where reassociate could access the
Chris Lattner
2005-09-02
1
-2
/
+11
*
Fix Regression/Transforms/Reassociate/2005-08-24-Crash.ll
Chris Lattner
2005-08-24
1
-1
/
+7
*
Use the new 'moveBefore' method to simplify some code. Really, which is
Chris Lattner
2005-08-08
1
-3
/
+2
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-10
/
+10
*
Fix Reassociate/shifttest.ll
Chris Lattner
2005-05-10
1
-6
/
+7
*
Implement Reassociate/mul-neg-add.ll
Chris Lattner
2005-05-08
1
-0
/
+12
*
Bail out earlier
Chris Lattner
2005-05-08
1
-4
/
+4
*
Teach reassociate that 0-X === X*-1
Chris Lattner
2005-05-08
1
-4
/
+46
*
Fix PR557 and basictest[34].ll.
Chris Lattner
2005-05-08
1
-12
/
+27
*
Add debugging information
Chris Lattner
2005-05-08
1
-0
/
+18
*
eliminate gotos
Chris Lattner
2005-05-08
1
-3
/
+4
*
Improve reassociation handling of inverses, implementing inverses.ll.
Chris Lattner
2005-05-08
1
-2
/
+104
*
Refactor some code
Chris Lattner
2005-05-08
1
-45
/
+55
*
Handle some simple cases where we can see that values get annihilated.
Chris Lattner
2005-05-08
1
-7
/
+42
*
Rewrite the guts of the reassociate pass to be more efficient and logical. I...
Chris Lattner
2005-05-07
1
-103
/
+185
*
Convert shifts to muls to assist reassociation. This implements
Chris Lattner
2005-05-07
1
-2
/
+27
*
Simplify the code and rearrange it. No major functionality changes here.
Chris Lattner
2005-05-07
1
-62
/
+82
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-5
/
+5
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-1
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-1
/
+1
[next]