Trim some unneeded fields.
[oota-llvm.git] / include / llvm / ADT /
2007-09-26 Neil BoothWhitespace cleanup.
2007-09-26 Daniel BerlinFix small bug in operator== for iterators
2007-09-24 Daniel BerlinComment fixups
2007-09-24 Daniel BerlinImplement offline variable substitution in order to...
2007-09-24 Owen AndersonFix typo.
2007-09-21 Dale JohannesenChange APFloat::convertFromInteger to take the incoming
2007-09-21 Owen AndersonFix CopyFrom for non-POD data types.
2007-09-17 Devang PatelDo not hide APInt::dump() inside #ifndef NDEBUG.
2007-09-17 Chris LattnerMerge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
2007-09-17 Daniel BerlinThat's what i get for using carbon emacs in a terminal
2007-09-17 Daniel BerlinFix iterator so it doesn't sometimes report bits that...
2007-09-16 Daniel BerlinFix bug in andersen's related to test_and_set.
2007-09-16 Daniel BerlinFix a few bugs related to zero'ing of elements
2007-09-14 Dale JohannesenRemove the assumption that FP's are either float or
2007-09-14 Dan GohmanAnd an FoldingSetImpl::NodeID::AddInteger overload...
2007-09-13 Chris LattnerMake single-argument ctors explicit to avoid tricky...
2007-09-11 Daniel BerlinMove dump out of class, use "\n" instead of endl
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-11 Daniel BerlinConvert to use ilist and non-pointer lists for extra...
2007-09-11 Owen AndersonAdd a ValueInfoT template parameter to DenseMap so...
2007-09-11 Owen AndersonDon't bother to initialize values corresponding to...
2007-09-11 Daniel BerlinFix bugs with &=, intersect with complement. Add three...
2007-09-11 Owen AndersonFix non-deterministic behavior in the DenseMap copy...
2007-09-11 Daniel BerlinAdd remaining functions necessary for andersen's
2007-09-09 Daniel BerlinAdd SparseBitVector implementation
2007-09-08 Chuck Rose IIIFix for VisualStudio. It is treating a 2 bit enum...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-09-04 Dale Johannesenfix reversal bug in preceding checkin
2007-08-31 Dale JohannesenAdd mod, copysign, abs operations to APFloat.
2007-08-31 Dale JohannesenRevise per review of previous patch.
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-29 Chris LattnergetMinSignedBits needs to take into consider the sign...
2007-08-27 Dan GohmanAdd explicit keywords and remove spurious trailing...
2007-08-25 Dale JohannesenComment out declaration of operator== (undefined).
2007-08-24 Dale JohannesenPoison APFloat::operator==. Replace existing uses...
2007-08-24 Dale JohannesenRevised per review feedback from previous patch.
2007-08-24 Dale JohannesenChange internal representation of ConstantFP to use...
2007-08-23 Chris Lattnerdefault this to radix 10 like the toString(Un)Signed...
2007-08-23 Chris LattnerAvoid hiding issues.
2007-08-23 Chris Lattnerrename APInt::toString -> toStringUnsigned for symmetry...
2007-08-20 Chris Lattnerinitial checkin of Neil's APFloat work.
2007-08-20 Chris Lattneradd reverse iterators to smallvector
2007-08-17 Chris Lattnerimprove iplist comments. Switch iplist from allocating...
2007-08-16 Chris LattnerThis adds a bunch of static functions that implement...
2007-08-16 Owen AndersonForgot a line.
2007-08-16 Owen AndersonAdd a copy constructor and an assignment operator to...
2007-08-15 Anton KorobeynikovProperly use const qualifiers
2007-08-12 Reid SpencerChange casts from old style to new style. This helps...
2007-08-10 Chris Lattnermemcpy with zero length is hugely expensive, so avoid...
2007-08-10 Chris Lattnersmall speedup in the case where a smallvector is defaul...
2007-08-06 Chandler CarruthThis fixes resizing issues with BitVectors. It ensures...
2007-08-05 Reid SpencerDocument a missing parameter.
2007-08-05 Chris LattnerFix a bug in DenseMap::clear, where we never reset...
2007-08-05 Chris LattnerWhen clearing a SmallPtrSet, if the set had a huge...
2007-08-02 Anders CarlssonFix bug spotted by Chris.
2007-08-02 Anders CarlssonAdd extend and extOrTrunc methods that do sign or zero...
2007-07-27 Owen AndersonAllow SmallPtrSet to hold pointers to const data.
2007-07-22 Chris LattnerDisable the string map copy ctor and assignment operators,
2007-07-20 Owen AndersonMake the heuristic for shrinking DenseMap smarter.
2007-07-20 Owen AndersonHave DenseMap auto-shrink itself on clear(). This...
2007-07-17 Reid SpencerUnbreak the build by putting calls to free into the...
2007-07-16 Owen AndersonUse realloc() to (potentially) resize the contents...
2007-07-15 Chris Lattneradd a helper method.
2007-07-10 Owen AndersonEvidently my earlier fix did not go far enough. When...
2007-07-09 Owen AndersonWhen resizing a BitVector with size 0, be sure to clear...
2007-07-09 Owen AndersonMake the assignment operator for SmallPtrSet return...
2007-07-09 Chris Lattnerwork around an aparent gcc name resolution bug by
2007-07-09 Chris Lattnerimplement operator= for smallptrset
2007-06-29 Dan GohmanAdd an explicit keyword. Thanks Chris!
2007-06-29 John CriswellConvert .cvsignore files
2007-06-28 Dan GohmanAdd a default parameter to a SmallVector constructor...
2007-06-21 Owen AndersonHave internal df_iterator's use SmallPtrSet instead...
2007-05-17 Chris Lattnersilence some "comparison between signed and unsigned...
2007-05-17 Dan GohmanFix some sporadic segfaults that are triggered when...
2007-05-13 Reid SpencerAdd some things needed by the llvm-gcc version supporti...
2007-05-03 Chris LattnerThis is a patch to fix a compile error in STLExtras...
2007-05-03 Chris Lattnerremove useless type qualifiers
2007-04-26 Jeff CohenRename identifier that GCC uses as a macro, breaking...
2007-04-23 Chris Lattneradd a missing operator
2007-04-19 Jeff CohenFix some VC++ warnings.
2007-04-17 Chris LattnerCommit an patch from Gabor Greif in Mar 2005. This...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-14 Jeff CohenFix PR1329.
2007-04-13 Reid SpencerImplement a getBitsNeeded method to determine how many...
2007-04-10 Chris Lattnerfix a comment bug Reid noticed
2007-04-10 Chris Lattneradd missing methods, mark stuff const
2007-04-10 Chris Lattneradd a method
2007-04-05 Chris LattnerAdd a helper class (APSInt) which can represent an...
2007-04-04 Lauro Ramos VenancioFix release build.
2007-04-04 Anton KorobeynikovProperly emit range comparisons for switch cases, where...
2007-04-04 Chris Lattnertrivial optimization
2007-04-04 Chris Lattneruse calloc instead of new/memset, it is more efficient
2007-04-04 Chris LattnerExtend StringMap to support being initialized as comple...
2007-04-03 Chris Lattneradd missing operator
2007-04-02 Chris Lattneradd a helper function.
2007-04-02 Chris Lattneradd range version of insert()
2007-04-01 Zhou ShengRemove unused methods.
2007-03-30 Duncan SandsCorrect typo.
2007-03-25 Reid SpencerCompute getLowBitsSet correctly. Using the complement...
2007-03-25 Reid SpencerFix a typo in a comment.
next