]> granicus.if.org Git - clang/shortlog
clang
2009-01-05 Daniel DunbarUse CheckVectorOperands when % is applied to a vector...
2009-01-05 Daniel DunbarImplement getFloatingRank() for extended vectors.
2009-01-05 Sebastian RedlSilence a GCC warning
2009-01-05 Sebastian RedlPODness and Type Traits
2009-01-05 Daniel DunbarAdd prototype ccc rewrite.
2009-01-05 Douglas GregorAdd forgotten test case for linkage specifications
2009-01-05 Douglas GregorIntroduce support for "transparent" DeclContexts, which are
2009-01-05 Chris Lattnersimplify Preprocessor::getSpelling now that identifiers...
2009-01-05 Douglas GregorFix an uninitialized-variable warning
2009-01-05 Chris Lattnerremove optimization to avoid looking ahead for cases...
2009-01-05 Chris Lattnersimplify some code.
2009-01-05 Chris LattnerRearrange some code in TryAnnotateTypeOrScopeToken...
2009-01-05 Chris LattnerFix a bug where we'd try to look beyond the current...
2009-01-05 Anders CarlssonPass '-undefined- to the linker
2009-01-05 Chris LattnerTryAnnotateTypeOrScopeToken and TryAnnotateCXXScopeToke...
2009-01-05 Anders CarlssonGenerate debug info for VLA types
2009-01-05 Chris Lattneradd a testcase
2009-01-05 Chris LattnerParseCXXSimpleTypeSpecifier can only be called on thing...
2009-01-05 Chris Lattnersink a call to TryAnnotateCXXScopeToken down into the
2009-01-04 Chris LattnerSimplify some control flow and remove a call to TryAnno...
2009-01-04 Chris Lattnercode simplification
2009-01-04 Chris Lattnersink calls to TryAnnotateTypeOrScopeToken down into...
2009-01-04 Chris Lattnerpush the call in isCXXDeclarationSpecifier to TryAnnota...
2009-01-04 Chris Lattnermy previous patch caused sema to drop the global qualif...
2009-01-04 Chris Lattnersink the call to TryAnnotateTypeOrScopeToken in
2009-01-04 Chris Lattneruse early exits to reduce nesting.
2009-01-04 Chris Lattnersimplify control flow by removing a goto.
2009-01-04 Chris Lattnereliminate lookahead when parsing ::new / ::delete.
2009-01-04 Chris Lattnerminor simplifications.
2009-01-04 Anders CarlssonFix the bug that would cause Python to crash at startup.
2008-12-31 Bill WendlingRename AddReadAttrs to FunctionAttrs. This is related...
2008-12-31 Anders CarlssonPerform default function/array conversion for input...
2008-12-30 Douglas GregorParser support for C++ using directives, from Piotr Rak
2008-12-29 Fariborz JahanianRemove hasKind(). Use existing getKind().
2008-12-28 Sebastian RedlFill in C++ status table for statements.
2008-12-28 Sebastian RedlConvert a two more statement actions to smart pointers.
2008-12-28 Sebastian RedlFix a grep error that caused CodeGenObjC/encode-test...
2008-12-28 Sebastian RedlDiagnose declarations that don't declare anything,...
2008-12-28 Sebastian RedlFix filename typo.
2008-12-27 Nuno Lopesadd RUN line
2008-12-27 Anders CarlssonAdd a MS specific intrinsic.
2008-12-26 Anders CarlssonEli noticed that I had forgotten some #defines. Add...
2008-12-26 Anders CarlssonAdd float.h header. Eli, please review :)
2008-12-26 Anders CarlssonAdd __builtin_flt_rounds
2008-12-26 Douglas GregorAdd support for out-of-line definitions of conversion...
2008-12-26 Anders CarlssonFix implementation of _mm_pause.
2008-12-26 Anders CarlssonOK, all tests pass. Let's start using the SSE2 header
2008-12-26 Anders CarlssonAdd two more builtins
2008-12-26 Anton KorobeynikovComplete the test after adding handling of merged attri...
2008-12-26 Anton KorobeynikovAdd full dllimport / dllexport support: both sema check...
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.
next