summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* ARM: add @llvm.arm.space intrinsic for testing ConstantIslands.Tim Northover2014-11-131-0/+3
* Emit unaligned access build attribute for ARMRenato Golin2014-10-081-0/+7
* [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)Oliver Stannard2014-10-011-1/+3
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-14/+7
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-14/+23
* [ARM] Emit ABI_PCS_R9_use build attribute.Amara Emerson2014-07-251-0/+11
* [ARM] In thumb mode, emit directive ".code 16" before file level inlineAkira Hatanaka2014-07-251-0/+3
* ARM: correctly mangle dllimport symbolsSaleem Abdulrasool2014-07-071-16/+34
* ARM: unify symbol name retrievalSaleem Abdulrasool2014-07-071-5/+8
* Emit the ARM build attributes ABI_PCS_wchar_t and ABI_enum_size.Oliver Stannard2014-06-201-0/+26
* [ARM] Emit correct build attributes for the relocation models.Amara Emerson2014-05-271-0/+14
* If necessary for indirect encodings, emit stubs.Joerg Sonnenberger2014-05-011-0/+22
* Prepare support of Itanium ABI on ARM as opposed to EHABI byJoerg Sonnenberger2014-04-301-13/+16
* ARM: print COFF function header for Windows on ARMSaleem Abdulrasool2014-04-301-1/+23
* ARM: emit hidden stubs into a proper non_lazy_symbol_pointer section.Tim Northover2014-04-291-31/+30
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Remove some empty statementsAlp Toker2014-04-191-1/+1
* Tidy up. Trailing whitespace.Jim Grosbach2014-04-031-2/+2
* ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker2014-04-011-4/+4
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-2/+4
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-071-4/+4
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* Debug info: Remove ARMAsmPrinter::EmitDwarfRegOp(). AsmPrinter can nowAdrian Prantl2014-02-271-64/+0
* Pass the Mangler by reference.Rafael Espindola2014-02-081-1/+1
* Remove -arm-disable-ehabi optionRenato Golin2014-02-071-3/+1
* Remove const_cast for STI when parsing inline asmDavid Peixotto2014-02-061-3/+1
* ARM IAS: support .movspSaleem Abdulrasool2014-01-301-3/+3
* Enable EHABI by defaultRenato Golin2014-01-291-2/+3
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-43/+43
* Remove dead code.Rafael Espindola2014-01-271-22/+0
* Move emitInlineAsmEnd to the AsmPrinter interface.Rafael Espindola2014-01-241-0/+16
* Debug info: On ARM ensure that all __TEXT sections come before theAdrian Prantl2014-01-201-0/+7
* Revert "Debug info: On ARM ensure that the data sections come before the"Adrian Prantl2014-01-201-13/+0
* [ARM] Do not generate Tag_DIV_use=AllowDIVExt when hardware div is non-option...Artyom Skrobov2014-01-201-6/+8
* ARM: update build attributes for ABI r2.09Saleem Abdulrasool2014-01-191-2/+2
* Move ARM build attributes into SupportSaleem Abdulrasool2014-01-191-2/+2
* Make getTargetStreamer return a possibly null pointer.Rafael Espindola2014-01-141-2/+2
* Must not produce Tag_CPU_arch_profile for pre-ARMv7 cores (e.g. cortex-m0)Artyom Skrobov2014-01-101-9/+13
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-1/+0
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool2014-01-071-1/+1
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-061-9/+9
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-9/+14
* Debug info: On ARM ensure that the data sections come before theAdrian Prantl2013-12-231-0/+13
* Added support for mcpu kraitAna Pazos2013-12-061-1/+2
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-041-5/+5
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-021-1/+1
* Remove dead code.Rafael Espindola2013-12-021-9/+0
OpenPOWER on IntegriCloud