llvm-6502/lib
Chris Lattner 10f873b420 Apparently the GNU assembler has a HUGE hack to be compatible with really
old and broken AT&T syntax assemblers.  The problem with this hack is that
*SOME* forms of the fdiv and fsub instructions have the 'r' bit inverted.
This was a real pain to figure out, but is trivially easy to support: thus
we are now bug compatible with gas and gcc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16644 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-04 07:08:46 +00:00
..
Analysis
Archive
AsmParser
Bytecode
CodeGen Do not repeat the map lookup 2004-10-01 23:16:43 +00:00
Debugger
ExecutionEngine
Linker
Support
System
Target Apparently the GNU assembler has a HUGE hack to be compatible with really 2004-10-04 07:08:46 +00:00
Transforms Add accessor function. 2004-09-30 20:14:29 +00:00
VMCore
Makefile