summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/builtins-arm.c
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Add tests for the vcvtr builtinsSjoerd Meijer2018-02-161-22/+38
* IRGen: Add optnone attribute on function during O0Mehdi Amini2017-05-291-1/+1
* [ARM] Use generic bitreverse intrinsic, rather than ARM specific rbit.Chad Rosier2017-01-101-1/+1
* [ARM] Add mrrc/mrrc2 intrinsics and update existing mcrr/mcrr2 intrinsics.Ranjeet Singh2016-06-171-8/+22
* Reverting r272777 because one of the testsRanjeet Singh2016-06-151-22/+8
* [ARM] Add mrrc/mrrc2 intrinsics and update existing mcrr/mcrr2 intrinsics.Ranjeet Singh2016-06-151-8/+22
* [ARM] Add load/store co-processor intrinsics.Ranjeet Singh2016-05-311-0/+56
* [ARM] Fix cdp intrinsicRanjeet Singh2016-05-191-0/+14
* ARM & AArch64: convert asm tests to LLVM IR and restrict optimizations.Tim Northover2016-03-091-13/+12
* [ARM] Mark mcr/mrc builtin operands as required-immediate.Ahmed Bougacha2015-08-261-0/+38
* This patch implements clang support for the ACLE special register intrinsicsLuke Cheeseman2015-06-151-0/+39
* ARM: Add dbg builtin intrinsicYi Kong2014-08-261-0/+6
* test/CodeGen: Don't rely on a value's number in check linesJustin Bogner2014-08-131-3/+4
* ARM: Prefetch intrinsicsYi Kong2014-08-131-0/+11
* ARM: Implement __builtin_arm_nop intrinsicYi Kong2014-07-141-0/+6
* [ARM] Implement ISB memory barrier intrinsicYi Kong2014-07-031-0/+1
* ARM: rename ARM builtins to use __builtin_arm prefixSaleem Abdulrasool2014-07-031-5/+5
* CodeGen: make target builtins support languagesSaleem Abdulrasool2014-07-021-5/+6
* ARM: Support for __builtin_arm_rbit() intrinsic.Jim Grosbach2014-06-161-0/+6
* CodeGen: complete ARM ACLE hint 8.4 supportSaleem Abdulrasool2014-05-041-0/+24
* CodeGen: rename __builtin_arm_sevl to __sevlSaleem Abdulrasool2014-05-021-1/+1
* CodeGen: replace use of @llvm.arm.sevl with @llvm.arm.hintSaleem Abdulrasool2014-04-251-1/+1
* add intrinsics: __builtin_arm_{dmb,dsb} for ARMWeiming Zhao2013-11-121-1/+5
* [ARM] Add a builtin to allow you to use the 'sevl' instruction.Joey Gouly2013-10-021-0/+6
* Implement __builtin_eh_return_data_regno() for ARM and MIPS.Logan Chien2013-02-231-0/+7
* Tests: check for target availability for target-specific tests.Jim Grosbach2012-07-091-0/+1
* Builtins/ARM: __clear_cache doesn't seem to have a consistent prototype, declareDaniel Dunbar2010-07-161-1/+1
* Add a test to the previous commit.Rafael Espindola2010-06-081-1/+7
* Revert changes r97693, r97700, and r97718.John McCall2010-03-041-2/+0
* XFAIL these tests on win32, since the win32 buildbot apparently disables allJohn McCall2010-03-041-0/+2
* add framework for ARM builtins, Patch by Edmund Grimley Evans!Chris Lattner2010-03-031-0/+6