aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/EquivalenceClasses.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Doxygen issues: wrap code examples in \code and use \p to refer toDmitri Gribenko2012-09-151-0/+2
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* getOrInsertLeaderValue cannot be const because it calls insert.Bill Wendling2010-07-121-1/+1
* Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor2010-05-111-1/+1
* Nick wants these alphabetized Andrew Lenharth2010-03-181-1/+1
* missing includeAndrew Lenharth2010-03-171-0/+1
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* restore semantics of operator* (removing a FIXME I had to introduce in r80224)Gabor Greif2009-08-311-3/+4
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-271-1/+2
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-271-4/+3
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-291-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-2/+2
* Support for llvm_ostreams.Bill Wendling2006-11-281-2/+2
* add a methodChris Lattner2005-08-231-0/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* Provide a guaranteed definition of intptr_t. Thansk to Evan Jones forChris Lattner2005-03-211-0/+1
* Constant-propagate the value of `isL' variable and eliminate it.Misha Brukman2005-03-191-2/+1
* Silence VC++ warning about mixing intptr_t and bool, and about unused variabl...Jeff Cohen2005-03-191-1/+1
* Two fixes for the copy ctor/operator=:Chris Lattner2005-03-191-4/+7
* add some methods, fix a major bug in getLeader() that was causing things toChris Lattner2005-03-191-3/+27
* implement a proper copy ctor, operator= and add a helper method.Chris Lattner2005-03-191-0/+24
* Rewrite this class, making the following improvements:Chris Lattner2005-03-191-79/+189
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Remember the set of leaders. Also compute on demand and cache the equivVikram S. Adve2004-05-231-32/+52
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM notice.John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-10/+6
* Regularize the names of #include-guards.Brian Gaeke2003-06-171-2/+2
* Made changes suggested by Chris; Renamed 'union' function to unionSetsWithSumant Kowshik2003-06-041-11/+7
* Implementation of Equivalence ClassesSumant Kowshik2003-05-291-0/+93