2020-03-11 |
Reid Kleckner | Drop a StringMap.h include, NFC |
blob | commitdiff |
2019-01-19 |
Chandler Carruth | Update the file headers across all of the LLVM projects... |
blob | commitdiff | diff to current |
2018-09-14 |
Adrian Prantl | fix typos |
blob | commitdiff | diff to current |
2018-07-30 |
Fangrui Song | Remove trailing space |
blob | commitdiff | diff to current |
2018-06-09 |
Serge Pavlov | Use uniform mechanism for OOM errors handling |
blob | commitdiff | diff to current |
2018-05-30 |
Serge Pavlov | Revert commit 333506 |
blob | commitdiff | diff to current |
2018-05-30 |
Serge Pavlov | Use uniform mechanism for OOM errors handling |
blob | commitdiff | diff to current |
2018-05-29 |
Serge Pavlov | Reverted commits 333390, 333391 and 333394 |
blob | commitdiff | diff to current |
2018-05-29 |
Serge Pavlov | Use uniform mechanism for OOM errors handling |
blob | commitdiff | diff to current |
2018-02-15 |
Serge Pavlov | Revert r325224 "Report fatal error in the case of out... |
blob | commitdiff | diff to current |
2018-02-15 |
Serge Pavlov | Report fatal error in the case of out of memory |
blob | commitdiff | diff to current |
2017-07-20 |
Matthias Braun | Support, IR, ADT: Check nullptr after allocation with... |
blob | commitdiff | diff to current |
2017-06-12 |
George Burgess IV | [ADT] Reduce duplication between {Contextual,}FoldingSe... |
blob | commitdiff | diff to current |
2016-10-16 |
Richard Smith | PR30711: Fix incorrect profiling of 'long long' in... |
blob | commitdiff | diff to current |
2016-08-17 |
Justin Bogner | Replace a few more "fall through" comments with LLVM_FA... |
blob | commitdiff | diff to current |
2016-06-03 |
Ben Craig | Adding reserve and capacity methods to FoldingSet |
blob | commitdiff | diff to current |
2015-08-16 |
Chandler Carruth | [ADT] Teach FoldingSet to be movable. |
blob | commitdiff | diff to current |
2015-04-06 |
Sanjay Patel | fix typos; NFC |
blob | commitdiff | diff to current |
2015-03-22 |
Benjamin Kramer | FoldingSet: Make FoldingSetImpl's dtor protected and... |
blob | commitdiff | diff to current |
2015-03-16 |
Gabor Horvath | [llvm] Replacing asserts with static_asserts where... |
blob | commitdiff | diff to current |
2014-04-15 |
Craig Topper | [C++11] More 'nullptr' conversion. In some cases just... |
blob | commitdiff | diff to current |
2014-04-09 |
Craig Topper | [C++11] Replace some comparisons with 'nullptr' with... |
blob | commitdiff | diff to current |
2014-04-07 |
Craig Topper | [C++11] Make use of 'nullptr' in the Support library. |
blob | commitdiff | diff to current |
2013-04-15 |
Rafael Espindola | Make the host endianness check an integer constant... |
blob | commitdiff | diff to current |
2012-12-25 |
Nick Lewycky | Fix whitespace. No functionality change. |
blob | commitdiff | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | diff to current |
2012-11-16 |
Chris Lattner | move irrelevant attribution. |
blob | commitdiff | diff to current |
2012-09-08 |
Ted Kremenek | Add operator< for FoldingSetNodeID. |
blob | commitdiff | diff to current |
2012-04-11 |
Benjamin Kramer | FoldingSet: Push the hash through FoldingSetTraits... |
blob | commitdiff | diff to current |
2012-03-08 |
Duncan Sands | Revert commit 152300 (ddunbar) since it still seems... |
blob | commitdiff | diff to current |
2012-03-08 |
Daniel Dunbar | [ADT] Change the trivial FoldingSetNodeID::Add* methods... |
blob | commitdiff | diff to current |
2012-03-08 |
Daniel Dunbar | Revert r152288, "[ADT] Change the trivial FoldingSetNod... |
blob | commitdiff | diff to current |
2012-03-08 |
Daniel Dunbar | [ADT] Change the trivial FoldingSetNodeID::Add* methods... |
blob | commitdiff | diff to current |
2012-03-01 |
Chandler Carruth | Switch FoldingSet over to the new hashing infrastructur... |
blob | commitdiff | diff to current |
2011-07-18 |
Benjamin Kramer | Simplify & microoptimize code. No intended functionalit... |
blob | commitdiff | diff to current |
2011-06-03 |
Zhongxing Xu | singed int causes signed extension, which contradicts... |
blob | commitdiff | diff to current |
2011-04-25 |
Chris Lattner | allow adding a FoldingSetNodeID to a FastFoldingSetNode... |
blob | commitdiff | diff to current |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
blob | commitdiff | diff to current |
2010-11-19 |
Dale Johannesen | Aligned and unaligned copies of the same string |
blob | commitdiff | diff to current |
2010-08-24 |
Dan Gohman | Use Bits.data() instead of &Bits[0]. |
blob | commitdiff | diff to current |
2010-08-16 |
Dan Gohman | Add hooks to FoldingSetTrait to allow specializations... |
blob | commitdiff | diff to current |
2010-08-16 |
Dan Gohman | Reverse the order of GetNodeProfile's arguments, for... |
blob | commitdiff | diff to current |
2010-06-19 |
Benjamin Kramer | Use calloc instead of new/memset, it is more efficient... |
blob | commitdiff | diff to current |
2010-03-18 |
Dan Gohman | Add the ability to "intern" FoldingSetNodeID data into a |
blob | commitdiff | diff to current |
2009-09-22 |
Daniel Dunbar | Switch FoldingSet::AddString to StringRef based API. |
blob | commitdiff | diff to current |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
blob | commitdiff | diff to current |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
blob | commitdiff | diff to current |
2009-02-07 |
Nick Lewycky | Add an API for strings with possible NULLs in the middl... |
blob | commitdiff | diff to current |
2009-01-21 |
Dale Johannesen | Do not use host floating point types when emitting |
blob | commitdiff | diff to current |
2008-11-03 |
Dan Gohman | Overload AddInteger on int/long/long long instead of... |
blob | commitdiff | diff to current |
2008-08-23 |
Dan Gohman | Add a clear() method to FoldingSet. |
blob | commitdiff | diff to current |
2008-08-12 |
Dan Gohman | Avoid repeatedly reallocating the FoldingSetNodeID... |
blob | commitdiff | diff to current |
2008-07-01 |
Owen Anderson | Add a version of AddString that takes a const char... |
blob | commitdiff | diff to current |
2008-06-17 |
Ted Kremenek | Consistently set "Buckets[NumBuckets] = reinterpret_cas... |
blob | commitdiff | diff to current |
2008-05-05 |
Evan Cheng | Fix more -Wshorten-64-to-32 warnings. |
blob | commitdiff | diff to current |
2008-02-20 |
Anton Korobeynikov | Unbreak build with gcc 4.3: provide missed includes... |
blob | commitdiff | diff to current |
2008-02-15 |
Ted Kremenek | Fixed bug in FoldingSetIteratorImpl where we did not... |
blob | commitdiff | diff to current |
2008-02-11 |
Ted Kremenek | Added "Profile" method to APFloat for use with FoldingSet. |
blob | commitdiff | diff to current |
2008-02-06 |
Dan Gohman | Add support to FoldingSet for hashing APInt objects. |
blob | commitdiff | diff to current |
2008-02-04 |
Ted Kremenek | Added "bucket_iterators" to FoldingSet. Bucket iterato... |
blob | commitdiff | diff to current |
2008-02-04 |
Ted Kremenek | Fixed 80 col. violation. |
blob | commitdiff | diff to current |
2008-01-19 |
Ted Kremenek | Made 'FoldingSetNodeID' a proper class instead of a... |
blob | commitdiff | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | diff to current |
2007-10-09 |
Chris Lattner | Change a #include into a forward declaration |
blob | commitdiff | diff to current |
2007-10-03 |
Chris Lattner | Add initial iterator support for folding set. |
blob | commitdiff | diff to current |
2007-10-03 |
Chris Lattner | Simplify implementation of the FoldingSet circular... |
blob | commitdiff | diff to current |
2007-09-14 |
Chris Lattner | fix a gcc warning: comparison between signed and unsign... |
blob | commitdiff | diff to current |
2007-09-14 |
Dale Johannesen | Remove the assumption that FP's are either float or |
blob | commitdiff | diff to current |
2007-09-14 |
Dan Gohman | And an FoldingSetImpl::NodeID::AddInteger overload... |
blob | commitdiff | diff to current |
2007-02-24 |
Chris Lattner | remove folding set debug output |
blob | commitdiff | diff to current |
2007-02-04 |
Chris Lattner | Encode small integers more densely in foldingset, avoid... |
blob | commitdiff | diff to current |
2007-02-01 |
Chris Lattner | improve comments, add an assertion |
blob | commitdiff | diff to current |
2007-01-31 |
Reid Spencer | Add some debug output. |
blob | commitdiff | diff to current |
2007-01-31 |
Chris Lattner | minor cleanups. Fix off-by-one in accounting the numbe... |
blob | commitdiff | diff to current |
2007-01-30 |
Chris Lattner | reformat comment |
blob | commitdiff | diff to current |
2006-11-03 |
Rafael Espindola | assert.h -> cassert |
blob | commitdiff | diff to current |
2006-11-02 |
Rafael Espindola | #include <assert.h> |
blob | commitdiff | diff to current |
2006-11-02 |
Jim Laskey | Allow FoldingSet clients to pump up the initial hash... |
blob | commitdiff | diff to current |
2006-10-29 |
Jim Laskey | Try again. |
blob | commitdiff | diff to current |
2006-10-29 |
Jim Laskey | Not handling zero length strings. |
blob | commitdiff | diff to current |
2006-10-27 |
Jim Laskey | SmallVector append not insert. |
blob | commitdiff | diff to current |
2006-10-27 |
Jim Laskey | Grrr. |
blob | commitdiff | diff to current |
2006-10-27 |
Jim Laskey | Temp patch for missing functionality. |
blob | commitdiff | diff to current |
2006-10-27 |
Bill Wendling | MathExtras isn't in the llvm/ADT directory but in the... |
blob | commitdiff | diff to current |
2006-10-27 |
Jim Laskey | Apply editorials. |
blob | commitdiff | diff to current |
2006-10-27 |
Jim Laskey | Breakout folding hash set from SelectionDAGCSEMap. |
blob | commitdiff | diff to current |
|