For PR950:
[oota-llvm.git] / include / llvm / ADT /
2006-10-30 Chris Lattneradd a new form of insert.
2006-10-30 Chris LattnerAdd SmallString a (currently) minimal class that adapts...
2006-10-30 Chris Lattneradd a method
2006-10-29 Chris Lattneradd newline at end of file
2006-10-29 Chris Lattneradd a highly efficient hash table that is specialized...
2006-10-27 Jim LaskeyClean up
2006-10-27 Jim LaskeyApply editorials.
2006-10-27 Jim LaskeyBreakout folding hash set from SelectionDAGCSEMap.
2006-10-09 Andrew LenharthFix build error in gcc 3.4 and make more this general
2006-10-08 Chris LattnerFix PR897
2006-09-01 Chris Lattneradd a simple reserve method.
2006-08-30 Chris LattnerInstantiate Statistic<> in one place, not in every...
2006-08-28 Chris LattnerAdd 2nd form of resize
2006-08-22 Chris Lattneradd resize, move swap out of line
2006-08-22 Chris Lattneradd a bunch more operations, including swap, insert...
2006-08-16 Chris Lattnersilence a warning.
2006-08-16 Chris LattnerBugfixes for smallvector when the element size is small...
2006-08-14 Chris Lattneravoid a warning
2006-08-11 Chris Lattnermove code out of line so that GCC doesn't inline it...
2006-08-11 Chris LattnerSplit SmallVector into SmallVector and SmallVectorImpl...
2006-08-08 Chris Lattnercapacity is a pointer, not a value
2006-08-08 Chris Lattneradd a new assign method
2006-08-08 Chris LattnerAdd ctor that initializes from a range.
2006-08-07 Chris LattnerRemove assertions from the SmallVector class. They...
2006-08-07 Chris LattnerAdd a clear method to SmallVector
2006-08-06 Chris LattnerSilence a warning on x86-64, reported by chandlerc.
2006-08-05 Evan ChengThis causes some random crashes.
2006-07-28 Chris LattnerThe smallvector dtor should destroy the elements.
2006-07-27 Chris LattnerUse std::copy instead of custom loops to take advantage...
2006-07-26 Chris LattnerAdd a new llvm::SmallVector template, which is similar...
2006-07-14 Chris LattnerAdd two helper functions
2006-06-21 Chris LattnerAdd some out-of-line virtual dtors so that the class...
2006-06-01 Reid SpencerFavor C++ casts over C casts in C++ code.
2006-05-31 Chris LattnerFix utostr once and for all, by making there only be...
2006-05-31 Andrew LenharthFix build breakage on alpha, without causing it on...
2006-05-31 Andrew Lenharthrevert for now
2006-05-31 Andrew Lenharthmake 64-bit safe and fix the build on alpha
2006-05-24 Reid SpencerFor PR786:
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2006-01-26 Chris Lattneradd some methods for case-insensitive string compares
2006-01-26 Jim LaskeyUse find instead of lower_bounds.
2006-01-26 Jim LaskeyAdd support to find existing entries.
2006-01-22 Chris LattnerThis only needs <iosfwd> not <iostream>
2006-01-17 Evan ChengSuppress "no newline at end of file" warnings.
2006-01-17 Jim LaskeyReduce memory consumption and force (somewhat) access...
2006-01-16 Jim LaskeyRedundant inline keyword.
2006-01-16 Jim LaskeyUniqueVector template provides a means of enumerating...
2005-12-07 Chris LattnerRemove a now-dead map, patch by Saem Ghani, thanks!
2005-12-06 Chris LattnerImplement external storage for post-order iteration...
2005-10-26 Jeff CohenFix comment.
2005-10-26 Jeff CohenEliminate use of sed in Visual Studio builds.
2005-08-24 Misha BrukmanWrap long lines
2005-08-24 Reid SpencerRemove some tabs.
2005-08-23 Chris Lattneradd a method
2005-06-15 Nate BegemanAdd some operators the PowerPC backend needs to efficie...
2005-05-05 Misha BrukmanConvert tabs to spaces
2005-04-22 Misha BrukmanConvert tabs to spaces
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:
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
next