1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/include/llvm/MC
Rafael Espindola 3e2630deca Make it possible for the MCObjectWriter to decide if a given fixup is fully
resolved or not. Different object files have different restrictions and
different native assemblers have different idiosyncrasies we want to emulate
for now.

Move the existing MachO logic to the new place and implement an ELF one that
gets fixups to globals right.

llvm-svn: 115131
2010-09-30 02:22:20 +00:00
..
MCParser MC/AsmParser: Handle exponents in floating point literals. 2010-09-27 20:12:52 +00:00
EDInstInfo.h
ELFObjectWriter.h Make it possible for the MCObjectWriter to decide if a given fixup is fully 2010-09-30 02:22:20 +00:00
MachObjectWriter.h Make it possible for the MCObjectWriter to decide if a given fixup is fully 2010-09-30 02:22:20 +00:00
MCAsmInfo.h trailing whitespace 2010-09-23 18:07:04 +00:00
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmLayout.h MC: Switch to completely lazy layout. 2010-05-14 00:51:14 +00:00
MCAssembler.h Make it possible for the MCObjectWriter to decide if a given fixup is fully 2010-09-30 02:22:20 +00:00
MCCodeEmitter.h
MCContext.h This is the second of three patches to implement support for the .loc directive 2010-08-31 22:55:11 +00:00
MCDirectives.h Added the darwin .weak_def_can_be_hidden directive. 2010-07-08 17:22:42 +00:00
MCDisassembler.h
MCDwarf.h Remove noisy semicolon. 2010-08-31 23:38:13 +00:00
MCELFSymbolFlags.h Add ELF ObjectWriter and Streamer support. 2010-08-16 18:57:57 +00:00
MCExpr.h Add support for ELF PLT references for ARM MC asm printing. Adding a 2010-09-22 23:27:36 +00:00
MCFixup.h MC: Simplify MCFixup and increase the available offset size. 2010-05-26 15:18:40 +00:00
MCInst.h make this non brain dead... 2010-09-16 17:48:08 +00:00
MCInstPrinter.h trailing whitespace 2010-09-17 21:23:56 +00:00
MCLabel.h Added support in MC for Directional Local Labels. 2010-05-17 23:08:19 +00:00
MCMachOSymbolFlags.h
MCObjectStreamer.h Avoid some Mach-O specific alignment being done on ELF. 2010-09-22 22:27:05 +00:00
MCObjectWriter.h Make it possible for the MCObjectWriter to decide if a given fixup is fully 2010-09-30 02:22:20 +00:00
MCSection.h Trailing whitespace. 2010-07-01 01:00:22 +00:00
MCSectionCOFF.h MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael 2010-07-01 20:07:24 +00:00
MCSectionELF.h Add ELF ObjectWriter and Streamer support. 2010-08-16 18:35:43 +00:00
MCSectionMachO.h More data/parsing support for tls directives. Add a few more testcases 2010-05-17 22:53:55 +00:00
MCStreamer.h Add a InitSections method to the streamer interface. 2010-09-15 21:48:40 +00:00
MCSymbol.h llvm-mc: Support reassignment of variables in one special case, when the 2010-05-17 17:46:23 +00:00
MCValue.h
SectionKind.h Trailing whitespace. 2010-07-01 01:00:22 +00:00