- Sep 10, 2011
-
-
Owen Anderson authored
llvm-svn: 139431
-
Douglas Gregor authored
llvm-svn: 139430
-
Owen Anderson authored
llvm-svn: 139429
-
Greg Clayton authored
Fixed up many API calls to not be "const" as const doesn't mean anything to most of our lldb::SB objects since they contain a shared pointer, auto_ptr, or pointer to the types which circumvent the constness anyway. llvm-svn: 139428
-
Douglas Gregor authored
declaration was deserialized from an AST file. Use this instead of Decl::getPCHLevel() wherever possible. This is a simple step toward killing off Decl::getPCHLevel(). llvm-svn: 139427
-
Caitlin Sadowski authored
llvm-svn: 139426
-
Caitlin Sadowski authored
llvm-svn: 139425
-
Julien Lerouge authored
llvm-svn: 139424
-
Julien Lerouge authored
annotate global, local variables, struct fields, or arbitrary statements (using the __builtin_annotation), rdar://8037476. llvm-svn: 139423
-
Owen Anderson authored
llvm-svn: 139422
-
Akira Hatanaka authored
llvm-svn: 139421
-
Akira Hatanaka authored
llvm-svn: 139420
-
Chris Lattner authored
llvm-svn: 139419
-
Douglas Gregor authored
Preprocessor reference. Simplify some code along the way, so there is no separate "initialize the preprocessor" step. llvm-svn: 139418
-
- Sep 09, 2011
-
-
Kaelyn Uhrain authored
llvm-svn: 139417
-
Eric Christopher authored
along with the new insert point. Fixes PR10829 llvm-svn: 139416
-
Owen Anderson authored
Thumb unconditional branches are allowed in IT blocks, and therefore should have a predicate operand, unlike conditional branches. llvm-svn: 139415
-
Douglas Gregor authored
llvm-svn: 139414
-
Douglas Gregor authored
ASTContext reference. Remove all of the extra checking and logic that was used to cope with a NULL ASTContext. No effective functionality change. llvm-svn: 139413
-
Akira Hatanaka authored
llvm-svn: 139412
-
Douglas Gregor authored
llvm-svn: 139411
-
Johnny Chen authored
which saves unnecessary traffic to the kernel. llvm-svn: 139410
-
Douglas Gregor authored
Mark the translation unit as having lexical/visible storage only when we actually have data for that lexical or visible storage llvm-svn: 139409
-
Douglas Gregor authored
identifier, also make them visible in the translation unit," which isn't needed now that John's eliminated the AST dependency in blocks CodeGen. llvm-svn: 139408
-
Eli Friedman authored
Make the SelectionDAG verify that all the operands of BUILD_VECTOR have the same type. Teach DAGCombiner::visitINSERT_VECTOR_ELT not to make invalid BUILD_VECTORs. Fixes PR10897. llvm-svn: 139407
-
Douglas Gregor authored
llvm-svn: 139406
-
Akira Hatanaka authored
llvm-svn: 139405
-
John McCall authored
feature akin to the ARC runtime checks. Removes a terrible hack where IR gen needed to find the declarations of those symbols in the translation unit. llvm-svn: 139404
-
Fariborz Jahanian authored
along with minor rewriter fix to handle that. This test is still incomplete due to rewriter issues unrelated to instancetype. llvm-svn: 139403
-
Johnny Chen authored
llvm-svn: 139402
-
Greg Clayton authored
correctly, symbols are coming soon. It also needs to be 32/64 bit hardened with more testing. llvm-svn: 139401
-
Nadav Rotem authored
Implement vector-select support for avx256. Refactor the vblend implementation to have tablegen match the instruction by the node type llvm-svn: 139400
-
Jim Grosbach authored
llvm-svn: 139399
-
Duncan Sands authored
the instruction. llvm-svn: 139398
-
Jim Grosbach authored
llvm-svn: 139397
-
Jim Grosbach authored
llvm-svn: 139396
-
Jim Grosbach authored
llvm-svn: 139395
-
Douglas Gregor authored
llvm-svn: 139394
-
Jim Grosbach authored
llvm-svn: 139393
-
Jim Grosbach authored
llvm-svn: 139392
-