assert(0) -> LLVM_UNREACHABLE.
[oota-llvm.git] / lib / Support / FoldingSet.cpp
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-02-07 Nick LewyckyAdd an API for strings with possible NULLs in the middl...
2009-01-21 Dale JohannesenDo not use host floating point types when emitting
2008-11-03 Dan GohmanOverload AddInteger on int/long/long long instead of...
2008-08-23 Dan GohmanAdd a clear() method to FoldingSet.
2008-08-12 Dan GohmanAvoid repeatedly reallocating the FoldingSetNodeID...
2008-07-01 Owen AndersonAdd a version of AddString that takes a const char...
2008-06-17 Ted KremenekConsistently set "Buckets[NumBuckets] = reinterpret_cas...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-15 Ted KremenekFixed bug in FoldingSetIteratorImpl where we did not...
2008-02-11 Ted KremenekAdded "Profile" method to APFloat for use with FoldingSet.
2008-02-06 Dan GohmanAdd support to FoldingSet for hashing APInt objects.
2008-02-04 Ted KremenekAdded "bucket_iterators" to FoldingSet. Bucket iterato...
2008-02-04 Ted KremenekFixed 80 col. violation.
2008-01-19 Ted KremenekMade 'FoldingSetNodeID' a proper class instead of a...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-09 Chris LattnerChange a #include into a forward declaration
2007-10-03 Chris LattnerAdd initial iterator support for folding set.
2007-10-03 Chris LattnerSimplify implementation of the FoldingSet circular...
2007-09-14 Chris Lattnerfix a gcc warning: comparison between signed and unsign...
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-02-24 Chris Lattnerremove folding set debug output
2007-02-04 Chris LattnerEncode small integers more densely in foldingset, avoid...
2007-02-01 Chris Lattnerimprove comments, add an assertion
2007-01-31 Reid SpencerAdd some debug output.
2007-01-31 Chris Lattnerminor cleanups. Fix off-by-one in accounting the numbe...
2007-01-30 Chris Lattnerreformat comment
2006-11-03 Rafael Espindolaassert.h -> cassert
2006-11-02 Rafael Espindola#include <assert.h>
2006-11-02 Jim LaskeyAllow FoldingSet clients to pump up the initial hash...
2006-10-29 Jim LaskeyTry again.
2006-10-29 Jim LaskeyNot handling zero length strings.
2006-10-27 Jim LaskeySmallVector append not insert.
2006-10-27 Jim LaskeyGrrr.
2006-10-27 Jim LaskeyTemp patch for missing functionality.
2006-10-27 Bill WendlingMathExtras isn't in the llvm/ADT directory but in the...
2006-10-27 Jim LaskeyApply editorials.
2006-10-27 Jim LaskeyBreakout folding hash set from SelectionDAGCSEMap.