| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | disable some noisy debug output | Chris Lattner | 2007-02-25 | 1 | -12/+12 |
| * | Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str... | Chris Lattner | 2007-02-12 | 1 | -34/+66 |
| * | constants can't be in the symtab anymore | Chris Lattner | 2007-02-07 | 1 | -8/+4 |
| * | update comment. | Chris Lattner | 2007-02-07 | 1 | -3/+3 |
| * | shrink vmcore by moving symbol table stripping support out of VMCore into | Chris Lattner | 2007-02-07 | 1 | -16/+0 |
| * | eliminate ValueSymbolTable::rename, it has no advantage over using remove+ins... | Chris Lattner | 2007-02-07 | 1 | -41/+2 |
| * | speed up conflict handling. | Chris Lattner | 2007-02-07 | 1 | -2/+7 |
| * | Eliminate a bunch of work from ValueSymbolTable::insert for the common case | Chris Lattner | 2007-02-07 | 1 | -1/+7 |
| * | For PR411: | Reid Spencer | 2007-02-05 | 1 | -17/+10 |
| * | Removed iostream #includes. Replaced std::cerr with DOUT. | Bill Wendling | 2006-11-17 | 1 | -10/+9 |
| * | Simple is good. CVS is for revision control, not file headers | Chris Lattner | 2006-01-11 | 1 | -3/+2 |
| * | For PR411: | Reid Spencer | 2006-01-10 | 1 | -0/+167 |

