- Jul 20, 2011
-
-
Greg Clayton authored
llvm-svn: 135557
-
Douglas Gregor authored
the AST reader down to the AST file + local ID, rather than walking the PCH chain. More cleanup/generalization, although there is more work to do for preprocessed entities. In particular, the "preallocation" scheme for preprocessed entities is not going to work well with late loading of PCH files, and it's likely we'll have to do something akin to the SourceManager's negative/positive loading. llvm-svn: 135556
-
Benjamin Kramer authored
llvm-svn: 135555
-
Douglas Gregor authored
reader down to the AST file + local ID, rather than walking the PCH chain. No functionality change; this is generalization and cleanup. llvm-svn: 135554
-
Johnny Chen authored
llvm-svn: 135553
-
Joerg Sonnenberger authored
arguments. llvm-svn: 135552
-
Douglas Gregor authored
AST reader down to the AST file + local ID, rather than walking the PCH chain. No functionality change; this is generalization and cleanup. llvm-svn: 135551
-
Akira Hatanaka authored
llvm-svn: 135550
-
Douglas Gregor authored
llvm-svn: 135549
-
Douglas Gregor authored
AST reader down to the AST file + local ID within that file, rather than lamely walking the PCH chain. There's no actual functionality change now, but this is cleaner and more general. llvm-svn: 135548
-
Johnny Chen authored
llvm-svn: 135547
-
Akira Hatanaka authored
llvm-svn: 135546
-
Joerg Sonnenberger authored
llvm-svn: 135545
-
Johnny Chen authored
llvm-svn: 135544
-
Richard Smith authored
llvm-svn: 135543
-
Johnny Chen authored
llvm-svn: 135542
-
Richard Smith authored
llvm-svn: 135541
-
Johnny Chen authored
llvm-svn: 135539
-
Bill Wendling authored
llvm-svn: 135538
-
Akira Hatanaka authored
llvm-svn: 135537
-
Johnny Chen authored
llvm-svn: 135536
-
Evan Cheng authored
llvm-svn: 135535
-
Eli Friedman authored
llvm-svn: 135534
-
Benjamin Kramer authored
llvm-svn: 135533
-
Jim Grosbach authored
The system register spec should be case insensitive. The preferred form for output with mask values of 4, 8, and 12 references APSR rather than CPSR. Update and tidy up tests accordingly. llvm-svn: 135532
-
Johnny Chen authored
They are not docstring'ed yet. llvm-svn: 135531
-
Sean Callanan authored
in ImportDefinition when replacing a previously forward-declared CXXRecordDecl with its full definition. The forward-declared type's DefinitionData had not been intialized for the forward-declared type, so adding fields to the Decl caused CXXRecordDecl::addedMember() to crash when accessing the DefinitionData. llvm-svn: 135530
-
Enrico Granata authored
type category list now supports a regular expression argument that filters categories to only include the ones matching the regex type summary list now supports a -w flag with a regular expression argument that filters categories to only include the ones matching the regex in category and summary listings, categories are printed in a meaningful order: - enabled ones first, in the order in which they are searched for summaries - disabled ones, in an unspecified order type summary list by default only expands non-empty enabled categories. to obtain a full listing, you must use the -w flag giving a "match-all" regex llvm-svn: 135529
-
Devang Patel authored
llvm-svn: 135528
-
- Jul 19, 2011
-
-
Jim Grosbach authored
Teach the parser to recognize the APSR and SPSR system register names. Add and update tests accordingly. llvm-svn: 135527
-
Johnny Chen authored
Rearrange the %include SWIG directives into two groups. One is the pure .h headers and the other is the .i interface files. The objective is to move the .h header into .i interface file eventually. llvm-svn: 135526
-
Ted Kremenek authored
Fix false negative in -Wuninitialized involving a () wrapping an lvalue-to-rvalue conversion in a DeclStmt. llvm-svn: 135525
-
Owen Anderson authored
llvm-svn: 135524
-
Enrico Granata authored
llvm-svn: 135523
-
Akira Hatanaka authored
llvm-svn: 135522
-
Jim Grosbach authored
Add range checking to the immediate operands. Update tests accordingly. llvm-svn: 135521
-
Akira Hatanaka authored
ANDi, when the instruction does not have any immediate operands. llvm-svn: 135520
-
Ted Kremenek authored
Fix assertion failure in UninitializedValues.cpp where an lvalue to rvalue conversion is wrapped in a parenthesis. llvm-svn: 135519
-
Jordy Rose authored
llvm-svn: 135518
-
Jim Grosbach authored
llvm-svn: 135517
-