summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64InstrInfo.td
Commit message (Expand)AuthorAge
* AArch64: Add backend intrinsic for rbit.Jim Grosbach2014-06-16
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* AArch64: disable printing of add/sub aliasTim Northover2014-05-16
* AArch64: disable printing of MOV -> MOVZ aliasesTim Northover2014-05-16
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-12
* [AArch64] Add SchedRW lists to NEON instructions.Chad Rosier2014-03-21
* AArch64: error when both positional & named operands are used.Tim Northover2014-03-13
* [AArch64] This is a work in progress to provide a machine descriptionChad Rosier2014-03-06
* Revert "[AArch64] This is a work in progress to provide a machine description"Chad Rosier2014-03-04
* [AArch64] This is a work in progress to provide a machine descriptionChad Rosier2014-03-03
* trivial test commitAlbrecht Kadlec2014-02-24
* [AArch64] Add register constraints to avoid generating STLXR and STXR with un...Kevin Qin2014-02-21
* [AArch64] Check fmul node single use in fused multiply patternsAna Pazos2013-12-24
* [AArch64 NEON] Fixed fused multiply negate add/sub patternsAna Pazos2013-12-24
* [AArch64 NEON]Implment loading vector constant form constant pool.Kevin Qin2013-12-18
* [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