]> granicus.if.org Git - clang/shortlog
clang
2008-09-18 Ted KremenekAdded CFNumberCreate test case to illustrate a 32-bit...
2008-09-17 Ted KremenekAdd path-sensitivity test case.
2008-09-17 Daniel DunbarImprove x86 ABI compatibility.
2008-09-17 Daniel DunbarPrint current function on verification failures.
2008-09-17 Daniel DunbarDrop CodeGenTypes parameter to classifyArgumentType.
2008-09-17 Steve NaroffRemove BlockStmtExpr.
2008-09-17 Daniel DunbarAnother attempt to make test/Makefile return correct...
2008-09-17 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=2760.
2008-09-17 Ted KremenekUpdated checker build.
2008-09-17 Zhongxing XuFix comment typo.
2008-09-17 Daniel DunbarAdd support for ABIArgInfo::Expand
2008-09-17 Steve NaroffAdd support for rewriting blocks...
2008-09-16 Daniel DunbarIgnore XFAIL tests when checking for make failure in...
2008-09-16 Ted KremenekFix copy-paste error in test case.
2008-09-16 Ted KremenekMinor pass-sensitivity improvement:
2008-09-16 Ted KremenekUpdate Xcode project.
2008-09-16 Steve NaroffRemove support for BlockExprExpr. For example...
2008-09-16 Steve NaroffSema::ActOnBlockReturnStmt(): Need to perform the Usual...
2008-09-16 Ted KremenekProgramPoint now takes the space of two pointers instea...
2008-09-16 Zhongxing XuFixed an offset calculation error.
2008-09-13 Ted KremenekPatch by Csaba Hruska!
2008-09-13 Ted KremenekUpdated checker build.
2008-09-12 Ted KremenekInclude links to stderr output of clang in the table...
2008-09-12 Daniel DunbarAdd ccc support for -e and -sectorder.
2008-09-12 Daniel DunbarRound out object size checking builtins (fprintf ones...
2008-09-12 Daniel DunbarAdd website links to testing coverage & specification...
2008-09-12 Ted KremenekAdd missing spaces in path diagnostics.
2008-09-12 Daniel DunbarTeach FindSpecRefs how to link to C++ spec.
2008-09-12 Daniel DunbarAdd --suppress-system-warnings (on by default, use...
2008-09-12 Ted KremenekUpdated checker build.
2008-09-12 Douglas GregorGive string literals const element typesin C++, and...
2008-09-11 Daniel DunbarIterate on sema for :? in Objective-C:
2008-09-11 Argyrios KyrtzidisAdd comments about C++ clause 3.3.2p4 that mentions...
2008-09-11 Ted KremenekEcho stderr/stdout from clang subprocess to both the...
2008-09-11 Ted KremenekBug fix: <rdar://problem/6164367>
2008-09-11 Mon P WangAdded SSE41 pminsd, pmaxsd, roundps and a few others
2008-09-11 Ted KremenekCheck if the environment variable TERM is defined befor...
2008-09-11 Ted KremenekUpdate Xcode project.
2008-09-11 Steve NaroffFix <rdar://problem/6210791> clang ObjC rewriter: ...
2008-09-11 Douglas Gregorbool is not an extension in C++
2008-09-11 Anders CarlssonMake sure to store the exception in the catch parameter.
2008-09-11 Anders CarlssonMake sure to emit the catch parameter as well as the...
2008-09-11 Anders CarlssonFix stupid mistake I made in the exception handling...
2008-09-11 Argyrios KyrtzidisDo implicit conversion to bool for the condition in...
2008-09-11 Argyrios KyrtzidisFix do-while scoping in C++.
2008-09-11 Argyrios KyrtzidisAllow array-to-pointer conversion for rvalues.
2008-09-11 Argyrios KyrtzidisCXXConditionDeclExpr expression node is an lvalue.
2008-09-11 Argyrios KyrtzidisLangOptions.C99 should be false in C++.
2008-09-11 Argyrios KyrtzidisRevert r56078, getLang().C99 being true in C++ is a...
2008-09-11 Douglas GregorAdd support for expected-note to Clang's -verify option
2008-09-11 Daniel DunbarUse ABIArgInfo for decisions about function arguments...
2008-09-11 Daniel DunbarFix two bugs exposed by array passing assert:
2008-09-11 Daniel DunbarAdd ObjCMethodDecl::getSourceRange.
2008-09-11 Argyrios KyrtzidisFold Parser::ParseTag into Parser::ParseEnumSpecifier...
2008-09-11 Daniel DunbarBug fix, apply default argument promotion in message...
2008-09-11 Daniel DunbarRefactor common Obj-C message send checking code into
2008-09-10 Argyrios Kyrtzidis-getLang().C99 is true in C++ too, remove the use of...
2008-09-10 Argyrios KyrtzidisIn the 'condition.cpp' test case, make sure that condit...
2008-09-10 Daniel DunbarAdd XFAIL test case for:
2008-09-10 Steve NaroffMore semantic analysis for blocks...
2008-09-10 Steve NaroffSema::ActOnIdentifierExpr(): Lookup block arguments.
2008-09-10 Argyrios KyrtzidisAdd some C++-specific comments in the parsing methods...
2008-09-10 Daniel DunbarImplement ABIArgType::Coerce support.
2008-09-10 Daniel DunbarAdd CodeGenTypes::GetFunctionType overload for getting...
2008-09-10 Daniel DunbarMove FunctionType conversion into CGCall.cpp:
2008-09-10 Daniel DunbarAdd ABIArgInfo class to encapsulate ABI decision of...
2008-09-10 Argyrios KyrtzidisImplement CodeGen support for the 'CXXConditionDeclExpr...
2008-09-10 Argyrios KyrtzidisImplement Sema support for the 'condition' part of...
2008-09-10 Argyrios KyrtzidisChange line endings: CRLF -> LF
2008-09-10 Argyrios KyrtzidisUse Sema::isDeclInScope instead of IdentifierResolver...
2008-09-10 Daniel DunbarTweak CGCall functions again:
2008-09-10 Daniel DunbarTweak CGCall functions:
2008-09-09 Daniel DunbarAdd CodeGenFunction::ReturnTypeUsesSret
2008-09-09 Argyrios KyrtzidisAdd new 'CXXConditionDeclExpr' expression node used...
2008-09-09 Daniel DunbarMove ABI specific code for functions / calls to CGCall...
2008-09-09 Daniel DunbarFactor CodeGenFunction::StartFunction out of GenerateCo...
2008-09-09 Argyrios KyrtzidisMake IdentifierResolver::isDeclInScope regard declarati...
2008-09-09 Argyrios KyrtzidisAdd a LangOptions member to IdentifierResolver.
2008-09-09 Argyrios KyrtzidisAdd Sema::isDeclInScope which wraps IdentifierResolver...
2008-09-09 Daniel DunbarUse a unified return block.
2008-09-09 Argyrios KyrtzidisFix test case.
2008-09-09 Daniel DunbarMove EmitAggregate{Copy,Clear} into CodeGenFunction.
2008-09-09 Argyrios KyrtzidisImplement parser support for the 'condition' part of...
2008-09-09 Steve NaroffFix <rdar://problem/6197841> try, finally with no catch...
2008-09-09 Argyrios KyrtzidisIdentifierResolver cleanup. Make some methods out-of...
2008-09-09 Anders CarlssonCheck in half-assed implementation of @try/@catch.
2008-09-09 Anders CarlssonSimple @throw support.
2008-09-09 Steve NaroffTweak implementation for allowing ObjC builtin type...
2008-09-09 Steve NaroffSimplify typesAreBlockCompatible().
2008-09-09 Argyrios KyrtzidisUpdate VC++ project files.
2008-09-09 Anders CarlssonAdd types and functions related to exceptions.
2008-09-09 Anders CarlssonMove handling of @try and @throw to the runtime class.
2008-09-09 Mon P WangAdded SSE4.1 packusdw
2008-09-09 Daniel DunbarChange CodeGen to emit calls using (RValue,Type) list:
2008-09-09 Mon P WangAdded SSE41 pmovsx pmovzx intrinsics
2008-09-08 Daniel DunbarFix a number of issues w.r.t. emission of global for...
2008-09-08 Daniel DunbarRefactor parameter attribute handling:
2008-09-08 Daniel DunbarAdd ThreadSpecified bit to Decl.
2008-09-08 Daniel DunbarAdd missing RUN line
2008-09-07 Argyrios KyrtzidisSupport C++'s declaration-statement.
next