Emit a better assertion message for PR1133
[oota-llvm.git] / include / llvm / ADT /
2007-01-31 Chris Lattneradd missing ctor
2007-01-27 Chris Lattnerprovide a definition for uintptr_t
2007-01-27 Chris LattnerMake SmallSet<whatever*, N> faster by transparently...
2007-01-27 Chris Lattneradd some missing API
2007-01-27 Chris LattnerGive SmallSet a reasonable fallback if it gets large...
2007-01-27 Chris Lattnerimplement SmallPtrSet::erase
2007-01-27 Chris LattnerFix a limitation of SmallPtrSet. Before it would asser...
2007-01-27 Chris Lattneradd some comments on the algorithm
2007-01-27 Chris LattnerAdd a new SmallSet ADT specialized for pointers.
2007-01-27 Chris Lattnersimplify insert interface
2007-01-27 Chris Lattnerclean up comment
2007-01-26 Chris Lattnerfit in 80 cols
2007-01-23 Chris Lattnerfix typo
2007-01-23 Chris Lattnermake the SmallSet interface more std::set-like
2007-01-23 Chris Lattneradd a trivial SmallSet class, which operates on a simil...
2007-01-17 Reid SpencerFor PR1094:
2006-12-19 Chris Lattnereliminate constructor from Statistic class. It is...
2006-12-19 John CriswellAdded operator methods to the Statistic class; some...
2006-12-19 Chris LattnerRefactor statistic a big and introduce a horrible-but...
2006-12-18 Bill WendlingRemoved llvm_ostream and used std::ostream instead.
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-08 Chris LattnerChange the implementation of statistic to not need...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris Lattnermerge the Statistic and StatisticBase classes, eliminat...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-28 Bill WendlingSupport for llvm_ostreams.
2006-11-28 Chris LattnerAdd a helper function
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-02 Jim LaskeyAllow FoldingSet clients to pump up the initial hash...
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.
next