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