| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [tests] Add missing "int_lib.h" includes and extend guards | Michal Gorny | 2016-12-23 | 1 | -0/+1 |
| | | | | | | | | | | | | Fix missing "int_lib.h" includes in ARM negdf2vfp and subdf3vfp tests. Additionally, extend the __arm__ guard to cover the builtin definition in the former. This is mostly intended to prevent build failures and allow those tests to be properly skipped on other targets. Differential Revision: https://reviews.llvm.org/D28078 llvm-svn: 290422 | ||||
| * | Add COMPILER_RT_ABI attribute to declarations of builtin functions in unittests | Derek Schuff | 2015-04-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Summary: This makes their local declarations match their definitions for ARM targets, where they have a different calling convention. This really only affects functions that use floating point types (since the runtime functions use soft-float, and some targets may default to hard-float) but it seemed good to make it uniform and do the int-only ones too. Differential Revision: http://reviews.llvm.org/D9062 llvm-svn: 235722 | ||||
| * | Move tests for BlocksRuntime and builtins to corresponding directories under ↵ | Alexey Samsonov | 2014-02-14 | 1 | -0/+48 |
| test/ llvm-svn: 201396 | |||||

