aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/builtins-arm.c
AgeCommit message (Expand)Author
2013-02-23Implement __builtin_eh_return_data_regno() for ARM and MIPS.Logan Chien
2012-07-09Tests: check for target availability for target-specific tests.Jim Grosbach
2010-07-16Builtins/ARM: __clear_cache doesn't seem to have a consistent prototype, declareDaniel Dunbar
2010-06-08Add a test to the previous commit.Rafael Espindola
2010-03-04Revert changes r97693, r97700, and r97718.John McCall
2010-03-04XFAIL these tests on win32, since the win32 buildbot apparently disables allJohn McCall
2010-03-03add framework for ARM builtins, Patch by Edmund Grimley Evans!Chris Lattner