Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new linkage types to support a real frontend | Chris Lattner | 2003-04-16 | 1 | -7/+16 |
* | Make isExtern() be a virtual function inherited from GlobalValue | Chris Lattner | 2002-10-09 | 1 | -3/+8 |
* | * Clean up some comments | Chris Lattner | 2002-09-06 | 1 | -1/+1 |
* | Add a forward defn for Module since it's no longer in Value.h | Chris Lattner | 2002-04-28 | 1 | -0/+1 |
* | Transform uses of Method into uses of Function. | Chris Lattner | 2002-03-26 | 1 | -1/+1 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -1/+1 |
* | Implement "internal vs external linkage" which corresponds to the C notion of... | Chris Lattner | 2001-11-26 | 1 | -2/+9 |
* | Factor parentness out of Module & GlobalVariable into GlobalValue | Chris Lattner | 2001-10-03 | 1 | -2/+9 |
* | * Both Method & GlobalVariable now subclass GlobalValue | Chris Lattner | 2001-10-03 | 1 | -0/+36 |