llvm-6502/lib
Misha Brukman 8996f44f7a Fixed ordering of elements in instructions: although the binary instructions
list (rd, rs1, imm), in that order (bit-wise), the actual assembly syntax is
instr rd, imm, rs1, and that is how they are constructed in the instruction
selector. This fixes the discrepancy.

Also fixed some comments along the same lines and fixed page numbers referring
to where instructions are described in the Sparc manual.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6384 91177308-0d34-0410-b5e6-96231b3b80d8
2003-05-28 17:49:29 +00:00
..
Analysis
Archive
AsmParser
Bytecode
CodeGen Added a debugging code emitter that prints code to a file, debug to std::cerr, 2003-05-27 22:43:19 +00:00
ExecutionEngine Link in Sparc libs for the JIT, even on X86 to be able to support debugging 2003-05-27 21:42:05 +00:00
Linker
Support Make _sure_ we don't go into an infinite loop if a signal happens! 2003-05-27 16:25:04 +00:00
Target Fixed ordering of elements in instructions: although the binary instructions 2003-05-28 17:49:29 +00:00
Transforms Fix bug: Instcombine/2003-05-27-ConstExprCrash.ll 2003-05-27 16:40:51 +00:00
VMCore Fix constant folding to ALWAYS work. 2003-05-27 19:16:07 +00:00
Makefile