summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64
Commit message (Expand)AuthorAge
* This commit allows vectorized loops to be unrolled by a factor of 2 for AArch64.Jiangning Liu2014-04-18
* This is one of the optimizations ported from ARM64 to AArch64 to address the ...Jiangning Liu2014-04-18
* This commit enables unaligned memory accesses of vector types on AArch64 back...Jiangning Liu2014-04-18
* [AArch64] Implement the getCSRFirstUseCost API, mirroring that in ARM64.Chad Rosier2014-04-17
* Convert SelectionDAG::getVTList to use ArrayRefCraig Topper2014-04-16
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-15
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* [AArch64] Implement the isLegalAddressingMode and getScalingFactorCost APIs.Chad Rosier2014-04-12
* LLVMBuild.txt: Add missing dependencies.NAKAMURA Takumi2014-04-10
* [AArch64] Implement the isZExtFree APIs.Chad Rosier2014-04-09
* [AArch64] Implement the isTruncateFree API.Chad Rosier2014-04-09
* Fix some doc and comment typosAlp Toker2014-04-09
* ARM64: handle v1i1 types arising from setcc properly.Tim Northover2014-04-04
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* PR18929:Stepan Dyatkovskiy2014-03-30
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Add const.Rafael Espindola2014-03-28
* Remove another unused argument.Rafael Espindola2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* [AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTSLogan Chien2014-03-27
* AArch64_BE function argument passing for ARM ABIChristian Pirker2014-03-26
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* [AArch64] Add SchedRW lists to NEON instructions.Chad Rosier2014-03-21
* [AArch64] Remove .data_region directive from AArch64.Kevin Qin2014-03-21
* AArch64: error when both positional & named operands are used.Tim Northover2014-03-13
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-12
* AArch64: fix LowerCONCAT_VECTORS for new CodeGen.Tim Northover2014-03-10
* [AArch64] Fix a use of uninitialized memory introduced in r203125,Chandler Carruth2014-03-10
* [TTI] There is actually no realistic way to pop TTI implementations offChandler Carruth2014-03-10
* InstCombine: form shuffles from wider range of insert/extractelementsTim Northover2014-03-07
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* Simplify. No functionality change.Rafael Espindola2014-03-07
* [AArch64] This is a work in progress to provide a machine descriptionChad Rosier2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [AArch64]Fix improper diagnostics about offset range of load/store instructions.Kevin Qin2014-03-04
* Revert "[AArch64] This is a work in progress to provide a machine description"Chad Rosier2014-03-04
* [AArch64] This is a work in progress to provide a machine descriptionChad Rosier2014-03-03
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.Craig Topper2014-03-02
* trivial test commitAlbrecht Kadlec2014-02-24
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-24
* [AArch64] Add register constraints to avoid generating STLXR and STXR with un...Kevin Qin2014-02-21
* AArch64: __va_list.__stack must be 8-byte alignedOliver Stannard2014-02-20
* [AArch64] Add support for TargetTransformInfo Analysis.Chad Rosier2014-02-20
* Test commit - remove the new line to lib/Target/AArch64/AArch64TargetMachine....Christian Pirker2014-02-19
* Test commit - added a new line to lib/Target/AArch64/AArch64TargetMachine.cpp.Christian Pirker2014-02-19
* [AArch64] Expanded sin, cos, pow with FP vector types inputsAna Pazos2014-02-18
* Fix a typo about lowering AArch64 va_copy.Jiangning Liu2014-02-18
* [AArch64 NEON] Fix a bug to avoid using floating type as condition type in lo...Kevin Qin2014-02-14