summaryrefslogtreecommitdiff
path: root/lib/Target/ARM64/ARM64ISelDAGToDAG.cpp
Commit message (Expand)AuthorAge
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* ARM64: extract a 32-bit subreg when selecting an inreg extendTim Northover2014-05-24
* ARM64: model pre/post-indexed operations properly.Tim Northover2014-05-22
* ARM64: separate load/store operands to simplify assemblerTim Northover2014-05-22
* ARM64: assert if we see i64 -> i64 extend in the DAG.Tim Northover2014-05-22
* Reset the subtarget for DAGToDAG on every iteration of runOnMachineFunction.Eric Christopher2014-05-22
* [ARM64]Implement NEON post-increment LD1(lane) and post-increment LD1R.Hao Liu2014-05-16
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* ARM64: merge "extend" and "shift" addressing-mode enums.Tim Northover2014-05-12
* AArch64/ARM64: Port NEON post-increment load/store with 2/3/4 vectors to ARM6...Hao Liu2014-05-08
* AArch64/ARM64: support indexed loads/stores on vector types.Tim Northover2014-05-02
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* Convert SelectionDAG::SelectNodeTo to use ArrayRef.Craig Topper2014-04-27
* ARM64: fix assertion in ISelDAGToDAGTim Northover2014-04-25
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* ARM64: shut up warning about variable only used in assert.Tim Northover2014-04-24
* AArch64/ARM64: implement BFI optimisationTim Northover2014-04-24
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* ARM64: Combine shifts and uses from different basic block to bit-extract inst...Yi Jiang2014-04-21
* 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
* AArch64/ARM64: copy patterns for fixed-point conversionsTim Northover2014-04-15
* ARM64: add support for AArch64's addsub_ext.llTim Northover2014-04-14
* [ARM64,C++11]: Range'ify use-list iterators in DAGToDAG.Jim Grosbach2014-04-11
* ARM64: add 128-bit MLA operations to the custom selection code.Tim Northover2014-04-04
* ARM64: convert fp16 narrowing ISel to pseudo-instructionTim Northover2014-04-02
* ARM64: fix bug in ld3r (1d) SelectionDAG.Tim Northover2014-04-01
* ARM64: fix a couple of signed/unsigned comparison warnings.Tim Northover2014-03-31
* [ARM64] Fix 'assert("...")' to be 'assert(0 && "...")'. Otherwise, it isChandler Carruth2014-03-29
* ARM64: initial backend importTim Northover2014-03-29