Use raw_pwrite_stream in the object writer/streamer.
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMMCTargetDesc.h
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-09 Rafael Espindolaclang-format bits of code to make a followup patch...
2015-04-09 Rafael EspindolaDon't repeat name in comment. NFC.
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-16 Rafael EspindolaThere is only one Asm streamer, there is no need for...
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-02-19 Peter CollingbourneMC: Remove NullStreamer hook, as it is redundant with...
2015-02-19 Peter CollingbourneIntroduce Target::createNullTargetStreamer and use...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
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.