aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-68/+4
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-84/+194
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-15/+43
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-21/+68
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-51/+112
* Update to LLVM 3.5a.Stephen Hines2014-04-241-228/+162
* [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
* Revert r181009.Amara Emerson2013-05-031-8/+8
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-031-8/+8
* ARM: Fix an old refacto.Benjamin Kramer2013-03-151-1/+1
* Re-apply r175088 for bug fix 13622: Add paired register support forWeiming Zhao2013-02-141-6/+9
* temporarily revert the patch due to some conflictsWeiming Zhao2013-02-131-9/+6
* Bug fix 13622: Add paired register support for inline asm with 64-bit data on...Weiming Zhao2013-02-131-6/+9
* Switch the code added in r173885 to use the new, shiny RTTIChandler Carruth2013-01-311-6/+2
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-301-0/+7
* This patch implements runtime ARM specificJack Carter2013-01-301-0/+11
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-091-5/+5
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-9/+9
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-261-114/+78
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-261-376/+298
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-151-1/+1
* Disable the Thumb no-return call optimization:Evan Cheng2012-11-101-25/+0
* Recommit modified r167540.Amara Emerson2012-11-081-4/+19
* Revert r167540 until regression tests are updated.Amara Emerson2012-11-071-21/+4
* Improve ARM build attribute emission for architectures types.Amara Emerson2012-11-071-4/+21
* Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th...Craig Topper2012-10-091-20/+0
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* ARM: locate user-defined text sections next to default text.Jim Grosbach2012-10-041-4/+20
* This needs braces. Spotted by Bill.Eric Christopher2012-08-141-1/+2