| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid warnings about unused parameters that tend to come up a lot when | Duncan Sands | 2013-06-10 | 1 | -2/+3 |
* | Sort the #include lines for the include/... tree with the script. | Chandler Carruth | 2012-12-03 | 1 | -1/+1 |
* | Add operator< for FoldingSetNodeID. | Ted Kremenek | 2012-09-08 | 1 | -0/+9 |
* | Add a FoldingSetVector datastructure which is analogous to a SetVector, | Chandler Carruth | 2012-05-03 | 1 | -0/+105 |
* | FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us... | Benjamin Kramer | 2012-04-11 | 1 | -14/+14 |
* | Revert commit 152300 (ddunbar) since it still seems to be breaking | Duncan Sands | 2012-03-08 | 1 | -51/+0 |
* | [ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline, reapplied | Daniel Dunbar | 2012-03-08 | 1 | -0/+51 |
* | Revert r152288, "[ADT] Change the trivial FoldingSetNodeID::Add* methods to be | Daniel Dunbar | 2012-03-08 | 1 | -46/+0 |
* | [ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline. | Daniel Dunbar | 2012-03-08 | 1 | -0/+46 |
* | Remove redundant template partial specilization. | Zhongxing Xu | 2011-05-16 | 1 | -8/+1 |
* | Improve adherence to general style, use "foo_t &x" instead of "foo_t& x" | Chris Lattner | 2011-04-25 | 1 | -21/+21 |
* | allow adding a FoldingSetNodeID to a FastFoldingSetNode, resolving PR9499, | Chris Lattner | 2011-04-25 | 1 | -2/+5 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Add hooks to FoldingSetTrait to allow specializations to provide | Dan Gohman | 2010-08-16 | 1 | -15/+124 |
* | Tidy up whitespace in comments. | Dan Gohman | 2010-08-16 | 1 | -9/+9 |
* | Constify FoldingSetNodeIDRef's Data. | Dan Gohman | 2010-08-16 | 1 | -3/+3 |
* | Reverse the order of GetNodeProfile's arguments, for consistency | Dan Gohman | 2010-08-16 | 1 | -4/+4 |
* | Fix indentation in example code in a comment. | Dan Gohman | 2010-08-16 | 1 | -3/+3 |
* | Fix typo. | Nick Lewycky | 2010-08-07 | 1 | -1/+1 |
* | Add convenience method FoldingSetImpl::InsertNode(Node *N) that asserts if th... | Argyrios Kyrtzidis | 2010-07-12 | 1 | -0/+8 |
* | Define ContextualFoldingSet, which stores a context parameter to pass down to | John McCall | 2010-06-11 | 1 | -0/+75 |
* | Add the ability to "intern" FoldingSetNodeID data into a | Dan Gohman | 2010-03-18 | 1 | -5/+25 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | Random include cleanup. | Benjamin Kramer | 2009-10-22 | 1 | -1/+0 |
* | Switch FoldingSet::AddString to StringRef based API. | Daniel Dunbar | 2009-09-22 | 1 | -4/+2 |
* | Add an optional optimization to FoldingSet to allow ID values to be | Dan Gohman | 2009-07-13 | 1 | -0/+14 |
* | Add a 'const' in a comment. | Dan Gohman | 2009-06-27 | 1 | -1/+1 |
* | Add terminal width detection to llvm::sys::Process. This is needed to | Douglas Gregor | 2009-05-11 | 1 | -0/+1 |
* | Add FoldingSet profile method for bools. Patch by Ben Laurie! | Ted Kremenek | 2009-02-11 | 1 | -0/+1 |
* | Add an API for strings with possible NULLs in the middle. Refactor the other | Nick Lewycky | 2009-02-07 | 1 | -0/+1 |
* | Do not use host floating point types when emitting | Dale Johannesen | 2009-01-21 | 1 | -2/+0 |
* | Removed trailing whitespace. | Misha Brukman | 2009-01-09 | 1 | -63/+63 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -2/+0 |
* | move partial template specialization to FoldingSet.h. | Zhongxing Xu | 2008-11-17 | 1 | -0/+6 |
* | Fix 80-col violation. | Zhongxing Xu | 2008-11-16 | 1 | -1/+1 |
* | Overload AddInteger on int/long/long long instead of on int/int64_t, | Dan Gohman | 2008-11-03 | 1 | -2/+4 |
* | Add a clear() method to FoldingSet. | Dan Gohman | 2008-08-23 | 1 | -0/+3 |
* | Add an empty() member to FoldingSet. | Dan Gohman | 2008-08-22 | 1 | -0/+3 |
* | Remove an unnecessary reinterpret_cast. | Dan Gohman | 2008-07-07 | 1 | -1/+1 |
* | Add explicit keywords. | Dan Gohman | 2008-07-07 | 1 | -4/+4 |
* | Add a version of AddString that takes a const char* so we can avoid extraneous | Owen Anderson | 2008-07-01 | 1 | -0/+1 |
* | Added partial specialization of FoldingSetTrait for pointers. | Ted Kremenek | 2008-07-01 | 1 | -0/+12 |
* | Fix comment. | Duncan Sands | 2008-03-19 | 1 | -1/+1 |
* | Added "Profile" method to APFloat for use with FoldingSet. | Ted Kremenek | 2008-02-11 | 1 | -15/+16 |
* | Add support to FoldingSet for hashing APInt objects. | Dan Gohman | 2008-02-06 | 1 | -0/+2 |
* | Added "bucket_iterators" to FoldingSet. Bucket iterators allow iteration | Ted Kremenek | 2008-02-04 | 1 | -0/+62 |
* | Added destructor for template class FoldingSetNodeWrapper. | Ted Kremenek | 2008-01-28 | 1 | -1/+4 |
* | Added "clear" method to FoldingSetNodeID to allow a FoldingSetNodeID object | Ted Kremenek | 2008-01-21 | 1 | -0/+4 |
* | Made 'FoldingSetNodeID' a proper class instead of a nested class in | Ted Kremenek | 2008-01-19 | 1 | -51/+47 |
* | Made 'profiling' of objects in a FoldingSet trait-based using FoldingSetTrait | Ted Kremenek | 2008-01-19 | 1 | -1/+53 |