index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
Reassociate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fixes working towards PR341
Chris Lattner
2004-07-15
1
-4
/
+4
*
Make this pass use a more specific debug message than "Processing:".
Brian Gaeke
2004-07-01
1
-1
/
+1
*
Finegrainify namespacification
Chris Lattner
2004-01-09
1
-4
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+5
*
Declare FunctionPasses as such so that they can be used in FunctionPassManager.
Misha Brukman
2003-11-07
1
-1
/
+1
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-19
1
-1
/
+1
*
Decrease usage of use_size()
Chris Lattner
2003-10-15
1
-3
/
+3
*
Credits now go into the top-level CREDITS.TXT
Misha Brukman
2003-09-22
1
-3
/
+0
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-1
/
+1
*
Assign arguments different ranks so they get grouped together
Chris Lattner
2003-08-13
1
-4
/
+10
*
Fix bug: Reassociate/2003-08-12-InfiniteLoop.ll
Chris Lattner
2003-08-12
1
-5
/
+6
*
Assign finer grained ranks, make sure to reassociate top-level after reassoci...
Chris Lattner
2003-08-12
1
-7
/
+11
*
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-08-01
1
-0
/
+1
*
Fix spelling
Chris Lattner
2003-05-02
1
-1
/
+1
*
Remove unnecesary &*'s
Chris Lattner
2003-04-23
1
-1
/
+1
*
Rename Instruction::hasSideEffects() -> mayWriteToMemory()
Chris Lattner
2003-02-24
1
-1
/
+1
*
Fix a huge performance problem in reassociate by introducing a
Chris Lattner
2002-12-15
1
-1
/
+7
*
Minor changes:
Chris Lattner
2002-12-15
1
-19
/
+13
[next]