aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/ValueNumbering.h
Commit message (Expand)AuthorAgeFilesLines
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+1
* For PR780:Reid Spencer2006-06-071-4/+3
* Change from using a stub function to a stub variable for passing to theReid Spencer2006-06-011-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Add interfaces to update value numbering resultsChris Lattner2004-05-231-5/+22
* Note to self: SAVE FILES!Chris Lattner2004-04-101-0/+1
* Add an interface to update value numberingChris Lattner2004-04-101-1/+10
* IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.hBrian Gaeke2003-12-111-0/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Initial version of ValueNumbering interfaceChris Lattner2002-08-301-0/+30