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 |
2008-10-03 |
Steve Naroff | Add getTypeSpecStartLoc() to VarDecls and FunctionDecls. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Steve Naroff | Name changes and some cleanup of preamble. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Daniel Dunbar | Add Builtins.def attribute for "can be a constant expre... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Daniel Dunbar | Add support for format string checking of object-size... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Daniel Dunbar | Emit error unsupported for break/continue/goto inside... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Daniel Dunbar | Fix ccc handling of -mmacosx-version-min. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Steve Naroff | Changed Sema::CheckForConstantInitializer to allow... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Daniel Dunbar | (LLVM up) Rename IRBuilder::IsNonNull -> IsNotNull. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Daniel Dunbar | Unbreak build: claim an extra bit for BuiltinID. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Daniel Dunbar | (llvm up) If the target triple is unspecified, automati... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Daniel Dunbar | Drop code to validate OS part of target triple on darwi... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Ted Kremenek | Enhance NSError** checking with analogous checking... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Mon P Wang | Added SSE4.1 blend intrinsics |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Ted Kremenek | Added test case. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Ted Kremenek | Use LVal::IsLValType(T) instead of checking to see... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Daniel Dunbar | ccc: Use CCC_NATIVE=1 by default. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Daniel Dunbar | NeXT: Update to use CreateRuntimeFunction for the routi... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Daniel Dunbar | Add simple interface for protecting runtime functions... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Ted Kremenek | Add a QualType to ConjuredSymbol to represent the type... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Ted Kremenek | Support -mmacosx-version-min |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Ted Kremenek | Set reproducibility back to "Always" |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Daniel Dunbar | ccc: Add support for another batch of OS X linker optio... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Daniel Dunbar | ccc: Infer action type upfront. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Chris Lattner | simplify padding, just fold it into the earlier resize. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Chris Lattner | fix a potential buffer overrun that Eli noticed |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Daniel Dunbar | Fix help for --suppress-system-warnings |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Chris Lattner | Document assumptions that NumericLiteralParser makes... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Chris Lattner | Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Chris Lattner | Finish handling of -mmacosx-version-min. If you now... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Daniel Dunbar | scan-view: Remove some debugging prints. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
next |