Fix some doc and comment typos
[oota-llvm.git] / lib / Target / ARM64 / ARM64InstrFormats.td
2014-04-09 Alp TokerFix some doc and comment typos
2014-04-09 Bradley Smith[ARM64] Change SYS without a register to an alias to...
2014-04-09 Bradley Smith[ARM64] Properly support both apple and standard syntax...
2014-04-09 Bradley Smith[ARM64] When printing a pre-indexed address with #0...
2014-04-09 Bradley Smith[ARM64] Fixup ADR/ADRP parsing such that they accept...
2014-04-09 Bradley Smith[ARM64] Add a PostEncoderMethod to FCMP - the Rm field...
2014-04-09 Bradley Smith[ARM64] SCVTF and FCVTZS/U are undefined if scale<5...
2014-04-09 Bradley Smith[ARM64] EXT and EXTR instructions on v8i8 and W regs...
2014-04-09 Bradley Smith[ARM64] Scaled fixed-point FCVTZSs should also have...
2014-04-09 Bradley Smith[ARM64] UBFM/BFM is undefined on w registers when imms...
2014-04-09 Bradley Smith[ARM64] Floating point to fixed point scaled conversion...
2014-04-09 Bradley Smith[ARM64] Port over the PostEncoderMethod fix for SMULH...
2014-04-09 Bradley Smith[ARM64] Rework system register parsing to overcome...
2014-04-09 Bradley Smith[ARM64] Port over the PostEncoderMethod from AArch64...
2014-04-09 Bradley Smith[ARM64] Switch the decoder, disassembler, instprinter...
2014-04-09 Bradley Smith[ARM64] Add missing 1Q -> 1q vector kind alias
2014-04-03 Tim NorthoverARM64: always use i64 for the RHS of shift operations
2014-04-01 Tim NorthoverARM64: add patterns for more lane-wise ld1/st1 operations.
2014-03-31 Tim NorthoverARM64: add extra patterns for scalar shifts
2014-03-31 Tim NorthoverARM64: add more scalar patterns for usqadd & suqadd.
2014-03-31 Tim NorthoverARM64: add i64 scalar pattern for @llvm.arm64.abs
2014-03-29 Tim NorthoverARM64: initial backend import