summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
Commit message (Expand)AuthorAgeFilesLines
* [ARM][MVE] validForTailPredication instsSam Parker2019-10-151-3/+2
* [ARM][MVE] Add invalidForTailPredication to TSFlagsSam Parker2019-09-171-0/+4
* [ARM] Add MVE vector load/store instructions.Simon Tatham2019-06-251-0/+4
* [ARM] Add the non-MVE instructions in Arm v8.1-M.Simon Tatham2019-06-111-0/+2
* [ARM] Add an MVE execution domainSjoerd Meijer2019-05-301-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* ARM: fix Thumb2 CodeGen for ldrex with folded frame-index.Tim Northover2018-09-071-1/+3
* [MinGW] [ARM] Add stubs for potential automatic dllimported variablesMartin Storsjo2018-08-311-0/+5
* [AArch64][ARM] Armv8.4-A: Trace synchronization barrier instructionSjoerd Meijer2018-07-061-0/+14
* [ARM] Armv8.2-A FP16 code generation (part 1/3)Sjoerd Meijer2018-01-261-1/+3
* [arm] Fix Unnecessary reloads from GOT.Evgeniy Stepanov2017-11-131-1/+4
* [ARM] v8.3-a complex number supportSam Parker2017-09-291-0/+1
* [ARM] Tidy-up condition-code support functionsJaved Absar2017-08-271-64/+1
* [ARM] Make RWPI use movw/movt when availableChristof Douma2017-02-071-1/+5
* Don't print (PLT) on arm.Rafael Espindola2016-06-161-4/+0
* ARM: correct TLS access on WoASaleem Abdulrasool2016-06-071-2/+8
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Revert "Move dllimport name mangling to IR mangler."Reid Kleckner2015-06-111-1/+6
* Move dllimport name mangling to IR mangler.Peter Collingbourne2015-06-091-6/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* ARM: correctly mangle dllimport symbolsSaleem Abdulrasool2014-07-071-1/+6
* Fix known typosAlp Toker2014-01-241-1/+2
* ARM: remove special cases for Darwin dynamic-no-pic mode.Tim Northover2013-11-251-27/+21
* [ARMv8] Implement the new DMB/DSB operands.Joey Gouly2013-09-051-9/+9
* ARM: ISB cannot be passed the same options as DMBAmaury de la Vieuville2013-06-101-0/+43
* Remove getARMRegisterNumbering and replace with calls intoEric Christopher2012-08-091-76/+0
* Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-021-7/+23
* ARM more NEON VLD/VST composite physical register refactoring.Jim Grosbach2012-03-061-15/+31
* ARM refactor away a bunch of VLD/VST pseudo instructions.Jim Grosbach2012-03-051-0/+17
* Move default case for covered enum outside of switch.Richard Smith2012-01-101-1/+1
* Fix a -Wreturn-type warning in g++.Richard Smith2012-01-101-0/+1
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-2/+0
* Thumb parsing diagnostics for low-reg requirements on ADD and MOV.Jim Grosbach2011-08-161-0/+13
* ARM thumb assembly parsing for arithmetic flag setting instructions.Jim Grosbach2011-08-161-0/+6
* Code clean up.Evan Cheng2011-07-251-3/+0
* Sink ARM mc routines into MCTargetDesc.Evan Cheng2011-07-231-0/+433
OpenPOWER on IntegriCloud