- Sep 22, 2012
-
-
Eric Christopher authored
that the backend can mark it as the representative pointer for the block. rdar://12001329 llvm-svn: 164418
-
Argyrios Kyrtzidis authored
llvm-svn: 164417
-
Argyrios Kyrtzidis authored
nodes from the imported ASTContext. rdar://12348924 llvm-svn: 164416
-
- Sep 21, 2012
-
-
Chad Rosier authored
llvm-svn: 164415
-
Chad Rosier authored
llvm-svn: 164414
-
-
Fariborz Jahanian authored
setter or getter backing a deprecated/unavailable property, also not location of the property. // rdar://12324295 llvm-svn: 164412
-
Rafael Espindola authored
attributes like uwtable. Without uwtable a stack unwinder would be unable to go past the thunks. llvm-svn: 164411
-
Simon Atanasyan authored
-mips32, -mips32r2, -mips64, -mips64r2. The patch reviewed by Eric Christopher. llvm-svn: 164410
-
Douglas Gregor authored
llvm-svn: 164409
-
Evan Cheng authored
because LiveStackAnalysis was not preserved by VirtRegWriter. This caused big stack usage regression in some cases. rdar://12340383 llvm-svn: 164408
-
Sean Silva authored
llvm-svn: 164407
-
Chad Rosier authored
llvm-svn: 164406
-
Howard Hinnant authored
Rename class __lambda to __lambda_node to avoid clash with gcc. This fixes http://llvm.org/bugs/show_bug.cgi?id=13889 llvm-svn: 164405
-
Howard Hinnant authored
llvm-svn: 164404
-
Enrico Granata authored
This feature allows us to group test cases into logical groups (categories), and to only run a subset of test cases based on these categories. Each test-case can have a new method getCategories(self): which returns a list of strings that are the categories to which the test case belongs. If a test-case does not provide its own categories, we will look for categories in the class that contains the test case. If that fails too, the default implementation looks for a .category file, which contains a comma separated list of strings. The test suite will recurse look for .categories up until the top level directory (which we guarantee will have an empty .category file). The driver dotest.py has a new --category <foo> option, which can be repeated, and specifies which categories of tests you want to run. (example: ./dotest.py --category objc --category expression) All tests that do not belong to any specified category will be skipped. Other filtering options still exist and should not interfere with category filtering. A few tests have been categorized. Feel free to categorize others, and to suggest new categories that we could want to use. All categories need to be validly defined in dotest.py, or the test suite will refuse to run when you use them as arguments to --category. In the end, failures will be reported on a per-category basis, as well as in the usual format. This is the very first stage of this feature. Feel free to chime in with ideas for improvements! llvm-svn: 164403
-
Dan Gohman authored
rest of LangRef uses. llvm-svn: 164402
-
Ted Kremenek authored
so that they visually look like an AST dump. llvm-svn: 164401
-
Ted Kremenek authored
llvm-svn: 164400
-
Ted Kremenek authored
llvm-svn: 164399
-
Dan Gohman authored
llvm-svn: 164398
-
Ted Kremenek authored
llvm-svn: 164397
-
Ted Kremenek authored
llvm-svn: 164396
-
David Blaikie authored
Wordsmithing by Matt Beaumont-Gay in response to r164389. llvm-svn: 164395
-
DeLesley Hutchins authored
where a call to function marked 'noreturn' is followed by unreachable implicit destructor calls. llvm-svn: 164394
-
Ted Kremenek authored
Try this again, now that r164392 is in place. llvm-svn: 164393
-
Ted Kremenek authored
them being correctly constructed. llvm-svn: 164392
-
Ted Kremenek authored
llvm-svn: 164391
-
Chad Rosier authored
llvm-svn: 164390
-
David Blaikie authored
llvm-svn: 164389
-
Benjamin Kramer authored
We rely on it when doing the transforms. This can happen when there is an indirectbr in the loop. Fixes PR13892. llvm-svn: 164383
-
Rafael Espindola authored
deterministic. Fixes pr13868. llvm-svn: 164382
-
Chad Rosier authored
non-aligned i32 loads/stores. rdar://12304911 llvm-svn: 164381
-
Greg Clayton authored
llvm-svn: 164378
-
Benjamin Kramer authored
Fixes PR13250. llvm-svn: 164377
-
Tobias Grosser authored
Older versions of libpluto crashed, if no schedule was found. Recent versions return NULL. We detect this and keep the original schedule. llvm-svn: 164376
-
Bill Wendling authored
llvm-svn: 164374
-
Bill Wendling authored
llvm-svn: 164373
-
Michael Liao authored
llvm-svn: 164372
-
Dmitri Gribenko authored
llvm-svn: 164371
-