summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64
Commit message (Expand)AuthorAge
...
* Fix an assertion failure caused by v1i64 in DAGCombiner Shrink.Hao Liu2014-05-29
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-28
* AArch64: implement copies to/from NZCV as a last ditch effort.Tim Northover2014-05-27
* AArch64: support 'c' and 'n' inline asm modifiers.Tim Northover2014-05-27
* AArch64: force i1 to be zero-extended at an ABI boundary.Tim Northover2014-05-26
* AArch64: simplify calling conventions slightly.Tim Northover2014-05-26
* AArch64: disable FastISel for large code model.Tim Northover2014-05-24
* 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
* SDAG: Legalize vector BSWAP into a shuffle if the shuffle is legal but the bs...Benjamin Kramer2014-05-19
* Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool2014-05-17
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-16
* AArch64: disable printing of add/sub aliasTim Northover2014-05-16
* AArch64: disable printing of MOV -> MOVZ aliasesTim Northover2014-05-16
* Implement global merge optimization for global variables.Jiangning Liu2014-05-15
* TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover2014-05-15
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-12
* 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
* AArch64: Mark vector long multiplication as expand.Benjamin Kramer2014-04-29
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Convert SelectionDAG::SelectNodeTo to use ArrayRef.Craig Topper2014-04-27
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-27
* Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...Craig Topper2014-04-26
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-26
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-24
* AArch64: print NEON lists with a space.Tim Northover2014-04-24
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-22
* [AArch64] Enable global merge pass.Jiangning Liu2014-04-22
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [cleanup] Fix two headers where we included a standard library headerChandler Carruth2014-04-22
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* 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