]> granicus.if.org Git - clang/shortlog
clang
2008-10-17 Daniel DunbarNeXT: Use objc_msgSend_fpret for calling functions...
2008-10-17 Zhongxing XuGet array's lvalue through standard interface.
2008-10-17 Zhongxing XuReturn the corresponding MemRegionVal for both rvalue...
2008-10-17 Zhongxing XuArray and struct variables do have lvalue. For example,
2008-10-17 Daniel DunbarQuick patch for PR2784, assert genereting debug info...
2008-10-17 Ted KremenekRemove an untrue assertion: lval::FuncVals can be retur...
2008-10-17 Ted KremenekMark these tests XFAIL. We need to add back assumption...
2008-10-17 Ted KremenekRemove lval::FieldOffset, lval::ArrayOffset. These...
2008-10-17 Ted KremenekAdd transfer function support for ObjCIvarRefExpr.
2008-10-16 Argyrios KyrtzidisIn C++, an empty parameter list indicates a function...
2008-10-16 Chris LattnerAdd basic FreeBSD target support, patch by Roman Divacky!
2008-10-16 Daniel DunbarAdd --disable-free flag to clang.
2008-10-16 Argyrios KyrtzidisUsing dyn_cast_or_null here is redundant, use dyn_cast...
2008-10-16 Steve NaroffFix <rdar://problem/6239726> Parser rejects: type of...
2008-10-16 Daniel DunbarSpeed up NumericLiteralParser::GetIntegerValue.
2008-10-16 Daniel DunbarSimplify overflow-on-add check in NumericLiteralParser...
2008-10-16 Zhongxing XuThis is the first step to build a better evaluation...
2008-10-16 Daniel DunbarTeach tryEvaluate that fabs, copysign, and unary +...
2008-10-16 Daniel DunbarImplement #pragma pack use in structure packing. The...
2008-10-16 Daniel Dunbarccc: support -Xlinker
2008-10-15 Argyrios KyrtzidisIssue a warning when there's an ambiguous function...
2008-10-15 Daniel Dunbarccc: support -fsyntax-only, add some more darwin option...
2008-10-15 Argyrios KyrtzidisFix this bug:
2008-10-15 Steve NaroffAdd TokenRewriter to VC++ project.
2008-10-15 Steve NaroffAdd RewriteTest.cpp to VC++ project.
2008-10-15 Steve NaroffTighten up blocks rewriter to handle casts and some...
2008-10-15 Daniel DunbarUse BatchEmitOwnedPtrs for writing multiple child exprs...
2008-10-15 Mon P WangAdded pinsrd, pinsrq, and some other vector intrinsics
2008-10-15 Ted KremenekEnhance dead store checker to not flag preincrements...
2008-10-15 Argyrios KyrtzidisSimplify handling of struct/union/class tags.
2008-10-15 Daniel DunbarTest commit.
2008-10-14 Steve NaroffDowngrade incompatibilities with objc qualified types...
2008-10-14 Daniel DunbarFix const qualifiers on ProtocolQualifierListTy.
2008-10-14 Argyrios KyrtzidisRevert my previous change, got stupidly confused with...
2008-10-14 Argyrios KyrtzidisFix a call to Sema::LookupDecl that had incorrect param...
2008-10-14 Daniel DunbarAdd serialization support in several missing places.
2008-10-14 Daniel DunbarMove Type::EmitImpl into header, add FIXME to make...
2008-10-14 Daniel DunbarFix typo in testcase.
2008-10-14 Chris Lattneradd a testcase.
2008-10-14 Daniel DunbarFix test suite regression, getFloatTypeSemantics should...
2008-10-14 Daniel DunbarAdd Sema implementation of #pragma pack stack.
2008-10-13 Ted KremenekUse 'realpath' to resolve the absolute path to clang...
2008-10-13 Daniel DunbarLift out ABIInfo abstract base class.
2008-10-12 Argyrios KyrtzidisMore const-ness goodness.
2008-10-12 Argyrios KyrtzidisImprove the const-ness of a few methods.
2008-10-12 Argyrios KyrtzidisImplement more efficient Decl <-> DeclContext conversions.
2008-10-12 Chris Lattnermake the -rewrite-test a bit more interesting: it now
2008-10-12 Chris Lattnerstart implementing a token rewriter. At this point...
2008-10-12 Chris LattnerAdd a new -rewrite-test option, which is basically a
2008-10-12 Chris LattnerAdd a new -dump-raw-tokens option, which allows us...
2008-10-12 Chris LattnerChange FormTokenWithChars to take the token kind to...
2008-10-12 Chris LattnerWhen in keep whitespace mode, make sure to return block...
2008-10-12 Chris LattnerChange SkipBlockComment and SkipBCPLComment to return...
2008-10-12 Chris LattnerAdd a new mode to the lexer which enables it to return...
2008-10-12 Chris LattnerStop the preprocessor from poking the lexer's private...
2008-10-12 Chris LattnerFix a couple more places that poke KeepCommentMode...
2008-10-12 Chris Lattneradd a new inKeepCommentMode() accessor to abstract...
2008-10-12 Chris Lattnerfix misleading comment.
2008-10-12 Chris LattnerSimplify raw mode lexing by treating an unterminate...
2008-10-12 Chris Lattneradd a comment.
2008-10-12 Chris LattnerChange how raw lexers are handled: instead of creating...
2008-10-12 Chris Lattnersilence release-assert warnings.
2008-10-12 Chris Lattnersilence some release-assert warnings.
2008-10-12 Chris Lattnersilence a bunch of warnings in a release-assert build.
2008-10-12 Chris Lattnerimprove a comment.
2008-10-10 Steve NaroffAdd DeclGroup.cpp.
2008-10-10 Steve NaroffFix/simplify RewriteBlocks::RewriteBlockPointerFunction...
2008-10-10 Seo SanghyeonTests for return statement checks
2008-10-10 Steve NaroffFinal phase of converting BlockDecls over to DeclContex...
2008-10-10 Daniel DunbarLift EmitTargetBuiltinExpr out of EmitBuiltinExpr.
2008-10-10 Daniel DunbarDisable blocks support in C++ mode.
2008-10-10 Ted KremenekAdd missing newline.
2008-10-09 Dale JohannesenAdjust calls to APFloat conversion for new interface.
2008-10-09 Zhongxing XuCheck some cases for previous patch. Make the code...
2008-10-08 Argyrios KyrtzidisFix a bug that crashed clang when parsing this:
2008-10-08 Steve NaroffInstantiate the BlockDecl in ActOnBlockStart() so we...
2008-10-08 Ted KremenekUpdate checker build.
2008-10-08 Steve NaroffTouchup the rewriter to handle the new BlockExpr->Block...
2008-10-08 Steve Naroff- Add BlockDecl AST node.
2008-10-08 Zhongxing XuThis is the first step to implement a field-sensitive...
2008-10-07 Ted KremenekA little more tweaking with StmtIterator and SizeOfAlig...
2008-10-07 Ted KremenekMigrate DeclStmt over to using a DeclGroup instead...
2008-10-07 Ted KremenekAdd #include (introduced by dependence on DeclGroup)
2008-10-07 Ted KremenekFixed a masked bug when iterating over the child expres...
2008-10-07 Ted KremenekAdd const_iterator to DeclGroup.
2008-10-07 Ted KremenekAdd StmtIterator support for DeclGroups.
2008-10-07 Argyrios KyrtzidisIn ParseParenDeclarator match "D.setGroupingParens...
2008-10-07 Zhongxing XuAdded a function call case that generates sink nodes.
2008-10-07 Zhongxing XuMigrate MemRegionManager from StateManager to StoreManager.
2008-10-06 Ted KremenekAdded prototype serialization code for DeclGroup.
2008-10-06 Argyrios KyrtzidisUse getCustomDiagID() instead of specifying the diagnos...
2008-10-06 Argyrios KyrtzidisSimplify handling of direct initializers by letting...
2008-10-06 Ted KremenekRemove DeclStmt::getDecl(). Now clients of DeclStmt...
2008-10-06 Ted KremenekExplicitly access the first Decl* referenced by a DeclS...
2008-10-06 Ted KremenekUse "DeclStmt::getSolitaryDecl()" when accessing the...
2008-10-06 Ted KremenekModified DeclGroupRef to always load/store the internal...
2008-10-06 Ted KremenekUse DeclStmt::getSolitaryDecl() instead of DeclStmt...
2008-10-06 Ted KremenekUse DeclStmt::getSolitaryDecl() instead of DeclStmt...
2008-10-06 Ted KremenekUse DeclStmt::getSolitaryDecl() instead of DeclStmt...
2008-10-06 Ted KremenekWhen processing Objective-C foreach statements, first...
next