Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | watchOS & tvOS: add a few more tests. | Tim Northover | 2015-11-02 | 1 | -0/+1 |
| | | | | llvm-svn: 251832 | ||||
* | Put ext_implicit_lib_function_decl in ImplicitFunctionDeclare. | Ed Schouten | 2015-09-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | If we build with -Werror=implicit-function-declaration, only implicit function declarations of non-library functions throw compiler errors. For library functions, we only produce a warning. There is no way to promote both of these cases to an error without promoting other warnings. It makes little sense to introduce an additional compiler flag just to control this specific warning. In my opinion it should just be part of the same group. llvm-svn: 246857 | ||||
* | ARM64: initial clang support commit. | Tim Northover | 2014-03-29 | 1 | -0/+9 |
This adds Clang support for the ARM64 backend. There are definitely still some rough edges, so please bring up any issues you see with this patch. As with the LLVM commit though, we think it'll be more useful for merging with AArch64 from within the tree. llvm-svn: 205100 |