LLVM backend for 6502
Go to file
Vikram S. Adve 97e02ebd86 *Both* operands of divide need sign-extension before divide (if smaller
than machine register size), not just the second operand.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7475 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-01 15:54:38 +00:00
autoconf Removed the -only-static option as it is no longer required (and didn't work 2003-07-31 20:59:32 +00:00
docs
include Renamed trapping instruction function to be more consistent with other functions in the file. 2003-07-31 05:08:02 +00:00
lib *Both* operands of divide need sign-extension before divide (if smaller 2003-08-01 15:54:38 +00:00
projects
runtime
support add support for emitting register classes 2003-08-01 06:27:59 +00:00
test
tools
utils add support for emitting register classes 2003-08-01 06:27:59 +00:00
configure Changed the default location of OBJ_ROOT to follow these rules: 2003-07-31 16:45:37 +00:00
LICENSE.TXT
Makefile
Makefile.common Modified the use of libtool so that we don't compile every file twice. 2003-07-31 20:58:51 +00:00
Makefile.config.in
Makefile.rules Modified the use of libtool so that we don't compile every file twice. 2003-07-31 20:58:51 +00:00