Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -2/+2 |
| | | | | llvm-svn: 21427 | ||||
* | Let subclasses implement ModuleProvider::materializeModule() which is based on | Misha Brukman | 2004-01-21 | 1 | -12/+0 |
| | | | | | | | their implementation of book-keeping for which functions need to be materialized and which don't. llvm-svn: 10943 | ||||
* | Finegrainify namespacification | Chris Lattner | 2003-11-21 | 1 | -4/+1 |
| | | | | llvm-svn: 10131 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
| | | | | llvm-svn: 9903 | ||||
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | ||||
* | Chris says it's better to assert that TheModule is valid than silently return 0. | Misha Brukman | 2003-10-17 | 1 | -2/+1 |
| | | | | llvm-svn: 9212 | ||||
* | Return the Module that we just materialized. | Misha Brukman | 2003-10-17 | 1 | -2/+5 |
| | | | | llvm-svn: 9201 | ||||
* | Rename AbstractModuleProvider -> ModuleProvider, to match the header file name, | Chris Lattner | 2003-10-04 | 1 | -3/+3 |
| | | | | | | | and because, while the class used by the interface is abstract, the actual concept is not. llvm-svn: 8850 | ||||
* | * No longer initialize the module, a subclass is more suitable to do this | Misha Brukman | 2003-09-22 | 1 | -6/+6 |
| | | | | | | | because it can add a module ID which we do not have at this time. * Check to see if the module has been initialized when materializing it. llvm-svn: 8674 | ||||
* | Minimal implementation of the abstract ModuleProvider interface. | Misha Brukman | 2003-09-18 | 1 | -0/+28 |
llvm-svn: 8594 |