]> granicus.if.org Git - clang/shortlog
clang
2008-02-03 Chris Lattnerthe macro start and macro end bits in source location...
2008-02-03 Seo SanghyeonMake ccc work with older Python versions. Patch by...
2008-02-02 Chris LattnerImplement support for __extension__ which silences...
2008-02-02 Chris Lattnerminor tweak to anders patch: (only) ocu vectors support...
2008-02-02 Anders CarlssonAdd RUN line.
2008-02-02 Chris Lattnertestcase for previous patch.
2008-02-02 Chris Lattnerfix codegen on static variables which have multiple...
2008-02-02 Steve NaroffCleanup previous patch (based on feedback from Ted).
2008-02-01 Steve NaroffMake sure SourceManager/HeaderSearch don't support...
2008-02-01 Anders CarlssonAdd trailing newline.
2008-02-01 Anders CarlssonOnly OCU vectors can be splatted.
2008-02-01 Steve NaroffRename diagnostic to reflect it's role...
2008-02-01 Steve NaroffMinor API cleanup...
2008-02-01 Steve NaroffRemove temporary workaround (thanks to Ted for fixing...
2008-02-01 Ted KremenekFor ObjCAtCatchStmt, removed field 'NextAtCatchStmt...
2008-02-01 Steve NaroffFix two rewriter bugs with @catch.
2008-02-01 Ted KremenekMoved "Rewriter" tests from test/Sema to test/Rewriter.
2008-02-01 Anders CarlssonGenerate correct code for __builtin_huge_val
2008-02-01 Anders CarlssongetPrimaryDecl can return null.
2008-02-01 Anders CarlssonIt is allowed to get the address of an array subscript...
2008-02-01 Chris Lattnermake some diagnostics more terse, update testcases.
2008-02-01 Chris LattnerSema::ActOnInstanceMessage is generally doing bad thing...
2008-02-01 Ted KremenekAdded back 'CodeGen' to test suite (accidentally remove...
2008-02-01 Ted KremenekImplemented casts for ConcreteInt and ConcreteIntLValue.
2008-02-01 Chris LattnerFix PR1969. stdin has no FileEntry.
2008-02-01 Anders CarlssonImplement __builtin_huge_val.
2008-01-31 Anders CarlssonDon't try to compile .a files.
2008-01-31 Ted KremenekAdded skeleton for new LValue class ConcereteIntLValue.
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.
next