summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64
Commit message (Expand)AuthorAgeFilesLines
* Pass the value type to TLI::getRegisterByNameHal Finkel2014-05-112-2/+3
* Add 'override' to getRegisterByName in *ISelLowering.hHal Finkel2014-05-111-1/+1
* Implememting named register intrinsicsRenato Golin2014-05-062-0/+14
* AArch64: Mark vector long multiplication as expand.Benjamin Kramer2014-04-291-0/+5
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-2922-130/+137
* [C++] Use 'nullptr'.Craig Topper2014-04-282-3/+3
* Convert SelectionDAG::SelectNodeTo to use ArrayRef.Craig Topper2014-04-271-3/+1
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-271-2/+2
* Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...Craig Topper2014-04-261-3/+2
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-261-15/+9
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-258-23/+23
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-241-0/+4
* AArch64: print NEON lists with a space.Tim Northover2014-04-241-2/+2
* Create MCTargetOptions.Evgeniy Stepanov2014-04-231-1/+2
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-221-2/+3
* [AArch64] Enable global merge pass.Jiangning Liu2014-04-223-0/+20
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-2210-11/+20
* [cleanup] Fix two headers where we included a standard library headerChandler Carruth2014-04-221-2/+1
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-224-8/+8
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* This commit allows vectorized loops to be unrolled by a factor of 2 for AArch64.Jiangning Liu2014-04-181-0/+1
* This is one of the optimizations ported from ARM64 to AArch64 to address the ...Jiangning Liu2014-04-181-0/+2
* This commit enables unaligned memory accesses of vector types on AArch64 back...Jiangning Liu2014-04-184-0/+91
* [AArch64] Implement the getCSRFirstUseCost API, mirroring that in ARM64.Chad Rosier2014-04-171-0/+7
* Convert SelectionDAG::getVTList to use ArrayRefCraig Topper2014-04-161-2/+2
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-151-1/+1
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-151-8/+7
* [AArch64] Implement the isLegalAddressingMode and getScalingFactorCost APIs.Chad Rosier2014-04-122-0/+77
* LLVMBuild.txt: Add missing dependencies.NAKAMURA Takumi2014-04-101-1/+1
* [AArch64] Implement the isZExtFree APIs.Chad Rosier2014-04-092-0/+40
* [AArch64] Implement the isTruncateFree API.Chad Rosier2014-04-092-0/+25
* Fix some doc and comment typosAlp Toker2014-04-091-1/+1
* ARM64: handle v1i1 types arising from setcc properly.Tim Northover2014-04-041-28/+0
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-044-6/+6
* PR18929:Stepan Dyatkovskiy2014-03-301-16/+22
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-1/+1
* Add const.Rafael Espindola2014-03-281-3/+3
* Remove another unused argument.Rafael Espindola2014-03-271-3/+2
* Remove unused argument.Rafael Espindola2014-03-271-5/+4
* [AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTSLogan Chien2014-03-272-0/+91
* AArch64_BE function argument passing for ARM ABIChristian Pirker2014-03-261-2/+11
* remove a bunch of unused private methodsNuno Lopes2014-03-231-7/+2
* [AArch64] Add SchedRW lists to NEON instructions.Chad Rosier2014-03-214-246/+512
* [AArch64] Remove .data_region directive from AArch64.Kevin Qin2014-03-211-2/+0
* AArch64: error when both positional & named operands are used.Tim Northover2014-03-133-4/+7
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-121-1/+1
* AArch64: fix LowerCONCAT_VECTORS for new CodeGen.Tim Northover2014-03-101-10/+11
* [AArch64] Fix a use of uninitialized memory introduced in r203125,Chandler Carruth2014-03-101-3/+3
* [TTI] There is actually no realistic way to pop TTI implementations offChandler Carruth2014-03-101-4/+0
* InstCombine: form shuffles from wider range of insert/extractelementsTim Northover2014-03-071-0/+29
OpenPOWER on IntegriCloud