summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64ISelLowering.h
Commit message (Expand)AuthorAge
* Move AArch64TargetLowering to AArch64Subtarget.Eric Christopher2014-06-10
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-16
* Implement global merge optimization for global variables.Jiangning Liu2014-05-15
* Pass the value type to TLI::getRegisterByNameHal Finkel2014-05-11
* Add 'override' to getRegisterByName in *ISelLowering.hHal Finkel2014-05-11
* Implememting named register intrinsicsRenato Golin2014-05-06
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [AArch64] Enable global merge pass.Jiangning Liu2014-04-22
* This commit enables unaligned memory accesses of vector types on AArch64 back...Jiangning Liu2014-04-18
* [AArch64] Implement the isLegalAddressingMode and getScalingFactorCost APIs.Chad Rosier2014-04-12
* [AArch64] Implement the isZExtFree APIs.Chad Rosier2014-04-09
* [AArch64] Implement the isTruncateFree API.Chad Rosier2014-04-09
* [AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTSLogan Chien2014-03-27
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* [AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SH...Kevin Qin2014-01-27
* Revert r199791.Kevin Qin2014-01-27
* fix some spell mistakes around 'ConcatVector' and 'ShuffleVector' in AArch64 ...Kevin Qin2014-01-23
* [AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SH...Kevin Qin2014-01-22
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Remove the 's' DataLayout specificationRafael Espindola2014-01-01
* [AArch64 NEON]Implment loading vector constant form constant pool.Kevin Qin2013-12-18
* [AArch64 NEON] Get instruction BSL matched to VSELECT.Kevin Qin2013-12-11
* For AArch64, add missing register cost calculation for big value types like v...Jiangning Liu2013-12-05
* Refactored the implementation of AArch64 NEON instruction ZIP, UZPKevin Qin2013-11-26
* 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
* Implement aarch64 neon instruction class SIMD misc.Kevin Qin2013-11-14
* Implement AArch64 Neon instruction set Bitwise Extract.Jiangning Liu2013-11-06
* Implement AArch64 post-index vector load/store multiple N-element structure c...Hao Liu2013-11-05
* [AArch64] Implement FrameAddr and ReturnAddrWeiming Zhao2013-10-29
* Implement aarch64 neon instruction set AdvSIMD (copy).Kevin Qin2013-10-11
* 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
* Implement aarch64 neon instruction set AdvSIMD (3V elem).Jiangning Liu2013-10-04
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-04
* Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...Hao Liu2013-08-15
* AArch64: add initial NEON supportTim Northover2013-08-01
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-09
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* Don't cache the instruction info and register info objects.Bill Wendling2013-06-07
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* AArch64: implement large code model access to global variables.Tim Northover2013-05-04
* 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