summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Compute the ELF SectionKind from the flags.Rafael Espindola2015-01-291-9/+6
* ARM: add support for segment base relocations (SBREL)Saleem Abdulrasool2015-01-111-0/+4
* Emit the build attribute Tag_conformance.Charlie Turner2015-01-051-1/+13
* Stop uppercasing build attribute data.Charlie Turner2014-11-271-2/+2
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-6/+3
* [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)Oliver Stannard2014-10-011-0/+8
* ARM: take care not to set the ThumbFunc bit on TLS data symbolsScott Douglass2014-06-301-1/+2
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-251-1/+1
* Allow a target to create a null streamer.Rafael Espindola2014-06-201-0/+6
* Fix some dyslexia in an assert messageJonathan Roelofs2014-05-151-2/+2
* ARMEB: Fix byte order of EH frame unwinding instructions, with modified test ...Christian Pirker2014-05-131-4/+14
* Revert "ARMEB: Fix byte order of EH frame unwinding instructions"Rafael Espindola2014-05-131-14/+4
* ARMEB: Fix byte order of EH frame unwinding instructionsChristian Pirker2014-05-131-4/+14
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-071-5/+3
* Don't force symbols to be globals in .thumb_set.Rafael Espindola2014-05-011-5/+2
* Centralize the handling of the thumb bit.Rafael Espindola2014-04-291-5/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* Add emitThumbSet to the arm target streamer.Rafael Espindola2014-04-271-0/+23
* Avoid using MCSymbolData on the asm streamer.Rafael Espindola2014-04-271-0/+13
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-9/+9
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-221-1/+2
* Prune includes in ARM target.Craig Topper2014-03-221-1/+0
* De-virtualize a method since it doesn't override anything and isn't overridde...Craig Topper2014-03-101-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-101-60/+61
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-221-16/+6
* Remove support for not using .loc directives.Rafael Espindola2014-02-051-3/+3
* Use the default values.Rafael Espindola2014-02-041-1/+1
* Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...David Peixotto2014-02-041-3/+0
* ARM IAS: support .object_archSaleem Abdulrasool2014-01-301-3/+17
* ARM IAS: support .movspSaleem Abdulrasool2014-01-301-0/+30
* ARM: suuport .tlsdescseq directiveSaleem Abdulrasool2014-01-301-0/+19
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-2/+2
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-24/+22
* Fix known typosAlp Toker2014-01-241-1/+1
* Move emitInlineAsmEnd to the AsmPrinter interface.Rafael Espindola2014-01-241-17/+0
* Fix inline assembly that switches between ARM and Thumb modesGreg Fitzgerald2014-01-221-0/+19
* ARM IAS: add support for .unwind_raw directiveSaleem Abdulrasool2014-01-211-0/+26
* ARM IAS: support .personalityindexSaleem Abdulrasool2014-01-211-0/+14
* ARM ELF: ensure that the tag types are correctedSaleem Abdulrasool2014-01-191-0/+3
* Move ARM build attributes into SupportSaleem Abdulrasool2014-01-191-1/+1
* Make getTargetStreamer return a possibly null pointer.Rafael Espindola2014-01-141-1/+1
* Must not produce Tag_CPU_arch_profile for pre-ARMv7 cores (e.g. cortex-m0)Artyom Skrobov2014-01-101-1/+0
* ARM Streamer: print out tag namesSaleem Abdulrasool2014-01-071-5/+22
* ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool2014-01-071-3/+61
* ARM: move ARMUnwindOp.h into SupportSaleem Abdulrasool2014-01-061-7/+8
* [arm] Add softvfp to supported FPU names.Logan Chien2014-01-021-0/+3
* Recognize armv7a and friends as aliases for armv7-a etc. for the purposeJoerg Sonnenberger2013-12-261-0/+3
* ARM IAS: support .inst directiveSaleem Abdulrasool2013-12-191-0/+52
* [arm] Rename Tag_VFP_arch to Tag_FP_arch.Logan Chien2013-12-181-9/+9
* [arm] Implement ARM .arch directive.Logan Chien2013-12-111-1/+138
OpenPOWER on IntegriCloud