| Commit message (Expand) | Author | Age | Files | Lines |
* | Unbreak VC++ build. | Jeff Cohen | 2006-11-05 | 1 | -0/+2 |
* | Allow FoldingSet clients to pump up the initial hash size. | Jim Laskey | 2006-11-02 | 1 | -1/+5 |
* | add a new form of insert. | Chris Lattner | 2006-10-30 | 1 | -1/+48 |
* | Add SmallString a (currently) minimal class that adapts SmallVector to be | Chris Lattner | 2006-10-30 | 2 | -0/+58 |
* | add a method | Chris Lattner | 2006-10-30 | 2 | -0/+16 |
* | add newline at end of file | Chris Lattner | 2006-10-29 | 2 | -2/+4 |
* | add a highly efficient hash table that is specialized for mapping C strings | Chris Lattner | 2006-10-29 | 2 | -0/+288 |
* | Clean up | Jim Laskey | 2006-10-27 | 1 | -2/+2 |
* | Apply editorials. | Jim Laskey | 2006-10-27 | 1 | -87/+58 |
* | Breakout folding hash set from SelectionDAGCSEMap. | Jim Laskey | 2006-10-27 | 1 | -0/+281 |
* | Fix build error in gcc 3.4 and make more this general | Andrew Lenharth | 2006-10-09 | 1 | -1/+1 |
* | Fix PR897 | Chris Lattner | 2006-10-08 | 1 | -0/+5 |
* | add a simple reserve method. | Chris Lattner | 2006-09-01 | 1 | -0/+5 |
* | Instantiate Statistic<> in one place, not in every .o file that uses it. | Chris Lattner | 2006-08-30 | 1 | -1/+4 |
* | Add 2nd form of resize | Chris Lattner | 2006-08-28 | 1 | -0/+12 |
* | add resize, move swap out of line | Chris Lattner | 2006-08-22 | 1 | -36/+56 |
* | add a bunch more operations, including swap, insert, erase, front(), and | Chris Lattner | 2006-08-22 | 1 | -13/+115 |
* | silence a warning. | Chris Lattner | 2006-08-16 | 1 | -0/+1 |
* | Bugfixes for smallvector when the element size is small and N is small. | Chris Lattner | 2006-08-16 | 1 | -4/+17 |
* | avoid a warning | Chris Lattner | 2006-08-14 | 1 | -1/+1 |
* | move code out of line so that GCC doesn't inline it at -O3 | Chris Lattner | 2006-08-11 | 1 | -61/+68 |
* | Split SmallVector into SmallVector and SmallVectorImpl, which allows us to | Chris Lattner | 2006-08-11 | 1 | -40/+45 |
* | capacity is a pointer, not a value | Chris Lattner | 2006-08-08 | 1 | -1/+1 |
* | add a new assign method | Chris Lattner | 2006-08-08 | 1 | -0/+9 |
* | Add ctor that initializes from a range. | Chris Lattner | 2006-08-08 | 1 | -0/+6 |
* | Remove assertions from the SmallVector class. They slow down clients of | Chris Lattner | 2006-08-07 | 1 | -6/+0 |
* | Add a clear method to SmallVector | Chris Lattner | 2006-08-07 | 1 | -0/+7 |
* | Silence a warning on x86-64, reported by chandlerc. | Chris Lattner | 2006-08-06 | 1 | -1/+1 |
* | This causes some random crashes. | Evan Cheng | 2006-08-05 | 1 | -1/+1 |
* | The smallvector dtor should destroy the elements. | Chris Lattner | 2006-07-28 | 1 | -2/+12 |
* | Use std::copy instead of custom loops to take advantage of STL optimizations. | Chris Lattner | 2006-07-27 | 1 | -5/+19 |
* | Add a new llvm::SmallVector template, which is similar to the vector class, but | Chris Lattner | 2006-07-26 | 1 | -0/+196 |
* | Add two helper functions | Chris Lattner | 2006-07-14 | 1 | -0/+9 |
* | Add some out-of-line virtual dtors so that the class has a "home", preventing | Chris Lattner | 2006-06-21 | 1 | -1/+2 |
* | Favor C++ casts over C casts in C++ code. | Reid Spencer | 2006-06-01 | 1 | -2/+2 |
* | Fix utostr once and for all, by making there only be one function named | Chris Lattner | 2006-05-31 | 1 | -17/+14 |
* | Fix build breakage on alpha, without causing it on x86. as a bonus, all plat... | Andrew Lenharth | 2006-05-31 | 1 | -13/+2 |
* | revert for now | Andrew Lenharth | 2006-05-31 | 1 | -2/+13 |
* | make 64-bit safe and fix the build on alpha | Andrew Lenharth | 2006-05-31 | 1 | -13/+2 |
* | For PR786: | Reid Spencer | 2006-05-24 | 1 | -3/+3 |
* | Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. | Chris Lattner | 2006-02-22 | 3 | -1/+3 |
* | add some methods for case-insensitive string compares | Chris Lattner | 2006-01-26 | 1 | -0/+21 |
* | Use find instead of lower_bounds. | Jim Laskey | 2006-01-26 | 1 | -2/+2 |
* | Add support to find existing entries. | Jim Laskey | 2006-01-26 | 1 | -0/+20 |
* | This only needs <iosfwd> not <iostream> | Chris Lattner | 2006-01-22 | 1 | -1/+1 |
* | Suppress "no newline at end of file" warnings. | Evan Cheng | 2006-01-17 | 1 | -1/+1 |
* | Reduce memory consumption and force (somewhat) access to entries via ID. | Jim Laskey | 2006-01-17 | 1 | -11/+11 |
* | Redundant inline keyword. | Jim Laskey | 2006-01-16 | 1 | -1/+1 |
* | UniqueVector template provides a means of enumerating objects uniquely. | Jim Laskey | 2006-01-16 | 1 | -0/+70 |
* | Remove a now-dead map, patch by Saem Ghani, thanks! | Chris Lattner | 2005-12-07 | 1 | -2/+1 |