summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM64
Commit message (Expand)AuthorAge
* [ARM64]Fix a bug about incorrect operand order in an EXT instruction, which i...Hao Liu2014-04-29
* [ARM64]Fix a bug when lowering shuffle vector to an EXT instruction.Hao Liu2014-04-29
* [ARM64] Fix an issue where we were always assuming a copy was coming from a D...Chad Rosier2014-04-28
* [ARM64]Fix a bug cannot select UQSHL/SQSHL with constant i64 shift amount.Hao Liu2014-04-28
* Update test not to check for a shuffle of an all-zero vector.Benjamin Kramer2014-04-27
* Revert r206749 till a final decision about the intrinsics is made.Michael Zolotukhin2014-04-26
* [ARM64] When compiling for ELF in PIC mode, local symbols shouldn't go throug...Tilmann Scheller2014-04-25
* [ARM64] Handle fp128 for parameter passing on stackJiangning Liu2014-04-25
* ARM64: fix assertion in ISelDAGToDAGTim Northover2014-04-25
* [ARM64] Print preferred aliases for SFBM/UBFM in InstPrinterBradley Smith2014-04-25
* [ARM64] Support crc predicate on ARM64.Kevin Qin2014-04-25
* AArch64/ARM64: implement BFI optimisationTim Northover2014-04-24
* AArch64/ARM64: port more testsTim Northover2014-04-24
* [ARM64] Fix the information we give to the peephole optimizer for comparison.Quentin Colombet2014-04-23
* [ARM64] Enable feature predicates for NEON / FP / CRYPTO.Kevin Qin2014-04-23
* AArch64/ARM64: more testing from AArch64 to ARM64Tim Northover2014-04-22
* AArch64/ARM64: make use of ANDS and BICS instructions for comparisons.Tim Northover2014-04-22
* AArch64/ARM64: add extra testing from AArch64 to ARM64Tim Northover2014-04-22
* AArch64/ARM64: mark fmul intrinsic as commutative.Tim Northover2014-04-22
* Fix an infinite loop bug in DAG Combine about keeping transfering between ANY...Hao Liu2014-04-22
* [CodeGenPrepare] Use APInt to check the value of the immediate in a andQuentin Colombet2014-04-22
* ARM64: Combine shifts and uses from different basic block to bit-extract inst...Yi Jiang2014-04-21
* Reapply r206732. This time without optimization of branches.Michael Zolotukhin2014-04-21
* Revert r206732 which is causing llc to crash on most of the build bots.Chandler Carruth2014-04-21
* Implement builtins for safe division: safe.sdiv.iN, safe.udiv.iN, safe.srem.iN,Michael Zolotukhin2014-04-21
* [ARM64] Ports the Cortex-A53 Machine Model description from AArch64.Chad Rosier2014-04-18
* AArch64/ARM64: add more NEON tests.Tim Northover2014-04-18
* ARM64: disable generation of .loh directives outside MachO.Tim Northover2014-04-18
* ARM64: don't emit .subsections_via_symbols on ELF.Tim Northover2014-04-18
* ARM64: add extra NEG pattern.Tim Northover2014-04-18
* AArch64/ARM64: port more AArch64 tests to ARM64.Tim Northover2014-04-18
* AArch64/ARM64: add non-scalar lowering for more FCVT operations.Tim Northover2014-04-18
* AArch64/ARM64: improve spotting of EXT instructions from VECTOR_SHUFFLE.Tim Northover2014-04-18
* AArch64/ARM64: spot a greater variety of concat_vector operations.Tim Northover2014-04-18
* ARM64: implement cunning optimisation from AArch64Tim Northover2014-04-18
* Make test/CodeGen/ARM64/vector-insertion.ll explicitly select neon syntaxLouis Gerbarg2014-04-17
* Improve ARM64 vector creationLouis Gerbarg2014-04-17
* ARM64: [su]xtw use W regs as inputs, not X regs.Jim Grosbach2014-04-17
* ARM64: switch to IR-based atomic operations.Tim Northover2014-04-17
* ARM64: add acquire/release versions of the existing atomic intrinsics.Tim Northover2014-04-17
* [ARM64] Fix "Cannot select" for vector ctpopAdam Nemet2014-04-17
* AArch64/ARM64: port some NEON tests to ARM64Tim Northover2014-04-16
* ARM64: specify triple so that Linux tests passTim Northover2014-04-16
* ARM64: use 32-bit moves for constants where possible.Tim Northover2014-04-16
* ARM64: explicitly ask for Apple NEON syntax so test passes on LinuxTim Northover2014-04-16
* ARM64: mark x7 as used when an i128 gets shunted onto the stack.Tim Northover2014-04-16
* DAGCombiner: don't optimise non-existant litpool loadTim Northover2014-04-16
* [ARM64] Set default CPU to generic instead of cyclone.Quentin Colombet2014-04-15
* Revert r191049/r191059 as it can produce wrong code (see PR17975).Robert Lougher2014-04-15
* ARM64: add constraints to various FastISel operationsTim Northover2014-04-15