Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed trailing whitespace. | Misha Brukman | 2009-01-09 | 1 | -10/+10 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 1 | -1/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Fix build error. | Lauro Ramos Venancio | 2007-02-06 | 1 | -0/+1 |
* | Simplify this a bit, add an assertion | Chris Lattner | 2007-02-05 | 1 | -11/+10 |
* | Const method must use const_iterator. | Chris Lattner | 2007-02-05 | 1 | -2/+1 |
* | 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 |
* | 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 |