LLVM backend for 6502
Go to file
Misha Brukman 593ece0050 A lot of changes were suggested by Chris.
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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7911 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-15 23:31:16 +00:00
autoconf I just moved papi to a new directory 2003-08-14 18:59:53 +00:00
docs * Added pointers to the README files in emacs/ and vim/ directories. 2003-08-11 19:13:12 +00:00
include lib/Support/CommandLine.cpp: 2003-08-15 21:05:57 +00:00
lib Fix typo in comment 2003-08-15 21:19:25 +00:00
projects Disable sample project until it works 2003-07-23 23:28:57 +00:00
runtime Adjust level, build things in parallel 2003-08-15 02:38:18 +00:00
support lib/Support/CommandLine.cpp: 2003-08-15 21:05:57 +00:00
test new testcase narrowed down from xboard 2003-08-15 23:15:37 +00:00
tools A lot of changes were suggested by Chris. 2003-08-15 23:31:16 +00:00
utils * Match the column names in the report 2003-08-15 19:31:04 +00:00
.cvsignore Ok, try #2, this time I'll not be stupid 2003-08-03 18:33:24 +00:00
configure Changed the default location of OBJ_ROOT to follow these rules: 2003-07-31 16:45:37 +00:00
LICENSE.TXT Add prerelease license to cvs 2003-06-04 19:46:36 +00:00
Makefile build the new runtime directory 2003-08-15 04:53:45 +00:00
Makefile.common Remove extraneous ;'s, no functional changes 2003-08-15 20:00:47 +00:00
Makefile.config.in Updated to use files within the autoconf subdirectory. 2003-07-22 19:17:35 +00:00
Makefile.rules Remove extraneous ;'s, no functional changes 2003-08-15 20:00:47 +00:00