| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug spotted by Chris. | Anders Carlsson | 2007-08-02 | 1 | -4/+4 |
* | Add extend and extOrTrunc methods that do sign or zero extension depending on... | Anders Carlsson | 2007-08-02 | 1 | -0/+16 |
* | Allow SmallPtrSet to hold pointers to const data. | Owen Anderson | 2007-07-27 | 1 | -13/+13 |
* | Disable the string map copy ctor and assignment operators, | Chris Lattner | 2007-07-22 | 1 | -1/+16 |
* | Make the heuristic for shrinking DenseMap smarter. | Owen Anderson | 2007-07-20 | 1 | -2/+4 |
* | Have DenseMap auto-shrink itself on clear(). This improves the time to optimize | Owen Anderson | 2007-07-20 | 1 | -1/+36 |
* | Unbreak the build by putting calls to free into the implementation file and | Reid Spencer | 2007-07-17 | 1 | -4/+1 |
* | Use realloc() to (potentially) resize the contents of SmallPtrSet in place. | Owen Anderson | 2007-07-16 | 1 | -1/+1 |
* | add a helper method. | Chris Lattner | 2007-07-15 | 1 | -0/+1 |
* | Evidently my earlier fix did not go far enough. When resizing a zero-sized | Owen Anderson | 2007-07-10 | 1 | -1/+2 |
* | When resizing a BitVector with size 0, be sure to clear the low word before u... | Owen Anderson | 2007-07-09 | 1 | -0/+5 |
* | Make the assignment operator for SmallPtrSet return a reference, and fix a lo... | Owen Anderson | 2007-07-09 | 1 | -1/+1 |
* | work around an aparent gcc name resolution bug by | Chris Lattner | 2007-07-09 | 1 | -2/+1 |
* | implement operator= for smallptrset | Chris Lattner | 2007-07-09 | 1 | -0/+14 |
* | Add an explicit keyword. Thanks Chris! | Dan Gohman | 2007-06-29 | 1 | -1/+1 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -4/+0 |
* | Add a default parameter to a SmallVector constructor to allow it to | Dan Gohman | 2007-06-28 | 1 | -1/+1 |
* | Have internal df_iterator's use SmallPtrSet instead of std::set. This provid... | Owen Anderson | 2007-06-21 | 1 | -3/+5 |
* | silence some "comparison between signed and unsigned integer expressions" | Chris Lattner | 2007-05-17 | 1 | -3/+3 |
* | Fix some sporadic segfaults that are triggered when SmallVector's heap | Dan Gohman | 2007-05-17 | 1 | -3/+3 |
* | Add some things needed by the llvm-gcc version supporting bit accurate integer | Reid Spencer | 2007-05-13 | 1 | -0/+39 |
* | This is a patch to fix a compile error in STLExtras.h, and | Chris Lattner | 2007-05-03 | 1 | -1/+1 |
* | remove useless type qualifiers | Chris Lattner | 2007-05-03 | 1 | -2/+2 |
* | Rename identifier that GCC uses as a macro, breaking llvm-gcc build. | Jeff Cohen | 2007-04-26 | 1 | -22/+22 |
* | add a missing operator | Chris Lattner | 2007-04-23 | 1 | -0/+5 |
* | Fix some VC++ warnings. | Jeff Cohen | 2007-04-19 | 1 | -4/+4 |
* | Commit an patch from Gabor Greif in Mar 2005. This eliminates the tail | Chris Lattner | 2007-04-17 | 1 | -18/+37 |
* | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 2 | -16/+16 |
* | Fix PR1329. | Jeff Cohen | 2007-04-14 | 1 | -0/+4 |
* | Implement a getBitsNeeded method to determine how many bits are needed to | Reid Spencer | 2007-04-13 | 1 | -0/+6 |
* | fix a comment bug Reid noticed | Chris Lattner | 2007-04-10 | 1 | -2/+3 |
* | add missing methods, mark stuff const | Chris Lattner | 2007-04-10 | 1 | -1/+9 |
* | add a method | Chris Lattner | 2007-04-10 | 1 | -0/+7 |
* | Add a helper class (APSInt) which can represent an APInt along with sign | Chris Lattner | 2007-04-05 | 1 | -0/+101 |
* | Fix release build. | Lauro Ramos Venancio | 2007-04-04 | 1 | -0/+1 |
* | Properly emit range comparisons for switch cases, where neighbour cases | Anton Korobeynikov | 2007-04-04 | 1 | -0/+2 |
* | trivial optimization | Chris Lattner | 2007-04-04 | 1 | -1/+1 |
* | use calloc instead of new/memset, it is more efficient | Chris Lattner | 2007-04-04 | 1 | -1/+1 |
* | Extend StringMap to support being initialized as completely empty. When | Chris Lattner | 2007-04-04 | 1 | -11/+24 |
* | add missing operator | Chris Lattner | 2007-04-03 | 1 | -0/+4 |
* | add a helper function. | Chris Lattner | 2007-04-02 | 1 | -0/+3 |
* | add range version of insert() | Chris Lattner | 2007-04-02 | 1 | -2/+7 |
* | Remove unused methods. | Zhou Sheng | 2007-04-01 | 1 | -18/+0 |
* | Correct typo. | Duncan Sands | 2007-03-30 | 1 | -1/+1 |
* | Compute getLowBitsSet correctly. Using the complement of a 64-bit value | Reid Spencer | 2007-03-25 | 1 | -4/+5 |
* | Fix a typo in a comment. | Reid Spencer | 2007-03-25 | 1 | -1/+1 |
* | Actually, for getHighBitsSet and getLowBitsSet, don't make a 0 bit size | Reid Spencer | 2007-03-25 | 1 | -2/+6 |
* | Make it illegal to set 0 bits in getHighBitsSet and getLowBitsSet. For that | Reid Spencer | 2007-03-24 | 1 | -0/+2 |
* | In the getBitsSet function, don't optimize for a common case that is | Reid Spencer | 2007-03-24 | 1 | -4/+2 |
* | Don't invoke undefined behavior in shifts in the functions getHighBitsSet | Reid Spencer | 2007-03-24 | 1 | -6/+6 |