| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] ACLE parallel arithmetic and DSP style multiplications | Sjoerd Meijer | 2017-12-07 | 1 | -0/+1 |
* | Support MS builtins using 'long' on LP64 platforms | Bruno Cardoso Lopes | 2017-06-21 | 1 | -4/+4 |
* | [ARM] ACLE Chapter 9 intrinsics | Sam Parker | 2017-05-04 | 1 | -1/+83 |
* | Add 64-bit MS _Interlocked functions as builtins again | Albert Gutowski | 2016-10-13 | 1 | -0/+9 |
* | fix _BitScan intrinsics missing header warnings; fix some line endings | Albert Gutowski | 2016-10-13 | 1 | -6/+6 |
* | Implement MS _BitScan intrinsics | Albert Gutowski | 2016-10-12 | 1 | -0/+10 |
* | [MS] Implement __iso_volatile loads/stores as builtins | Martin Storsjo | 2016-09-30 | 1 | -0/+8 |
* | [ARM] Add mrrc/mrrc2 intrinsics and update existing mcrr/mcrr2 intrinsics. | Ranjeet Singh | 2016-06-17 | 1 | -4/+6 |
* | [Builtin] Make __builtin_thread_pointer target-independent. | Marcin Koscielnicki | 2016-06-16 | 1 | -1/+0 |
* | Reverting r272777 because one of the tests | Ranjeet Singh | 2016-06-15 | 1 | -6/+4 |
* | [ARM] Add mrrc/mrrc2 intrinsics and update existing mcrr/mcrr2 intrinsics. | Ranjeet Singh | 2016-06-15 | 1 | -4/+6 |
* | [ARM] Add load/store co-processor intrinsics. | Ranjeet Singh | 2016-05-31 | 1 | -0/+10 |
* | [ARM] Fix cdp intrinsic | Ranjeet Singh | 2016-05-19 | 1 | -2/+2 |
* | [ARM] Mark mcr/mrc builtin operands as required-immediate. | Ahmed Bougacha | 2015-08-26 | 1 | -6/+6 |
* | Improve error handling for PR22560. | Bob Wilson | 2015-06-23 | 1 | -4/+4 |
* | This patch implements clang support for the ACLE special register intrinsics | Luke Cheeseman | 2015-06-15 | 1 | -0/+8 |
* | Fix __ldrexd arm intrinsic. | James Molloy | 2015-02-10 | 1 | -1/+1 |
* | CodeGen: implement __emit intrinsic | Saleem Abdulrasool | 2014-12-17 | 1 | -0/+2 |
* | ARM: Add dbg builtin intrinsic | Yi Kong | 2014-08-26 | 1 | -0/+1 |
* | ARM: Prefetch intrinsics | Yi Kong | 2014-08-13 | 1 | -0/+3 |
* | ARM: Implement __builtin_arm_nop intrinsic | Yi Kong | 2014-07-14 | 1 | -0/+1 |
* | CodeGen: add support for a few MSVC ARM intrinsics | Saleem Abdulrasool | 2014-07-05 | 1 | -0/+9 |
* | [ARM] Implement ISB memory barrier intrinsic | Yi Kong | 2014-07-03 | 1 | -0/+1 |
* | ARM: rename ARM builtins to use __builtin_arm prefix | Saleem Abdulrasool | 2014-07-03 | 1 | -5/+5 |
* | CodeGen: make target builtins support languages | Saleem Abdulrasool | 2014-07-02 | 1 | -5/+17 |
* | ARM: add support for v8 ldaex/stlex builtins. | Tim Northover | 2014-07-02 | 1 | -0/+2 |
* | ARM: Support for __builtin_arm_rbit() intrinsic. | Jim Grosbach | 2014-06-16 | 1 | -0/+3 |
* | CodeGen: complete ARM ACLE hint 8.4 support | Saleem Abdulrasool | 2014-05-04 | 1 | -0/+3 |
* | CodeGen: reorder ARM hint | Saleem Abdulrasool | 2014-05-02 | 1 | -3/+1 |
* | CodeGen: rename __builtin_arm_sevl to __sevl | Saleem Abdulrasool | 2014-05-02 | 1 | -1/+1 |
* | CodeGen: add __yield intrinsic for ARM | Saleem Abdulrasool | 2014-04-25 | 1 | -0/+3 |
* | ARM & AArch64: share the BI__builtin_neon enum defs. | Tim Northover | 2014-01-30 | 1 | -5/+0 |
* | add intrinsics: __builtin_arm_{dmb,dsb} for ARM | Weiming Zhao | 2013-11-12 | 1 | -0/+4 |
* | [ARM] Add a builtin to allow you to use the 'sevl' instruction. | Joey Gouly | 2013-10-02 | 1 | -0/+3 |
* | [ARMv8] Add builtins for CRC instructions. | Joey Gouly | 2013-09-18 | 1 | -0/+10 |
* | ARM: implement low-level intrinsics for the atomic exclusive operations. | Tim Northover | 2013-07-16 | 1 | -1/+5 |
* | Allow clang to build __clear_cache on ARM. | Rafael Espindola | 2013-06-13 | 1 | -1/+1 |
* | Really fix the declaration of __clear_cache. | Rafael Espindola | 2013-05-14 | 1 | -1/+1 |
* | Fix __clear_cache on ARM. | Rafael Espindola | 2013-05-14 | 1 | -1/+1 |
* | Add support for ARM ldrexd/strexd builtins | Bruno Cardoso Lopes | 2011-05-28 | 1 | -0/+4 |
* | Add a few ARM coprocessor builtins. The llvm side of the commit contains the ... | Bruno Cardoso Lopes | 2011-05-03 | 1 | -0/+10 |
* | Add support for VFP status & control operations for ARM. | Nate Begeman | 2010-08-03 | 1 | -0/+6 |
* | Wire up sema checking for __builtin_arm_usat and __builtin_arm_ssat immediates. | Nate Begeman | 2010-07-29 | 1 | -0/+4 |
* | Add codegen support for ARM qadd & qsub intrinsics | Nate Begeman | 2010-07-29 | 1 | -0/+2 |
* | Builtins/ARM: __clear_cache doesn't seem to have a consistent prototype, declare | Daniel Dunbar | 2010-07-16 | 1 | -1/+1 |
* | Generate arm_neon.inc in include/clang/Basic, which provides: | Nate Begeman | 2010-06-17 | 1 | -213/+3 |
* | vbsl, vrev* is implemented via arm_neon.h | Nate Begeman | 2010-06-12 | 1 | -8/+0 |
* | support _lane ops, and multiplies by scalar. | Nate Begeman | 2010-06-10 | 1 | -46/+0 |
* | Implement codegen for hadd, hsub, max, min, mlal, movl, movn, padal, mov_n | Nate Begeman | 2010-06-09 | 1 | -36/+26 |
* | More accurate BuiltinsARM.def | Nate Begeman | 2010-06-09 | 1 | -64/+64 |