llvm-6502/include/llvm/MC
2010-05-13 01:10:26 +00:00
..
MCParser teach the x86 asm parser how to handle segment prefixes 2010-04-17 18:56:34 +00:00
EDInstInfo.h Fixed a nasty layering violation in the edis source 2010-04-13 21:21:57 +00:00
MachObjectWriter.h MC: Direct all {fragment,section,symbol} address access through the MCAsmLayout object. 2010-03-24 03:43:40 +00:00
MCAsmInfo.h Add support for assemblers that don't support periods in a name 2010-04-29 04:00:56 +00:00
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmLayout.h MC: Add MCSectionData::AddressSize, which is the size of the address space consumed by the section. This can differ from both the section logical size, and the section size on disk (although the current code handles this without making an explicit distinction). 2010-05-13 01:10:22 +00:00
MCAssembler.h MC: Add MCAlignFragment::OnlyAlignAddress bit. This is a bit of magic that says the align fragment shouldn't contribute to the logical section size, it is will be used for cleaning up the code to handle section alignment. 2010-05-13 01:10:26 +00:00
MCCodeEmitter.h MCCodeEmitter: Add target independent fixup flag for is-pc-relative. 2010-03-19 10:43:23 +00:00
MCContext.h add COFF support for COMDAT sections, patch by Nathan Jeffords! 2010-05-07 21:49:09 +00:00
MCDirectives.h
MCDisassembler.h Quick fix for build errors caused by undefined 2010-04-13 21:36:35 +00:00
MCExpr.h Add support for movi32 of global values to the new (MC) asm printer. 2010-05-12 05:16:34 +00:00
MCFixup.h
MCInst.h MCInst: Add ::dump_pretty. 2010-03-22 21:49:34 +00:00
MCInstPrinter.h fix an ugly wart in the MCInstPrinter api where the 2010-04-04 05:04:31 +00:00
MCMachOSymbolFlags.h Fix i386 relocations to Weak Definitions. The relocation entries should be 2010-05-07 21:44:23 +00:00
MCObjectWriter.h Add a const. 2010-04-19 15:39:27 +00:00
MCSection.h switch MCSectionCOFF from a syntactic to semantic representation, 2010-05-07 17:17:41 +00:00
MCSectionCOFF.h add COFF support for COMDAT sections, patch by Nathan Jeffords! 2010-05-07 21:49:09 +00:00
MCSectionELF.h move elf section uniquing to MCContext. Along the way 2010-04-08 21:26:26 +00:00
MCSectionMachO.h MC/Mach-O/x86_64: Relocations in debug sections should use local relocations 2010-05-05 17:22:39 +00:00
MCStreamer.h break coff symbol definition stuff out into proper MCStreamer callbacks, 2010-05-08 19:54:22 +00:00
MCSymbol.h MC: Make setVariableValue check the redefinition condition a bit more strongly. 2010-05-05 19:00:56 +00:00
MCValue.h MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will need this for accessing to symbol modifiers. 2010-03-18 00:59:10 +00:00
SectionKind.h