2010-06-27 |
Jordy Rose | Implicitly compare symbolic expressions to zero when... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Chris Lattner | merge two tests. |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Chris Lattner | Change IR generation for return (in the simple case... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | reduce indentation |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | Implement rdar://7530813 - collapse multiple GEP instru... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Ted Kremenek | Allow '__extension__' to be analyzed in a lvalue context. |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | minor cleanup: don't emit the base of an array subscrip... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | fix inc/dec to honor -fwrapv and -ftrapv, implementing... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | move scalar inc/dec codegen into ScalarExprEmitter... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | use more efficient type comparison predicates. |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | Fix unary minus to trap on overflow with -ftrapv, refac... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | Implement support for -fwrapv, rdar://7221421 |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | implement rdar://7432000 - signed negate should codegen... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | Implement support for #pragma message, patch by Michael... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Anders Carlsson | Change EmitReferenceBindingToExpr to take a decl instea... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Anders Carlsson | Add function for mangling reference temporaries. |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Charles Davis | Mangle pointer and (lvalue) reference types in the... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Daniel Dunbar | Remove cruft that I didn't intend to commit. |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Bob Wilson | Add a missing dependency to try to fix a buildbot failure. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Ted Kremenek | Relax assertion since non-pod C++ classes are not aggre... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Ted Kremenek | Add support for CXXRecordDecl in CFGRecStmtDeclVisitor. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Daniel Dunbar | clang: Derive version name from LLVM unless specified... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Jordy Rose | When a constant size array is casted to another type... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Ted Kremenek | Add dead stores C++ test case that was previously asser... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Ted Kremenek | Use TypeSourceInfo to help determine the SourceRange... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Fariborz Jahanian | Try making BuildBot happy again. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Fariborz Jahanian | Test case for pr7490. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Ted Kremenek | Add "checker caching" to GRExprEngine::CheckerVisit... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Ted Kremenek | Fix -analyze-display-progress (once again), this time... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Fariborz Jahanian | Minor change to my last patch to fix PR7490. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Eric Christopher | Translate numbers properly. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Fariborz Jahanian | IRGen for trivial initialization of dynamiccaly allocated |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Tom Care | Change RegionStoreManager::Retrieve to infer the type... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Daniel Dunbar | build: Get CLANG_VERSION from Version.inc instead of... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Daniel Dunbar | build: Add a generated Version.inc file instead of... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Support NonTypeTemplateParmDecl for PCH. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Make PCHWriter::FlushStmts() robust. If we added null... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Support DependentTemplateSpecializationType and Elabora... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Add forgotten breaks in case statements. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Benjamin Kramer | A bug I've introduced in STDIN handling surfaced a... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Support UnresolvedLookupExpr for PCH. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Support UnresolvedMemberExpr for PCH. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Print source location when we encounter unhandled state... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Chris Lattner | I don't know when I committed this, but it's probably... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Chandler Carruth | Implement dependent alignment attribute support. This... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Fariborz Jahanian | Add comment for my last patch. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
John Thompson | Fixed another double-char in PPC-specific asm constraints. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
John Thompson | Added PPC-specific asm constraints, PS3 configuration... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Eric Christopher | Remove HAS_TLS define. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Fariborz Jahanian | Fixes a regression when redeclaration of a global satic |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Fariborz Jahanian | Renamed selactor-expr-lvalue.mm to selector-expr-lvalue.mm. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Ted Kremenek | Return null pointer instead of 'false' (fixes clang... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Zhongxing Xu | Add check for illegal whence argument of fseek. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Zhongxing Xu | Should return stateNotNull. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Zhongxing Xu | Let StreamChecker::CheckNullStream() return a GRState... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Benjamin Kramer | Don't depend on system headers in clang -cc1 tests. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Argyrios Kyrtzidis | Support a couple more C++ Exprs for PCH. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Argyrios Kyrtzidis | Fix broken de/serialization for a couple of C++ Exprs. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Eric Christopher | More clang support for darwin tls. Add a __has_feature... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Fariborz Jahanian | Patch to correctly mangle block helper functions |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Ted Kremenek | Add 'VisitEndAnalysis' callback to Checker class. ... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Duncan Sands | Add parentheses suggested by gcc. |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Daniel Dunbar | Revert "Tweak tests to hopefully fix include of limits... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Daniel Dunbar | Driver: Add make variable to allow disabling default... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Ted Kremenek | Add USR tests for ObjC class extensions. |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Daniel Dunbar | Tweak tests to hopefully fix include of limits.h on... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Sebastian Redl | Add isArrayType() to CanProxy's forwarders. |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Argyrios Kyrtzidis | Support C++ class template specializations and partial... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Argyrios Kyrtzidis | Modify ClassTemplateSpecializationDecl and ClassTemplat... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Chris Lattner | improve altivec vector bool/pixel support, patch by... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Chris Lattner | polish the -finstrument-functions implementation, patch... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Zhongxing Xu | add comments. |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Zhongxing Xu | add comments. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Ted Kremenek | Correctly construct an ElementRegion for alloca() ... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | String literals enclosed in parentheses are still string |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | Make c++ and C++ valid extensions for C++ source files... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | Vector types are not arithmetic types, either. Note... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Fariborz Jahanian | Patch to provide separate ASTs for multiple ObjC class... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | Teach Type::isRealType() that vector types are never... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | Type Type::isRealFloatingType() that vectors are not... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Daniel Dunbar | Support -mios-version-min= as an alias for -miphoneos... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | Change Type::isFloatingType() to reflect the actual... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Daniel Dunbar | Driver: Remove some dead code left around after a refac... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Ted Kremenek | Don't assert on C++ casts that are currently not handle... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Fariborz Jahanian | Trying to make BuildBot happy again (related to PR7431). |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Argyrios Kyrtzidis | Read/write CXXDeleteExpr from/to PCH. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | Don't allow vector conversions to sneak in under the... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Fariborz Jahanian | Fixes a problem in generation of meta-data for |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Anders Carlsson | Switch over to the new caching version of getMangledName. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Anders Carlsson | Add a new variant of getMangledName that caches the... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Anders Carlsson | Add GlobalDecl::getCanonicalDecl. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | When we ask for the enumerators of an EnumDecl, make... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | In C++, allow a declaration of an enum to follow a... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Argyrios Kyrtzidis | Fix PR7180. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Argyrios Kyrtzidis | Support emitting/reading function templates to/from... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Argyrios Kyrtzidis | -Introduce PCHReader::ReadTemplateArgumentLoc() |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Argyrios Kyrtzidis | Make it easier to read/write the template part of Funct... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Benjamin Kramer | Silence warning about C++-style comments. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Zhongxing Xu | Add a bunch of stream APIs to SteamChecker. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | Apply array-to-pointer decay when instantiating a Membe... |
commit | commitdiff | tree | snapshot |
next |