llvm-6502/lib/MC
Chris Lattner 342cbdcc5e print encodings like this:
pslld	69, %mm3                ## encoding: [0x0f,0xf2,0x1c,0x25,0x45,0x00,0x00,0x00]

instead of like this:
	pslld	69, %mm3                ## encoding: [0x0f,0xf2,0x1c,0x25,0x45,0000,0000,0000]

this only affects 0.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95441 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-05 22:20:08 +00:00
..
MCParser wirte up .file and .file to the mc asmparser. 2010-01-25 19:02:58 +00:00
CMakeLists.txt
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
MCAsmInfo.cpp MC: Change default comment column to 40 characters. 2010-02-05 07:32:18 +00:00
MCAsmInfoCOFF.cpp use EmitLinkage for functions as well as globals. One output 2010-01-26 23:51:52 +00:00
MCAsmInfoDarwin.cpp Eliminate SetDirective, and replace it with HasSetDirective. 2010-01-26 20:40:54 +00:00
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
MCInst.cpp
MCInstPrinter.cpp
MCMachOStreamer.cpp MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. 2010-02-02 21:44:01 +00:00
MCNullStreamer.cpp mcstreamerize gprel32 emission. 2010-01-25 21:28:50 +00:00
MCSection.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp add a new MCAsmStreamer::GetCommentOS method to simplify stuff 2010-01-22 19:17:48 +00:00
MCSymbol.cpp
MCValue.cpp