Produce an error instead of a crash in an expr we cannot represent.
[oota-llvm.git] / test / MC / ARM64 /
2014-04-28 Tim NorthoverARM64: diagnose use of v16-v31 in certain indexed NEON...
2014-04-25 Bradley Smith[ARM64] Print preferred aliases for SFBM/UBFM in InstPr...
2014-04-25 Kevin Qin[ARM64] Support crc predicate on ARM64.
2014-04-24 Tim NorthoverAArch64/ARM64: disentangle the "B.CC" and "LDR lit...
2014-04-23 Saleem AbdulrasoolMC: move ARM64 test from AArch64 directory
2014-04-23 Kevin Qin[ARM64] Enable feature predicates for NEON / FP / CRYPTO.
2014-04-21 Jim GrosbachARM64: Improve diagnostics for malformed reg+reg addres...
2014-04-17 Jim GrosbachARM64: [su]xtw use W regs as inputs, not X regs.
2014-04-15 Tim NorthoverAArch64/ARM64: only mangle MOVZ/MOVN during encoding...
2014-04-15 Stepan DyatkovskiyOptional hash symbol feature support for ARM64
2014-04-09 Alp TokerFix some doc and comment typos
2014-04-09 Bradley Smith[ARM64] Properly support both apple and standard syntax...
2014-04-09 Bradley Smith[ARM64] Conditional branches must always print their...
2014-04-09 Bradley Smith[ARM64] Add missing shifted register MVN alias to ORN
2014-04-09 Bradley Smith[ARM64] Fixup ADR/ADRP parsing such that they accept...
2014-04-09 Bradley Smith[ARM64] Tighten up the special casing in emitting arith...
2014-04-09 Bradley Smith[ARM64] Rename LR to the UAL-compliant 'X30'.
2014-04-09 Bradley Smith[ARM64] Rename FP to the UAL-compliant 'X29'.
2014-04-09 Bradley Smith[ARM64] Floating point to fixed point scaled conversion...
2014-04-09 Bradley Smith[ARM64] Add missing tlbi operands and error for extra...
2014-04-09 Bradley Smith[ARM64] Rework system register parsing to overcome...
2014-04-09 Bradley Smith[ARM64] Add WZR to isGPR32Register, since every use...
2014-04-09 Bradley Smith[ARM64] Switch the decoder, disassembler, instprinter...
2014-04-09 Bradley Smith[ARM64] Add support for NV condition code (exists only...
2014-04-09 Bradley Smith[ARM64] Add missing 1Q -> 1q vector kind alias
2014-04-09 Bradley Smith[ARM64] Add parsing for vector lists such as {v0.8b...
2014-04-09 Bradley Smith[ARM64] Correctly alias LSL to UXTW for 32bit instructi...
2014-03-29 Tim NorthoverARM64: initial backend import