llvm-6502/include/llvm/MC
Kevin Enderby 6e72048add This is the first patch to put the needed bits in place to eventually allow code
to be aligned with optimal nops.  This patch does not change any functionality
and when the compiler is changed to use EmitCodeAlignment() it should also not
change the resulting output.  Once the compiler change is made and everything
looks good the next patch with the table of optimal X86 nops will be added to
WriteNopData() changing the output.  There are many FIXMEs in this patch which
will be removed when we have better target hooks (coming soon I hear).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96963 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-23 18:26:34 +00:00
..
MCParser stop using reserved identifiers. 2010-02-09 00:40:07 +00:00
MCAsmInfo.h MC: Change default comment column to 40 characters. 2010-02-05 07:32:18 +00:00
MCAsmInfoCOFF.h revert 93934, removing the MCAsmInfo endianness bit. I can't 2010-01-20 06:34:14 +00:00
MCAsmInfoDarwin.h revert 93934, removing the MCAsmInfo endianness bit. I can't 2010-01-20 06:34:14 +00:00
MCAssembler.h This is the first patch to put the needed bits in place to eventually allow code 2010-02-23 18:26:34 +00:00
MCCodeEmitter.h make getFixupKindInfo return a const reference, allowing 2010-02-11 21:27:18 +00:00
MCContext.h Fix various doxygen warnings. 2010-02-22 04:10:52 +00:00
MCDirectives.h doxygenize some comments, patch by Peter Collingbourne! 2010-02-12 21:54:28 +00:00
MCDisassembler.h
MCExpr.h add a virtual dtor to MCTargetExpr, hopefully silencing some warnings. 2010-02-10 21:37:31 +00:00
MCFixup.h MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size. 2010-02-13 09:28:54 +00:00
MCInst.h
MCInstPrinter.h add a new MCInstPrinter::getOpcodeName interface, when it is 2010-02-11 22:39:10 +00:00
MCSection.h Pass StringRef by value. 2009-11-06 10:58:06 +00:00
MCSectionELF.h resolve a fixme: the "nonexecutable stack directive" is actually 2010-01-23 07:21:06 +00:00
MCSectionMachO.h Pass StringRef by value. 2009-11-06 10:58:06 +00:00
MCStreamer.h This is the first patch to put the needed bits in place to eventually allow code 2010-02-23 18:26:34 +00:00
MCSymbol.h Fix "the the" and similar typos. 2010-02-10 16:03:48 +00:00
MCValue.h now that MCSymbol::print doesn't use it's MAI argument, we can 2010-01-17 21:43:43 +00:00
SectionKind.h make TLOF subclassify BSS based on linkage type into private, external 2010-01-19 04:15:51 +00:00