- Mar 04, 2009
-
-
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
-
Chris Lattner authored
llvm-svn: 66054
-
Chris Lattner authored
onto element accesses. llvm-svn: 66053
-
Daniel Dunbar authored
- PR3722. llvm-svn: 66052
-
Nate Begeman authored
on failure to resolve it. Do not abort on failure to resolve an external symbol when using dlsym stubs, since the symbol may not be in the JIT's address space. Just use 0. Allow dlsym stubs to differentiate between GlobalVars and Functions. llvm-svn: 66050
-
Mike Stump authored
llvm-svn: 66049
-
Mike Stump authored
functionality change. llvm-svn: 66048
-
Mike Stump authored
llvm-svn: 66046
-
rdar://problem/6645157Steve Naroff authored
Partial fix for <rdar://problem/6645157> [clang on Xcode; regression]: error: instance variable 'someField' is private. A recent regression caused by http://llvm.org/viewvc/llvm-project?rev=65912&view=rev. This commit isn't fully baked. Nevertheless, it should cause Xcode to compile again. Will speak with Fariborz offline. llvm-svn: 66045
-
Chris Lattner authored
llvm-svn: 66044
-