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
*
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