summaryrefslogtreecommitdiff
path: root/test/MC/ARM
Commit message (Expand)AuthorAge
* Merging r195677:Bill Wendling2013-12-01
* ARM: diagnose invalid system LDM/STMTim Northover2013-11-12
* [ARM] Add support for MVFR2 which is new in ARMv8Artyom Skrobov2013-11-11
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-08
* [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as...Artyom Skrobov2013-11-08
* ARM: permit bare dmb/dsb/isb aliases on Cortex-M0Tim Northover2013-11-05
* Test cleanup for v8 instructionsBernard Ogden2013-10-29
* ARM: Add subtarget feature for CRCBernard Ogden2013-10-29
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-28
* Return early from getUnconditionalBranchTargetOpValue if the branch target isLang Hames2013-10-28
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-28
* ARM: allow .thumb_func to be separated from symbol definitionTim Northover2013-10-25
* ARM: tweak test to pass on all platformsTim Northover2013-10-25
* ARM: Mark double-precision instructions as suchTim Northover2013-10-24
* ARM: add a couple more NEON predicates.Tim Northover2013-10-24
* ARM: mark various aliases with their architecture requirements.Tim Northover2013-10-24
* ARM: fix assert on unpredictable POP instruction.Tim Northover2013-10-24
* Make ARM hint ranges consistent, and add tests for these rangesArtyom Skrobov2013-10-23
* ARM: provide diagnostics on more writeback LDM/STM instructionsTim Northover2013-10-22
* Add hint disassembly syntax for 16-bit Thumb hint instructions.Richard Barton2013-10-18
* Add hardware division as a default feature on Cortex-A15. Also add test cases...Silviu Baranga2013-10-18
* Add subtarget feature support for Cortex-A53Bernard Ogden2013-10-14
* [ARM] Fix FP ABI attributes with no VFP enabled.Amara Emerson2013-10-11
* [ARM] Improve build attributes emission.Amara Emerson2013-10-07
* ARM: allow cortex-m0 to use hint instructionsTim Northover2013-10-07
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* [ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.Amara Emerson2013-10-03
* [ARM] Introduce the 'sevl' instruction in ARMv8.Joey Gouly2013-10-01
* [ARM] Fix Thumb(-2) diagnostic tests.Tilmann Scheller2013-09-30
* [ARM] Use FileCheck instead of grep for ARM LDRD negative tests.Tilmann Scheller2013-09-30
* [ARM] Assembler: ARM LDRD with writeback requires the base register to be dif...Tilmann Scheller2013-09-30
* [ARM] Assembler: Add more negative tests for ARM LDRD.Tilmann Scheller2013-09-30
* ARM: Teach assembler to enforce constraints for ARM LDRD destination register...Tilmann Scheller2013-09-27
* ARM: Teach assembler to enforce constraint for Thumb2 LDRD (literal/immediate...Tilmann Scheller2013-09-27
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-19
* 'svn add' the test cases.Joey Gouly2013-09-18
* [ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}.Joey Gouly2013-09-17
* Fix tests for hasFPARMv8 name change (r190692)Amaury de la Vieuville2013-09-13
* [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line optionsJoey Gouly2013-09-13
* Somehow this important part of the patch, where I actually check the Mask,Joey Gouly2013-09-12
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* [ARMv8] Add some missing tests for DSB/DMB.Joey Gouly2013-09-05
* [ARMv8] Implement the new DMB/DSB operands.Joey Gouly2013-09-05
* Add AArch32 DCPS{1,2,3} and HLT instructions.Richard Barton2013-09-05
* [ARMv8]Joey Gouly2013-08-28
* [ARMv8] Add MC support for the new load/store acquire/release instructions.Joey Gouly2013-08-27
* [ARMv8] Add some negative tests for the recent VFP/NEON instructions.Joey Gouly2013-08-27
* Fix ARM vcvt encoding when the number of fractional bits is zero.Mihai Popa2013-08-22
* Make "mov" work for all Thumb2 MOV encodingsMihai Popa2013-08-21
* Thumb2 add immediate alias for SPMihai Popa2013-08-19