Constant-propagate the value of `isL' variable and eliminate it.
[oota-llvm.git] / include / llvm / ADT /
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:
2005-03-16 Chris Lattnerremove compat_iterator, which is dead in the tree.
2005-03-16 Jeff CohenDon't provide default hash struct instantiation.
2005-03-16 Jeff CohenAdd adapter class to let VC++ hash_map use GCC's hash...
2005-02-22 Chris Lattnerremove some more dead templates and a dead macro.
2005-02-22 Chris LattnerRemove a bunch of dead templates.
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris LattnerRename createNode -> createSentinal.
2005-01-28 Reid SpencerConvert some old C-style casts to C++ style.
2005-01-16 Reid SpencerProvide support for HP/UX aCC compiler's variant of...
2005-01-04 Chris LattnerDo not let 'ftostr' return a string that starts with...
2004-12-08 Chris LattnerDefine the pointer hash struct before the string one...
2004-11-21 Chris Lattnerignore generated files
2004-10-13 Chris LattnerUse explicit std:: qualification to avoid relying on...
2004-10-13 Chris LattnerGet rid of template templates that were preventing...
2004-10-04 Chris LattnerFix #include flavor
2004-09-30 Alkis EvlogimenosRemove whitespace from the end of the line.
2004-09-28 Alkis EvlogimenosAdd includes and use std:: for standard library calls...
2004-09-24 John CriswellUpdated the last two header files so that they are...
2004-09-24 John CriswellModified hash_map and hash_set configuration so that...
2004-09-11 Reid SpencerFix the replace method to assert if an item was erased...
2004-09-11 Reid SpencerImplement the remove method for deleting entries from...
2004-09-09 Chris LattnerAdd missing #include
2004-09-02 Alkis EvlogimenosPull in definition of std::unary_function.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-27 Alkis EvlogimenosAdd size member function.
2004-08-26 Alkis EvlogimenosAdd default index functor (an identity functor). You...
2004-08-18 Misha BrukmanInstead of int64_t, overload itostr with `long long...
2004-08-17 Misha BrukmanAdd itostr(long) for our furry 64-bit friends.
2004-07-29 Brian GaekeFix typo in comment.
2004-07-25 Chris LattnerAdd back() and pop_back() methods to SetVector
2004-07-21 Alkis EvlogimenosAdd greater_ptr functor.
2004-07-20 Misha BrukmanUse C++-style <cstdio> instead of C-style <stdio.h>
2004-07-20 Misha BrukmanDump the old-fashioned C-style <ctype.h> in favor of...
2004-07-20 Misha Brukmanisupper() and tolower() are declared in <ctype.h>
2004-07-15 Chris LattnerGive SetVector range support
2004-07-12 Chris LattnerFix warning compiling with VC++
2004-07-08 Reid SpencerGet rid of some cruft in the insert method.
2004-07-08 Reid SpencerFirst version of a vector with uniqueness constraints...
2004-07-04 Alkis EvlogimenosAdd more operators.
2004-06-25 Chris LattnerUnbreak the build. tsk tsk
2004-06-24 Misha BrukmanAdd a LowercaseString() utility function, courtesy...
2004-06-04 Chris LattnerGCC doesn't like prefix form of cast with two identifie...
2004-06-04 Chris LattnerSilence a warning
2004-06-04 Chris LattnerAdd explicit casts to silence warnings. There is no...
2004-06-03 Chris LattnerOnly use the non-standards-compliant std::distance...
2004-05-30 Alkis EvlogimenosAdd comparator useful for natural comparisons on collec...
2004-05-23 Vikram S. AdveRemember the set of leaders. Also compute on demand...
2004-04-21 Alkis EvlogimenosDeclare iterator as public since it is defined as such...
2004-04-16 Brian GaekeSwitch to including <iostream> for compatibility with...
2004-02-26 Chris LattnerFix a bug in the densemap that was killing the local...
2004-02-26 Chris LattnerFix typeo. grow() cannot shrink storage. clear()...
2004-02-25 Alkis EvlogimenosAdd DenseMap template and actually use it for for mappi...
2004-02-24 Chris LattnerNoone cares about similarity to boost
2004-02-23 Brian GaekeRenamed to hash_set.in; move to using autoconf substitu...
2004-02-23 Brian GaekeRenamed to hash_map.in; move to using autoconf substitu...
2004-02-23 Brian GaekeRenamed from include/Support/iterator. Doxygenify comme...
2004-02-14 Alkis EvlogimenosAdd next() and prior() iterator utility functions....
2004-02-13 Brian GaekeUpdate the example here in the header file.
2004-02-09 Alkis EvlogimenosAdd global methods that prevent us from using ilist...
2004-02-08 Chris LattnerOne of the 'annoying' things about ilists is that the...
2004-01-14 Chris Lattneradd support for -- for symmetry
2003-12-29 Chris Lattneradd new function
2003-11-29 Chris LattnerHrm, how could this compile?
2003-11-23 Brian GaekeA better way to get std::pair into the compiler's littl...
2003-11-23 Brian GaekeThis is a hack to make this file compile under g++...
2003-11-17 Chris LattnerFix copy-and-pasteo
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-13 Chris LattnerRemove needless dependence on boost
2003-11-13 Chris LattnerAdd namespace qualifier
2003-11-13 Chris LattnerMinor cleanups
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Alkis EvlogimenosAdd std::pair tier. This is a much simplified version...
2003-10-30 Brian GaekeApparently my Mac OS X fixes were not entirely compatib...
2003-10-29 Brian GaekeAdd support for utostr(unsigned long)
2003-10-20 Chris LattnerThis #include is no longer necessary
2003-10-20 John CriswellAdded LLVM notice.
2003-10-15 Chris LattnerThis file uses assert and doesn't include anything...
2003-10-13 Chris LattnerAdd missing default argument
2003-10-13 Chris Lattneradd support for "external" depth first iterators, which...
2003-10-13 Chris LattnerExtricate the "reverse" support from the depth-first...
2003-10-05 Chris LattnerOutput a very high-precision number
2003-09-30 Chris LattnerStandardize header file comments
2003-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerELIMINATE the SCC class completely. One less thing...
2003-08-31 Chris LattnerMove the HasLoop method from the SCC class to the itera...
2003-08-31 Chris Lattner* Cleanups
2003-08-31 Chris LattnerRemove usage of unsigned long: unsigned should be enough!
2003-08-31 Chris LattnerThis file uses cerr without including <iostream>. ...
2003-08-29 Chris LattnerFix compilation problems with G++ 3.4
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-15 Misha BrukmanReordered includes to be consistent with the LLVM style.
2003-08-01 Chris LattnerMove debugging support out of Statistic.h into Debug...
2003-08-01 Chris LattnerIncluding statistics into an anonymous namespace that...
2003-07-25 Chris LattnerFix another accessibility problem illuminated by GCC 3.3
next