]> granicus.if.org Git - clang/shortlog
clang
2009-02-13 Eli FriedmanInitial implementation of arbitrary fixed-width integer...
2009-02-13 Ted KremenekGRExprEngine:
2009-02-13 Douglas GregorAdd mangling for variadic functions and conversion...
2009-02-13 Eli FriedmanFix gcc warning: gcc correctly notes that const-qualify...
2009-02-13 Douglas GregorAdd documentation for overloaded functions in C
2009-02-13 Ted KremenekAnalysisConsumer: Explicitly destroy the PathDiagnostic...
2009-02-13 Chris Lattnermake "floating macro bubble" output of -emit-html much...
2009-02-13 Daniel Dunbarccc: Test case for transparent PTH support.
2009-02-13 Daniel Dunbarccc: Stop patching output file name when using transpar...
2009-02-13 Chris Lattnerfactor token concatenation avoidance logic out of
2009-02-13 Ted KremenekThis test now passes.
2009-02-13 Daniel DunbarAlways pass -disable-free to clang when compiling.
2009-02-13 Douglas GregorTighten checking of the "overloadable" attribute. If...
2009-02-13 Douglas GregorAdd basic support for C++ name mangling according to...
2009-02-12 Daniel DunbarHonor attribute section on static block var decls.
2009-02-12 Mike StumpFix limits.h for linux, as glibc does a #include_next...
2009-02-12 Daniel DunbarFix assertion when input is an empty string.
2009-02-12 Douglas GregorAdd missing test for the "overloadable" attribute
2009-02-12 Steve NaroffFix <rdar://problem/6499801> clang does not detect...
2009-02-12 Douglas GregorFix a bug with designated initializers where we were...
2009-02-12 Fariborz JahanianFix a bug whereby, an ivar used to synthesize a propert...
2009-02-12 Mike StumpInitial codegen for block literals. This is a work...
2009-02-12 Steve NaroffSema::ActOnObjCAtThrowStmt(): return from recently...
2009-02-12 Anders CarlssonAdd a very basic implemenation of global blocks. This...
2009-02-12 Fariborz JahanianMake nonfragile-abi the default for darwin's 64bit
2009-02-12 Steve NaroffSeveral cleanups:
2009-02-12 Daniel DunbarSupport __attribute__(section(<name>))
2009-02-12 Steve NaroffTurn warning into error. Minor incompatibility with...
2009-02-12 Daniel DunbarFix va_arg bug noticed by Eli, __builtin_va_arg is...
2009-02-12 Daniel Dunbarx86_64: Initial varargs support.
2009-02-12 Daniel DunbarTest case for emitting va_arg as l-value; apparently...
2009-02-12 Ted KremenekUpdate checker build.
2009-02-12 Ted KremenekRe-enable PTH stat caching. All tests pass now.
2009-02-12 Ted KremenekFix bad reading of bytes in ReadUnalignedLE64() (copy...
2009-02-12 Ted KremenekTemporarily disable PTH stat caching as it appears...
2009-02-12 Ted KremenekPTH: Cache stat information for files in the PTH file...
2009-02-12 Ted KremenekFileManager:
2009-02-12 Mike StumpAdd tags; this is documented to work, just need the...
2009-02-12 Chris Lattnerfor now, disable all debug info generation at -O1 and...
2009-02-12 Chris Lattnersearch and replaceo?
2009-02-12 Douglas GregorAdd test for overloading with _Complex in C
2009-02-12 Anders CarlssonAdd support for generating block call expressions.
2009-02-12 Ted KremenekAdd lightweight shim "clang::StatSysCallCache" that...
2009-02-12 Douglas GregorExpand the definition of a complex promotion to include...
2009-02-12 Douglas GregorIntroduce _Complex conversions into the function overlo...
2009-02-11 Fariborz JahanianLast @encode'ing fix for objc2's nonfragile abi.
2009-02-11 Ted KremenekPTH: Have meta data be at the beginning of the PTH...
2009-02-11 Mike StumpFix comment.
2009-02-11 Douglas GregorInitial implementation of function overloading in C.
2009-02-11 Fariborz JahanianPatch to fix encoding in 64bit abi. With this patch
2009-02-11 Daniel DunbarUse EmitVAListRef instead of EmitLValue directly to...
2009-02-11 Steve NaroffRemove some non-ascii characters. Thanks Gabor.
2009-02-11 Ted KremenekPTH: Replace string identifier to persistent ID lookup...
2009-02-11 Daniel DunbarSupport IRgen of va_arg of structure as l-value.
2009-02-11 Fariborz Jahanianir-gen for objc's @selector expression in nonfragile...
2009-02-11 Douglas GregorAppease the language lawyers
2009-02-11 Steve NaroffFix <rdar://problem/6505139> [clang on growl]: need...
2009-02-11 Steve NaroffFix <rdar://problem/6243503> [sema] @throw; accepted...
2009-02-11 Douglas GregorFinished semantic analysis of non-type template argumen...
2009-02-11 Mike StumpAvoid bogus warning.
2009-02-11 Douglas GregorReverted r64307. Moved hasSameType and hasSameUnqualifi...
2009-02-11 Douglas GregorAllow the use of default template arguments when formin...
2009-02-11 Steve NaroffFix <rdar://problem/6206858> [sema] type check @throw...
2009-02-11 Douglas GregorRename Sema::hasSameType to QualType::isSameAs
2009-02-11 Douglas GregorSilence a warning about an unused variable in -Asserts...
2009-02-11 Douglas GregorImplement semantic checking for template arguments...
2009-02-11 Ted KremenekPTH: Don't emit the PTH offset of the IdentifierInfo...
2009-02-11 Ted KremenekUpdate checker build.
2009-02-11 Chris LattnerFix rdar://6518463, increment of a bool is always true...
2009-02-11 Chris Lattnerfinish off codegen support for sub of pointer to functions,
2009-02-11 Ted KremenekPer PR 3187, disable the missing -dealloc check for...
2009-02-11 Anders CarlssonAdd pmmintrin.h header.
2009-02-11 Anders CarlssonFix some mistakes I made when I tried to decipher the...
2009-02-11 Chris Lattnertestcase for rdar://6096412 which already works.
2009-02-11 Douglas GregorCHAR_BIT == 8
2009-02-11 Douglas GregorAdd semantic checking for template arguments that corre...
2009-02-11 Mike StumpOne more tweak to account for gluing together llvm...
2009-02-11 Mike StumpMore version experimentation.
2009-02-11 Douglas GregorSemantic checking for template arguments that correspon...
2009-02-11 Mike StumpRun a little experiment with version numbers.
2009-02-11 Douglas GregorAdd partial semantic checking of template arguments...
2009-02-10 Ted KremenekBugReporter: Use llvm::raw_string_stream instead of...
2009-02-10 Mike StumpAdd private extern to pretty printer(s).
2009-02-10 Ted KremenekAdd another test case for the MissingDealloc checker.
2009-02-10 Douglas GregorAdd type-checking and implicit conversions for template...
2009-02-10 Anders CarlssonHandle the case where EmitBlock might be called multipl...
2009-02-10 Fariborz JahanianThis patch is all it takes to pass all objc2's fast...
2009-02-10 Ted KremenekPTH generation: Discard tokens that appear after and...
2009-02-10 Ted KremenekBump PTH version.
2009-02-10 Chris Lattnermake -dM emit macros in a deterministic (sorted) order...
2009-02-10 Ted KremenekPTH generation: Don't call 'EmitToken' in the loop...
2009-02-10 Ted KremenekPTH: Replace ad hoc 'file name' -> 'PTH data' lookup...
2009-02-10 Chris Lattneruse efficient form of getSpelling, this speeds up ...
2009-02-10 Douglas GregorGNU allows structs with flexible array members to be...
2009-02-10 Daniel DunbarPull CodeGenFunction::EmitVAArg into target specific...
2009-02-10 Daniel DunbarPull CodeGenFunction::EmitVAArg into target specific...
2009-02-10 Fariborz JahanianGenerate ir for ivar offset. This will pass
2009-02-10 Mike StumpFixup -ast-print so that:
2009-02-10 Mike StumpRefactor FieldDecls to be ValueDecls instead of NamedDecls.
2009-02-10 Douglas GregorFix a problem with bogus template shadowing warnings
next