Move the ARM specific parts of the ELF writer to Target/ARM.
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMAsmBackend.cpp
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.