2007-11-28 |
Ted Kremenek | Changed TestRunner.sh to dump the output and generated... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Ted Kremenek | Added missing "RUN:" to comment for test case file... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Chris Lattner | Fix a bug checking for 'int foo(void)' that didn't... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Oliver Hunt | Fix typo in writable string test |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Oliver Hunt | Adding code gen tests for writable and shared string... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Anders Carlsson | Add correct types for the last remaining intrinsics. |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Chris Lattner | Implement support for -fwritable-strings and make the... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Anders Carlsson | Add more intrinsics. We can now correctly parse both... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Chris Lattner | fix compilation error noticed by Nuno Lopes |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Ted Kremenek | Migrated static functions that print decls into a DeclP... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Chris Lattner | add several cases that Expr::hasStaticStorage missed... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Chris Lattner | Set loc earlier in CheckSingleInitializer to avoid... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Chris Lattner | sizeof is defined by bitsin(char) not by units of 8... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Chris Lattner | update to match change in mainline llvm. |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Steve Naroff | Move the null pointer constant check from Sema::CheckSi... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Chris Lattner | handle __vector_size__ like vector_size |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Anders Carlsson | Add builtin type signature support for vector types... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Anders Carlsson | Add comment to CheckVectorCast.h |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Chris Lattner | take an initial stab at setting function linkage right... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Anders Carlsson | Report errors for invalid casts from/to vectors. |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Anders Carlsson | Add more semantic analysis for inline asm statements. |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Ted Kremenek | Added optional pass-by-reference argument "isExact" to |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Ted Kremenek | Removed dependence on #including iostream. |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Ted Kremenek | Fixed #include of objc/objc.h so that it works on case... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Ted Kremenek | Reverted changed to getTagDeclType() introduced in... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Fariborz Jahanian | Fixed a rewrite bug in class synthesis (which I first... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Kevin | Removes link to status page till the info gets added... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Fariborz Jahanian | Patch to fix a regression caused by recent rewrite... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Ted Kremenek | Fixed StmtPrinter to handle GCC extension to the ternar... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Ted Kremenek | Fixed bug in CFG construction where we did not properly... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Bill Wendling | The checking for the delimiters of expected error/warni... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Chris Lattner | Fix sema support for the gnu ?: expression with a |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Chris Lattner | this works. |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Chris Lattner | sizeof() return size in bytes, not bits, patch by Nuno... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Ted Kremenek | Moved logic for -Wfloat-equal to SemaChecking.cpp. |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Anders Carlsson | Check that the clobber registers are valid. |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Anders Carlsson | Forgot some X86 registers |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Anders Carlsson | Add tables for GCC register names and aliases. This... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Ted Kremenek | Added more test cases for uninitialized values checker. |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Ted Kremenek | Fixed bogus culling of uninitialized-values "taint... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Ted Kremenek | Moved dead-stores test cast to a new test suite subdire... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Anders Carlsson | Keep track of whether the asm is volatile or not. |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Chris Lattner | improve codegen for global variable initializers, imple... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Anders Carlsson | Check asm input and output expressions. |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Chris Lattner | Fix PR1820, an incredibly subtle macro expansion bug... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Anders Carlsson | Store output and input operands as well as clobber... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Anders Carlsson | GCC fails if there is a trailing colon but no clobbers. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Anders Carlsson | Store inline asm code in the AST. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Anders Carlsson | Add __builtin_abs |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Chris Lattner | Improve function decl merging, patch by Oliver Hunt! |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Ted Kremenek | Added another test case for the Dead Stores checker... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Ted Kremenek | Updated CFGStmtVisitor and CFGRecStmtVisitor to have... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Ted Kremenek | Removed PersistentMap. It is now superseded in every... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Ted Kremenek | Added test case for dead stores checker (live variables... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Ted Kremenek | Fixed bug where LiveVariables was not properly propagat... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Anders Carlsson | Put back the flags field in the constant CF string... |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Ted Kremenek | Added test case for dead-stores checker. Test case... |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Ted Kremenek | Fixed bug in WalkaST_VisitDeclSubExprs where we failed... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Steve Naroff | Now that we are passing back "free standing decls"... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Steve Naroff | Make sure Sema::ParsedFreeStandingDeclSpec() returns... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Ted Kremenek | Added assertion in serialization of DeclRefExprs. ... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Ted Kremenek | Fixed bug in the serialization of FunctionDecls. We... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Chris Lattner | Tighten up address-of checking, implementing test/Sema... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Chris Lattner | Fix transient failure on Lex/c90.c due to an uninit... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Chris Lattner | add header file I forgot to check in |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Chris Lattner | fix a bug Steve noticed, where a #import of the main... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Ted Kremenek | Added hack when serializing DeclRefExprs. This should... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Ted Kremenek | Started separate section for method definitions for... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Steve Naroff | No need to forward declare definition of objc_super... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Steve Naroff | Finish up variadic methods/messages. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Steve Naroff | Implement support for variadic methods (work in progress). |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Steve Naroff | Extend RewriteTest::RewriteObjCIvarRefExpr() to cope... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Steve Naroff | Tweak funky cast to accommodate messaging 'super'.... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Steve Naroff | Rewrite for messaging 'super'. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Nate Begeman | Break out bool/true/false support into a LangOption |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Nate Begeman | Implement codegen of CXX Bool |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Chris Lattner | Handle "bool" in all places that touch _Bool. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Steve Naroff | - Implement ivar rewrite (patch by Fariborz). |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Steve Naroff | Refinement to previous commit. Always cast the first... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Steve Naroff | Cast implicit "self" argument to "id". This removes... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Ted Kremenek | Fixed bug in serialization of EnumConstantDecl where... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Ted Kremenek | Fixed bug when serializing QualTypes where we were... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Steve Naroff | Always generate a typedef for @class. The typedef remov... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Chris Lattner | Fix a rewriter bug that steve noticed. Don't skip... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Ted Kremenek | Added QualType::ReadBackpatch to allow QualType initial... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Fariborz Jahanian | Patch to comment out use of protocol qualifiers when... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Ted Kremenek | Implemented serialization of InitListExpr. |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Ted Kremenek | Implemented serialization of CompoundLiteralExpr. |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Ted Kremenek | Added serialization of Union decls. |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Ted Kremenek | Removed assertion inserted only for temporary debugging. |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Ted Kremenek | Added missing break statement. |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Steve Naroff | Fairly major surgery to RewriteTest::SynthesizeObjcInte... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Ted Kremenek | Implemented serialization of EnumDecl and EnumConstantDecl. |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Ted Kremenek | Implemented serialization of FieldDecls. |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Ted Kremenek | SourceManager, IdentifierTable, Selectors are now seria... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Fariborz Jahanian | Removed unused variabel. |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Chris Lattner | Fix a bug handling hex floats in c90 mode, pointed... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Steve Naroff | Fix yesterday's regression with rewriting @optional... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Steve Naroff | Rewrite methods that span multiple lines. |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Steve Naroff | Allow properties within a protocol. The case below... |
commit | commitdiff | tree | snapshot |
next |