llvm-6502/lib/MC
Dan Gohman 036c130e90 Document that MCExpr::Mod is actually remainder.
Document that MCExpr::Div, Mod, and the comparison operators are all
signed operators.

Document that the comparison operators' results are target-dependent.

Document that the behavior of shr is target-dependent.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95619 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-08 23:58:47 +00:00
..
MCParser
CMakeLists.txt
Makefile
MCAsmInfo.cpp MC: Change default comment column to 40 characters. 2010-02-05 07:32:18 +00:00
MCAsmInfoCOFF.cpp
MCAsmInfoDarwin.cpp
MCAsmStreamer.cpp print encodings like this: 2010-02-05 22:20:08 +00:00
MCAssembler.cpp MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. 2010-02-02 21:44:01 +00:00
MCCodeEmitter.cpp
MCContext.cpp
MCDisassembler.cpp
MCExpr.cpp Document that MCExpr::Mod is actually remainder. 2010-02-08 23:58:47 +00:00
MCInst.cpp
MCInstPrinter.cpp
MCMachOStreamer.cpp add scaffolding for target-specific MCExprs. 2010-02-08 19:41:07 +00:00
MCNullStreamer.cpp
MCSection.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp
MCSymbol.cpp
MCValue.cpp