[AVX512] Extended avx512_sqrt_packed (sqrt instructions) to VL subset.
[oota-llvm.git] / test / MC / AArch64 /
2014-10-22 Chad Rosier[AArch64] Add support for the .inst directive.
2014-10-01 Tom Coxon[AArch64] Allow access to all system registers with...
2014-09-23 Jim GrosbachAArch64: allow constant expressions for shifted reg...
2014-08-14 Saleem AbdulrasoolMC: AsmLexer: handle multi-character CommentStrings...
2014-08-06 Chad RosierAdd test case omitted in r214974.
2014-07-23 Tim NorthoverAArch64: remove "arm64_be" support in favour of "aarch6...
2014-07-18 David PeixottoMC: support different sized constants in constant pools
2014-07-15 Tilmann Scheller[AArch64] Add negative tests for the SIMD & FP LDP...
2014-07-10 Arnaud A. de Grand... [AArch64] Add logical alias instructions to MC AsmParser
2014-07-08 Arnaud A. de Grand... Truncate the immediate in logical operation to the...
2014-07-04 Tim Northoverllvm-readobj: fix MachO relocatoin printing a bit.
2014-07-02 Saleem Abdulrasoolaarch64: support target-specific .req assembler directive
2014-06-24 NAKAMURA Takumildr-pseudo-obj-errors.s: Fix silly copypasto.
2014-06-24 NAKAMURA Takumillvm/test/MC/AArch64/ldr-pseudo-obj-errors.s: Add ...
2014-06-24 Weiming ZhaoFix test case in r211605/r211533
2014-06-24 Weiming ZhaoResubmit commit r211533
2014-06-10 Artyom SkrobovCondition codes AL and NV are invalid in the aliases...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-09 Artyom Skrobov[AArch64] Missing aliases for CMP/CMN [W]SP with no...
2014-06-07 Alp TokerFix typos
2014-05-29 Artyom SkrobovAdd missing check when MatchInstructionImpl() reports...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-05-22 Tim NorthoverARM64: separate load/store operands to simplify assembler
2014-05-20 Bradley Smith[ARM64] Port basic-a64-diagnostics.s over to ARM64
2014-05-20 Tim NorthoverTableGen: convert InstAlias's Emit bit to an int.
2014-05-16 Tim NorthoverTableGen: fix operand counting for aliases
2014-05-15 Tim NorthoverARM64: print correct aliases for NEON mov & mvn instruc...
2014-05-15 Tim NorthoverTableGen/ARM64: print aliases even if they have syntax...
2014-05-15 Bradley Smith[ARM64] Add/Fixup diagnostics for floating point immediates
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-05-06 Tim NorthoverAArch64/ARM64: add two more MC tests to ARM64 set.
2014-05-06 Tim NorthoverAArch64/ARM64: enable MC-level diagnostic tests for...
2014-05-01 Tim NorthoverAArch64/ARM64: print BFM instructions as BFI or BFXIL
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-04-30 Tim NorthoverAArch64/ARM64: implement remaining TLS relocations...
2014-04-30 Tim NorthoverAArch64/ARM64: add specific diagnostic for MRS/MSR...
2014-04-30 Tim NorthoverAArch64/ARM64: accept and print floating-point immediat...
2014-04-30 Tim NorthoverARM64: enable AArch64's basic-a64-instructions test
2014-04-24 Tim NorthoverAArch64/ARM64: add ARM64 runs to more MC tests.
2014-04-24 Tim NorthoverAArch64/ARM64: run AArch64 NEON MC tests through ARM64...
2014-04-24 Tim NorthoverAArch64: print NEON lists with a space.
2014-04-24 Tim NorthoverAArch64/ARM64: enable remaining MC elf tests.
2014-04-24 Tim NorthoverAArch64/ARM64: allow negative addends, at least on...
2014-04-24 Tim NorthoverARM64: support relocated "TBZ/TBNZ" instructions.
2014-04-24 Tim NorthoverAArch64/ARM64: support relocated ADR instruction
2014-04-24 Tim NorthoverAArch64/ARM64: add support for :abs_gN_s: MOVZ modifiers
2014-04-24 Tim NorthoverAArch64/ARM64: disentangle the "B.CC" and "LDR lit...
2014-04-24 Tim NorthoverAArch64/ARM64: enable some MC tests on ARM64
2014-04-23 Saleem AbdulrasoolMC: move ARM64 test from AArch64 directory
2014-04-16 Tim NorthoverAArch64/ARM64: produce correct relocation for condition...
2014-03-30 Stepan DyatkovskiyPR18929:
2014-03-04 Kevin Qin[AArch64]Fix improper diagnostics about offset range...
2014-02-10 Chad Rosier[AArch64] Handle aliases of conditional branches withou...
2014-01-20 Kevin Qin[AArch64 NEON] Accept both #0.0 and #0 for comparing...
2014-01-08 Ana Pazos[AArch64][NEON] Added UXTL and UXTL2 instruction aliases
2014-01-03 Ana Pazos[AArch64][NEON] Added SXTL and SXTL2 instruction aliases
2013-11-27 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-26 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-21 Ana PazosImplemented Neon scalar vdup_lane intrinsics.
2013-11-19 Hao LiuImplement AArch64 neon instructions class SIMD lsone...
2013-11-19 Kevin Qinimplement MC layer of AArch64 neon instruction PMULL...
2013-11-19 Jiangning LiuAdd predicate for AArch64 crypto instructions.
2013-11-18 Kevin Qin[AArch64 NEON]Add mov alias for simd copy instructions.
2013-11-14 Kevin QinAdd test case for AArch64 NEON instruction set misc.
2013-11-14 Kevin QinImplement aarch64 neon instruction class SIMD misc.
2013-11-14 Jiangning LiuImplement AArch64 NEON instruction set AdvSIMD (table).
2013-11-12 Chad Rosier[AArch64] Implemented AdvSIMD scalar x indexed element...
2013-11-11 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-06 Jiangning LiuImplement AArch64 Neon instruction set Perm.
2013-11-06 Jiangning LiuImplement AArch64 Neon instruction set Bitwise Extract.
2013-11-05 Jiangning LiuImplement AArch64 Neon Crypto instruction classes AES...
2013-11-05 Hao LiuImplement AArch64 post-index vector load/store multiple...
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar fixed-point conve...
2013-10-31 Chad Rosier[AArch64] Add diagnostic tests for NEON scalar shift...
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar shift immediate...
2013-10-31 Amara Emerson[AArch64] Make the use of FP instructions optional...
2013-10-30 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Rafael EspindolaConvert a llc -filetype=obj test into a llvm-mc test.
2013-10-18 Chad Rosier[AArch64] Add support for NEON scalar extract narrow...
2013-10-17 Chad Rosier[AArch64] Add support for NEON scalar three register...
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar negate instruction.
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar absolute value...
2013-10-16 Chad RosierUpdate comment.
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar signed saturating...
2013-10-15 Chad Rosier[AArch64] Add support for NEON scalar signed saturating...
2013-10-14 Chad Rosier[AArch64] Add support for NEON scalar integer compare...
2013-10-11 Kevin QinImplement aarch64 neon instruction set AdvSIMD (copy).
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-10 Rafael EspindolaRevert "Implement AArch64 vector load/store multiple...
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-09 Tim NorthoverAArch64: migrate ADRP relaxation test to be llvm-mc...
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar signed/unsigned...
2013-10-07 Chad Rosier[AArch64] Add support for NEON scalar arithmetic instru...
2013-10-05 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (Across).
2013-10-04 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
next