summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
Commit message (Expand)AuthorAge
* Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.Hao Liu2013-11-19
* Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors.Hao Liu2013-11-18
* AArch64DAGToDAGISel::SelectVTBL(): Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-11-14
* Implement AArch64 NEON instruction set AdvSIMD (table).Jiangning Liu2013-11-14
* AArch64: refactor vector list creation to be more uniformTim Northover2013-11-11
* Implement AArch64 post-index vector load/store multiple N-element structure c...Hao Liu2013-11-05
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-10
* Revert "Implement AArch64 vector load/store multiple N-element structure clas...Rafael Espindola2013-10-10
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-10
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-22
* AArch64: fix even more JIT failuresTim Northover2013-07-25
* AArch64: correct CodeGen of MOVZ/MOVK combinations.Tim Northover2013-07-01
* Don't cache the instruction info and register info objects.Bill Wendling2013-06-07
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* AArch64: support literal pool access in large memory model.Tim Northover2013-05-04
* AArch64: implement large code model access to global variables.Tim Northover2013-05-04
* AArch64: remove barriers from AArch64 atomic operations.Tim Northover2013-04-08
* AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover2013-02-15
* Fix formatting in AArch64 backend.Tim Northover2013-02-05
* Remove cyclic dependency in AArch64 librariesTim Northover2013-02-05
* Add AArch64 as an experimental target.Tim Northover2013-01-31