llvm-6502/lib
Dan Gohman 1ef4d8f7ee Fix a recent regression. ClrOpcode is not set for i8; for i8, if
we want to clear %ah to zero before a division, just use a
zero-extending mov to %al. This fixes PR3366.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62691 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-21 14:50:16 +00:00
..
Analysis Need only one set of debug info versions enum. 2009-01-20 19:22:03 +00:00
Archive Add the private linkage. 2009-01-15 20:18:42 +00:00
AsmParser Add the private linkage. 2009-01-15 20:18:42 +00:00
Bitcode use specialized accessor instead of plain getOperand(0) 2009-01-16 18:40:27 +00:00
CodeGen Cleanup whitespace and comments, and tweak some 2009-01-21 09:00:29 +00:00
Debugger Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
ExecutionEngine Fix typo. Patch by Alexei Svitkine. 2009-01-20 21:20:23 +00:00
Linker Add the private linkage. 2009-01-15 20:18:42 +00:00
Support Mimic gcc behaviour with regard to response files. 2009-01-21 13:14:02 +00:00
System Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
Target Fix a recent regression. ClrOpcode is not set for i8; for i8, if 2009-01-21 14:50:16 +00:00
Transforms Make special cases (0 inf nan) work for frem. 2009-01-21 00:35:19 +00:00
VMCore Make special cases (0 inf nan) work for frem. 2009-01-21 00:35:19 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00