summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAge
* Emit the ARM build attributes ABI_PCS_wchar_t and ABI_enum_size.Oliver Stannard2014-06-20
* [ARM] Emit correct build attributes for the relocation models.Amara Emerson2014-05-27
* If necessary for indirect encodings, emit stubs.Joerg Sonnenberger2014-05-01
* Prepare support of Itanium ABI on ARM as opposed to EHABI byJoerg Sonnenberger2014-04-30
* ARM: print COFF function header for Windows on ARMSaleem Abdulrasool2014-04-30
* ARM: emit hidden stubs into a proper non_lazy_symbol_pointer section.Tim Northover2014-04-29
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Remove some empty statementsAlp Toker2014-04-19
* Tidy up. Trailing whitespace.Jim Grosbach2014-04-03
* ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker2014-04-01
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-07
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* Debug info: Remove ARMAsmPrinter::EmitDwarfRegOp(). AsmPrinter can nowAdrian Prantl2014-02-27
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* Remove -arm-disable-ehabi optionRenato Golin2014-02-07
* Remove const_cast for STI when parsing inline asmDavid Peixotto2014-02-06
* ARM IAS: support .movspSaleem Abdulrasool2014-01-30
* Enable EHABI by defaultRenato Golin2014-01-29
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Remove dead code.Rafael Espindola2014-01-27
* Move emitInlineAsmEnd to the AsmPrinter interface.Rafael Espindola2014-01-24
* Debug info: On ARM ensure that all __TEXT sections come before theAdrian Prantl2014-01-20
* Revert "Debug info: On ARM ensure that the data sections come before the"Adrian Prantl2014-01-20
* [ARM] Do not generate Tag_DIV_use=AllowDIVExt when hardware div is non-option...Artyom Skrobov2014-01-20
* ARM: update build attributes for ABI r2.09Saleem Abdulrasool2014-01-19
* Move ARM build attributes into SupportSaleem Abdulrasool2014-01-19
* Make getTargetStreamer return a possibly null pointer.Rafael Espindola2014-01-14
* Must not produce Tag_CPU_arch_profile for pre-ARMv7 cores (e.g. cortex-m0)Artyom Skrobov2014-01-10
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool2014-01-07
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-06
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Debug info: On ARM ensure that the data sections come before theAdrian Prantl2013-12-23
* Added support for mcpu kraitAna Pazos2013-12-06
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-04
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-02
* Remove dead code.Rafael Espindola2013-12-02
* Fix indentation typoTim Northover2013-11-25
* ARM: remove special cases for Darwin dynamic-no-pic mode.Tim Northover2013-11-25
* [ARM] Add support for FP_HP_extension build attributeBradley Smith2013-11-12
* [ARM] Add Virtualization subtarget feature and more build attributes in this ...Bradley Smith2013-11-01
* [ARM] Fix Tag_ABI_HardFP_use build attributeBradley Smith2013-11-01
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-28
* [ARM] Fix FP ABI attributes with no VFP enabled.Amara Emerson2013-10-11
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08