summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
Commit message (Expand)AuthorAge
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assumeEvan Cheng2012-04-26
* Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola2011-12-22
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* ARMMCTargetDesc.h: Fixup to add DataTypes.h, or uint32_t would be unavailable.NAKAMURA Takumi2011-07-23
* Sink ARM mc routines into MCTargetDesc.Evan Cheng2011-07-23
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Sink feature IsThumb into MC layer.Evan Cheng2011-07-07
* Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR...Evan Cheng2011-07-07
* Add ARM MC registry routines.Evan Cheng2011-07-06