aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1823-148/+393
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-098-17/+298
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2328-93/+1424
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0237-470/+1430
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2112-4/+401
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2942-37/+9293
* Update to LLVM 3.5a.Stephen Hines2014-04-24121-113/+5350
* Merging r195677:Bill Wendling2013-12-012-0/+30
* ARM: diagnose invalid system LDM/STMTim Northover2013-11-121-0/+5
* [ARM] Add support for MVFR2 which is new in ARMv8Artyom Skrobov2013-11-111-0/+5
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-081-2992/+16
* [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as...Artyom Skrobov2013-11-084-26/+31
* ARM: permit bare dmb/dsb/isb aliases on Cortex-M0Tim Northover2013-11-051-1/+31
* Test cleanup for v8 instructionsBernard Ogden2013-10-293-7/+38
* ARM: Add subtarget feature for CRCBernard Ogden2013-10-292-12/+26
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-281-0/+41
* Return early from getUnconditionalBranchTargetOpValue if the branch target isLang Hames2013-10-281-2/+2
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-284-0/+134
* ARM: allow .thumb_func to be separated from symbol definitionTim Northover2013-10-251-1/+1
* ARM: tweak test to pass on all platformsTim Northover2013-10-251-1/+3
* ARM: Mark double-precision instructions as suchTim Northover2013-10-242-0/+200
* ARM: add a couple more NEON predicates.Tim Northover2013-10-241-1/+12
* ARM: mark various aliases with their architecture requirements.Tim Northover2013-10-242-0/+24
* ARM: fix assert on unpredictable POP instruction.Tim Northover2013-10-242-5/+7
* Make ARM hint ranges consistent, and add tests for these rangesArtyom Skrobov2013-10-234-2/+28
* ARM: provide diagnostics on more writeback LDM/STM instructionsTim Northover2013-10-222-0/+23
* Add hint disassembly syntax for 16-bit Thumb hint instructions.Richard Barton2013-10-181-0/+17
* Add hardware division as a default feature on Cortex-A15. Also add test cases...Silviu Baranga2013-10-182-0/+61
* Add subtarget feature support for Cortex-A53Bernard Ogden2013-10-142-2/+2
* [ARM] Fix FP ABI attributes with no VFP enabled.Amara Emerson2013-10-111-4/+4
* [ARM] Improve build attributes emission.Amara Emerson2013-10-071-3/+4
* ARM: allow cortex-m0 to use hint instructionsTim Northover2013-10-073-12/+37
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-14/+0
* [ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.Amara Emerson2013-10-032-14/+9762
* [ARM] Introduce the 'sevl' instruction in ARMv8.Joey Gouly2013-10-015-16/+22
* [ARM] Fix Thumb(-2) diagnostic tests.Tilmann Scheller2013-09-302-12/+12
* [ARM] Use FileCheck instead of grep for ARM LDRD negative tests.Tilmann Scheller2013-09-301-19/+42
* [ARM] Assembler: ARM LDRD with writeback requires the base register to be dif...Tilmann Scheller2013-09-301-0/+6
* [ARM] Assembler: Add more negative tests for ARM LDRD.Tilmann Scheller2013-09-301-0/+8
* ARM: Teach assembler to enforce constraints for ARM LDRD destination register...Tilmann Scheller2013-09-272-20/+40
* ARM: Teach assembler to enforce constraint for Thumb2 LDRD (literal/immediate...Tilmann Scheller2013-09-271-0/+9
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-194-1/+173
* 'svn add' the test cases.Joey Gouly2013-09-183-0/+62
* [ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}.Joey Gouly2013-09-171-3/+13
* Fix tests for hasFPARMv8 name change (r190692)Amaury de la Vieuville2013-09-133-3/+3
* [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line optionsJoey Gouly2013-09-131-1/+1
* Somehow this important part of the patch, where I actually check the Mask,Joey Gouly2013-09-121-3/+6
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-0/+2
* [ARMv8] Add some missing tests for DSB/DMB.Joey Gouly2013-09-051-1/+36
* [ARMv8] Implement the new DMB/DSB operands.Joey Gouly2013-09-051-1/+36