Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMAsmBackend.cpp
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-07-22 Mihai PopaThis adds range checking for "ldr Rn, [pc, #imm]" Thumb
2013-06-11 NAKAMURA TakumiRework r183728, suppress assert(0) for now. Its behavio...
2013-06-11 NAKAMURA TakumiTweak a couple of tests on win32 hosts with +Asserts.
2013-06-11 NAKAMURA TakumiARMAsmBackend.cpp: Use Triple::isOSBinFormatCOFF()...
2013-06-11 NAKAMURA TakumiWhitespace.
2013-01-14 Quentin ColombetFollow up of commit r172472.
2013-01-14 Quentin ColombetComplete the existing support of ARM v6m, v7m, and...
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2012-12-05 David SehrCorrect ARM NOP encoding
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-24 Benjamin KramerARM: Share applyFixup between ELF and Darwin.
2012-10-01 Jim GrosbachMachO: direct-to-object attribute for data-in-code...
2012-09-29 Bob WilsonAdd LLVM support for Swift.
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-05-03 Kevin EnderbyFix issues with the ARM bl and blx thumb instructions...
2012-04-30 Jim GrosbachARM: Diagnostics for out of range fixups.
2012-04-26 Jim GrosbachARM: Thumb ldr(literal) base address alignment is 32...
2012-04-12 Jim GrosbachARM 'adr' fixups don't need the interworking addend...
2012-03-30 Jim GrosbachARM fix encoding fixup resolution for ldrd and friends.
2012-03-30 James MolloyEnsure conditional BL instructions for ARM are given...
2012-03-27 Craig TopperPrune some includes
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-03-19 Jim GrosbachARM branch relaxation for unconditional t1 branches.
2012-02-27 Jim GrosbachARM BL/BLX instruction fixups should use relocations.
2012-01-19 Benjamin KramerSilence warnings about mixing enums.
2012-01-19 Jim GrosbachThumb2 relaxation for tADR to t2ADR.
2012-01-19 Jim GrosbachAdd comment and fix range check in condition.
2012-01-18 Jim GrosbachThumb2 relaxation for LDR(literal).
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-18 Jim GrosbachThumb2 load/store fixups don't set the thumb bit.
2012-01-18 Jim GrosbachMove some ARM specific MCAssmebler bits into the ARMAsm...
2011-12-22 Rafael EspindolaMove the ARM specific parts of the ELF writer to Target...
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2011-12-19 Jim GrosbachARM assembly parsing and encoding support for LDRD...
2011-12-06 Jim GrosbachTidy up value checking.
2011-12-06 Jim GrosbachFix ARM handling of tBcc branch relaxation.
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-12-05 Jim GrosbachSimple branch relaxation for Thumb2 Bcc instructions.
2011-11-16 Jim GrosbachGeneralize the fixup info for ARM mode.
2011-11-16 Jim GrosbachFix encoding of NOP used for padding in ARM mode .align.
2011-11-01 Jim GrosbachARM VLD/VST assembly parsing for symbolic address operands.
2011-09-30 Jim GrosbachCorrect for my over-eager delete finger.
2011-09-30 Jim GrosbachARM Fixup valus for movt/movw are for the whole value.
2011-08-24 Jim GrosbachARM asm backend initialize isThumbMode based on target...
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDR(literal).
2011-08-18 Jim GrosbachARM Thumb blx instruction fixup has same data range...
2011-08-16 Jim GrosbachARM .align NOP padding uses different encoding pre...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-23 Evan ChengSink ARM mc routines into MCTargetDesc.