AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
[oota-llvm.git] / lib / Target / ARM64 / ARM64ISelDAGToDAG.cpp
2014-05-24 Tim NorthoverARM64: extract a 32-bit subreg when selecting an inreg...
2014-05-22 Tim NorthoverARM64: model pre/post-indexed operations properly.
2014-05-22 Tim NorthoverARM64: separate load/store operands to simplify assembler
2014-05-22 Tim NorthoverARM64: assert if we see i64 -> i64 extend in the DAG.
2014-05-22 Eric ChristopherReset the subtarget for DAGToDAG on every iteration...
2014-05-16 Hao Liu[ARM64]Implement NEON post-increment LD1(lane) and...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-12 Tim NorthoverARM64: merge "extend" and "shift" addressing-mode enums.
2014-05-08 Hao LiuAArch64/ARM64: Port NEON post-increment load/store...
2014-05-02 Tim NorthoverAArch64/ARM64: support indexed loads/stores on vector...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-27 Craig TopperConvert SelectionDAG::SelectNodeTo to use ArrayRef.
2014-04-25 Tim NorthoverARM64: fix assertion in ISelDAGToDAG
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-24 Tim NorthoverARM64: shut up warning about variable only used in...
2014-04-24 Tim NorthoverAArch64/ARM64: implement BFI optimisation
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Yi JiangARM64: Combine shifts and uses from different basic...
2014-04-17 Tim NorthoverARM64: switch to IR-based atomic operations.
2014-04-17 Tim NorthoverARM64: add acquire/release versions of the existing...
2014-04-15 Tim NorthoverAArch64/ARM64: copy patterns for fixed-point conversions
2014-04-14 Tim NorthoverARM64: add support for AArch64's addsub_ext.ll
2014-04-11 Jim Grosbach[ARM64,C++11]: Range'ify use-list iterators in DAGToDAG.
2014-04-04 Tim NorthoverARM64: add 128-bit MLA operations to the custom selecti...
2014-04-02 Tim NorthoverARM64: convert fp16 narrowing ISel to pseudo-instruction
2014-04-01 Tim NorthoverARM64: fix bug in ld3r (1d) SelectionDAG.
2014-03-31 Tim NorthoverARM64: fix a couple of signed/unsigned comparison warnings.
2014-03-29 Chandler Carruth[ARM64] Fix 'assert("...")' to be 'assert(0 && ".....
2014-03-29 Tim NorthoverARM64: initial backend import