2008-10-07 |
Ted Kremenek | Add #include (introduced by dependence on DeclGroup) |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Ted Kremenek | Fixed a masked bug when iterating over the child expres... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Ted Kremenek | Add const_iterator to DeclGroup. |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Ted Kremenek | Add StmtIterator support for DeclGroups. |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Argyrios Kyrtzidis | In ParseParenDeclarator match "D.setGroupingParens... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Zhongxing Xu | Added a function call case that generates sink nodes. |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Zhongxing Xu | Migrate MemRegionManager from StateManager to StoreManager. |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Added prototype serialization code for DeclGroup. |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Argyrios Kyrtzidis | Use getCustomDiagID() instead of specifying the diagnos... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Argyrios Kyrtzidis | Simplify handling of direct initializers by letting... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Remove DeclStmt::getDecl(). Now clients of DeclStmt... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Explicitly access the first Decl* referenced by a DeclS... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Use "DeclStmt::getSolitaryDecl()" when accessing the... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Modified DeclGroupRef to always load/store the internal... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Use DeclStmt::getSolitaryDecl() instead of DeclStmt... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Use DeclStmt::getSolitaryDecl() instead of DeclStmt... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Use DeclStmt::getSolitaryDecl() instead of DeclStmt... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | When processing Objective-C foreach statements, first... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Use DeclStmt::decl_iterator to walk a group of Decl... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Don't use DeclStmt::getDecl() to serialize out DeclStmt... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Add DeclStmt::hasSolitaryDecl() and DeclStmt::getSolita... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Use "unsigned" instead of "int" for i to remove a ... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Anders Carlsson | Add 'x' constraint character. |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Use the DeclStmt::decl_iterator to get the first decl... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | In RewriteFunctionBody, using DeclStmt::decl_iterator... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Don't use DeclStmt::getDecl(); this will eventually... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | In EmitDeclStmt: use DeclStmt::const_decl_iterator... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Added PrintRawDeclStmt; use this method to print out... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Use Decl::decl_iterator instead of walking the ScopedDe... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Use DeclStmt::decl_iterator instead of using Decl:... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Argyrios Kyrtzidis | The current semantic process for direct initializers... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Use DeclStmt::decl_iterator instead of walking the... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Add const_decl_iterator to DecStmt. |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Argyrios Kyrtzidis | Implement support for C++ direct initializers in declar... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Chris Lattner | fix incorrect rdar number. |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Chris Lattner | __CONSTANT_CFSTRINGS__ should be defined even in C... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Chris Lattner | Make sema and codegen allow __builtin___CFStringMakeCon... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Chris Lattner | ExprConstant should not abort when it sees a pointer... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Chris Lattner | always try to fold a builtin before emitting it. In... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Chris Lattner | Remove the 'C' / isConstantExpr flag on builtins. ... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Chris Lattner | Add a Expr::isEvaluatable method, eliminate isBuiltinCo... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Chris Lattner | Move folding of __builtin_classify_type out of the... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Chris Lattner | Move handling of __builtin_nan("") out of CGBuiltin... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Chris Lattner | remove some code where CGBuiltin folds constants, and... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Chris Lattner | instead of making codegen try to know about all of... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Chris Lattner | Teach FloatExprEvaluator to evaluate __builtin_huge_val... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Chris Lattner | "Enhance" CheckArithmeticConstantExpression to accept... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Chris Lattner | Add a comment that describes tryEvaluate. Make tryEval... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Chris Lattner | add a new CallExpr::isBuiltinCall() method, and use... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Anders Carlsson | Actually use the mmintrin.h header, it's good enough... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Chris Lattner | a more efficient test for __builtin_classify_type |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Zhongxing Xu | Fix typos. |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Anders Carlsson | Apparently gcc uses pi64 for the shift intrinsics. |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Anders Carlsson | Add the 'y' assembler constraint. |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Argyrios Kyrtzidis | Allow variadic arguments without named ones for C+... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Anders Carlsson | Implement support for the const and pure attributes. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Argyrios Kyrtzidis | A tiny optimization; use isCXXFunctionDeclarator only... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Chris Lattner | miscellaneous cleanups |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Chris Lattner | move __FLT_EVAL_METHOD__, __FLT_RADIX__, and __DECIMAL_... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Chris Lattner | it helps when I save the file before testing and commit... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Chris Lattner | suck the rest of the FP macros out of the targets into... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Argyrios Kyrtzidis | Add some text from the C++ standard and additional... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Daniel Dunbar | Set svn:ignore on test/Parser/Output |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Chris Lattner | start moving fp macros over |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Daniel Dunbar | Add script for checking builtin macros verse another... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Chris Lattner | move a bunch more integer sizing out of target-specific... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Argyrios Kyrtzidis | Handle ambiguities between expressions and type-ids... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Chris Lattner | eliminate __USER_LABEL_PREFIX__ from the Targets.cpp... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Chris Lattner | gcc no longer defines __block to nothing when blocks... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Chris Lattner | rearrange preprocessor macro definitions into language... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Chris Lattner | Implement PR2773, support for __USER_LABEL_PREFIX__ |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Chris Lattner | Fix a problem reported in PR2766 that makes clang rejec... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Argyrios Kyrtzidis | Found a subtle bug caused by an implicit enum-to-bool... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Anders Carlsson | Add parsing of the sentinel attribute. Still need to... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Anders Carlsson | Change indentation for a couple of files in the Xcode... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Chris Lattner | Wrap long lines and other minor cleanups, no functional... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Anders Carlsson | Remove copyright notice, we decided not to have them. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Argyrios Kyrtzidis | Move the TentativeParsingResult enum closer to where... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Argyrios Kyrtzidis | Disambiguate between a declaration or an expression... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Argyrios Kyrtzidis | Fix Parser::isCXXConditionDeclaration to properly resol... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Argyrios Kyrtzidis | Disambiguate between a declaration or expression for... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Argyrios Kyrtzidis | Consider GNU attributes when doing ambiguity resolution. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Zhongxing Xu | Remove redundant parameter and rename StMgr to StateMgr. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Daniel Dunbar | Add X86 builtin code generation test case. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Daniel Dunbar | Improve C language testing coverage. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Daniel Dunbar | Fix X86 palignr[128] builtins to match LLVM. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Daniel Dunbar | Add some builtins to codegen test case. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Daniel Dunbar | Make VectorType printing less broken. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Daniel Dunbar | Fix another X86 builtin definitions. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Daniel Dunbar | Fix some X86 builtin definitions. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Daniel Dunbar | Add -rewrite-macros test case. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Daniel Dunbar | Allow -verify to be used with -rewrite-macros. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Daniel Dunbar | Coverage test for targets. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Steve Naroff | Update VC++ project file |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Daniel Dunbar | Improve codegen coverage tests. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Daniel Dunbar | Add dummy -ast-dump support for ObjC category implement... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Steve Naroff | Remove old diag that alerted the user to a limitation... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Argyrios Kyrtzidis | Append the test runs with '&&'. |
commit | commitdiff | tree | snapshot |
next |