summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Fix indentation typoTim Northover2013-11-251-1/+1
* ARM: remove special cases for Darwin dynamic-no-pic mode.Tim Northover2013-11-251-31/+27
* [ARM] Add support for FP_HP_extension build attributeBradley Smith2013-11-121-0/+3
* [ARM] Add Virtualization subtarget feature and more build attributes in this ...Bradley Smith2013-11-011-0/+13
* [ARM] Fix Tag_ABI_HardFP_use build attributeBradley Smith2013-11-011-4/+8
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-5/+5
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-281-253/+49
* [ARM] Fix FP ABI attributes with no VFP enabled.Amara Emerson2013-10-111-14/+12
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-3/+5
* [ARM] Improve build attributes emission.Amara Emerson2013-10-071-52/+78
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-5/+0
* [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line optionsJoey Gouly2013-09-131-4/+4
* [ARMv8] Emit the proper .fpu directive.Joey Gouly2013-09-131-3/+6
* Remove unused private member in ARMAsmPrinter.cpp.Logan Chien2013-09-101-1/+1
* ARM: respect tied 64-bit inlineasm operands when printingTim Northover2013-08-221-0/+17
* Bug 13662: Enable GPRPair for all i64 operands of inline asm on ARMWeiming Zhao2013-06-281-2/+22
* Add a Subtarget feature 'v8fp' to the ARM backend.Joey Gouly2013-06-271-4/+14
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-261-1/+3
* Remove the 'generic' CPU from the ARM eabi attributes printer.Joey Gouly2013-06-261-9/+2
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-191-3/+4
* Reduce indentation.David Blaikie2013-06-181-53/+55
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-39/+1
OpenPOWER on IntegriCloud