]> granicus.if.org Git - clang/shortlog
clang
2008-11-15 Chris LattnerStart implementing support for @synchonized with the...
2008-11-15 Anders CarlssonCheck in code that uses tryEvaluate for emitting consta...
2008-11-15 Anders CarlssonHandle padding in the constant CFString struct. Fixes...
2008-11-15 Anders CarlssonUse IgnoreParenCasts. No functionality change.
2008-11-15 Zhongxing XuUse the allocator of ExplodedGraph. The whole static...
2008-11-15 Anders CarlssonFix silly bug spotted by Daniel Dunbar
2008-11-15 Zhongxing XuImprove zero value generation.
2008-11-15 Zhongxing XuAdd isUnsigned option.
2008-11-15 Ted KremenekReduce permissiveness of assertion.
2008-11-15 Ted KremenekUpdated checker build.
2008-11-15 Ted KremenekAdd a test case for compound assignments that lazily...
2008-11-15 Ted KremenekReverted part of r59335: http://lists.cs.uiuc.edu/piper...
2008-11-15 Ted KremenekRe-enable an assertion that I mistakenly removed.
2008-11-15 Anders CarlssonHandle complex return values.
2008-11-15 Ted KremenekUse the correct QualType when creating the '0' constant.
2008-11-15 Ted KremenekImplement FIXME in GRExprEngine::VisitUnaryOperator...
2008-11-15 Ted KremenekFlush llvm::errs() when printing out SVals.
2008-11-14 Zhongxing XuAdd handy method.
2008-11-14 Sebastian RedlImplement parsing and semantic checking of the 'mutable...
2008-11-14 Argyrios KyrtzidisUse ReadPtr, not ReadUIntPtr through a reinterpret_cast.
2008-11-14 Argyrios KyrtzidisRemove Parser::isTokenUnqualifiedId, it's not getting...
2008-11-14 Steve NaroffFix <rdar://problem/6372970> clang ObjC rewriter: incor...
2008-11-14 Ted KremenekMinor tweaks to liveness analysis:
2008-11-14 Ted KremenekSecond attempt at implementation transfer function...
2008-11-14 Ted KremenekFlow-sensitive uninitialized values analysis: properly...
2008-11-14 Douglas GregorAdd a new expression node, CXXOperatorCallExpr, which...
2008-11-14 Steve NaroffFix <rdar://problem/6370288> clang ObjC rewriter: Too...
2008-11-14 Douglas GregorDon't require us to manually number the statements...
2008-11-14 Zhongxing XuImprove comments.
2008-11-14 Ted KremenekHandle the case where 'element' in ObjCforCollectionstm...
2008-11-14 Ted KremenekFix CFG construction for ObjCForCollectionStmt: 'elemen...
2008-11-14 Ted KremenekUpdate Xcode project.
2008-11-14 Ted KremenekRename header file.
2008-11-14 Ted KremenekRename ExprDeclBitVector to BlkExprDeclBitVector, and...
2008-11-13 Daniel DunbarFix some validation errors.
2008-11-13 Daniel DunbarStart a "hacking" page with some simple notes on gettin...
2008-11-13 Steve NaroffAdd file to VC++ project.
2008-11-13 Douglas GregorSome cleanup for the implementation of built-in operator
2008-11-13 Steve NaroffFix an obscure rewriter bug when rewriting implementati...
2008-11-13 Chris LattnerFix a couple of suboptimalities in error recovery.
2008-11-13 Chris Lattnerdon't highlight field name, just put a caret on it.
2008-11-13 Chris Lattnerdisable these two tests, they crash and take a long...
2008-11-13 Chris Lattnerimplement a fixme :), switch to -verify mode.
2008-11-13 Steve NaroffFix <rdar://problem/6343942> clang ObjC rewriter: crash...
2008-11-13 Ted KremenekUsing llvm::OwningPtr<> for CurLexer and CurTokenLexer...
2008-11-13 Ted KremenekUse PushIncludeMacroStack/PopMacroStack instead of...
2008-11-13 Ted KremenekUpdate Xcode project.
2008-11-13 Ted Kremenek- Revert r59229 and r59232: AllocRegion should be immut...
2008-11-13 Zhongxing XuProcess array base expression of any type.
2008-11-13 Zhongxing XuAdd test for unsigned array index.
2008-11-13 Zhongxing XuArray index might be unsigned. We have to generate...
2008-11-13 Zhongxing XuAdd test for incomplete struct pointer.
2008-11-13 Zhongxing XuIncomplete struct pointer can be used as a function...
2008-11-13 Zhongxing XuAdd a test case for alloca().
2008-11-13 Zhongxing XuLift the pointer to alloca'ed region to the pointer...
2008-11-13 Zhongxing XuChange AllocaRegion to subclass TypedRegion. We need...
2008-11-13 Ted KremenekHook up "BodyBlock", not "Block".
2008-11-13 Ted KremenekCorrectly connect 'continue' and 'break' statements...
2008-11-13 Ted KremenekGRExprEngine/CFRefCount/GRSimpleVals: We don't do any...
2008-11-13 Eli FriedmanFix for crash issues with comma operators with a void...
2008-11-13 Daniel DunbarObey the FIXMES!
2008-11-13 Ted KremenekFix uninitialized variable.
2008-11-13 Daniel Dunbar[LLVM up] Update for raw_fd_ostream change. This fixes...
2008-11-13 Ted KremenekGRExprEngine::VisitInitListExpr:
2008-11-13 Daniel DunbarEasy IRgen improvement for bitfields, don't emit x...
2008-11-13 Eli FriedmanBackout of r59196, plus a new ICE test. Sorry if this...
2008-11-13 Daniel DunbarSupply finished flag to EmitBlock for common statements...
2008-11-13 Daniel DunbarNormalize many BasicBlock names.
2008-11-13 Ted KremenekRevert to older checker build.
2008-11-13 Daniel DunbarAdd IsFinished arg to EmitBlock.
2008-11-13 Ted KremenekUpdate checker build.
2008-11-13 Daniel DunbarFor if blocks with no else, name the join block ifend...
2008-11-13 Ted KremenekFix bug where the body block of an ObjCForCollectionStm...
2008-11-13 Daniel DunbarFix bug in constant evaluation exposed by 176.gcc.
2008-11-12 Ted KremenekUpdated checker build.
2008-11-12 Douglas GregorDon't build identifiers for C++ constructors, destructo...
2008-11-12 Douglas GregorFix compilation on 64-bit targets
2008-11-12 Ted KremenekMove some diagnostic handling to PreprocessorLexer.
2008-11-12 Ted KremenekAdd virtual dtor to PreprocessorLexer.
2008-11-12 Ted KremenekAdd LexIncludeFilename.
2008-11-12 Ted KremenekRemove Lexer::LexIncludeFilename.
2008-11-12 Ted KremenekMove LexIncludeFilename from Lexer to PreprocessorLexer.
2008-11-12 Daniel DunbarQuick fix for crash in IRgen when we can tryEvaluate...
2008-11-12 Ted KremenekUse PushIncludeMacroStack() instead of manually manipul...
2008-11-12 Ted KremenekUnbreak last commit.
2008-11-12 Ted KremenekAdd Preprocessor::PushIncludeMacroStack() and Preproces...
2008-11-12 Ted KremenekUpdate CFGStmtVisitor to recognize that ObjCForCollecti...
2008-11-12 Daniel DunbarDisable some debug prints.
2008-11-12 Douglas GregorSlightly improve type hash
2008-11-12 Ted KremenekAdd skeleton for PTH lexer.
2008-11-12 Ted KremenekMove pieces of Lexer that the Preprocessor mutates...
2008-11-12 Chris LattnerFix a FIXME by improving a diagnostic, add a testcase...
2008-11-12 Sebastian Redl64-bit test fixes.
2008-11-12 Chris Lattnermake TryFixInvalidVariablyModifiedType a static function.
2008-11-12 Ted KremenekShore up transfer function for ObjCForCollectionStmt.
2008-11-12 Ted KremenekUse Stmt* instead of Expr* for block-level expression.
2008-11-12 Ted KremenekObjCForCollectionStmts are block-level expressions.
2008-11-12 Chris LattnerRestructure code to encourage fallthrough, no functiona...
2008-11-12 Chris Lattnerfix PR3048. I'm going to do some more work before...
2008-11-12 Ted KremenekAdd (preliminary) transfer function support for ObjCFor...
next