summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/bitfield-insert.ll
AgeCommit message (Expand)Author
2017-01-18[AArch64] Generate literals by the little endEvandro Menezes
2016-06-22[AArch64] Remove an overly aggressive assert.Chad Rosier
2016-06-16AArch64: allow MOV (imm) alias to be printedTim Northover
2016-06-03[AArch64] Move tests from r271677 to a more appropriately named file. NFC.Chad Rosier
2016-06-03[AArch64] Spot SBFX-compatbile code expressed with sign_extend_inreg.Chad Rosier
2016-05-26[AArch64] Generate a BFI/BFXIL from 'or (and X, MaskImm), OrImm'.Chad Rosier
2016-05-19[AArch64 ] Generate a BFXIL from 'or (and X, Mask0Imm),(and Y, Mask1Imm)'.Chad Rosier
2016-05-12[AArch64] Add support for unscaled narrow stores in getUsefulBitsForUse.Chad Rosier
2016-05-11[AArch64] Improve getUsefulBitsForUse for narrow stores.Chad Rosier
2016-04-19[LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang
2015-12-01[AArch64] Fix a corner case in BitFeild selectWeiming Zhao
2015-09-18[AArch64] Improved bitfield instruction selection.Geoff Berry
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-05-24AArch64/ARM64: move ARM64 into AArch64's placeTim Northover
2014-05-24AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover
2014-05-01AArch64/ARM64: print BFM instructions as BFI or BFXILTim Northover
2014-04-24AArch64/ARM64: implement BFI optimisationTim Northover
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin
2013-02-01Add explicit triples to AArch64 testsTim Northover
2013-01-31Add AArch64 as an experimental target.Tim Northover