| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix compilation error on Darwin. | Chris Lattner | 2004-12-04 | 1 | -15/+18 |
| | | | | | llvm-svn: 18485 | ||||
| * | Move darwin-specific majik here. | Chris Lattner | 2004-12-03 | 1 | -5/+27 |
| | | | | | llvm-svn: 18466 | ||||
| * | Implement two new functions: LoadLibraryPermanently and | Reid Spencer | 2004-11-29 | 1 | -28/+62 |
| | | | | | | | SearchForAddressOfSymbol. llvm-svn: 18355 | ||||
| * | We just use ltdl's implementation for this abstraction now. Its portable to | Reid Spencer | 2004-11-29 | 1 | -13/+3 |
| | | | | | | | more platforms than LLVM supports. llvm-svn: 18352 | ||||
| * | Implement the default constructor which causes the current program to be | Reid Spencer | 2004-11-29 | 1 | -0/+10 |
| | | | | | | | 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/+78 |
| library (shared library/shared object) whose symbols can be looked up dynamically. Used for plug-ins. llvm-svn: 17940 | |||||

