summaryrefslogtreecommitdiff
path: root/lib/Analysis/ValueNumbering.cpp
Commit message (Expand)AuthorAge
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer2007-02-05
* For PR950:Reid Spencer2006-12-23
* For PR950:Reid Spencer2006-11-27
* For PR950:Reid Spencer2006-11-20
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-28
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* For PR780:Reid Spencer2006-06-07
* Change from using a stub function to a stub variable for passing to theReid Spencer2006-06-01
* Implement value #'ing for vector operations, implementingChris Lattner2006-04-14
* Value# select instructions, allowing -gcse to remove duplicatesChris Lattner2006-02-04
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add even more missing createXxxPass functions.Jeff Cohen2005-01-08
* Wrap at 80 colsMisha Brukman2004-12-23
* Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by makingReid Spencer2004-12-23
* Minor efficiency improvement, finegrainify namespacificationChris Lattner2004-03-25
* Simplify implementation, and probably speed things up too.Chris Lattner2004-02-11
* IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.hBrian Gaeke2003-12-11
* Remove dead variableChris Lattner2003-11-25
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fixed spelling and grammar.Misha Brukman2003-09-11
* Use new isCommutative interface, which gives us SetEQ and SetNE for free.Chris Lattner2002-10-31
* Convert BasicVN to be an ImmutablePassChris Lattner2002-09-25
* Minor cleanups so I can remove BasicValueNumbering.hChris Lattner2002-08-30
* initial implementation of ValueNumbering interface.Chris Lattner2002-08-30