- Sep 10, 2011
-
-
Devang Patel authored
llvm-svn: 139443
-
Douglas Gregor authored
well-bred compiler like Clang. llvm-svn: 139442
-
Douglas Gregor authored
than having CodeGen check whether a declaration comes from an AST file (which it shouldn't know or care about), make sure that the AST writer and reader pass along "interesting" declarations that CodeGen needs to know about. llvm-svn: 139441
-
Jim Grosbach authored
Some aliases for MOV(register) also to keep existing T1 tests happy when run in thumbv7 mode. llvm-svn: 139440
-
Anna Zaks authored
[analyzer] -analyze-function for ObjectiveC should check if any of the methods match the name (not only the first one). llvm-svn: 139439
-
Douglas Gregor authored
whether a Decl was deserialized from an AST file (any AST file). llvm-svn: 139438
-
Chandler Carruth authored
and case statements. Use this to make the logic in the CFG builder more robust at finding the actual statements within a compound statement, even when there are many layers of labels obscuring it. Also extend the test cases for a large chunk of PR10063. Still more work to do here though. llvm-svn: 139437
-
Douglas Gregor authored
llvm-svn: 139436
-
Enrico Granata authored
llvm-svn: 139435
-
Johnny Chen authored
Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint to the 'frame variable' comand. To watch a variable for read/write, issue: frame variable -w read_write Note that '-w' option is not working yet. :-) llvm-svn: 139434
-
Akira Hatanaka authored
Generate code for Mips32r1 unless a Mips32r2 feature is tested. llvm-svn: 139433
-
Owen Anderson authored
llvm-svn: 139432
-
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
-