aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/AArch64/AArch64InstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-5/+84
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-5094/+4992
* Update to LLVM 3.5a.Stephen Hines2014-04-241-216/+409
* [AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalarChad Rosier2013-11-121-1/+1
* [AArch64] Make the use of FP instructions optional, but enabled by default.Amara Emerson2013-10-311-1/+20
* [AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier2013-10-301-0/+7
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-241-8/+8
* AArch64: use RegisterOperand for NEON registers.Tim Northover2013-09-131-5/+7
* AArch64: add initial NEON supportTim Northover2013-08-011-0/+40
* AArch64: correct CodeGen of MOVZ/MOVK combinations.Tim Northover2013-07-011-8/+11
* AArch64: implement large code model access to global variables.Tim Northover2013-05-041-7/+24
* AArch64: remove useless commentTim Northover2013-04-201-2/+0
* AArch64: remove barriers from AArch64 atomic operations.Tim Northover2013-04-081-41/+49
* AArch64: switch patterns to be type-based rather than RegClass-basedTim Northover2013-04-031-503/+492
* AArch64: remove post-encoder method from FCMP (immediate) instructions.Tim Northover2013-02-281-16/+14
* AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations.Tim Northover2013-02-281-5/+8
* AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover2013-02-151-24/+6
* AArch64: switch from neverHasSideEffects to hasSideEffects.Tim Northover2013-02-141-4/+4
* AArch64: add block comments where missingTim Northover2013-02-141-0/+13
* Make use of DiagnosticType to provide better AArch64 diagnostics.Tim Northover2013-02-111-14/+54
* Implement external weak (ELF) symbols on AArch64Tim Northover2013-02-061-2/+4
* Add AArch64 CRC32 instructionsTim Northover2013-02-061-1/+19
* Move MRI liveouts to AArch64 return instructions.Jakob Stoklund Olesen2013-02-051-1/+2
* Fix formatting in AArch64 backend.Tim Northover2013-02-051-594/+349
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+5298