Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP][AARCH64]Fix the test for declare simd, NFC. | Alexey Bataev | 2019-04-25 | 1 | -4/+4 |
| | | | | | | | Renamed function a01 in the test to fix possible problems with the git hash match during testing. llvm-svn: 359193 | ||||
* | [OPENMP]Require aarch arch for the tests, NFC. | Alexey Bataev | 2019-04-16 | 1 | -0/+1 |
| | | | | llvm-svn: 358493 | ||||
* | [AArch64] Implement Vector Funtion ABI name mangling. | Alexey Bataev | 2019-04-16 | 1 | -0/+43 |
Summary: The name mangling scheme is defined in section 3.5 of the "Vector function application binary interface specification for AArch64" [1]. [1] https://developer.arm.com/products/software-development-tools/hpc/arm-compiler-for-hpc/vector-function-abi Reviewers: rengolin, ABataev Reviewed By: ABataev Subscribers: sdesmalen, javed.absar, kristof.beyls, jdoerfert, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D60583 llvm-svn: 358490 |