| Commit message (Expand) | Author | Age | Files | Lines |
* | Change several SmallPtrSetImpl members from public to protected, | Dan Gohman | 2009-02-07 | 1 | -8/+11 |
* | Add an API for strings with possible NULLs in the middle. Refactor the other | Nick Lewycky | 2009-02-07 | 1 | -0/+1 |
* | fix a pretty serious bug in StringMap where GetOrCreate(strstart,strend, z) | Chris Lattner | 2009-02-04 | 1 | -9/+16 |
* | Fix a bug in getMaxValue/getMinValue to pass the right signedness the | Chris Lattner | 2009-01-30 | 1 | -6/+6 |
* | Fix a bug in BitVector.h. All assignment operations (except the usual | romix | 2009-01-26 | 1 | -3/+3 |
* | Get rid of warning about implicit 64-to-32 bit conversions. | Bill Wendling | 2009-01-22 | 1 | -1/+3 |
* | Add explicit this-> (to make the VS compiler happy). | Steve Naroff | 2009-01-21 | 1 | -1/+1 |
* | Fix ilist two-phase name lookup | Douglas Gregor | 2009-01-21 | 1 | -1/+1 |
* | Do not use host floating point types when emitting | Dale Johannesen | 2009-01-21 | 1 | -2/+0 |
* | Make special cases (0 inf nan) work for frem. | Dale Johannesen | 2009-01-21 | 1 | -0/+1 |
* | Add an IEEE remainder function, which is not | Dale Johannesen | 2009-01-20 | 1 | -0/+3 |
* | eliminate use of uint32_t to improve compatibility with cygwin | Chris Lattner | 2009-01-20 | 1 | -76/+76 |
* | improve compatibility with cygwin, patch by Jay Foad! | Chris Lattner | 2009-01-19 | 1 | -5/+16 |
* | Get this building with gcc-4.4. | Duncan Sands | 2009-01-16 | 1 | -0/+1 |
* | add a new insertAfter method, patch by Tom Jablin! | Chris Lattner | 2009-01-13 | 1 | -0/+7 |
* | Removed trailing whitespace. | Misha Brukman | 2009-01-09 | 30 | -929/+929 |
* | * Don't explicitly cast "0" to "void*". This doesn't work well with specialized | Bill Wendling | 2009-01-08 | 1 | -3/+3 |
* | Remove extra blank line and space. | Misha Brukman | 2009-01-08 | 1 | -2/+1 |
* | * Added unittests for StringMap | Misha Brukman | 2009-01-08 | 1 | -2/+4 |
* | * Fixed spelling of "sentinel" | Misha Brukman | 2009-01-08 | 1 | -23/+23 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 4 | -6/+3 |
* | Add several more unimplemented operator overloads to ilist_iterator | Dan Gohman | 2009-01-04 | 1 | -4/+16 |
* | Fix typo. | Nick Lewycky | 2009-01-02 | 1 | -1/+1 |
* | Add explicit this-> for some member function in templated base class. | Cédric Venet | 2008-12-13 | 2 | -27/+27 |
* | Move the conversion to intptr_t to a separate statement. This | Dan Gohman | 2008-12-08 | 1 | -2/+3 |
* | Use 'delete []' instead of 'delete' in OwningArray::reset(). | Ted Kremenek | 2008-12-08 | 1 | -1/+1 |
* | Use intptr_t instead of unsigned here, which is more appropriate | Dan Gohman | 2008-12-07 | 1 | -1/+1 |
* | add a new pop_back_val method which returns the value popped. This is | Chris Lattner | 2008-12-05 | 1 | -0/+6 |
* | Fix isIntN to work with APInts > 64 bits. This method is only | Chris Lattner | 2008-12-02 | 1 | -5/+7 |
* | add densemap range insertion method. | Chris Lattner | 2008-12-02 | 1 | -0/+8 |
* | reenable array_pod_sort, this time hopefully happy on 64-bit | Chris Lattner | 2008-12-01 | 1 | -9/+12 |
* | don't #include <algorithm> into the llvm namespace. | Chris Lattner | 2008-12-01 | 1 | -0/+2 |
* | switch to std::sort until I have time to sort this out. | Chris Lattner | 2008-12-01 | 1 | -3/+7 |
* | define array_pod_sort in terms of operator< instead of my brain | Chris Lattner | 2008-12-01 | 1 | -13/+9 |
* | don't assume iterators implicitly convert to pointers. | Chris Lattner | 2008-12-01 | 1 | -1/+1 |
* | Introduce a new array_pod_sort function and switch LSR to use it | Chris Lattner | 2008-12-01 | 1 | -1/+38 |
* | Fix bogus assertion using getSExtValue for legitimate values, like -1 in | Eli Friedman | 2008-12-01 | 1 | -1/+1 |
* | add the rest of the comparison routines. | Chris Lattner | 2008-11-30 | 1 | -6/+6 |
* | fix indentation. std::pair is "isPod" if the first/second are both isPod. | Chris Lattner | 2008-11-30 | 1 | -16/+17 |
* | protect against negative values that would exceed allowed bit width | Edwin Török | 2008-11-29 | 1 | -1/+1 |
* | apparently GCC doesn't believe that I understand C | Chris Lattner | 2008-11-29 | 1 | -2/+2 |
* | Typo fix. | Duncan Sands | 2008-11-29 | 1 | -1/+1 |
* | Fix sentinels to use correctly 'aligned' pointers. | Chris Lattner | 2008-11-29 | 1 | -2/+2 |
* | Fix spello, add DenseMapInfo specialization for PointerIntPair. | Chris Lattner | 2008-11-29 | 1 | -0/+22 |
* | fix comment typo | Chris Lattner | 2008-11-28 | 1 | -1/+1 |
* | fix a bug. | Chris Lattner | 2008-11-28 | 1 | -1/+1 |
* | add a generic "bitmangled pointer" class, which allows a parameterized | Chris Lattner | 2008-11-28 | 1 | -0/+69 |
* | Add typedef to StringMapEntry. | Ted Kremenek | 2008-11-27 | 1 | -2/+4 |
* | add an operator= to assign to smallstring. | Chris Lattner | 2008-11-20 | 1 | -0/+5 |
* | move partial template specialization to FoldingSet.h. | Zhongxing Xu | 2008-11-17 | 2 | -5/+6 |