summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/arm_acle.c
Commit message (Collapse)AuthorAgeFilesLines
* arm_acle: Add mappings for dbg intrinsicYi Kong2014-08-261-0/+9
| | | | | | This completes all ACLE hint intrinsics. llvm-svn: 216453
* ARM: Add mappings for ACLE prefetch intrinsicsYi Kong2014-08-131-0/+7
| | | | | | | Implement __pld, __pldx, __pli and __plix builtin intrinsics as specified in ARM ACLE 2.0. llvm-svn: 215599
* ARM: Add test for ACLE memory barrier intrinsicsYi Kong2014-07-181-0/+16
| | | | | | | Add an additional test to ensure that someone doesn't accidentally change the definitions such that they can take a non-constant value. llvm-svn: 213364
* Get arm_acle tests from r211962 workingAlp Toker2014-06-281-1/+1
| | | | llvm-svn: 211979
* Introduce arm_acle.h supporting existing LLVM builtin intrinsicsYi Kong2014-06-271-0/+16
Summary: This patch introduces ACLE header file, implementing extensions that can be directly mapped to existing Clang intrinsics. It implements for both AArch32 and AArch64. Reviewers: t.p.northover, compnerd, rengolin Reviewed By: compnerd, rengolin Subscribers: rnk, echristo, compnerd, aemerson, mroth, cfe-commits Differential Revision: http://reviews.llvm.org/D4296 llvm-svn: 211962
OpenPOWER on IntegriCloud