summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llee/StorageProxy.c
Commit message (Collapse)AuthorAgeFilesLines
* For PR351:Reid Spencer2004-12-131-101/+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
* Get rid of compile warning by having llvmExecve return the result of itsReid Spencer2004-09-131-1/+1
| | | | | | call to executeProgram. llvm-svn: 16306
* Changes For Bug 352Reid Spencer2004-09-011-4/+4
| | | | | | | | 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
* Remove wrappers around std c filesChris Lattner2004-01-101-1/+1
| | | | llvm-svn: 10744
* * Added an interface for how LLEE would communicate with the OSMisha Brukman2003-09-291-0/+101
* 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