summaryrefslogtreecommitdiff
path: root/lib/Support/FoldingSet.cpp
Commit message (Expand)AuthorAge
* Add a version of AddString that takes a const char* so we can avoid extraneousOwen Anderson2008-07-01
* Consistently set "Buckets[NumBuckets] = reinterpret_cast<void*>(-1)" througho...Ted Kremenek2008-06-17
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Fixed bug in FoldingSetIteratorImpl where we did not correctly check ifTed Kremenek2008-02-15
* Added "Profile" method to APFloat for use with FoldingSet.Ted Kremenek2008-02-11
* Add support to FoldingSet for hashing APInt objects.Dan Gohman2008-02-06
* Added "bucket_iterators" to FoldingSet. Bucket iterators allow iterationTed Kremenek2008-02-04
* Fixed 80 col. violation.Ted Kremenek2008-02-04
* Made 'FoldingSetNodeID' a proper class instead of a nested class inTed Kremenek2008-01-19
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Change a #include into a forward declarationChris Lattner2007-10-09
* Add initial iterator support for folding set.Chris Lattner2007-10-03
* Simplify implementation of the FoldingSet circular list, a necessary stepChris Lattner2007-10-03
* fix a gcc warning: comparison between signed and unsigned integer expressionsChris Lattner2007-09-14
* Remove the assumption that FP's are either float orDale Johannesen2007-09-14
* And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoidDan Gohman2007-09-14
* remove folding set debug outputChris Lattner2007-02-24
* Encode small integers more densely in foldingset, avoiding overflowing the Sm...Chris Lattner2007-02-04
* improve comments, add an assertionChris Lattner2007-02-01
* Add some debug output.Reid Spencer2007-01-31
* minor cleanups. Fix off-by-one in accounting the number of nodes when theChris Lattner2007-01-31
* reformat commentChris Lattner2007-01-30
* assert.h -> cassertRafael Espindola2006-11-03
* #include <assert.h>Rafael Espindola2006-11-02
* Allow FoldingSet clients to pump up the initial hash size.Jim Laskey2006-11-02
* Try again.Jim Laskey2006-10-29
* Not handling zero length strings.Jim Laskey2006-10-29
* SmallVector append not insert.Jim Laskey2006-10-27
* Grrr.Jim Laskey2006-10-27
* Temp patch for missing functionality.Jim Laskey2006-10-27
* MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory.Bill Wendling2006-10-27
* Apply editorials.Jim Laskey2006-10-27
* Breakout folding hash set from SelectionDAGCSEMap.Jim Laskey2006-10-27