Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove these files as they are not being included any more. DynamicLibrary | Reid Spencer | 2004-12-24 | 1 | -56/+0 |
| | | | | | | | is now implemented via ltdl.cpp which has its own way of dealing with the different platforms. llvm-svn: 19129 | ||||
* | Use <> for system #include files | Misha Brukman | 2004-12-19 | 1 | -1/+1 |
| | | | | llvm-svn: 19046 | ||||
* | For PR351: | Reid Spencer | 2004-12-19 | 1 | -0/+1 |
| | | | | | | Add a needed include. llvm-svn: 19042 | ||||
* | Implement the default constructor which causes the current program to be | Reid Spencer | 2004-11-29 | 1 | -1/+9 |
| | | | | | | opened as if it was a dynamic library so its symbols can be searched too. llvm-svn: 18341 | ||||
* | Dynamic Library abstraction. This makes the abstraction of a single dynamic | Reid Spencer | 2004-11-18 | 1 | -0/+47 |
library (shared library/shared object) whose symbols can be looked up dynamically. Used for plug-ins. llvm-svn: 17940 |