]> granicus.if.org Git - clang/shortlog
clang
2008-12-26 Anton KorobeynikovTestcase for stdcall/fastcall sema checks.
2008-12-26 Anders CarlssonFix formatting
2008-12-26 Anders CarlssonAdd _mm_pause and _MM_SHUFFLE
2008-12-26 Anders CarlssonMore SSE2 intrinsics
2008-12-25 Anders CarlssonMore SSE2 intrinsics
2008-12-25 Steve NaroffAdd parser support for __forceinline, __w64, __ptr64.
2008-12-25 Steve NaroffAdd parser support for __cdecl, __stdcall, and __fastcall.
2008-12-25 Zhongxing XuAdd Fedora 10 GCC paths.
2008-12-25 Anders CarlssonMake _mm_add_si64 inlined
2008-12-24 Steve NaroffAdd explicit "fuzzy" parse support for Microsoft declspec.
2008-12-24 Sebastian RedlFix try statement deserialization.
2008-12-24 Ted KremenekAdd a bunch of comments and FIXMEs.
2008-12-24 Zhongxing Xuset region default value if there are not enough init...
2008-12-24 Zhongxing XuAdd serialization support for TypeOfType.
2008-12-24 Zhongxing XuAdd serialization support for TypeOfExpr.
2008-12-24 Douglas GregorKeep track of template arguments when we parse them...
2008-12-24 Anders CarlssonAdd integer arithmetic intrinsics
2008-12-24 Anders CarlssonAdd store/set/load intrisics
2008-12-24 Anders CarlssonStart implementing some SSE2 instructions
2008-12-24 Ted KremenekComment and fixup GDM entries for RegionStore to use...
2008-12-24 Douglas GregorCorrect the order in which we cope with end-of-class...
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.
next