| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman | 2010-07-21 | 1 | -88/+0 |
* | Before existing NamedMDNode entry in the symbol table, remove any existing en... | Devang Patel | 2010-01-26 | 1 | -2/+8 |
* | Remve unnecessary include. | Devang Patel | 2010-01-26 | 1 | -1/+0 |
* | Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable. | Devang Patel | 2010-01-12 | 1 | -1/+2 |
* | Delete NamedMDSymTable while destrucing Module. | Devang Patel | 2010-01-09 | 1 | -1/+4 |
* | Use separate namespace for named metadata. | Devang Patel | 2010-01-07 | 1 | -1/+79 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -2/+2 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | revert r78048, it isn't worth using assertingvh here. | Chris Lattner | 2009-08-04 | 1 | -2/+1 |
* | switch ValueMap to using AssertingVH. This is an old patch I had laying | Chris Lattner | 2009-08-04 | 1 | -1/+2 |
* | Keep track of named mdnodes in a Module using an ilist. | Devang Patel | 2009-07-29 | 1 | -0/+2 |
* | Switch ValueSymbolTable to StringRef based API. | Daniel Dunbar | 2009-07-23 | 1 | -5/+5 |
* | implement some fixme's by making "autorenaming" in the value symbol table not | Chris Lattner | 2008-06-27 | 1 | -6/+0 |
* | Add a new version of Module::getFunction that takes a const char* instead | Chris Lattner | 2008-06-27 | 1 | -0/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | better portability for intptr_t. | Chris Lattner | 2007-05-18 | 1 | -0/+1 |
* | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov | 2007-04-25 | 1 | -0/+1 |
* | Refactor SymbolTableListTraits to only have a single pointer in it, instead | Chris Lattner | 2007-04-17 | 1 | -13/+6 |
* | urr, yeah. | Chris Lattner | 2007-04-17 | 1 | -4/+2 |
* | Initialize the symbol table to zero explicitly. This ensures that the | Chris Lattner | 2007-04-04 | 1 | -1/+1 |
* | Start value symbol tables out small (space for 16 elts), not huge (space for ... | Chris Lattner | 2007-03-26 | 1 | -1/+1 |
* | Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str... | Chris Lattner | 2007-02-12 | 1 | -18/+15 |
* | shrink vmcore by moving symbol table stripping support out of VMCore into | Chris Lattner | 2007-02-07 | 1 | -6/+0 |
* | eliminate ValueSymbolTable::rename, it has no advantage over using remove+ins... | Chris Lattner | 2007-02-07 | 1 | -13/+4 |
* | Make SymbolTable::insert, SymbolTable::remove and SymbolTable::rename private. | Chris Lattner | 2007-02-07 | 1 | -3/+21 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -3/+9 |
* | 4 billion names is enough for anyone. And really fix the build on alpha this... | Andrew Lenharth | 2006-05-31 | 1 | -1/+1 |
* | Fix build breakage on alpha, without causing it on x86. as a bonus, all plat... | Andrew Lenharth | 2006-05-31 | 1 | -1/+1 |
* | For PR411: | Reid Spencer | 2006-01-10 | 1 | -0/+138 |