summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-281-0/+333
* Flip the ownership of MCStreamer and MCTargetStreamer.Benjamin Kramer2013-10-091-1/+1
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-44/+154
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-6/+7
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-1/+1
* Remove address spaces from MC.Rafael Espindola2013-07-021-11/+10
* Fix ARM EHABI compact model 1 and 2 without handlerdata.Logan Chien2013-07-021-3/+13
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-4/+4
* Silencing an MSVC warning about comparing signed and unsigned values.Aaron Ballman2013-06-101-1/+1
* Fix ARM unwind opcode assembler in several cases.Logan Chien2013-06-091-53/+71
* Implement AsmParser for ARM unwind directives.Logan Chien2013-05-101-26/+30
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-4/+5
* Fix build failure introduced in 179591 when assertions are disabled.Logan Chien2013-04-161-0/+4
* Implement ARM unwind opcode assembler.Logan Chien2013-04-161-45/+101
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-6/+9
* Override virtual function for ARM EH directives.Logan Chien2013-01-301-2/+216
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* Simplify code. Sort includes. No functionality change.Benjamin Kramer2012-12-081-6/+6
* Fix a use-after-free bug found by ASan. You can't assign a temporaryChandler Carruth2012-12-081-2/+3
* Added Mapping Symbols for ARM ELFTim Northover2012-12-071-0/+201
OpenPOWER on IntegriCloud