Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Analysis / ValueNumbering.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-29 Dan GohmanAdd explicit keywords.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-02-05 Reid SpencerMake classes in anonymous namespaces use VISIBILITY_HID...
2006-12-23 Reid SpencerFor PR950:
2006-11-27 Reid SpencerFor PR950:
2006-11-20 Reid SpencerFor PR950:
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-04-14 Chris LattnerImplement value #'ing for vector operations, implementing
2006-02-04 Chris LattnerValue# select instructions, allowing -gcse to remove...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2004-12-23 Misha BrukmanWrap at 80 cols
2004-12-23 Reid SpencerTry to speed up gccld hot spot in BasicVN::getEqualNumb...
2004-03-25 Chris LattnerMinor efficiency improvement, finegrainify namespacific...
2004-02-11 Chris LattnerSimplify implementation, and probably speed things...
2003-12-11 Brian GaekeIncludeFile hack to pull in BasicValueNumbering wheneve...
2003-11-25 Chris LattnerRemove dead variable
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-11 Misha BrukmanFixed spelling and grammar.
2002-10-31 Chris LattnerUse new isCommutative interface, which gives us SetEQ...
2002-09-25 Chris LattnerConvert BasicVN to be an ImmutablePass
2002-08-30 Chris LattnerMinor cleanups so I can remove BasicValueNumbering.h
2002-08-30 Chris Lattnerinitial implementation of ValueNumbering interface.