llvm-6502/lib
Evan Cheng b1409ce7ba For unsigned 8-bit division. Use movzbw to set the lower 8 bits of AX while
clearing the upper 8-bits instead of issuing two instructions. This also
eliminates the need to target the AH register which can be problematic on
x86-64.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31832 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-17 22:10:14 +00:00
..
Analysis Needed <iostream> for now. 2006-11-17 09:44:28 +00:00
Archive
AsmParser Initialize some pointers to quiet the compiler (when doing build_gcc 2006-11-12 11:10:39 +00:00
Bytecode Discard code that supported old bytecode formats. This makes the Bytecode 2006-11-14 04:47:22 +00:00
CodeGen Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build. 2006-11-17 13:07:55 +00:00
Debugger
ExecutionEngine Allow target to specify alignment for function stub. 2006-11-16 20:04:54 +00:00
Linker Remvoe a do-nothing else block. 2006-11-11 20:27:49 +00:00
Support Moved definition of llvm_ostream wrappers to the Streams.cpp file. 2006-11-17 09:54:47 +00:00
System
Target For unsigned 8-bit division. Use movzbw to set the lower 8 bits of AX while 2006-11-17 22:10:14 +00:00
Transforms If an indvar with a variable stride is used by the exit condition, go ahead 2006-11-17 06:17:33 +00:00
VMCore Removed iostream #includes. Replaced std::cerr with DOUT. 2006-11-17 08:03:48 +00:00
Makefile