2008-08-01 |
Bill Wendling | Removed unused parameters. |
tree | commitdiff |
2008-07-28 |
Dan Gohman | Fold the useful features of alist and alist_node into... |
tree | commitdiff |
2008-07-19 |
Anton Korobeynikov | Remove bogus assertion. This unbreaks mingw, where... |
tree | commitdiff |
2008-07-12 |
Ted Kremenek | Inline typedef for alist_iterator::pointer to work... |
tree | commitdiff |
2008-07-12 |
Nick Lewycky | operator[] is not defined for list::iterator. Overload... |
tree | commitdiff |
2008-07-11 |
Ted Kremenek | Minor tweaks to the ImmutableList iterator interface. |
tree | commitdiff |
2008-07-10 |
Ted Kremenek | Make typedef public to make MSVC++ happy. |
tree | commitdiff |
2008-07-10 |
Ted Kremenek | Make some typedefs public to make MSVC++ happy. |
tree | commitdiff |
2008-07-10 |
Ted Kremenek | Make typedefs in ilist public (Visual C++ errors out... |
tree | commitdiff |
2008-07-10 |
Bill Wendling | Pull r53428 from Gaz into mainline: |
tree | commitdiff |
2008-07-10 |
Ted Kremenek | Added ImmutableMap constructor that accepts a const... |
tree | commitdiff |
2008-07-10 |
Dan Gohman | Tidy up #includes. |
tree | commitdiff |
2008-07-10 |
Duncan Sands | Correct a comment. |
tree | commitdiff |
2008-07-07 |
Dan Gohman | Add some basic Pool-allocation infrastructure. This... |
tree | commitdiff |
2008-07-07 |
Dan Gohman | Make ilist noncopyable too. |
tree | commitdiff |
2008-07-07 |
Dan Gohman | Don't use std::advance just to increment or decrement... |
tree | commitdiff |
2008-07-07 |
Dan Gohman | Remove unnecessary static_casts. |
tree | commitdiff |
2008-07-07 |
Dan Gohman | Remove an unnecessary reinterpret_cast. |
tree | commitdiff |
2008-07-07 |
Dan Gohman | Add explicit keywords. |
tree | commitdiff |
2008-07-07 |
Dan Gohman | Make DenseMap's insert return a pair, to more closely... |
tree | commitdiff |
2008-07-07 |
Ted Kremenek | Removed ImmutableMap::SlimFind and replaced it with... |
tree | commitdiff |
2008-07-03 |
Dan Gohman | Use operator new instead of new char[]. |
tree | commitdiff |
2008-07-02 |
Owen Anderson | Have DenseSet::insert return a bool indicating whether... |
tree | commitdiff |
2008-07-02 |
Chris Lattner | optimize StringMap::clear |
tree | commitdiff |
2008-07-02 |
Chris Lattner | Add a new (simple) StringMap::clear method, patch by... |
tree | commitdiff |
2008-07-02 |
Ted Kremenek | Implemented operator!= for the ImmutableList iterator. |
tree | commitdiff |
2008-07-01 |
Owen Anderson | Add a version of AddString that takes a const char... |
tree | commitdiff |
2008-07-01 |
Ted Kremenek | Added partial specialization of FoldingSetTrait for... |
tree | commitdiff |
2008-07-01 |
Seo Sanghyeon | Compilation fix |
tree | commitdiff |
2008-06-30 |
Dan Gohman | Make SmallVector's grow use memcpy in common cases |
tree | commitdiff |
2008-06-30 |
Dan Gohman | Use plain operator new instead of new char[]. |
tree | commitdiff |
2008-06-30 |
Ted Kremenek | Added some comments and some cleanups. |
tree | commitdiff |
2008-06-30 |
Ted Kremenek | Added ImmutableList, a companion ADT to ImmutableSet... |
tree | commitdiff |
2008-06-30 |
Chris Lattner | add convenience 'constructors' |
tree | commitdiff |
2008-06-26 |
Bill Wendling | Remove warnings about shadowed and unused variables. |
tree | commitdiff |
2008-06-24 |
Dan Gohman | Pass std::string by reference. Thanks Chris! |
tree | commitdiff |
2008-06-23 |
Dan Gohman | Add a clear() method to PriorityQueue. |
tree | commitdiff |
2008-06-23 |
Dan Gohman | Simplify erase_one slightly. It's not necessary to... |
tree | commitdiff |
2008-06-23 |
Dan Gohman | Add methods to StringMap to erase entries by key. |
tree | commitdiff |
2008-06-23 |
Wojciech Matyjewicz | First step to fix PR2088. Implement routine to compute the |
tree | commitdiff |
2008-06-21 |
Dan Gohman | Add a priority queue class, which is a wrapper around... |
tree | commitdiff |
2008-06-17 |
Owen Anderson | Fix use of placement new to actually use an address. |
tree | commitdiff |
2008-06-09 |
Duncan Sands | Remove some DAG combiner assumptions about sizes |
tree | commitdiff |
2008-06-09 |
Chris Lattner | Add a simple, but efficient, generic scoped hash table |
tree | commitdiff |
2008-06-01 |
Chris Lattner | add a predicate. |
tree | commitdiff |
2008-05-30 |
Dan Gohman | Add an operator< for SmallVector. |
tree | commitdiff |
2008-05-30 |
Dan Gohman | Fix an error in the comment for APInt::getMinSignedBits. |
tree | commitdiff |
2008-05-29 |
Anton Korobeynikov | Remove guard, so *each* inclusion will result in a... |
tree | commitdiff |
2008-05-29 |
Dan Gohman | Prune and tidy #includes. |
tree | commitdiff |
2008-05-29 |
Anton Korobeynikov | Add file with warning for backward comptibility. Should... |
tree | commitdiff |
2008-05-29 |
Anton Korobeynikov | Update guards |
tree | commitdiff |
2008-05-29 |
Anton Korobeynikov | For PR1338: rename include/llvm/ADT/ilist and friends... |
tree | commitdiff |
2008-05-27 |
Matthijs Kooijman | Use an explicit llvm:: prefix in the STATISTIC macro... |
tree | commitdiff |
2008-05-19 |
Bill Wendling | Remove warnings about unused parameters and shadowed... |
tree | commitdiff |
2008-05-13 |
Anton Korobeynikov | Add thin layer over StringMap to form StringSet. By... |
tree | commitdiff |
2008-05-07 |
Ted Kremenek | Make the interface of CStrInCStrNoCase be the same... |
tree | commitdiff |
2008-05-07 |
Ted Kremenek | Fix some serious logical errors in CStrInCStrNoCase... |
tree | commitdiff |
2008-05-07 |
Ted Kremenek | Guard for empty strings in CStrInCStrNoCase. |
tree | commitdiff |
2008-05-07 |
Ted Kremenek | Added CStrInCStrNoCase, a portable implementation of... |
tree | commitdiff |
2008-05-07 |
Nick Lewycky | Typo. |
tree | commitdiff |
2008-05-05 |
Evan Cheng | Fix more -Wshorten-64-to-32 warnings. |
tree | commitdiff |
2008-05-03 |
Ted Kremenek | Implement operator-> for ImmutableMap iterators. |
tree | commitdiff |
2008-05-02 |
Evan Cheng | Suppress -Wshorten-64-to-32 warnings for 64-bit hosts. |
tree | commitdiff |
2008-04-28 |
Chris Lattner | Remove the SmallVector ctor that converts from a SmallV... |
tree | commitdiff |
2008-04-28 |
Chris Lattner | restore the copy ctor in SmallVector. This fixes serious |
tree | commitdiff |
2008-04-28 |
Chris Lattner | generalize SmallVector copy ctor, there is no requireme... |
tree | commitdiff |
2008-04-24 |
Ted Kremenek | Implement != for DenseSet iterators. |
tree | commitdiff |
2008-04-24 |
Ted Kremenek | Added iterator support for DenseSet. |
tree | commitdiff |
2008-04-17 |
Argyrios Kyrtzidis | Bring in uint32_t, uint64_t, and int64_t types for... |
tree | commitdiff |
2008-04-16 |
Chris Lattner | fix off by one error. |
tree | commitdiff |
2008-04-16 |
Chris Lattner | give smallstring some methods to do 'itoa'. |
tree | commitdiff |
2008-04-11 |
Chris Lattner | improvements for IntrusiveRefCntPtr, patch by Mikhail... |
tree | commitdiff |
2008-04-07 |
Owen Anderson | Add operator= implementations to SparseBitVector, allow... |
tree | commitdiff |
2008-04-02 |
David Greene | Iterators folloring a SmallVector erased element are... |
tree | commitdiff |
2008-03-30 |
Chris Lattner | Fix "Control reaches the end of non-void function"... |
tree | commitdiff |
2008-03-27 |
Chris Lattner | when a node is removed from an ilist, set its next... |
tree | commitdiff |
2008-03-25 |
Dan Gohman | Add explicit keywords. |
tree | commitdiff |
2008-03-23 |
Anton Korobeynikov | Add first proof-of-concept universal compiler driver... |
tree | commitdiff |
2008-03-19 |
Duncan Sands | Fix comment. |
tree | commitdiff |
2008-03-18 |
Scott Michel | Dial down gcc's warnings: don't use 0UL when 0U suffice... |
tree | commitdiff |
2008-03-13 |
Dan Gohman | No need for typedefs with enums in C++. |
tree | commitdiff |
2008-02-29 |
Dan Gohman | Add support to APInt for shift and rotate operations... |
tree | commitdiff |
2008-02-29 |
Dan Gohman | Add a method to APFloat to convert directly from APInt. |
tree | commitdiff |
2008-02-26 |
Anton Korobeynikov | Update per review. Patch by Mikhail Glushenkov! |
tree | commitdiff |
2008-02-26 |
Bill Wendling | Detabify |
tree | commitdiff |
2008-02-25 |
Eli Friedman | Add missing include (for ptrdiff_t). |
tree | commitdiff |
2008-02-22 |
Anton Korobeynikov | Add smart refcounting pointer class to ADT back (known... |
tree | commitdiff |
2008-02-22 |
Anton Korobeynikov | Unbreak build for VC2008. Patch by Argiris Kirtzidis! |
tree | commitdiff |
2008-02-20 |
Dan Gohman | Remove inline keywords from in-class function definitio... |
tree | commitdiff |
2008-02-20 |
Dan Gohman | Add an intersects method to APInt, to capture a common... |
tree | commitdiff |
2008-02-20 |
Anton Korobeynikov | Unbreak build with gcc 4.3: provide missed includes... |
tree | commitdiff |
2008-02-15 |
Scott Michel | Make tblgen a little smarter about constants smaller... |
tree | commitdiff |
2008-02-13 |
Dan Gohman | Fix a typo in a comment. |
tree | commitdiff |
2008-02-13 |
Dan Gohman | Rename APInt's isPositive to isNonNegative, to reflect... |
tree | commitdiff |
2008-02-13 |
Dan Gohman | Add countTrailingOnes member functions to APInt. |
tree | commitdiff |
2008-02-13 |
Dan Gohman | Fix a typo in a comment. |
tree | commitdiff |
2008-02-12 |
Dan Gohman | Change APInt::getBitsSet to accept a "half-open" range... |
tree | commitdiff |
2008-02-11 |
Dan Gohman | Correct the order of the arguments in the examples... |
tree | commitdiff |
2008-02-11 |
Ted Kremenek | The factories for ImutAVLTree/ImmutableSet/ImmutableMap... |
tree | commitdiff |
2008-02-11 |
Ted Kremenek | Added "Profile" method to APFloat for use with FoldingSet. |
tree | commitdiff |
next |