- Jun 23, 2010
-
-
Bob Wilson authored
Radar 8031193. llvm-svn: 106582
-
- Jun 22, 2010
-
-
Benjamin Kramer authored
llvm-svn: 106580
-
Benjamin Kramer authored
the demangled name. Fall back to strlen. llvm-svn: 106579
-
Jim Ingham authored
Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the const-ness right to ensure you are not making a copy of the owning breakpoint's ThreadSpec in a breakpoint location. Also change the name from NoCopy to NoCreate since that's clearer. llvm-svn: 106578
-
Eric Christopher authored
during test runs. llvm-svn: 106577
-
Eric Christopher authored
llvm-svn: 106576
-
Dale Johannesen authored
llvm-svn: 106575
-
Jim Grosbach authored
llvm-svn: 106574
-
Gabor Greif authored
llvm-svn: 106573
-
Bruno Cardoso Lopes authored
a toplevel 'defm', make sure to properly resolve references. llvm-svn: 106570
-
Bill Wendling authored
llvm-svn: 106569
-
Daniel Dunbar authored
Clang static analyzer! llvm-svn: 106568
-
Gabor Greif authored
llvm-svn: 106563
-
Mon P Wang authored
llvm-svn: 106562
-
Ted Kremenek authored
Instead, halt the analysis of the current path, which is what we do in GRExprEngine::ProcessStmt for all other C++ constructs not currently handled by the analyzer. llvm-svn: 106561
-
Devang Patel authored
Reapply Bob's patch. llvm-svn: 106560
-
Bruno Cardoso Lopes authored
llvm-svn: 106557
-
Bruno Cardoso Lopes authored
llvm-svn: 106556
-
Dan Gohman authored
into a utility routine, teach it how to update MachineLoopInfo, and make use of it in MachineLICM to split critical edges on demand. llvm-svn: 106555
-
Fariborz Jahanian authored
llvm-svn: 106553
-
Argyrios Kyrtzidis authored
llvm-svn: 106552
-
Douglas Gregor authored
floating-point conversions or floating-integral conversions. We really, really, really need to make isFloatingType() and friends not apply to vector types. llvm-svn: 106551
-
Fariborz Jahanian authored
category implementation whereby property list was missing. NeXt ObjC runtime (radar 8093297). llvm-svn: 106550
-
Anders Carlsson authored
llvm-svn: 106549
-
Jakob Stoklund Olesen authored
Measurements show that it does not speed up coalescing, so there is no reason the keep the added complexity around. Also clean out some unused methods and static functions. llvm-svn: 106548
-
Anders Carlsson authored
llvm-svn: 106547
-
Anders Carlsson authored
llvm-svn: 106546
-
Benjamin Kramer authored
This also moves strlen out of the mutex scope. llvm-svn: 106545
-
Benjamin Kramer authored
I'm not sure when multiple threads enter this method but a race-condition causing a crash in malloc can be reproduced with this little script: echo file $(which lldb) > cmd echo "run\nbreak set -n main\nrun\nexit" >> cmd lldb -s cmd It may need a few runs before it crashes though. llvm-svn: 106544
-
Dan Gohman authored
getLoopPreheader into a separate function, for clients which don't require a proper preheader. llvm-svn: 106543
-
Dan Gohman authored
llvm-svn: 106542
-
Douglas Gregor authored
When we ask for the enumerators of an EnumDecl, make sure we get them even if we have a EnumDecl that is not the definition of the enumeration llvm-svn: 106541
-
Douglas Gregor authored
enum as a GNU extension. llvm-svn: 106540
-
Dan Gohman authored
llvm-svn: 106539
-
Dan Gohman authored
llvm-svn: 106538
-
Dan Gohman authored
constant operands. llvm-svn: 106537
-
Argyrios Kyrtzidis authored
For void f( a::b::c ); we would cache the tokens "a::b::" but then we would try to annotate them using the range "a::". Before annotating them with the (invalid) C++ scope spec, set it to the range of "a::b::". llvm-svn: 106536
-
Benjamin Kramer authored
llvm-svn: 106535
-
Argyrios Kyrtzidis authored
llvm-svn: 106534
-
Argyrios Kyrtzidis authored
-Introduce PCHWriter::AddTemplateArgumentLocInfo() -Modify PCHWriter::AddTemplateArgumentLoc() to also write TemplateArgumentLoc's TemplateArgument and move the existing calls of AddTemplateArgumentLoc() to AddTemplateArgumentLocInfo(). llvm-svn: 106533
-