| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
llvm-gcc does, but are more strict on what uses of weakref we accept.
llvm-svn: 96992
|
| |
|
|
|
|
|
|
|
|
|
|
| |
follows (as conservatively as possible) gcc's current behavior: attributes
written on return types that don't apply there are applied to the function
instead, etc. Only parse CC attributes as type attributes, not as decl attributes;
don't accepet noreturn as a decl attribute on ValueDecls, either (it still
needs to apply to other decls, like blocks). Consistently consume CC/noreturn
information throughout codegen; enforce this by removing their default values
in CodeGenTypes::getFunctionInfo().
llvm-svn: 95436
|
| |
|
|
|
|
|
|
|
| |
- This is designed to make it obvious that %clang_cc1 is a "test variable"
which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
can be useful to redefine what gets run as 'clang -cc1' (for example, to set
a default target).
llvm-svn: 91446
|
| |
|
|
| |
llvm-svn: 86801
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- FileCheck is a *huuuuge* improvement here.
- Still feels like we could use a better tool for this though, either teach
llvm-dis to spit out the FileCheck syntax, or provide another tool to turn a
.ll into a "matchable" input.
- Also on my Christmas list is better FileCheck diagnostics with missing
variables or mismatches.
llvm-svn: 86800
|
| |
|
|
|
|
| |
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.
llvm-svn: 86430
|
| |
|
|
| |
llvm-svn: 83427
|
| |
|
|
|
|
| |
mac, use an explicit triple.
llvm-svn: 78583
|
| |
|
|
|
|
|
|
| |
- This is just to normalize, these will go away soon hopefully.
Added all the missing '&&'s that have crept in. :)
llvm-svn: 77062
|
| |
|
|
|
|
| |
the end.
llvm-svn: 76932
|
| |
|
|
|
|
| |
default to on.
llvm-svn: 74412
|
| |
|
|
|
|
| |
- <rdar://problem/6948703> clang treats weak_import like weak
llvm-svn: 72967
|
| |
|
|
|
|
| |
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
|
| |
|
|
|
|
| |
- <rdar://problem/6652110> clang should support weak_import
llvm-svn: 66270
|
| |
|
|
| |
llvm-svn: 64411
|
| |
|
|
| |
llvm-svn: 64380
|
| |
|
|
| |
llvm-svn: 56733
|
| |
|
|
|
|
| |
Otherwise, failing tests other than the last one will not be reported.
llvm-svn: 52231
|
| |
|
|
| |
llvm-svn: 52092
|
| |
|
|
|
|
| |
not a bare identifier.
llvm-svn: 47893
|
| |
|
|
| |
llvm-svn: 47841
|
| |
|
|
| |
llvm-svn: 47838
|
|
|
llvm-svn: 47837
|