Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Return the Module being materialized to avoid always calling getModule(). | Misha Brukman | 2003-10-17 | 1 | -1/+1 |
* | Rename AbstractModuleProvider -> ModuleProvider, to match the header file name, | Chris Lattner | 2003-10-04 | 1 | -3/+3 |
* | make the header comment more useful | Chris Lattner | 2003-09-30 | 1 | -2/+5 |
* | Materialize the module before releasing it. | Misha Brukman | 2003-09-22 | 1 | -5/+10 |
* | Abstract interface for module providers, e.g. streaming bytecode reader. | Misha Brukman | 2003-09-18 | 1 | -0/+40 |