summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llee/SysUtils.h
Commit message (Collapse)AuthorAgeFilesLines
* For PR351:Reid Spencer2004-12-131-45/+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
* * Convert C++ comments to CMisha Brukman2004-08-041-13/+13
| | | | | | * 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/+15
| | | | | | | | | * 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
* A lot of changes were suggested by Chris.Misha Brukman2003-08-151-9/+3
| | | | | | | | | | | | | | | | | | | | | | | | ExecveHandler.c: * Use "" instead of <> for LLVM include files * Use raw I/O, we don't need buffering * Set errno = 0 before using open() * strlen() doesn't count NULL terminator in its size * Use memcmp() instead of strcmp() * Return result of the real execve(), not 0 * Search for path to bytecode file if not absolute/relative path SysUtils.c: * Convert all comments to C-style * Stop using `bool', use `unsigned' instead SysUtils.h: * Stop using `bool', use `unsigned' instead * Updated comment to FindExecutable() README.txt: * Describe the goal of LLEE and an application llvm-svn: 7911
* Initial checkin of the LLEE, the (LL)VM (E)xecution (E)nvironment.Misha Brukman2003-08-111-0/+28
llvm-svn: 7760
OpenPOWER on IntegriCloud