- Jul 07, 2010
-
-
Dan Gohman authored
code can do calling-convention queries. This obviates OutputArgReg. llvm-svn: 107786
-
Chris Lattner authored
llvm-svn: 107785
-
Argyrios Kyrtzidis authored
llvm-svn: 107784
-
Argyrios Kyrtzidis authored
Delay passing InterestingDecls to the Consumer until when we know we are not in recursive loading and the declarations are fully initialized. llvm-svn: 107783
-
Dan Gohman authored
into a new header, TargetCallingConv.h. llvm-svn: 107782
-
Dan Gohman authored
llvm-svn: 107781
-
Jakob Stoklund Olesen authored
llvm-svn: 107780
-
Gabor Greif authored
who knows how to cover Asserts or Debug separately please do not hesitate to extend this llvm-svn: 107779
-
Dan Gohman authored
llvm-svn: 107778
-
Dan Gohman authored
llvm-svn: 107777
-
Dan Gohman authored
interface needs implementations to be consistent, so any code which wants to support different semantics must use a different interface. It's not currently worthwhile to add a new interface for this new concept. Document that AliasAnalysis doesn't support cross-function queries. llvm-svn: 107776
-
Dan Gohman authored
llvm-svn: 107775
-
Gabor Greif authored
llvm-svn: 107774
-
Argyrios Kyrtzidis authored
llvm-svn: 107773
-
Argyrios Kyrtzidis authored
llvm-svn: 107772
-
Argyrios Kyrtzidis authored
This has 2 (slight) advantages: -Make explicit at getBody()'s callsite that we expect/handle only CompoundStmt and not CXXTryStmt. -Better tracking of Decl::getBody()'s callsites. llvm-svn: 107771
-
Argyrios Kyrtzidis authored
llvm-svn: 107770
-
Argyrios Kyrtzidis authored
llvm-svn: 107769
-
Argyrios Kyrtzidis authored
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of getBody() when we are just checking the existence of a body, to avoid de-serialization of the body from PCH. Makes de-serialization of the function body even more "lazier". llvm-svn: 107768
-
Gabor Greif authored
llvm-svn: 107767
-
Gabor Greif authored
llvm-svn: 107766
-
Benjamin Kramer authored
Declare LLDBVersionNumber extern "C" to make sure clang++ mangles it properly. Patch from Jean-Daniel Dupas! llvm-svn: 107765
-
Gabor Greif authored
llvm-svn: 107764
-
Benjamin Kramer authored
Fix build for newer versions of GCC that don't include cstring implicitly. Based on a patch by Pawel Wodnicki! llvm-svn: 107763
-
Jordy Rose authored
Add memcmp() and bcmp() to CStringChecker. These check for valid access to the buffer arguments and have a special-case for when the buffer arguments are known to be the same address, or when the size is zero. llvm-svn: 107761
-
Duncan Sands authored
llvm-svn: 107760
-
Jordy Rose authored
Cleanup on CStringChecker and its associated tests. Also check for null arguments...which are allowed if the access length is 0! llvm-svn: 107759
-
Duncan Sands authored
builds to "Release". The default build is unchanged (optimization on, assertions on), however it is now called Release+Asserts. The intent is that future LLVM releases released via llvm.org will be Release builds in the new sense, i.e. will have assertions disabled (currently they have assertions enabled, for a more than 20% slowdown). This will bring them in line with MacOS releases, which ship with assertions disabled. It also means that "Release" now means the same things in make and cmake builds: cmake already disables assertions for "Release" builds AFAICS. llvm-svn: 107758
-
John McCall authored
rethrow. Fixes rdar://problem/7696603 llvm-svn: 107757
-
Chris Lattner authored
people seem to write when they want a deterministic trap. Suggest instead that they use a volatile pointer or __builtin_trap. llvm-svn: 107756
-
John McCall authored
Fixes rdar://problem/8154689 llvm-svn: 107755
-
Craig Silverstein authored
VisitTypeLoc twice for qualified types, once for the qualified form and once for the unqualified (though they looked the same by the time we got to visittypeloc). Now only visit once, which matches previous behavior. Reviewed by nlewycky llvm-svn: 107754
-
Jim Ingham authored
llvm-svn: 107753
-
Bruno Cardoso Lopes authored
llvm-svn: 107752
-
Jim Ingham authored
Move the "source", "alias", and "unalias" commands to "commands *". Move "source-file" to "source list". Added a "source info" command but it isn't implemented yet. llvm-svn: 107751
-
Bruno Cardoso Lopes authored
llvm-svn: 107750
-
Bruno Cardoso Lopes authored
Now that almost all SSE4.1 AVX instructions are added, move code around to more appropriate sections. No functionality changes llvm-svn: 107749
-
Tom Care authored
Change explicit handling of impossible condition to call llvm_unreachable in IdempotentOperationChecker::PreVisitBinaryOperator. llvm-svn: 107748
-
Bruno Cardoso Lopes authored
llvm-svn: 107747
-
Bruno Cardoso Lopes authored
llvm-svn: 107746
-