]> granicus.if.org Git - clang/shortlog
clang
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.
2008-09-07 Nico Weberrename libclangSEMA to libclangSema
2008-09-06 Nuno Lopesskip test if llvm-gcc is requires but not found on...
2008-09-06 Daniel DunbarKey LLVM types for TagDecl's off of the clang Type...
2008-09-06 Eli FriedmanPer PR2773, define __USER_LABEL_PREFIX__ for x86-32...
2008-09-05 Steve NaroffMore type checking for blocks. Still incomplete (will...
2008-09-05 Ted KremenekAdd comment back that Argiris pointed out that I mistak...
2008-09-05 Ted KremenekChange struct forward declarations and definitions...
2008-09-05 Argyrios KyrtzidisSupport "typeof unary-expression" (GNU C++ extension).
2008-09-05 Argyrios KyrtzidisSet different header search paths for the Windows platform.
2008-09-05 Argyrios KyrtzidisAdd header search paths for Mingw32 (GCC version 4).
2008-09-05 Argyrios KyrtzidisLine endings: CRLF -> LF
2008-09-05 Daniel DunbarFix placement of const on a number of X86 builtins.
2008-09-05 Daniel DunbarTest case for previous commit (Workaround gcc bug causi...
2008-09-05 Daniel DunbarWorkaround gcc bug causing crash on our preprocessed...
2008-09-05 Ted KremenekRemove stale comments.
2008-09-05 Ted KremenekRemove "NextDecl" from RecordDecl. This change touches...
2008-09-05 Daniel DunbarSet sext/zext on function result.
2008-09-04 Ted KremenekPatch to scan-build by Jordan Breeding:
2008-09-04 Daniel DunbarSet function attributes (sext, zext, etc.) on Objective...
2008-09-04 Ted KremenekUpdated checker build.
2008-09-04 Daniel DunbarFix unintended use of doxygen comment strings.
2008-09-04 Daniel DunbarFix infinite loop in for ... in code generation.
2008-09-04 Ted KremenekAdded test case for the dead stores checker that was...
2008-09-04 Ted KremenekFix CFG construction bug:
2008-09-04 Daniel DunbarFix FindSpecRefs to be Python 2.4 compatible and get...
2008-09-04 Daniel DunbarPrevent invalid warnings about incomplete implementatio...
2008-09-04 Nuno Lopesfix running tests with valgrind (there were a lot of...
2008-09-04 Ted Kremenekscan-build:
2008-09-04 Steve NaroffTouchup CheckSingleAssignmentConstraints() and CheckCom...
2008-09-04 Steve NaroffFix a handful of typos (closure->block) to avoid confusion.
2008-09-04 Steve NaroffAdd type checking for blocks.
2008-09-04 Mon P WangGenerate error if we try to implicit cast between diffe...
2008-09-04 Daniel DunbarAdd some Objective-C code generation tests.
2008-09-04 Daniel DunbarNeXT: Emit lazy reference to Protocol class for forward...
2008-09-04 Daniel DunbarAvoid superfluous errors regarding variable-length...
2008-09-04 Daniel DunbarImplement codegen of aggregates as lvalues in binary...
2008-09-04 Ted KremenekUpdated checker build.
2008-09-04 Ted KremenekCapture 'uname' and 'gcc -v' output to .info files.
2008-09-04 Daniel DunbarUpdate TestRunner to not report failure for XFAIL tests
2008-09-04 Ted KremenekOutput "ANALYZE:" diagnostics to STDOUT instead of...
2008-09-04 Ted Kremenekccc-analyzer:
2008-09-03 Daniel DunbarSet register storage class correctly for function param...
2008-09-03 Ted KremenekFollowing gcc's behavior, only enable trigraphs if...
2008-09-03 Daniel DunbarAdd svn:ignore on SemaObjC/Output.
2008-09-03 Daniel DunbarAdd two test cases for builtins (mostly related to...
2008-09-03 Daniel DunbarAdd __builtin_object_size support.
2008-09-03 Daniel DunbarModify object size checking builtins to lower to libc...
2008-09-03 Steve NaroffAdd semantic analysis for "blocks".
2008-09-03 Ted KremenekFix 80 col violations.
2008-09-03 Ted KremenekAdded --use-cxx option to scan-build.
2008-09-03 Daniel DunbarImprove type-checking of ?: for Objective-C types.
2008-09-03 Ted KremenekStore: (static analyzer)
2008-09-03 Daniel DunbarRestore Objective-C dot-syntax access of methods.
2008-09-03 Daniel DunbarFix ObjCPropertRefExpr to be able to encode all the...
2008-09-02 Ted KremenekWhen creating CXXRecordDecls and RecordDecls within...
2008-09-02 Ted KremenekRecordDecl:
2008-09-02 Ted KremenekRecordDecl serialization:
2008-09-02 Ted KremenekRecordDecl:
2008-09-02 Ted KremenekCXXRecordDecl and RecordDecl:
2008-09-02 Steve Naroff- Implement __block.
next