- Nov 11, 2011
-
-
Francois Pichet authored
Move "Unqualified lookup into dependent bases of class templates" Microsoft specific behavior from -fms-extensions to -fms-compatibility. llvm-svn: 144341
-
Ted Kremenek authored
[static analyzer] be more specific when running removeDeadBindings. Instead of seeing if the predecessor node was a non-StmtPoint, check if it is specifically a BlockEntrance node. llvm-svn: 144340
-
Ted Kremenek authored
llvm-svn: 144339
-
Jim Grosbach authored
rdar://10429490 llvm-svn: 144338
-
Jim Grosbach authored
llvm-svn: 144337
-
Nicolas Geoffray authored
llvm-svn: 144336
-
Daniel Dunbar authored
now. llvm-svn: 144335
-
Daniel Dunbar authored
llvm-svn: 144334
-
Richard Smith authored
them when performing a const conversion on the implicit object argument for a member operator call on an rvalue. No change to the testsuite: the test for this change is that the added assertion does not fire any more. llvm-svn: 144333
-
Ted Kremenek authored
[static analyzer]: only call RemoveDeadBindings() when analyzing non-Expr stmts, entering a basic block, or analyzing non-consumed expressions. This sigificantly speeds up analysis time, and reduces analysis time down to 27% less than before we linearized the CFG. llvm-svn: 144332
-
Jim Grosbach authored
rdar://10130228. llvm-svn: 144331
-
Jason Molenda authored
the argument description in the command name could cause a command alias to crash, e.g. command alias zzz target stop-hook delete 1 because the "name" is used to re-fetch the exact CommandObject when adding the final arg. <rdar://problem/10423753> llvm-svn: 144330
-
Jim Grosbach authored
Was not checking the first register in the register list. llvm-svn: 144329
-
- Nov 10, 2011
-
-
Daniel Dunbar authored
llvm-svn: 144328
-
Jason Molenda authored
It's "command", "commands" is not recognized. llvm-svn: 144327
-
Rafael Espindola authored
it first. This is a more general fix to pr11300. llvm-svn: 144324
-
Daniel Dunbar authored
some more of the explicit dependencies. I'm staging things more slowly this time in case there is more unanticipated fallout. llvm-svn: 144323
-
Jim Grosbach authored
Get the source register that isn't tied to the destination register correct, even when the assembly source operand order is backwards. rdar://10428630 llvm-svn: 144322
-
Daniel Dunbar authored
that depends on MBlazeCodeGen. This is a layering violation that should really be fixed. llvm-svn: 144321
-
Daniel Dunbar authored
all-targets instead of an explicit list. llvm-svn: 144320
-
Eric Christopher authored
as well. llvm-svn: 144319
-
Pete Cooper authored
Add invariant.load metadata to loads from selector references. Allows these loads to later be moved/combined in the optimizer. Fixes <rdar://problem/6027699> llvm-svn: 144318
-
Chris Lattner authored
to delete core files. This causes a warning in clang/lib/StaticAnalyzer on case insensitive filesystems, since it contains a "Core" directory. Since this is pointless anyway, just zap it. llvm-svn: 144317
-
Chad Rosier authored
For correctness, disable this for now. rdar://10418009 llvm-svn: 144316
-
Jim Grosbach authored
Use the getIdentifier() method of the token, not getString(), otherwise we keep the quotes as part of the symbol name, which we don't want. rdar://10428015 llvm-svn: 144315
-
Tony Linthicum authored
llvm-svn: 144314
-
Tony Linthicum authored
llvm-svn: 144313
-
Pete Cooper authored
Size of data being pointed to wasn't always being checked so some small writes were killing big writes Fixes <rdar://problem/10426753> llvm-svn: 144312
-
Chris Lattner authored
llvm-svn: 144311
-
Eli Friedman authored
llvm-svn: 144310
-
Daniel Dunbar authored
which didn't appear ready for prime time. llvm-svn: 144309
-
Tony Linthicum authored
llvm-svn: 144308
-
Tony Linthicum authored
llvm-svn: 144307
-
Eric Christopher authored
forward decls and have names into the dwarf accelerator types table. llvm-svn: 144306
-
Daniel Dunbar authored
that the standard includes we use in compiler-rt also work. llvm-svn: 144305
-
Eric Christopher authored
multiple dies per function and support C++ basenames. llvm-svn: 144304
-
Owen Anderson authored
Add additional checking to ensure that MachineMemOperands are never set to null, which can happen in weird circumstances where target intrinsic hooks are implemented incorrectly. llvm-svn: 144303
-
rdar://problem/9334299Greg Clayton authored
Added the ability to get a type without qualifiers (const, volatile, restrict, etc). llvm-svn: 144302
-
Jim Grosbach authored
More of rdar://9704684 llvm-svn: 144301
-
Daniel Dunbar authored
llvm-svn: 144300
-