index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
ValueNumbering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop 'const'
Devang Patel
2007-05-03
1
-3
/
+3
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-3
/
+3
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+5
*
Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce
Reid Spencer
2007-02-05
1
-2
/
+4
*
For PR950:
Reid Spencer
2006-12-23
1
-0
/
+5
*
For PR950:
Reid Spencer
2006-11-27
1
-2
/
+4
*
For PR950:
Reid Spencer
2006-11-20
1
-0
/
+23
*
simplify AnalysisGroup registration, eliminating one typeid call.
Chris Lattner
2006-08-28
1
-1
/
+1
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-1
/
+1
*
For PR780:
Reid Spencer
2006-06-07
1
-1
/
+2
*
Change from using a stub function to a stub variable for passing to the
Reid Spencer
2006-06-01
1
-1
/
+1
*
Implement value #'ing for vector operations, implementing
Chris Lattner
2006-04-14
1
-32
/
+38
*
Value# select instructions, allowing -gcse to remove duplicates
Chris Lattner
2006-02-04
1
-1
/
+36
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-9
/
+9
*
Add even more missing createXxxPass functions.
Jeff Cohen
2005-01-08
1
-0
/
+3
*
Wrap at 80 cols
Misha Brukman
2004-12-23
1
-1
/
+2
*
Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by making
Reid Spencer
2004-12-23
1
-3
/
+2
*
Minor efficiency improvement, finegrainify namespacification
Chris Lattner
2004-03-25
1
-5
/
+10
*
Simplify implementation, and probably speed things up too.
Chris Lattner
2004-02-11
1
-9
/
+6
*
IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.h
Brian Gaeke
2003-12-11
1
-0
/
+2
*
Remove dead variable
Chris Lattner
2003-11-25
1
-1
/
+0
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-2
/
+5
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Fixed spelling and grammar.
Misha Brukman
2003-09-11
1
-2
/
+2
*
Use new isCommutative interface, which gives us SetEQ and SetNE for free.
Chris Lattner
2002-10-31
1
-7
/
+3
*
Convert BasicVN to be an ImmutablePass
Chris Lattner
2002-09-25
1
-12
/
+1
*
Minor cleanups so I can remove BasicValueNumbering.h
Chris Lattner
2002-08-30
1
-16
/
+45
*
initial implementation of ValueNumbering interface.
Chris Lattner
2002-08-30
1
-0
/
+171