]> granicus.if.org Git - clang/shortlog
clang
2008-12-22 Steve NaroffFix <rdar://problem/6463613> clang ObjC rewriter: asser...
2008-12-22 Sebastian RedlGuard against the return of PR3188
2008-12-22 Sebastian RedlFull AST support and better Sema support for C++ try...
2008-12-22 Douglas GregorSupport conversion from a null pointer constant o any...
2008-12-22 Fariborz JahanianFixed a bug showed up the meta-data for protocol
2008-12-22 Sebastian RedlPartial AST and Sema support for C++ try-catch.
2008-12-22 Fariborz JahanianPatch to remove bogus warning in case of @dynamic
2008-12-22 Sebastian RedlExpr and Stmt must be destroyed with Destroy, not delet...
2008-12-22 Anders CarlssonFix test failures noticed by Fariborz.
2008-12-22 Zhongxing XuFix initialization order.
2008-12-22 Anders CarlssonFlip the switch and start using the new xmmintrin.h
2008-12-22 Anders CarlssonComment out _mm_insert_pi16 for now
2008-12-22 Anders CarlssonImplement the last intrinsics, _mm_insert_pi16 is the...
2008-12-22 Douglas GregorAdd support for calls to overloaded member functions...
2008-12-22 Anders CarlssonAdd macros
2008-12-22 Anders CarlssonAdd misc intrinsics
2008-12-22 Anders CarlssonAdd control register intrinsics
2008-12-22 Anders CarlssonAdd integer intrinsics
2008-12-22 Anders CarlssonGenerate code for __builtin_ia32_pshufw
2008-12-22 Anders CarlssonAdd cacheability intrinsics
2008-12-22 Anders CarlssonAdd store intrinsics
2008-12-22 Anders CarlssonAdd set intrinsics
2008-12-22 Anders CarlssonAdd load intrinsics
2008-12-22 Zhongxing XuAdd an option to make 'RemoveDeadBindings' a configurab...
2008-12-22 Anders Carlsson_mm_cvtsi64_ss is 64-bit only, so wrap it in #ifdef...
2008-12-22 Anders CarlssonAdd a couple of conversion intrinsics
2008-12-22 Anders CarlssonAdd comparison intrinsics.
2008-12-22 Anders CarlssonCheck in an in-progress version of xmmintrin.h that...
2008-12-21 Anders CarlssonAdd codegen support for __null
2008-12-21 Sebastian RedlFix a comment.
2008-12-21 Sebastian RedlParser support for C++ try-catch.
2008-12-21 Zhongxing XuCorrect comments.
2008-12-21 Sebastian RedlTest case makes a platform assumption, so force triple.
2008-12-21 Sebastian RedlConvert a few Stmt actions to smart pointers.
2008-12-21 Sebastian RedlDocument how move semantics and the emulation work...
2008-12-21 Zhongxing Xufix 80-col violation.
2008-12-21 Anders CarlssonImplement alignof for vla types.
2008-12-21 Zhongxing XuUse utility method.
2008-12-21 Anders CarlssonAdd ASTContext::getBaseElementType and use it in CodeGe...
2008-12-21 Anders CarlssonCommit the right version of the test
2008-12-21 Anders CarlssonMake sure to emit the size expression for sizeof(type)
2008-12-21 Zhongxing XuUse utility methods. No functional change.
2008-12-21 Zhongxing XuRemove unused function.
2008-12-21 Eli FriedmanFix for PR3246: an empty clobber list is the empty...
2008-12-21 Anders CarlssonDid not mean to commit this.
2008-12-21 Anders CarlssonHandle VLA indexing
2008-12-20 Douglas GregorAdd support for member references (E1.E2, E1->E2) with...
2008-12-20 Fariborz JahanianFinish up saving original parameter type and
2008-12-20 Eli FriedmanExtend the unsupported error to include break and conti...
2008-12-20 Eli FriedmanMake VLAs usable, and make basic usage work correctly...
2008-12-20 Anders CarlssonHandle typedefs to VLAs (Emit the size expr when we...
2008-12-20 Anders CarlssonCheck the entire StackSaveValues stack for VLAs when...
2008-12-20 Anders CarlssonMake sure to generate code for arguments that have...
2008-12-20 Fariborz JahanianAdd case for the new AST node.
2008-12-20 Fariborz Jahanianintroducing ParmVarWithOriginalTypeDecl class to
2008-12-20 Anders CarlssonChange EmitVLASize to take a QualType that must be...
2008-12-20 Anders CarlssonSplit up emitting of VLA sizes and getting the size...
2008-12-20 Anders CarlssonAdd some ErrorUnsupported calls and turn on VLA codegen...
2008-12-20 Fariborz JahanianStrangely enough, name of ObjC class is not encoded...
2008-12-20 Sebastian RedlImplement checks for bool in increment and decrement.
2008-12-20 Zhongxing XuLazy bingding for region-store manager.
2008-12-20 Ted KremenekUpdated checker build.
2008-12-20 Ted KremenekFix <rdar://problem/6454568>: BugReporter should correc...
2008-12-19 Chris Lattneravoid using a typedef that isn't always included from...
2008-12-19 Fariborz JahanianMore encoding support. This time for
2008-12-19 Anders CarlssonGet rid of the old Expr::Evaluate variant.
2008-12-19 Anders CarlssonPass -fblocks to clang
2008-12-19 Douglas GregorAdd a missing @end. Why didn't this get diagnosed?
2008-12-19 Douglas GregorSupport more implicit conversions for Objective-C types...
2008-12-19 Fariborz JahanianTest case for my last @encode patch.
2008-12-19 Douglas GregorAllow downcasts of pointers to Objective-C interfaces...
2008-12-19 Anders CarlssonFix for PR3234
2008-12-19 Ted KremenekUpdated checker build.
2008-12-19 Fariborz JahanianSeveral@encode bug fixes for ObjC.
2008-12-19 Ted KremenekUpdate Xcode project.
2008-12-18 Douglas GregorAdd some more implicit conversions for Objective-C++
2008-12-18 Ted KremenekAdded test case for suppressing leak warnings for refer...
2008-12-18 Ted KremenekFix regression when invalidating reference-counts for...
2008-12-18 Steve NaroffDon't define __STDC__ when compiling with -fms-extensions
2008-12-18 Douglas GregorDon't check initializers when there are dependent types...
2008-12-18 Douglas GregorUltrasimplistic sketch for the parsing of C++ template...
2008-12-18 Ted KremenekUse '&' to test StartOfLine flag.
2008-12-18 Fariborz JahanianRemoved a slot in ObjCMemRegExpr used in
2008-12-18 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=3189.
2008-12-18 Chris Lattneradd a simple fast-path for the common case of [] and...
2008-12-18 Chris Lattnerrename argument
2008-12-18 Chris Lattnerdisallow attributes in a few callers of ParseTypeQualif...
2008-12-18 Chris LattnerClean up the C89/C++ warnings about C99 array features...
2008-12-18 Zhongxing XuAdd method used by ImmutableMap GDM specialization.
2008-12-18 Daniel DunbarAllow ABI to use StructRet even for scalar values.
2008-12-18 Chris LattnerThis is valid in C++.
2008-12-18 Chris LattnerMerge function-return.c into function.c
2008-12-18 Chris Lattnerimplement PR3177 - "__extension__ union" not supported...
2008-12-17 Ted KremenekUpdated checker build.
2008-12-17 Ted KremenekRewrite PTHLexer::DiscardToEndOfLine() to not use GetTo...
2008-12-17 Nuno Lopesfix leakage of var's initializers
2008-12-17 Ted KremenekChange PTHLexer::getSourceLocation() to not call GetTok...
2008-12-17 Ted KremenekPTHLexer::isNextPPTokenLParen() no longer calls GetToke...
2008-12-17 Douglas GregorDelay semantic analysis of the C++ names casts when...
2008-12-17 Nuno Lopesfix a few more memory leaks: clean the ASTRecordLayouts...
next