[AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SHUFFLE_VE...
[oota-llvm.git] / lib / Target / AArch64 / AArch64ISelLowering.h
2014-01-27 Kevin Qin[AArch64 NEON] Try to generate CONCAT_VECTOR when lower...
2014-01-27 Kevin QinRevert r199791.
2014-01-23 Kevin Qinfix some spell mistakes around 'ConcatVector' and ...
2014-01-22 Kevin Qin[AArch64 NEON] Try to generate CONCAT_VECTOR when lower...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-01 Rafael EspindolaRemove the 's' DataLayout specification
2013-12-18 Kevin Qin[AArch64 NEON]Implment loading vector constant form...
2013-12-11 Kevin Qin[AArch64 NEON] Get instruction BSL matched to VSELECT.
2013-12-05 Jiangning LiuFor AArch64, add missing register cost calculation...
2013-11-26 Kevin QinRefactored the implementation of AArch64 NEON instructi...
2013-11-19 Hao LiuImplement AArch64 neon instructions class SIMD lsone...
2013-11-18 Hao LiuImplement the newly added ACLE functions for ld1/st1...
2013-11-14 Kevin QinImplement aarch64 neon instruction class SIMD misc.
2013-11-06 Jiangning LiuImplement AArch64 Neon instruction set Bitwise Extract.
2013-11-05 Hao LiuImplement AArch64 post-index vector load/store multiple...
2013-10-29 Weiming Zhao[AArch64] Implement FrameAddr and ReturnAddr
2013-10-11 Kevin QinImplement aarch64 neon instruction set AdvSIMD (copy).
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-10 Rafael EspindolaRevert "Implement AArch64 vector load/store multiple...
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-04 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-09-04 Hao LiuInplement aarch64 neon instructions in AdvSIMD(shift...
2013-08-15 Hao LiuClang and AArch64 backend patches to support shll/shl...
2013-08-01 Tim NorthoverAArch64: add initial NEON support
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-07 Bill WendlingDon't cache the instruction info and register info...
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-04 Tim NorthoverAArch64: implement large code model access to global...
2013-02-05 Tim NorthoverFix formatting in AArch64 backend.
2013-02-05 Tim NorthoverRemove cyclic dependency in AArch64 libraries
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.