[AArch64]Fix the pattern match failure for v1i8/v1i16/v1i32 types.
[oota-llvm.git] / lib / Target / AArch64 / AArch64InstrInfo.td
2013-11-12 Chad Rosier[AArch64] Implemented AdvSIMD scalar x indexed element...
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-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-13 Tim NorthoverAArch64: use RegisterOperand for NEON registers.
2013-08-01 Tim NorthoverAArch64: add initial NEON support
2013-07-01 Tim NorthoverAArch64: correct CodeGen of MOVZ/MOVK combinations.
2013-05-04 Tim NorthoverAArch64: implement large code model access to global...
2013-04-20 Tim NorthoverAArch64: remove useless comment
2013-04-08 Tim NorthoverAArch64: remove barriers from AArch64 atomic operations.
2013-04-03 Tim NorthoverAArch64: switch patterns to be type-based rather than...
2013-02-28 Tim NorthoverAArch64: remove post-encoder method from FCMP (immediat...
2013-02-28 Tim NorthoverAArch64: Use cbnz instead of cmp/b.ne pair for atomic...
2013-02-15 Tim NorthoverAArch64: remove ConstantIsland pass & put literals...
2013-02-14 Tim NorthoverAArch64: switch from neverHasSideEffects to hasSideEffects.
2013-02-14 Tim NorthoverAArch64: add block comments where missing
2013-02-11 Tim NorthoverMake use of DiagnosticType to provide better AArch64...
2013-02-06 Tim NorthoverImplement external weak (ELF) symbols on AArch64
2013-02-06 Tim NorthoverAdd AArch64 CRC32 instructions
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to AArch64 return instructions.
2013-02-05 Tim NorthoverFix formatting in AArch64 backend.
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.