aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Emit the build attribute Tag_conformance.Charlie Turner1-0/+2
2014-12-12Emit Tag_ABI_FP_16bit_format build attribute.Charlie Turner1-0/+7
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith1-2/+2
2014-12-05Add missing FP build attribute tests.Charlie Turner1-0/+2
2014-12-04Fix thumbv4t indirect callsJonathan Roelofs1-11/+44
2014-12-03Emit ABI_FP_rounding attribute.Charlie Turner1-0/+6
2014-12-02Emit Tag_ABI_FP_denormal correctly in fast-math mode.Charlie Turner1-1/+26
2014-11-13ARM: add @llvm.arm.space intrinsic for testing ConstantIslands.Tim Northover1-0/+3
2014-10-08Emit unaligned access build attribute for ARMRenato Golin1-0/+7
2014-10-01[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)Oliver Stannard1-1/+3
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-14/+7
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-14/+23
2014-07-25[ARM] Emit ABI_PCS_R9_use build attribute.Amara Emerson1-0/+11
2014-07-25[ARM] In thumb mode, emit directive ".code 16" before file level inlineAkira Hatanaka1-0/+3
2014-07-07ARM: correctly mangle dllimport symbolsSaleem Abdulrasool1-16/+34
2014-07-07ARM: unify symbol name retrievalSaleem Abdulrasool1-5/+8
2014-06-20Emit the ARM build attributes ABI_PCS_wchar_t and ABI_enum_size.Oliver Stannard1-0/+26
2014-05-27[ARM] Emit correct build attributes for the relocation models.Amara Emerson1-0/+14
2014-05-01If necessary for indirect encodings, emit stubs.Joerg Sonnenberger1-0/+22
2014-04-30Prepare support of Itanium ABI on ARM as opposed to EHABI byJoerg Sonnenberger1-13/+16
2014-04-30ARM: print COFF function header for Windows on ARMSaleem Abdulrasool1-1/+23
2014-04-29ARM: emit hidden stubs into a proper non_lazy_symbol_pointer section.Tim Northover1-31/+30
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-2/+2
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-19Remove some empty statementsAlp Toker1-1/+1
2014-04-03Tidy up. Trailing whitespace.Jim Grosbach1-2/+2
2014-04-01ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker1-4/+4
2014-03-28Add ARM big endian Target (armeb, thumbeb)Christian Pirker1-2/+4
2014-03-07MC: Remove superfluous section attribute flag definitionsDavid Majnemer1-4/+4
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth1-1/+1
2014-02-27Debug info: Remove ARMAsmPrinter::EmitDwarfRegOp(). AsmPrinter can nowAdrian Prantl1-64/+0
2014-02-08Pass the Mangler by reference.Rafael Espindola1-1/+1
2014-02-07Remove -arm-disable-ehabi optionRenato Golin1-3/+1
2014-02-06Remove const_cast for STI when parsing inline asmDavid Peixotto1-3/+1
2014-01-30ARM IAS: support .movspSaleem Abdulrasool1-3/+3
2014-01-29Enable EHABI by defaultRenato Golin1-2/+3
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse1-43/+43
2014-01-27Remove dead code.Rafael Espindola1-22/+0
2014-01-24Move emitInlineAsmEnd to the AsmPrinter interface.Rafael Espindola1-0/+16
2014-01-20Debug info: On ARM ensure that all __TEXT sections come before theAdrian Prantl1-0/+7
2014-01-20Revert "Debug info: On ARM ensure that the data sections come before the"Adrian Prantl1-13/+0
2014-01-20[ARM] Do not generate Tag_DIV_use=AllowDIVExt when hardware div is non-option...Artyom Skrobov1-6/+8
2014-01-19ARM: update build attributes for ABI r2.09Saleem Abdulrasool1-2/+2
2014-01-19Move ARM build attributes into SupportSaleem Abdulrasool1-2/+2
2014-01-14Make getTargetStreamer return a possibly null pointer.Rafael Espindola1-2/+2
2014-01-10Must not produce Tag_CPU_arch_profile for pre-ARMv7 cores (e.g. cortex-m0)Artyom Skrobov1-9/+13
2014-01-09Put the functionality for printing a value to a raw_ostream as anChandler Carruth1-1/+0
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola1-1/+1
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2014-01-07ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool1-1/+1