| Commit message (Expand) | Author | Age | Files | Lines |
* | Warning fixes for VC++, contributed by Morten Ofstad! | Chris Lattner | 2004-11-15 | 1 | -1/+1 |
* | Fix a comment. | Reid Spencer | 2004-07-17 | 1 | -3/+2 |
* | Constify usage of Type* on the interface to ensure SymbolTable doesn't | Reid Spencer | 2004-07-04 | 1 | -9/+6 |
* | Fix case of doxygen directive \p. | Misha Brukman | 2004-06-03 | 1 | -1/+1 |
* | Eliminate this form of SymbolTable::remove. It ignores the type argument | Chris Lattner | 2004-05-28 | 1 | -4/+3 |
* | Tighten up checking on SymbolTable interface to make it illegal to pass a | Reid Spencer | 2004-05-26 | 1 | -2/+4 |
* | Fix spelling of doxygen directive. | Misha Brukman | 2004-05-26 | 1 | -1/+1 |
* | Completely rewrote the class. SymbolTable now separates Type* from Value* in ... | Reid Spencer | 2004-05-25 | 1 | -82/+335 |
* | Make the lookup method const. | Chris Lattner | 2003-12-31 | 1 | -1/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Fix PR95. I'm checking this patch in for Reid Spencer, who figured it out | Chris Lattner | 2003-11-09 | 1 | -1/+5 |
* | Fix apparent typo in head-of-file comment. | Brian Gaeke | 2003-10-23 | 1 | -1/+1 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | This checkin basically amounts to a complete rewrite of the type-resolution | Chris Lattner | 2003-10-03 | 1 | -0/+1 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | Add period | Chris Lattner | 2003-08-23 | 1 | -1/+1 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 1 | -2/+0 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+2 |
* | Add new function to allow removal of typed named elements | Chris Lattner | 2003-01-30 | 1 | -3/+10 |
* | - Eliminate SymbolTable::ParentSymTab, ST::localLookup, and | Chris Lattner | 2002-10-15 | 1 | -18/+1 |
* | Fix two FIXME's | Chris Lattner | 2002-04-28 | 1 | -2/+0 |
* | The interesting contents of SymTabValue were incorporated into Function | Chris Lattner | 2002-04-28 | 1 | -1/+1 |
* | Make the release build work | Chris Lattner | 2002-04-04 | 1 | -7/+2 |
* | * Add new method localLookup | Chris Lattner | 2002-03-08 | 1 | -0/+5 |
* | Fix typo in comment | Chris Lattner | 2002-03-08 | 1 | -1/+1 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -7/+8 |
* | Rename ConstPoolVal -> Constant | Chris Lattner | 2001-12-03 | 1 | -2/+2 |
* | More symbol table bugfixes that are impossible to track down. Goody | Chris Lattner | 2001-10-23 | 1 | -6/+13 |
* | Fix another annoying bug that took forever to track down. This one involves ... | Chris Lattner | 2001-10-23 | 1 | -5/+12 |
* | Fix bug exposed by this testcase: | Chris Lattner | 2001-10-22 | 1 | -3/+3 |
* | Expose typedefs | Chris Lattner | 2001-10-13 | 1 | -0/+2 |
* | Factor parentness out of Module & GlobalVariable into GlobalValue | Chris Lattner | 2001-10-03 | 1 | -0/+2 |
* | Add more support for new style casts | Chris Lattner | 2001-10-01 | 1 | -1/+6 |
* | Chris seems fond of #include <vector>. Fix these. Also convert use list in | Chris Lattner | 2001-09-14 | 1 | -1/+0 |
* | Support abstract types by keeping on the use list of the abstract type. | Chris Lattner | 2001-09-07 | 1 | -3/+26 |
* | Fixed typo in comment | Chris Lattner | 2001-07-16 | 1 | -1/+1 |
* | * Rename get.*Operator to create seeing that it would have to be qualified | Chris Lattner | 2001-06-25 | 1 | -0/+6 |
* | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+83 |