aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Emit the build attribute Tag_conformance.Charlie Turner1-1/+13
2014-11-27Stop uppercasing build attribute data.Charlie Turner1-2/+2
2014-10-15Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola1-6/+3
2014-10-01[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)Oliver Stannard1-0/+8
2014-06-30ARM: take care not to set the ThumbFunc bit on TLS data symbolsScott Douglass1-1/+2
2014-06-25Simplify the visitation of target expressions. No functionality change.Rafael Espindola1-1/+1
2014-06-20Allow a target to create a null streamer.Rafael Espindola1-0/+6
2014-05-15Fix some dyslexia in an assert messageJonathan Roelofs1-2/+2
2014-05-13ARMEB: Fix byte order of EH frame unwinding instructions, with modified test ...Christian Pirker1-4/+14
2014-05-13Revert "ARMEB: Fix byte order of EH frame unwinding instructions"Rafael Espindola1-14/+4
2014-05-13ARMEB: Fix byte order of EH frame unwinding instructionsChristian Pirker1-4/+14
2014-05-07Remove the UseCFI option from createAsmStreamer.Rafael Espindola1-5/+3
2014-05-01Don't force symbols to be globals in .thumb_set.Rafael Espindola1-5/+2
2014-04-29Centralize the handling of the thumb bit.Rafael Espindola1-5/+1
2014-04-28[C++] Use 'nullptr'.Craig Topper1-1/+1
2014-04-27Add emitThumbSet to the arm target streamer.Rafael Espindola1-0/+23
2014-04-27Avoid using MCSymbolData on the asm streamer.Rafael Espindola1-0/+13
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-9/+9
2014-04-22Fix the assembler to print a better relocatable expression errorKevin Enderby1-1/+2
2014-03-22Prune includes in ARM target.Craig Topper1-1/+0
2014-03-10De-virtualize a method since it doesn't override anything and isn't overridde...Craig Topper1-1/+1
2014-03-10[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-60/+61
2014-02-22Move get[S|U]LEB128Size() to LEB128.h.Logan Chien1-16/+6
2014-02-05Remove support for not using .loc directives.Rafael Espindola1-3/+3
2014-02-04Use the default values.Rafael Espindola1-1/+1
2014-02-04Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...David Peixotto1-3/+0
2014-01-30ARM IAS: support .object_archSaleem Abdulrasool1-3/+17
2014-01-30ARM IAS: support .movspSaleem Abdulrasool1-0/+30
2014-01-30ARM: suuport .tlsdescseq directiveSaleem Abdulrasool1-0/+19
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse1-2/+2
2014-01-26Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola1-24/+22
2014-01-24Fix known typosAlp Toker1-1/+1
2014-01-24Move emitInlineAsmEnd to the AsmPrinter interface.Rafael Espindola1-17/+0
2014-01-22Fix inline assembly that switches between ARM and Thumb modesGreg Fitzgerald1-0/+19
2014-01-21ARM IAS: add support for .unwind_raw directiveSaleem Abdulrasool1-0/+26
2014-01-21ARM IAS: support .personalityindexSaleem Abdulrasool1-0/+14
2014-01-19ARM ELF: ensure that the tag types are correctedSaleem Abdulrasool1-0/+3
2014-01-19Move ARM build attributes into SupportSaleem Abdulrasool1-1/+1
2014-01-14Make getTargetStreamer return a possibly null pointer.Rafael Espindola1-1/+1
2014-01-10Must not produce Tag_CPU_arch_profile for pre-ARMv7 cores (e.g. cortex-m0)Artyom Skrobov1-1/+0
2014-01-07ARM Streamer: print out tag namesSaleem Abdulrasool1-5/+22
2014-01-07ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool1-3/+61
2014-01-06ARM: move ARMUnwindOp.h into SupportSaleem Abdulrasool1-7/+8
2014-01-02[arm] Add softvfp to supported FPU names.Logan Chien1-0/+3
2013-12-26Recognize armv7a and friends as aliases for armv7-a etc. for the purposeJoerg Sonnenberger1-0/+3
2013-12-19ARM IAS: support .inst directiveSaleem Abdulrasool1-0/+52
2013-12-18[arm] Rename Tag_VFP_arch to Tag_FP_arch.Logan Chien1-9/+9
2013-12-11[arm] Implement ARM .arch directive.Logan Chien1-1/+138
2013-10-28[arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien1-0/+333
2013-10-09Flip the ownership of MCStreamer and MCTargetStreamer.Benjamin Kramer1-1/+1