- Aug 05, 2010
-
-
Bob Wilson authored
Partial fix for PR7792. llvm-svn: 110361
-
Eric Christopher authored
instructions. llvm-svn: 110360
-
Eric Christopher authored
llvm-svn: 110359
-
Bob Wilson authored
Partial fix for PR7792. llvm-svn: 110358
-
Sebastian Redl authored
llvm-svn: 110357
-
Jakob Stoklund Olesen authored
we sometimes compare singular iterators, reported by ENABLE_EXPENSIVE_CHECKS. This fixes PR7825. llvm-svn: 110355
-
John McCall authored
llvm-svn: 110354
-
Tom Care authored
Fixed logic error in UnreachableCodeChecker's marking algorithm that would sometimes allow for multiple sequential statements to be flagged. llvm-svn: 110353
-
John McCall authored
llvm-svn: 110347
-
John McCall authored
Patch by Francois Pichet! llvm-svn: 110344
-
Dan Gohman authored
into test/CodeGen/X86, so that they aren't run when the x86 target is not enabled. Fix uglygep.ll to not be x86-specific. llvm-svn: 110343
-
Bob Wilson authored
--- Reverse-merging r110333 into '.': U tools/bugpoint/BugDriver.h U tools/bugpoint/OptimizerDriver.cpp U tools/bugpoint/bugpoint.cpp U tools/bugpoint/BugDriver.cpp llvm-svn: 110341
-
Fariborz Jahanian authored
(objc gc specific). llvm-svn: 110340
-
Fariborz Jahanian authored
llvm-svn: 110339
-
Daniel Dunbar authored
llvm-svn: 110338
-
Daniel Dunbar authored
rely on using a specific x86 triple to test what they want to test. llvm-svn: 110337
-
Rafael Espindola authored
Fixes PR753. llvm-svn: 110333
-
Ted Kremenek authored
llvm-svn: 110330
-
Eli Friedman authored
this breaks something. I'll wait a few days before cleaning out UnaryOperator::OffsetOf. llvm-svn: 110328
-
Eli Friedman authored
offsetof expressions. llvm-svn: 110327
-
Eli Friedman authored
llvm-svn: 110326
-
Argyrios Kyrtzidis authored
Store the pending implicit instantiations in the PCH and perform them at the end of the translation unit that included the PCH, as God intended. llvm-svn: 110324
-
Argyrios Kyrtzidis authored
llvm-svn: 110323
-
Argyrios Kyrtzidis authored
llvm-svn: 110322
-
Eli Friedman authored
llvm-svn: 110320
-
Douglas Gregor authored
flags enumeration + default-generating function that allows code-completion to be customized via the libclang API. Plus, turn on spell-checking when performing code completion. llvm-svn: 110319
-
John McCall authored
Rename it to TDK_Underqualified to avoid this sort of confusion and give it its own diagnostic. llvm-svn: 110318
-
Zhongxing Xu authored
llvm-svn: 110317
-
Eli Friedman authored
llvm-svn: 110316
-
Eli Friedman authored
llvm-svn: 110315
-
Nick Lewycky authored
the else clause. The problem is that it's overly zealous and will respond to uses in assignments, or after assignments. We should bring this back once we can do it right. Fixes PR7100. llvm-svn: 110314
-
John McCall authored
pointers like it can with normal and member pointers. llvm-svn: 110313
-
John McCall authored
Null template arguments are bad, but they're better than crashing with an argument mismatch. llvm-svn: 110312
-
Rafael Espindola authored
llvm-svn: 110311
-
Jordy Rose authored
Tweak GRState::unbindLoc to use makeWithStore, and make sure it's only called for non-region locations. llvm-svn: 110310
-
Jordy Rose authored
llvm-svn: 110309
-
Chandler Carruth authored
Windows without svn:eol-style=native. llvm-svn: 110308
-
Chandler Carruth authored
preserves the existing behavior, as it seems a concious choice to allow RS to be null and BigStack marked true. llvm-svn: 110307
-
Rafael Espindola authored
llvm-svn: 110306
-
Eli Friedman authored
llvm-svn: 110305
-