Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Builtins/ARM: __clear_cache doesn't seem to have a consistent prototype, declare | Daniel Dunbar | 2010-07-16 | 1 | -1/+1 |
| | | | | | | | the builtin as void __clear_cache(...) to workaround this, which appears to match what GCC does. llvm-svn: 108487 | ||||
* | Add a test to the previous commit. | Rafael Espindola | 2010-06-08 | 1 | -1/+7 |
| | | | | llvm-svn: 105596 | ||||
* | Revert changes r97693, r97700, and r97718. | John McCall | 2010-03-04 | 1 | -2/+0 |
| | | | | | | Our testing framework can't deal with disabled targets yet. llvm-svn: 97719 | ||||
* | XFAIL these tests on win32, since the win32 buildbot apparently disables all | John McCall | 2010-03-04 | 1 | -0/+2 |
| | | | | | | targets except X86. llvm-svn: 97718 | ||||
* | add framework for ARM builtins, Patch by Edmund Grimley Evans! | Chris Lattner | 2010-03-03 | 1 | -0/+6 |
llvm-svn: 97656 |