]> granicus.if.org Git - clang/shortlog
clang
2009-01-07 Douglas GregorInitial implementation of anonymous unions (and, as...
2009-01-07 Ted KremenekThis commit reflects changes to the retain/release...
2009-01-07 Daniel Dunbarccc (old): Pass -arch through to assembler if given.
2009-01-06 Douglas GregorAllow Objective-C entities to be declared within a...
2009-01-06 Ted KremenekSourceManager: Implement "lazy" creation of MemBuffers...
2009-01-06 Ted KremenekRemove redunant (and incorrect) call to SourceManager...
2009-01-06 Steve NaroffAnother tweak to handle the MS extensions (<rdar:/...
2009-01-06 Ted KremenekAdd whitespace to silence the following warning in...
2009-01-06 Ted KremenekReturn UnknownVal in RegionStoreManager::getSizeInEleme...
2009-01-06 Fariborz JahanianCouple of code gen. fixes in ObjC's colection-statement...
2009-01-06 Steve NaroffFix <rdar://problem/5956221> clang ObjC rewriter: Micro...
2009-01-06 Cedric VenetFix a typo.
2009-01-06 Chris Lattner- Various comment typo fixes in Sema.h
2009-01-06 Chris Lattnerit is ok to insert empty source ranges into diagnostics...
2009-01-06 Chris Lattnersimplify some code using 'continue' and the new 'isInId...
2009-01-06 Douglas GregorMinor tweaks to the transparent declcontext patch
2009-01-06 Chris Lattneradd a helper method.
2009-01-06 Chris Lattnerrename MaybeParseCXXScopeSpecifier -> ParseOptionalCXXS...
2009-01-06 Chris Lattnerminor code cleanups, reduce indentation since 'if'...
2009-01-06 Daniel Dunbarccc: Remove ValueArg::setValue, this is no longer used.
2009-01-06 Daniel Dunbarccc: Track last actual argument instance for each optio...
2009-01-06 Chris Lattnerdocument annotation tokens.
2009-01-06 Chris LattnerMake Token::setLength assert that the token is not...
2009-01-06 Douglas GregorOops. Un-publicify SrcMgr::ContentCache::Buffer.
2009-01-06 Douglas GregorAdd QualifiedDeclRefExpr, which retains additional...
2009-01-06 Chris Lattnerrename tok::annot_qualtypename -> tok::annot_typename...
2009-01-06 Chris Lattneradd TypeTraits.h to the Xcode project
2009-01-06 Chris Lattneruse getBuffer() to fix compile error. Ted, please...
2009-01-06 Daniel Dunbarccc: Use dummy InputOption and UnknownOption classes...
2009-01-06 Ted KremenekMisc changes to SourceManager::ContentCache:
2009-01-06 Daniel Dunbarccc: Introduce ArgList for keeping input argv & parsed...
2009-01-05 Chris Lattnerrename these tests to match the attribute.
2009-01-05 Chris LattnerOptimize stringification a bit to avoid std::string...
2009-01-05 Daniel DunbarRemainder is only valid on integer vector operands.
2009-01-05 Daniel DunbarBack out code for handling VectorType's in getFloatingRank.
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.
next