summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llee/OSInterface.h
Commit message (Collapse)AuthorAgeFilesLines
* For PR351:Reid Spencer2004-12-131-56/+0
| | | | | | | | llee was a nice hack, but it wasn't portable so its gone, with Misha's approval. Operating systems have facilities available for making bytecode directly executable without this utility. llvm-svn: 18916
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* * Convert C++ comments to CMisha Brukman2004-08-041-12/+12
| | | | | | * Add UIUC copyright notice headers llvm-svn: 15503
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
| | | | llvm-svn: 9291
* * Added an interface for how LLEE would communicate with the OSMisha Brukman2003-09-291-0/+48
* Implemented the interface in StorageProxy.c * Removed the script `llee' as it is now created by the Makefile * Makefile now compiles a shared object version of the library, but only if using gcc-3.3, linking fails under gcc-3.2 llvm-svn: 8751
OpenPOWER on IntegriCloud