summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAge
* 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
* [ARM] Improve build attributes emission.Amara Emerson2013-10-07
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line optionsJoey Gouly2013-09-13
* [ARMv8] Emit the proper .fpu directive.Joey Gouly2013-09-13
* Remove unused private member in ARMAsmPrinter.cpp.Logan Chien2013-09-10
* ARM: respect tied 64-bit inlineasm operands when printingTim Northover2013-08-22
* Bug 13662: Enable GPRPair for all i64 operands of inline asm on ARMWeiming Zhao2013-06-28
* Add a Subtarget feature 'v8fp' to the ARM backend.Joey Gouly2013-06-27
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-26
* Remove the 'generic' CPU from the ARM eabi attributes printer.Joey Gouly2013-06-26
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-19
* Reduce indentation.David Blaikie2013-06-18
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Revert r181009.Amara Emerson2013-05-03
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-03
* ARM: Fix an old refacto.Benjamin Kramer2013-03-15
* Re-apply r175088 for bug fix 13622: Add paired register support forWeiming Zhao2013-02-14
* temporarily revert the patch due to some conflictsWeiming Zhao2013-02-13
* Bug fix 13622: Add paired register support for inline asm with 64-bit data on...Weiming Zhao2013-02-13
* Switch the code added in r173885 to use the new, shiny RTTIChandler Carruth2013-01-31
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-30
* This patch implements runtime ARM specificJack Carter2013-01-30
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-09
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-26
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-26
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-15
* Disable the Thumb no-return call optimization:Evan Cheng2012-11-10