LLVM backend for 6502
Go to file
Chris Lattner c309a7627c Improve efficiency of JIT by having it use direct function calls instead of
signals to regain control from the executing code


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6051 91177308-0d34-0410-b5e6-96231b3b80d8
2003-05-08 21:34:11 +00:00
docs va_start only takes on argument now. 2003-05-08 15:55:44 +00:00
include Add a pointersize/endianness safe load routine to match the store routine 2003-05-08 16:52:16 +00:00
lib Improve efficiency of JIT by having it use direct function calls instead of 2003-05-08 21:34:11 +00:00
runtime Remove support for memset 2003-02-18 20:42:15 +00:00
support Update to work with newer versions of bison 2003-03-31 21:26:06 +00:00
test Remvoe testcase that should never be implemented 2003-05-08 20:31:37 +00:00
tools Make a comment more accurate 2003-05-03 03:20:36 +00:00
utils Add support for new va_arg instruction 2003-05-08 02:41:11 +00:00
Makefile Make sure to build lib/Support before the utilities, then use the new 2002-12-02 01:23:26 +00:00
Makefile.common Fix several bugs in the build system, including the use of the Debug version of Burg no matter what configuration is currently configured. 2003-03-14 20:25:22 +00:00
Makefile.config Add new support for a bytecode repository 2003-01-17 17:36:47 +00:00
Makefile.Linux Fix strip issue Joel ran into 2003-01-31 19:00:26 +00:00
Makefile.rules Fix several bugs in the build system, including the use of the Debug version of Burg no matter what configuration is currently configured. 2003-03-14 20:25:22 +00:00
Makefile.SunOS Fix strip issue Joel ran into 2003-01-31 19:00:26 +00:00