- Mar 05, 2009
-
-
Chris Lattner authored
llvm-svn: 66109
-
Chris Lattner authored
parser. For example, we now print out: 0. t.c:5:10: in compound statement {} 1. t.c:3:12: in compound statement {} 2. clang t.c -fsyntax-only llvm-svn: 66108
-
Ted Kremenek authored
llvm-svn: 66107
-
Daniel Dunbar authored
llvm-svn: 66106
-
Daniel Dunbar authored
replaced anyway. llvm-svn: 66101
-
Daniel Dunbar authored
llvm-svn: 66100
-
Fariborz Jahanian authored
llvm-svn: 66099
-
- Mar 04, 2009
-
-
Ted Kremenek authored
to unknown functions. Most of this logic should be eventually moved to RegionStore and be made lazy. llvm-svn: 66094
-
Ted Kremenek authored
- Have 'TypedRegion::getRValueType()' return a null QualType for 'id<...>' instead of aborting. - Change 'TypedRegion::isBoundable()' to return true for all objects with a non-null RValueType (this may not be the final behavior). llvm-svn: 66093
-
Ted Kremenek authored
multiple symbols conjured at the same location. All that is required of the tag is that it is a fixed void* value that points to an memory address that remains valid throughout the remainder of the lifetime of the SymbolManager. llvm-svn: 66092
-
Mike Stump authored
llvm-svn: 66091
-
Daniel Dunbar authored
llvm-svn: 66090
-
Daniel Dunbar authored
llvm-svn: 66089
-
Daniel Dunbar authored
llvm-svn: 66088
-
Fariborz Jahanian authored
c-style functions declared inside objc @implementations. llvm-svn: 66087
-
Bill Wendling authored
llvm-svn: 66086
-
-
Gabor Greif authored
llvm-svn: 66081
-
Dale Johannesen authored
llvm-svn: 66080
-
Daniel Dunbar authored
- Also, add Input and Unknown opts to OptTable. llvm-svn: 66079
-
Chris Lattner authored
better crash info when clang crashes. Step #2 of many. llvm-svn: 66078
-
Chris Lattner authored
llvm-svn: 66077
-
Chris Lattner authored
that get printed when a program crashes. This is the first step of many. llvm-svn: 66076
-
Dale Johannesen authored
was causing llvm-gcc to fail to build. I've verified it bootstraps now; good enough for me. llvm-svn: 66073
-
Chris Lattner authored
arbitrary functions to be run when a crash happens. Delete RemoveDirectoryOnSignal as it is dead and has never had clients. Change PrintStackTraceOnErrorSignal to be implemented in terms of AddSignalHandler. I updated the Win32 versions of these APIs, but can't test them. If there are any problems, I'd be happy to fix them as well. llvm-svn: 66072
-
Daniel Dunbar authored
will make this efficient later (if it even matters)... llvm-svn: 66071
-
Daniel Dunbar authored
llvm-svn: 66070
-
Daniel Dunbar authored
and capturing its invocations. llvm-svn: 66068
-
Daniel Dunbar authored
llvm-svn: 66067
-
Daniel Dunbar authored
llvm-svn: 66066
-
Dan Gohman authored
llvm-svn: 66065
-
Sebastian Redl authored
The basic representation of diagnostics information in tablegen format, plus (uncommented and incomplete) test conversions of the existing def files to this format. llvm-svn: 66064
-
Daniel Dunbar authored
- Add OptTable instance to Driver. llvm-svn: 66063
-
Dan Gohman authored
immediately obvious. llvm-svn: 66062
-
Gabor Greif authored
This should result in less indirect memory accesses, less dead writes and tighter code. llvm-svn: 66061
-
Sebastian Redl authored
llvm-svn: 66059
-
Dan Gohman authored
llvm-svn: 66058
-
Dan Gohman authored
llvm-svn: 66057
-
Dan Gohman authored
of MachineInstr def operands must be subtracted out. This bug was uncovered by the recent x86 EFLAGS optimization. Before that, the only instructions that ever needed unfolding were things like CMP32rm, where NumDefs is zero. llvm-svn: 66056
-
Chris Lattner authored
llvm-svn: 66055
-