]> granicus.if.org Git - clang/shortlog
clang
2008-12-23 Anton KorobeynikovSema for fastcall/stdcall stuff. Tests will follow.
2008-12-23 Douglas GregorFix misguided type selection
2008-12-23 Douglas GregorWhen determining whether a class type has a const copy...
2008-12-23 Fariborz JahanianLast patch, for now, to privde ObjC's encoding of types.
2008-12-23 Douglas GregorDon't push OverloadedFunctionDecls onto the chain of...
2008-12-23 Steve NaroffFix <rdar://problem/6465284> clang ObjC rewriter: objc_...
2008-12-23 Fariborz JahanianLot more encoding work. We are closing the gap to
2008-12-23 Ted KremenekRemove old PTH token-generation test harness.
2008-12-23 Ted KremenekPTH: Remove some methods and simplify some conditions...
2008-12-23 Ted KremenekPTH: Use 3 bytes instead of 4 bytes to encode the persi...
2008-12-23 Ted KremenekCosmetics: rename a variable and tighten spacing. ...
2008-12-23 Sebastian RedlMerge pr-3188.cpp into constructor.cpp.
2008-12-23 Chris LattnerAdd a setter for CVR qualifiers, patch by Lukasz Janyst!
2008-12-23 Ted KremenekPTH:
2008-12-23 Ted KremenekPTH:
2008-12-23 Ted KremenekPTH:
2008-12-23 Douglas GregorAdd some block-pointer conversions in C++
2008-12-23 Douglas GregorDon't explicitly represent OverloadedFunctionDecls...
2008-12-22 Fariborz JahanianMore encoding support; in this case, encoding of
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...
next