summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64InstrInfo.td
Commit message (Expand)AuthorAge
* Merging r201841:Tom Stellard2014-04-09
* [AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalarChad Rosier2013-11-12
* [AArch64] Make the use of FP instructions optional, but enabled by default.Amara Emerson2013-10-31
* [AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier2013-10-30
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-24
* AArch64: use RegisterOperand for NEON registers.Tim Northover2013-09-13
* AArch64: add initial NEON supportTim Northover2013-08-01
* AArch64: correct CodeGen of MOVZ/MOVK combinations.Tim Northover2013-07-01
* AArch64: implement large code model access to global variables.Tim Northover2013-05-04
* AArch64: remove useless commentTim Northover2013-04-20
* AArch64: remove barriers from AArch64 atomic operations.Tim Northover2013-04-08
* AArch64: switch patterns to be type-based rather than RegClass-basedTim Northover2013-04-03
* AArch64: remove post-encoder method from FCMP (immediate) instructions.Tim Northover2013-02-28
* AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations.Tim Northover2013-02-28
* AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover2013-02-15
* AArch64: switch from neverHasSideEffects to hasSideEffects.Tim Northover2013-02-14
* AArch64: add block comments where missingTim Northover2013-02-14
* Make use of DiagnosticType to provide better AArch64 diagnostics.Tim Northover2013-02-11
* Implement external weak (ELF) symbols on AArch64Tim Northover2013-02-06
* Add AArch64 CRC32 instructionsTim Northover2013-02-06
* Move MRI liveouts to AArch64 return instructions.Jakob Stoklund Olesen2013-02-05
* Fix formatting in AArch64 backend.Tim Northover2013-02-05
* Add AArch64 as an experimental target.Tim Northover2013-01-31