]> granicus.if.org Git - clang/shortlog
clang
2008-01-31 Chris Lattneradd some helper methods for removing and replacing...
2008-01-31 Chris LattnerAdd a new InsertText method that does the check to...
2008-01-31 Chris Lattnermove a large method out of line
2008-01-31 Chris LattnerMake rewriter::inserttext return a bool to indicate...
2008-01-31 Ted KremenekMoved RValue code in GRConstants.cpp to RValue.[h,cpp].
2008-01-31 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=1967.
2008-01-31 Lauro Ramos... Implement review feedback. Use getAsPointerType instead...
2008-01-31 Ted KremenekFixed misspelling of "LLVM" due to some editor+Ted...
2008-01-31 Chris LattnerFix PR1965: missing diagnostics for parameters that...
2008-01-31 Chris LattnerFix a bogus test
2008-01-31 Nate BegemanRemainder of the __builtin_overload feedback
2008-01-31 Chris LattnerFix a rewriter crash when the whole body of a foreach...
2008-01-31 Chris LattnerFix PR1921 by promoting negative indices to intptrty.
2008-01-31 Ted KremenekAdded transfer function support for unary '&' and ...
2008-01-31 Anders CarlssonMake CallExpr::isBuiltinConstantExpr slightly more...
2008-01-31 Steve NaroffAdd support for CallExpr::isBuiltinConstantExpr()....
2008-01-31 Ted KremenekAdded 'SymbolicLValue' class to represent LValues whose...
2008-01-30 Steve NaroffHack Sema::MergeTypeDefDecl() to silently ignore duplic...
2008-01-30 Ted KremenekWe now delay adding nodes created by GRBranchNodeBuilde...
2008-01-30 Ted KremenekImplemented some branch pruning in GRConstants using...
2008-01-30 Ted KremenekAdded method "printTerminator" to CFGBlock so that...
2008-01-30 Steve NaroffFix test case and add a FIXME.
2008-01-30 Lauro Ramos... getLLVMFieldNo can't be called before emitting the...
2008-01-30 Lauro Ramos... A pointer to an opaque type is an "opaque type definition".
2008-01-30 Chris LattnerOn an unexpected @foo keyword, return failure instead...
2008-01-30 Nate BegemanImplement first round of feedback on __builtin_overload
2008-01-30 Fariborz JahanianTypo.
2008-01-30 Steve NaroffAbolish a bunch of Xcode inserted tabs.
2008-01-30 Ted KremenekMinor cosmetic cleanups: replaced some integer literals...
2008-01-30 Devang PatelAdd TODO marker so that it is easier to search.
2008-01-30 Eli FriedmanIgnore __aligned__ with zero arguments in addition...
2008-01-30 Fariborz JahanianFixed misc. issues raised by Chris L. on @synchronized...
2008-01-30 Eli FriedmanFix codegen for conditionals with incommpatible pointer...
2008-01-30 Chris Lattnerfix a problem reported by Eli, caused by not keeping...
2008-01-30 Chris Lattnermake this pass by adding an expected error, add some...
2008-01-30 Chris LattnerEli points out this can only happen for scalar elements.
2008-01-30 Chris LattnerBe more explicit about what flavors of initlistexpr...
2008-01-30 Chris Lattnermove some constructors out of line and fix indentation...
2008-01-30 Eli FriedmanMake sure to emit all the arguments to a function call...
2008-01-30 Steve NaroffMany refinements to Sema::MergeVarDecl(). This routine...
2008-01-29 Ted KremenekAdded method "markInfeasible" to GRBranchNodeBuilder...
2008-01-29 Ted KremenekImplemented more boilerplate in GREngine for processing...
2008-01-29 Ted KremenekFixed bit-setting bug for ExplodedNodeImpl::NodeGroup.
2008-01-29 Devang PatelHandle incomplete struct initializer.
2008-01-29 Fariborz JahanianRewriting of @synchronized. This has one FIXME in it...
2008-01-29 Ted KremenekAdded boilerplate logic in GREngine for processing...
2008-01-29 Ted KremenekRenamed GRNodeBuilder to GRStmtNodeBuilder.
2008-01-29 Ted KremenekMinor fix in transfer function of '!=' where a 'false...
2008-01-29 Ted Kremenek- Hooked up deserialization of ObjCAtSynchronizedStmt...
2008-01-29 Ted KremenekAdded preliminary transfer function support for '=...
2008-01-29 Fariborz JahanianAST for @synchronized.
2008-01-29 Steve NaroffTighten up ASTContext::typesAreCompatible()...it needs...
2008-01-29 Fariborz JahanianBunch of type defs, etc. for @synchronized.
2008-01-29 Eli FriedmanFix a bug where CodeGen would attempt to erase an instr...
2008-01-29 Ted KremenekAdded "SymbolManager", which manages the set of symboli...
2008-01-29 Anders CarlssonImplement __builtin_offsetof.
2008-01-29 Chris Lattnerfix comment typo
2008-01-29 Chris Lattneradd diagnostic
2008-01-29 Chris LattnerFix a bug where we would incorrectly emit a "cannot...
2008-01-29 Eli FriedmanUse the canonical type when comparing array types so...
2008-01-29 Anders CarlssonImprovements to ccc. Patch by Shantonu Sen.
2008-01-29 Ted KremenekFixed bug where not all dead subexpressions were being...
2008-01-29 Ted KremenekModified LiveVariables to perform all of its base initi...
2008-01-29 Steve NaroffTweak Sema::DefaultArgumentPromotion() to call UsualUna...
2008-01-29 Anders CarlssonHandle binary or in constant expressions.
2008-01-29 Anders CarlssonCorrectly handle constants that refer to enums.
2008-01-29 Anders CarlssonCorrectly handle scalars in braces.
2008-01-29 Ted KremenekAdded skeleton code for tracking the values of function...
2008-01-29 Ted KremenekDriver now passes the top-level FunctionDecl* to GRCons...
2008-01-29 Steve NaroffFix bz1950. ASTContext::functionTypesAreCompatible...
2008-01-28 Ted KremenekAdded RValue class "UninitializedValue".
2008-01-28 Ted KremenekAdded transfer function logic for "%=" operator.
2008-01-28 Ted KremenekAdded transfer function hookups for "modulo" operator.
2008-01-28 Ted KremenekMinor tweaking with hierarchy of NonLValue objects...
2008-01-28 Ted KremenekSome additional cleanups with method names.
2008-01-28 Steve NaroffImplement "private extern" on function decls!
2008-01-28 Steve NaroffAdd -Wno-rewrite-macros to silence the following warnin...
2008-01-28 Steve NaroffFix a bug with struct initializers (in Sema::CheckIniti...
2008-01-27 Chris LattnerMake -o work with -E, patch contributed by Shantonu...
2008-01-26 Anders CarlssonTweaks to EmitLValue in CGExprConstant. Patch by Eli...
2008-01-26 Anders CarlssonAdd CodeGen for AddrOf in constant initializers. Origin...
2008-01-26 Anders CarlssonFactor out the constant generation into its own file.
2008-01-26 Ted KremenekAdded back logic in patch r46361 (http://llvm.org/viewv...
2008-01-25 Ted KremenekImplemented transfer function for '/='.
2008-01-25 Ted KremenekFurther refactoring of transfer functions by having...
2008-01-25 Ted KremenekReverting r46361 (http://llvm.org/viewvc/llvm-project...
2008-01-25 Ted KremenekRenamed RValueDisjunctiveEqual to RValEqualityORSet.
2008-01-25 Steve NaroffAdd more support for Apple's "private extern" extension...
2008-01-25 Ted KremenekFixed 80 col. violation.
2008-01-25 Ted KremenekRenamed RValueMayEqualSet to RValueDisjunctiveEqual.
2008-01-25 Chris LattnerAdd support for dispatching an objc message to a variable
2008-01-25 Chris LattnerFirst half of a fix for the "objc message send in initi...
2008-01-25 Chris LattnerFactor a complex predicate out to a helper method.
2008-01-25 Chris Lattnerfix isIntegerConstantExpr evaluation of unary !.
2008-01-25 Chris Lattnersplit the second half of ParseObjCMessageExpression...
2008-01-25 Chris Lattnerremove an implemented todo
2008-01-25 Ted KremenekWhen adding assignment expressions to the set of block...
2008-01-25 Fariborz JahanianDiagnose bad receiver type.
2008-01-25 Seo SanghyeonImplement -print-prog-name. Patch by Nuno Lopes.
2008-01-25 Nate BegemanSupport checking and codegen of constant vector globals
next