]> granicus.if.org Git - clang/shortlog
clang
2008-10-29 Steve NaroffMake sure internally synthesized block pointer types...
2008-10-29 Douglas GregorTemporary disable the const-object-declaration-without...
2008-10-29 Daniel DunbarWorkaround an LLVM bug where inlining functions with...
2008-10-29 Daniel DunbarImprove llvm-gcc compatibility, -Os implies -O2 (sortof).
2008-10-29 Zhongxing XuAdd notes for SCA.
2008-10-29 Ted KremenekUpdate checker build.
2008-10-29 Daniel DunbarUpdate FindSpecRefs to recognize named section references.
2008-10-29 Eli FriedmanFix for PR2966: va_start/va_end use the *address* of the
2008-10-29 Ted KremenekPatch by Nikita Zhuk:
2008-10-29 Ted KremenekIOServiceGetMatchingServices is a release function.
2008-10-29 Daniel DunbarChoose CompileOptions (optimization passes) to match...
2008-10-29 Daniel DunbarFix mmintrin.h to use proper definition of functions...
2008-10-29 Zhongxing XuRename: AddDecl => BindDecl
2008-10-29 Douglas GregorTweak Sema::CheckReferenceInit so that it (optionally...
2008-10-29 Zhongxing XuMemSpaceRegions could be uninitialized. We only require...
2008-10-29 Douglas GregorImplement initialization of a reference (C++ [dcl.init...
2008-10-28 Chris Lattner.s files don't require the preprocessor, patch by Roman...
2008-10-28 Steve NaroffMore changes necessary to integrate the objc and blocks...
2008-10-28 Ted KremenekMinor UI enhancement:
2008-10-28 Ted KremenekPatch by Nikita Zhuk:
2008-10-28 Daniel DunbarAccess pass manager consistently.
2008-10-28 Daniel Dunbar80-col fixes.
2008-10-28 Douglas GregorRename ExplicitCCastExpr to CStyleCastExpr
2008-10-28 Douglas GregorReplace a dyn_cast with a cast when we know the exact...
2008-10-28 Zhongxing XuAdd newline.
2008-10-28 Zhongxing XuUpdate random notes.
2008-10-28 Zhongxing XuAdd isGlobalsRegion() predicate to MemRegionManager.
2008-10-28 Chris Lattnerclarify comment, rename argument to avoid a subtle...
2008-10-28 Daniel DunbarCall llvm_shutdown() on (normal) termination. This...
2008-10-28 Daniel DunbarDon't run the verifier as part of IRgen, this is now...
2008-10-28 Douglas GregorImprove our handling of (C++) references within Clang...
2008-10-28 Ted KremenekInitialize Suffix and Prefix to 0, even with a bad...
2008-10-28 Daniel DunbarAdd attribute always_inline support.
2008-10-28 Daniel DunbarMark mmintrin functions static inline, this ensures...
2008-10-27 Ted Kremenek- Fix type-punning warning in SVals.cpp by using a...
2008-10-27 Ted KremenekRemove type-punning warning in GRExprEngine. No functi...
2008-10-27 Mike StumpSkip random pathname characters better. I had a 5...
2008-10-27 Ted KremenekUpdate checker build.
2008-10-27 Daniel DunbarAdd test case to exercise IRgen "unsupported" path...
2008-10-27 Daniel DunbarWith -verify, only exit early on failure.
2008-10-27 Daniel DunbarRemove unneeded CheckASTConsumer function.
2008-10-27 Daniel DunbarComment fix, ParseAST does not take ownership of the...
2008-10-27 Ted KremenekAdd 'expected-warning' for braces around scalar initializer
2008-10-27 Ted KremenekAdded compound literal test case.
2008-10-27 Ted KremenekAdded preliminary support for CompoundLiterals in the...
2008-10-27 Ted KremenekUpdate Xcode project.
2008-10-27 Ted KremenekPull determination of the super region for a VarRegion...
2008-10-27 Ted KremenekAdded CompoundLiteralRegion to represent the (temporary...
2008-10-27 Steve NaroffFix testsuite regression for "crash.m".
2008-10-27 Daniel DunbarDon't double free module when IRgen fails.
2008-10-27 Daniel DunbarImprove dependency file support.
2008-10-27 Douglas GregorRefactor the expression class hierarchy for casts....
2008-10-27 Steve NaroffSome fixups to the previous objc/blocks rewriter smerge.
2008-10-27 Ted Kremenek- Move ExprIterator to Stmt.h so that it can be used...
2008-10-27 Steve NaroffIntegrate the blocks and objc rewriters.
2008-10-27 Sebastian RedlFix some invalid casts that are detected by Sema now...
2008-10-27 Zhongxing XuAdd store option to scan-build and ccc-analyzer.
2008-10-27 Zhongxing XuUse ASTContext::getCanonicalType() to get TypedRegion...
2008-10-27 Zhongxing XuAn ElementRegion is really a typed region. Its super...
2008-10-27 Douglas GregorWhen destroying a translation unit, deallocate its...
2008-10-27 Zhongxing XuWe cannot get precise lvalue for symbolic base array...
2008-10-27 Steve NaroffReplace common diagnostic with a convenience function.
2008-10-27 Steve NaroffFix <rdar://problem/6315646> clang on xcode: error...
2008-10-27 Zhongxing XuGet the canonical type for struct initialization. The...
2008-10-27 Zhongxing XuAdd test for SCA region store.
2008-10-27 Zhongxing XuAdd test for SCA region store.
2008-10-27 Zhongxing XuOnly loc::MemRegionVal can be modified. This avoids...
2008-10-27 Chris LattnerRename Characteristic_t to CharacteristicKind
2008-10-27 Chris LattnerFix the definition of __builtin_va_list on PPC, which...
2008-10-26 Chris Lattnermake codegen reject initializes with designators, like...
2008-10-26 Chris LattnerRemember whether an initlist had a designator in the...
2008-10-26 Chris Lattnerpass designators into sema. This completes parser...
2008-10-26 Chris Lattnerimplement some more FIXMEs, by rejecting more bogus...
2008-10-26 Chris Lattneradd some simple designator testcases. Reject things...
2008-10-26 Chris Lattnerimprove comments, build array and array range designato...
2008-10-26 Chris Lattnerimprove comments, build a Designation for field designa...
2008-10-26 Chris Lattnerrestructure ParseInitializerWithPotentialDesignator...
2008-10-26 Chris Lattnerimprove MayBeDesignationStart to do the entire determin...
2008-10-26 Chris Lattnerinline the decision logic that chooses between an assig...
2008-10-26 Chris LattnerThis patch continues parser-level implementation of...
2008-10-26 Chris Lattnerminor cleanups
2008-10-26 Sebastian RedlAllow \n for newlines in expected error messages.
2008-10-26 Argyrios KyrtzidisDon't give a default argument to ASTContext::getFunctio...
2008-10-26 Zhongxing XuRemove loc::StringLiteralVal. Now we allocate regions...
2008-10-26 Zhongxing XuSimplify ArrayToPointer conversion. Actually the only...
2008-10-26 Oscar FuentesCMake: Builds and installs clang binary and libs (no...
2008-10-25 Ted KremenekUse string literal for format string specifier; this...
2008-10-25 Ted KremenekDo not crash when performing VisitLValue on union types.
2008-10-25 Zhongxing XuAdd a note file for SCA module. Is it the right place?
2008-10-25 Zhongxing XuAdd code for get the lvalue for string literals. Now...
2008-10-25 Zhongxing XuAdd StringRegion to MemRegions.
2008-10-25 Zhongxing XuAdd StringLiteral test code.
2008-10-25 Zhongxing XuNow we can handle arrays.
2008-10-24 Nuno Lopes2nd try to fix leakage of the module provider. note...
2008-10-24 Nuno Lopesfix leaking of the module provider
2008-10-24 Ted KremenekUpdated checker build.
2008-10-24 Argyrios KyrtzidisAdd a quote from the standard about the type of 'this'.
2008-10-24 Argyrios KyrtzidisUnbreak the test by.. removing a space. (clang proteste...
2008-10-24 Daniel DunbarAdd initial dependency file generation support. Patch...
2008-10-24 Argyrios Kyrtzidis-Add support for cv-qualifiers after function declarators.
next