index
:
external_llvm
replicant-6.0
external/llvm
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
*
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
*
Fixes to the reassociate pass to make it respect dominance properties
Chris Lattner
2002-10-31
1
-57
/
+54
*
- Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
Chris Lattner
2002-10-21
1
-1
/
+1
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
1
-6
/
+5
*
Simplify code (somtimes dramatically), by using the new "auto-insert" feature
Chris Lattner
2002-09-10
1
-10
/
+8
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-25
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-23
1
-4
/
+2
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-23
/
+19
*
Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...
Chris Lattner
2002-05-22
1
-7
/
+5
*
* Make debug output conditional on #define
Chris Lattner
2002-05-16
1
-13
/
+99
*
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-05-10
1
-0
/
+6
*
Give the longer name to the instruction that will probably be eliminated later
Chris Lattner
2002-05-09
1
-1
/
+2
*
Initial checkin of expression reassociation pass
Chris Lattner
2002-05-08
1
-0
/
+198