llvm-6502/include/llvm/MC
Evan Cheng 7597212abc Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step
in the right direction. It eliminated some hacks and will unblock codegen
work. But it's far from being done. It doesn't reject illegal expressions,
e.g. (FOO - :lower16:BAR). It also doesn't work in Thumb2 mode at all.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123369 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-13 07:58:56 +00:00
..
MCParser
EDInstInfo.h
MCAsmInfo.h
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmLayout.h
MCAssembler.h Relax address updates in the eh_frame section. 2010-12-28 05:39:27 +00:00
MCCodeEmitter.h
MCContext.h
MCDirectives.h
MCDisassembler.h
MCDwarf.h Implement .cfi_remember_state and .cfi_restore_state. 2010-12-28 18:36:23 +00:00
MCELFObjectWriter.h
MCELFSymbolFlags.h
MCExpr.h Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step 2011-01-13 07:58:56 +00:00
MCFixup.h Add support for the same encodings of the personality function that gnu as 2010-12-27 00:36:05 +00:00
MCFixupKindInfo.h
MCInst.h
MCInstPrinter.h
MCLabel.h
MCMachObjectWriter.h
MCMachOSymbolFlags.h MC/Mach-O/Thumb: Set the thumb bit in the symbol table. 2010-12-29 14:14:06 +00:00
MCObjectStreamer.h Relax address updates in the eh_frame section. 2010-12-28 05:39:27 +00:00
MCObjectWriter.h Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We now 2010-12-24 21:22:02 +00:00
MCSection.h
MCSectionCOFF.h
MCSectionELF.h
MCSectionMachO.h
MCStreamer.h Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks 2010-12-29 01:42:56 +00:00
MCSymbol.h
MCValue.h
SectionKind.h