Allow a target to create a null streamer.
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMMCTargetDesc.h
2014-06-20 Rafael EspindolaAllow a target to create a null streamer.
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-04-27 Saleem AbdulrasoolAdd WoA object file emission support
2014-04-01 Christian PirkerARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble...
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-04-26 Evan ChengIf triple is armv7 / thumbv7 and a CPU is specified...
2011-12-22 Rafael EspindolaMove the ARM specific parts of the ELF writer to Target...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-23 NAKAMURA TakumiARMMCTargetDesc.h: Fixup to add DataTypes.h, or uint32_...
2011-07-23 Evan ChengSink ARM mc routines into MCTargetDesc.
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Evan ChengSink feature IsThumb into MC layer.
2011-07-07 Evan ChengFactor ARM triple parsing out of ARMSubtarget. Another...
2011-07-06 Evan ChengAdd ARM MC registry routines.