- Nov 11, 2011
-
-
Eli Friedman authored
llvm-svn: 144361
-
Eric Christopher authored
llvm-svn: 144360
-
Greg Clayton authored
invalid information. This will help us perfect the tables that are emitted by clang. llvm-svn: 144359
-
Eli Friedman authored
llvm-svn: 144358
-
NAKAMURA Takumi authored
include/clang-c/Index.h: Update CINDEX_LINKAGE on 6 decls. Corresponds to libclang.exports in r144343 llvm-svn: 144357
-
Chad Rosier authored
llvm-svn: 144356
-
Eli Friedman authored
Make sure that restrict-qualifying an array actually adds a restrict qualifier. PR11354. (operator bool() is evil!) llvm-svn: 144355
-
Eric Christopher authored
addr DIE when adding to the dwarf accelerator tables. llvm-svn: 144354
-
Greg Clayton authored
llvm-svn: 144353
-
Eli Friedman authored
Get rid of an optimization in SCCP which appears to have many issues. Specifically, it doesn't handle many cases involving undef correctly, and it is missing other checks which lead to it trying to re-mark a value marked as a constant with a different value. It also appears to trigger very rarely. Fixes PR11357. llvm-svn: 144352
-
-
Bill Wendling authored
"saved register" index. <rdar://problem/10430076> llvm-svn: 144350
-
Ted Kremenek authored
[serialized diagnostics]: add test cases for serialized diagnostics, including a test case for no issues, multiple issues, and a single issue. Along the way, tweak c-index-test -read-diagnostics output so it is easier to tell what diagnostics are child diagnostics. llvm-svn: 144349
-
Chad Rosier authored
rdar://10412592 llvm-svn: 144348
-
Douglas Gregor authored
diagnostics in the future. Make it so. llvm-svn: 144347
-
Bill Wendling authored
llvm-svn: 144346
-
Daniel Dunbar authored
- Can be used to generate the substitution values we currently use for the various target related .def files. llvm-svn: 144345
-
Daniel Dunbar authored
LLVMBuild: Add explicit information on whether targets define an assembly printer, assembly parser, or disassembler. llvm-svn: 144344
-
Argyrios Kyrtzidis authored
Cut down the number of callbacks to more generic ones. Clients can check an enum to find out what kind of declaration it is and they can call functions to get more specific information than the generic provided info. llvm-svn: 144343
-
Argyrios Kyrtzidis authored
llvm-svn: 144342
-
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
-