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 |
2008-10-05 |
Argyrios Kyrtzidis | Resolve ambiguous C++ statements (C++ 6.8p1). |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Steve Naroff | Create a function, eliminating some redundancy between... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Steve Naroff | Finish implementing copy/dispose helpers for imported... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Daniel Dunbar | Add coverage tests of C and Obj-C language features. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Daniel Dunbar | Set exit code properly on "Unexpected program action". |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Daniel Dunbar | Desensitize env-include-paths.c to the directory it... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Daniel Dunbar | Set svn:ignore on test/{Driver,Coverage} |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Daniel Dunbar | Bug fix, CPATH="" does not add '.' to search path. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Daniel Dunbar | Add test/Driver. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Daniel Dunbar | De-XFAIL test/Parser/pragma-pack.c |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Chris Lattner | switch to using -verify |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Chris Lattner | Move the expected-warning lines to a place that clang... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Daniel Dunbar | Add Parser support for #pragma pack |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Daniel Dunbar | Add Preprocessor::RemovePragmaHandler. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Steve Naroff | Add indirection required for byref BlockDeclRefExpr's. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Steve Naroff | Handle bookkeeping for imported blocks (in SynthesizeBl... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Ted Kremenek | Add MemRegion.cpp to VS project. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Steve Naroff | Cut/paste error...need to use the expression "name... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Steve Naroff | Clear the map that associated the rewritten block with... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Steve Naroff | Moved main control flow functions to bottom of file. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Ted Kremenek | This is a big patch, but the functionality change is... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Zhongxing Xu | Reverse the RHSBlock of LogicalOp && and || |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Chris Lattner | add a disclaimer |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Chris Lattner | add a new Rewriter::getRewritenText method that returns... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Steve Naroff | Remove an old/vacuous if clause. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Steve Naroff | More fun & games with the block rewriter. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Daniel Dunbar | Merge postfix attributes on record decls. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Daniel Dunbar | Remove a FIXME. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Steve Naroff | Rewrite global block expressions. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Steve Naroff | - Add a convenience constructor to Type. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Steve Naroff | Rework SynthesizeBlockImpl() to include a constructor. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Daniel Dunbar | Pass postfix attributes to ActOnFields (mismarked a... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Daniel Dunbar | Pass postfix attributes to ActOnFields. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Daniel Dunbar | Bug fix, ccc was passing -std twice. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Steve Naroff | Get the right location to insert the synthesized block... |
commit | commitdiff | tree | snapshot |
next |