aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
AgeCommit message (Expand)Author
2014-04-29Centralize the handling of the thumb bit.Rafael Espindola
2014-04-28[C++] Use 'nullptr'.Craig Topper
2014-04-27Add emitThumbSet to the arm target streamer.Rafael Espindola
2014-04-27Avoid using MCSymbolData on the asm streamer.Rafael Espindola
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper
2014-04-22Fix the assembler to print a better relocatable expression errorKevin Enderby
2014-03-22Prune includes in ARM target.Craig Topper
2014-03-10De-virtualize a method since it doesn't override anything and isn't overridde...Craig Topper
2014-03-10[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-02-22Move get[S|U]LEB128Size() to LEB128.h.Logan Chien
2014-02-05Remove support for not using .loc directives.Rafael Espindola
2014-02-04Use the default values.Rafael Espindola
2014-02-04Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...David Peixotto
2014-01-30ARM IAS: support .object_archSaleem Abdulrasool
2014-01-30ARM IAS: support .movspSaleem Abdulrasool
2014-01-30ARM: suuport .tlsdescseq directiveSaleem Abdulrasool
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse
2014-01-26Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola
2014-01-24Fix known typosAlp Toker
2014-01-24Move emitInlineAsmEnd to the AsmPrinter interface.Rafael Espindola
2014-01-22Fix inline assembly that switches between ARM and Thumb modesGreg Fitzgerald
2014-01-21ARM IAS: add support for .unwind_raw directiveSaleem Abdulrasool
2014-01-21ARM IAS: support .personalityindexSaleem Abdulrasool
2014-01-19ARM ELF: ensure that the tag types are correctedSaleem Abdulrasool
2014-01-19Move ARM build attributes into SupportSaleem Abdulrasool
2014-01-14Make getTargetStreamer return a possibly null pointer.Rafael Espindola
2014-01-10Must not produce Tag_CPU_arch_profile for pre-ARMv7 cores (e.g. cortex-m0)Artyom Skrobov
2014-01-07ARM Streamer: print out tag namesSaleem Abdulrasool
2014-01-07ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool
2014-01-06ARM: move ARMUnwindOp.h into SupportSaleem Abdulrasool
2014-01-02[arm] Add softvfp to supported FPU names.Logan Chien
2013-12-26Recognize armv7a and friends as aliases for armv7-a etc. for the purposeJoerg Sonnenberger
2013-12-19ARM IAS: support .inst directiveSaleem Abdulrasool
2013-12-18[arm] Rename Tag_VFP_arch to Tag_FP_arch.Logan Chien
2013-12-11[arm] Implement ARM .arch directive.Logan Chien
2013-10-28[arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien
2013-10-09Flip the ownership of MCStreamer and MCTargetStreamer.Benjamin Kramer
2013-10-08Add a MCTargetStreamer interface.Rafael Espindola
2013-10-05Remove some really nasty uses of hasRawTextSupport.Rafael Espindola
2013-09-19Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton
2013-07-02Remove address spaces from MC.Rafael Espindola
2013-07-02Fix ARM EHABI compact model 1 and 2 without handlerdata.Logan Chien
2013-06-18Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling
2013-06-10Silencing an MSVC warning about comparing signed and unsigned values.Aaron Ballman
2013-06-09Fix ARM unwind opcode assembler in several cases.Logan Chien
2013-05-10Implement AsmParser for ARM unwind directives.Logan Chien
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2013-04-16Fix build failure introduced in 179591 when assertions are disabled.Logan Chien
2013-04-16Implement ARM unwind opcode assembler.Logan Chien
2013-01-31Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth