summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1582/+0
* [llvm-objdump] Implement -Mreg-names-raw/-std options.Igor Kudrin2019-02-261-1/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ARM][v8.5A] Add speculation barriers SSBB and PSSBBOliver Stannard2018-09-281-0/+15
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [AArch64][ARM] Armv8.4-A: Trace synchronization barrier instructionSjoerd Meijer2018-07-061-0/+11
* Remove some unneeded #includes to fix layeringDavid Blaikie2018-03-291-2/+0
* [ARM]Decoding MSR with unpredictable destination register causes an assertSimi Pallipurath2018-03-061-1/+2
* [ARM] v8.3-a complex number supportSam Parker2017-09-291-0/+9
* [ARM] Use searchable-table for banked registersJaved Absar2017-08-041-44/+6
* [ARM] Unify handling of M-Class system registersJaved Absar2017-07-191-123/+22
* [ARM] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-02-031-1/+8
* Recommit: ARM: sort register lists by encoding in push/pop instructions.Tim Northover2016-11-141-0/+6
* Revert "ARM: sort register lists by encoding in push/pop instructions."Tim Northover2016-11-141-6/+0
* ARM: sort register lists by encoding in push/pop instructions.Tim Northover2016-11-141-0/+6
* ARM target does not use printAliasInstr machinery whichSjoerd Meijer2016-06-031-52/+4
* [ARM] Add new system registers to ARMv8-M Baseline/MainlineBradley Smith2016-01-251-0/+36
* [ARM] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard2016-01-251-0/+28
* # This is a combination of 2 commits.Reid Kleckner2016-01-151-36/+0
* [ARM] Add new system registers to ARMv8-M Baseline/MainlineBradley Smith2016-01-151-0/+36
* Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper2015-12-251-0/+1
* Revert "[ARM] Add ARMv8.2-A FP16 scalar instructions"Reid Kleckner2015-12-161-28/+0
* [ARM] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard2015-12-161-0/+28
* [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.defArtyom Skrobov2015-09-241-1/+1
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-5/+7
* Revert r238473, "Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM."Peter Collingbourne2015-06-051-14/+3
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-1/+1
* Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM.Peter Collingbourne2015-05-281-3/+14
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-7/+7
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-1/+1
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-7/+7
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-7/+7
* [ARM] Simplify code. NFC.Benjamin Kramer2015-04-251-15/+2
* Remove unused MCSubtargetInfo argument from the ARM MCInstPrinter ctors.Eric Christopher2015-03-301-2/+1
* [ARM] Enable changing instprinter's behavior based on the per-functionAkira Hatanaka2015-03-271-67/+133
* clang-format ARMInstPrinter.{h,cpp} before I make changes to these files.Akira Hatanaka2015-03-271-259/+275
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-271-1/+1
* Fix remaining MSVC warningAndrew Kaylor2015-03-251-2/+2
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-7/+7
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-7/+7
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-7/+7
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-7/+7
* Add support for ARM modified-immediate assembly syntax.Asiri Rathnayake2014-12-021-0/+46
* Add Thumb HVC and ERET virtualisation extension instructions.Charlie Turner2014-12-011-0/+15
* Add ARM ERET and HVC virtualisation extension instructions.Charlie Turner2014-12-011-1/+3
* ARMInstPrinter.cpp: Suppress a warning for -Asserts. [-Wunused-variable]NAKAMURA Takumi2014-10-061-3/+2
* ARM: silence unused variable warningTim Northover2014-10-061-2/+2
* ARM: remove dead InstPrinting codeTim Northover2014-10-061-28/+1
* Thumb2 M-class MSR instruction support changesRenato Golin2014-09-011-41/+45
* ARM: implement MRS/MSR (banked reg) system instructions.Tim Northover2014-08-151-0/+36
OpenPOWER on IntegriCloud