- May 16, 2009
-
-
Anders Carlsson authored
llvm-svn: 71956
-
Daniel Dunbar authored
though? llvm-svn: 71955
-
Sebastian Redl authored
llvm-svn: 71954
-
Sebastian Redl authored
Implement instantiation of a few boring, simple expressions. I don't think these are testable yet, though. llvm-svn: 71953
-
Eli Friedman authored
llvm-svn: 71947
-
Eli Friedman authored
alternatives, but please correct me if I'm wrong. I eventually plan to assert in mergeTypes that we aren't in C++ mode because composite types are fundamentally not a part of C++. The remaining callers for code in the regression tests are Sema::WarnConflictingTypedMethods and CodeGenFunction::EmitFunctionProlog; I'm not quite sure what the correct approach is for those callers. llvm-svn: 71946
-
Eli Friedman authored
llvm-svn: 71942
-
Eli Friedman authored
types. llvm-svn: 71941
-
Eli Friedman authored
This patch isn't quite ideal in that it eliminates the warning for constructs like "int a = {1};", where the braces are in fact redundant. However, that would have required a bunch of refactoring, and it's much less likely to cause confusion compared to redundant nested braces. llvm-svn: 71939
-
Mike Stump authored
llvm-svn: 71937
-
Mike Stump authored
llvm-svn: 71936
-
Jakob Stoklund Olesen authored
llvm-svn: 71935
-
Jakob Stoklund Olesen authored
llvm-svn: 71934
-
Jakob Stoklund Olesen authored
explicit register define operands. llvm-svn: 71933
-
Jakob Stoklund Olesen authored
llvm-svn: 71932
-
Owen Anderson authored
Back out the thread-safe ManagedStatic for now. Too many people have too many problems with it for the moment. llvm-svn: 71931
-
Mike Stump authored
llvm-svn: 71930
-
Ted Kremenek authored
llvm-svn: 71929
-
Eli Friedman authored
llvm-svn: 71928
-
Mike Stump authored
llvm-svn: 71927
-
Duncan Sands authored
was overenthusiastically deleted in r70234. llvm-svn: 71926
-
Duncan Sands authored
the common Makefile. Not sure why this suddenly started causing problems. llvm-svn: 71925
-
Duncan Sands authored
to avoid an ambiguous else. llvm-svn: 71924
-
rdar://problem/6893565Ted Kremenek authored
Fix: <rdar://problem/6893565> False positive: don't flag leaks for return types that cannot be determined to be CF types llvm-svn: 71921
-
Ted Kremenek authored
Fix another bug in BugReporter where we wouldn't always select the bug report in a bug equivalence class with the shortest path. llvm-svn: 71920
-
Jakob Stoklund Olesen authored
When a test fails with more than a pipeful of output on stdout AND stderr, one of the DejaGnu programs blocks. The problem can be avoided by redirecting stdout to a file. llvm-svn: 71919
-
Jakob Stoklund Olesen authored
The following is checked: * Operand counts: All explicit operands must be present. * Register classes: All physical and virtual register operands must be compatible with the register class required by the instruction descriptor. * Register live intervals: Registers must be defined only once, and must be defined before use. The machine code verifier is enabled with the command-line option '-verify-machineinstrs', or by defining the environment variable LLVM_VERIFY_MACHINEINSTRS to the name of a file that will receive all the verifier errors. llvm-svn: 71918
-
Douglas Gregor authored
llvm-svn: 71917
-
Douglas Gregor authored
llvm-svn: 71916
-
Fariborz Jahanian authored
llvm-svn: 71909
-
Fariborz Jahanian authored
Work in progress... llvm-svn: 71908
-
Anders Carlsson authored
llvm-svn: 71907
-
Daniel Dunbar authored
else the method will not be found by the runtime at class load time). llvm-svn: 71904
-
Douglas Gregor authored
llvm-svn: 71903
-
Douglas Gregor authored
distinguish between expression and statement nodes. No functionality change. llvm-svn: 71902
-
Douglas Gregor authored
llvm-svn: 71901
-
- May 15, 2009
-
-
Ted Kremenek authored
llvm-svn: 71900
-
Douglas Gregor authored
llvm-svn: 71899
-
Daniel Dunbar authored
- No functionality change. llvm-svn: 71898
-
Mike Stump authored
llvm-svn: 71897
-