| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | arm_acle: Add mappings for dbg intrinsic | Yi Kong | 2014-08-26 | 1 | -0/+9 |
| | | | | | | | This completes all ACLE hint intrinsics. llvm-svn: 216453 | ||||
| * | ARM: Add mappings for ACLE prefetch intrinsics | Yi Kong | 2014-08-13 | 1 | -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 intrinsics | Yi Kong | 2014-07-18 | 1 | -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 working | Alp Toker | 2014-06-28 | 1 | -1/+1 |
| | | | | | llvm-svn: 211979 | ||||
| * | Introduce arm_acle.h supporting existing LLVM builtin intrinsics | Yi Kong | 2014-06-27 | 1 | -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 | |||||

