LLVM backend for 6502
Go to file
Brian Gaeke a1719c9130 InstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst.
Add ISel::visitShiftInst() to instruction select shift instructions.
 Add a comment in visitAdd about how to do 64 bit adds.

X86InstrInfo.def: Add register-to-register move opcodes and shift opcodes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4477 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-31 23:03:59 +00:00
docs Fix spelling of `propagate'. 2002-10-29 23:06:16 +00:00
include Eliminate some unneccesary #includes and forward decls 2002-10-31 21:24:10 +00:00
lib InstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst. 2002-10-31 23:03:59 +00:00
runtime Pass renamed 2002-07-30 00:53:26 +00:00
support Add #include 2002-10-27 19:08:03 +00:00
test CBE doesn't alloc correctly 2002-10-31 18:23:09 +00:00
tools Reassociate now works 2002-10-31 17:13:11 +00:00
utils Do not print "NEW FILES AND DIRECTORIES" unless requested separately 2002-10-31 15:32:24 +00:00
Makefile Build burg tree 2002-09-17 23:23:52 +00:00
Makefile.common Don't link tools with -g objects! 2002-10-29 15:15:22 +00:00
Makefile.config 'whoami' doesn't exist on solaris 2002-09-22 23:35:11 +00:00
Makefile.Linux Allow LLC to be executed on Linux; only the LLC output should not be executed. 2002-09-23 14:24:19 +00:00
Makefile.rules Don't link tools with -g objects! 2002-10-29 15:15:22 +00:00
Makefile.SunOS Switch over to the right sparc c frontend 2002-10-10 19:28:10 +00:00