Compilation fix
[oota-llvm.git] / include / llvm / ADT / EquivalenceClasses.h
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingSupport for llvm_ostreams.
2005-08-23 Chris Lattneradd a method
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-21 Chris LattnerProvide a guaranteed definition of intptr_t. Thansk...
2005-03-19 Misha BrukmanConstant-propagate the value of `isL' variable and...
2005-03-19 Jeff CohenSilence VC++ warning about mixing intptr_t and bool...
2005-03-19 Chris LattnerTwo fixes for the copy ctor/operator=:
2005-03-19 Chris Lattneradd some methods, fix a major bug in getLeader() that...
2005-03-19 Chris Lattnerimplement a proper copy ctor, operator= and add a helpe...
2005-03-19 Chris LattnerRewrite this class, making the following improvements:
2004-09-01 Reid SpencerChanges For Bug 352
2004-05-23 Vikram S. AdveRemember the set of leaders. Also compute on demand...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-09-30 Chris LattnerStandardize header file comments
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2003-06-04 Sumant KowshikMade changes suggested by Chris; Renamed 'union' functi...
2003-05-29 Sumant KowshikImplementation of Equivalence Classes