]> granicus.if.org Git - clang/shortlog
clang
2008-10-20 Chris Lattnerfix some minor error recovery bugs in ParseObjCInterfac...
2008-10-20 Chris Lattnerrestructure the body of the ParseObjCInterfaceDeclList...
2008-10-20 Chris LattnerFix rdar://6257721 by tightening up the block "snapshot...
2008-10-20 Chris LattnerSupport attributes in *yet another* place. Is there...
2008-10-20 Chris LattnerFix a parser bug where we let attributes interfere...
2008-10-20 Chris Lattnerfix indentation
2008-10-20 Chris Lattnerfix indentation
2008-10-20 Chris LattnerRemove an implemented fixme, only treat < as a type...
2008-10-19 Argyrios KyrtzidisChange a couple of cast<> to reinterpret_cast<>.
2008-10-19 Ted KremenekAdd "argument key" processing similar to ccc.
2008-10-19 Daniel Dunbarccc: Pass '-g' through to clang. Handle -weak_framework.
2008-10-19 Daniel DunbarImprove attribute parsing & tests.
2008-10-18 Ted KremenekAdd support in GRExprEngine for UnaryOperator::AlignOf...
2008-10-18 Ted KremenekUpdated checker build
2008-10-18 Ted KremenekFix incorrect release of Decl* array referenced by...
2008-10-18 Daniel DunbarDebug info bug fix, function start wasn't getting gener...
2008-10-18 Ted KremenekUpdated checker build.
2008-10-18 Ted KremenekGeneralize VisitLValue: not only can CallExprs and...
2008-10-18 Ted KremenekFunction calls and ObjC message expressions can be...
2008-10-18 Ted Kremenekretain/release checker: Check if a tracked value escape...
2008-10-18 Ted KremenekUse "VisitLValue" when processing the base for "x.f...
2008-10-18 Mon P WangMake llvm memory barrier available as an intrinsic
2008-10-18 Mon P WangAdded vec_set intrinsics
2008-10-17 Argyrios KyrtzidisJust do a diagIfAmbiguous -> warnIfAmbiguous rename.
2008-10-17 Daniel DunbarEmit more descriptive unsupported error message on...
2008-10-17 Daniel DunbarAdd some uses of PredefinedExpr to language coverage...
2008-10-17 Daniel DunbarAdd FIXME about potential problem in how property ref...
2008-10-17 Ted KremenekThis test now passes again.
2008-10-17 Ted KremenekHack: have BasicStore::getLValueElement return the...
2008-10-17 Ted KremenekWhen conjuring symbols to recover path-sensitivity...
2008-10-17 Daniel DunbarLift CodeGenFunction::EmitPredefinedFunctioName out...
2008-10-17 Daniel DunbarAdd option argument to GetAddrOfConstantString to use...
2008-10-17 Chris Lattnerfix rdar://6288301: custom warnings don't respect ...
2008-10-17 Ted KremenekEnhance "Assumption" logic in BasicConstraintManager...
2008-10-17 Ted KremenekAdd pretty-printing support for FieldRegions.
2008-10-17 Daniel DunbarEmit error unsupported when asm string conversion fails...
2008-10-17 Ted KremenekFixed an elusive caching bug in ExplodedGraph construct...
2008-10-17 Ted KremenekTest now passes.
2008-10-17 Ted Kremenek- constify some uses of MemRegion* (MemRegion should...
2008-10-17 Daniel DunbarRemove unneeded EncodingRecordTypes argument to getObjC...
2008-10-17 Mon P WangFixed vec_set_v2di signature
2008-10-17 Ted Kremenek"Implement" GRExprEngine::VisitLValue for ObjCPropertyR...
2008-10-17 Daniel DunbarMore Obj-C type encoding improvements.
2008-10-17 Daniel DunbarChange CGDebugInfo::setLocation to just ignore invalid...
2008-10-17 Daniel DunbarExercise #pragma pack(pop, <width>) in test case.
2008-10-17 Daniel DunbarFix bug in Obj-C type encoding for structures.
2008-10-17 Daniel DunbarAnonymous structures print as '?=' in Obj-C type encoding.
2008-10-17 Zhongxing XuThis patch did the following renaming. There should...
2008-10-17 Zhongxing XuAdd test case for array and struct variable lvalue...
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...
next