LLVM backend for 6502
Go to file
John Criswell 2d930034f4 Modified the code so that we exit() with a non-zero value instead of calling
abort() when we can't open the input filename.  The abort() function generates
a core dump if possible and is meant for handling errors so grand that even the
program knows that debugging is necessary.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8415 91177308-0d34-0410-b5e6-96231b3b80d8
2003-09-09 14:37:48 +00:00
autoconf Checkin of autoconf-style object root. 2003-09-06 14:46:19 +00:00
docs Add info about volatile loads/stores 2003-09-08 18:27:49 +00:00
examples/ModuleMaker Checkin of autoconf-style object root. 2003-09-06 15:03:24 +00:00
include Eliminate the unwind intrinsic, it is now an instruction 2003-09-08 19:44:47 +00:00
lib Oops, look at the VOLATILE marker, not the opcode 2003-09-08 20:29:46 +00:00
projects Checkin of autoconf-style object root. 2003-09-06 15:03:24 +00:00
runtime Urg, forgot to add a file header somehow. 2003-08-30 23:31:08 +00:00
support Modified the code so that we exit() with a non-zero value instead of calling 2003-09-09 14:37:48 +00:00
test Added the .t implicit rule. You can now run an individual set of QMTests by 2003-09-08 21:25:35 +00:00
tools Reorder #includes to follow LLVM conventions 2003-09-05 20:08:15 +00:00
utils Modified the code so that we exit() with a non-zero value instead of calling 2003-09-09 14:37:48 +00:00
.cvsignore Ok, try #2, this time I'll not be stupid 2003-08-03 18:33:24 +00:00
configure Checkin of autoconf-style object root. 2003-09-06 15:17:13 +00:00
LICENSE.TXT
Makefile build the new runtime directory 2003-08-15 04:53:45 +00:00
Makefile.common Checkin of autoconf-style object root. 2003-09-06 14:44:17 +00:00
Makefile.config.in Checkin of autoconf-style object root. 2003-09-06 14:44:17 +00:00
Makefile.rules Checkin of autoconf-style object root. 2003-09-06 14:44:17 +00:00