]> granicus.if.org Git - clang/shortlog
clang
2011-11-29 Chandler CarruthLast major chunk of features. This covers a couple...
2011-11-29 Chandler CarruthAnd sink the GNU runtime bit into this section as a...
2011-11-29 Chandler CarruthFlesh out the Objective-C section a bit. This may well...
2011-11-29 Bill WendlingThe _setjmp builtin library function should have the...
2011-11-28 Eli FriedmanAdd a couple more GCC versions to C++ search paths...
2011-11-28 Rafael EspindolaCFI is mentioned on the LLVM releases as the clang...
2011-11-28 Eli FriedmanA couple driver fixes for PPC Linux. Patches by Michae...
2011-11-28 Francois PichetUpdate release notes with 2 features now supported...
2011-11-28 Richard SmithRelease notes: add link to ISO C++ 2011 standard from...
2011-11-28 Francois PichetUpdate release notes with information on MSVC mode.
2011-11-28 Tanya LattnerCorrect the code generation for function arguments...
2011-11-28 Richard SmithRelease notes: fix up formatting of diagnostic example.
2011-11-28 Douglas GregorWhen attempting to load a module that is not in the...
2011-11-28 Chandler CarruthExtract a Windows section in the release notes. Hopeful...
2011-11-28 Chandler CarruthCreate a stub for Nick to hack on, nuking another of...
2011-11-28 Chandler CarruthPull the uninitialized values rewrite into the diagnost...
2011-11-28 Chandler CarruthRemove some features that don't really seem major enoug...
2011-11-28 Richard SmithAdd a release notes section for C1X language features...
2011-11-28 Chandler CarruthPull out the libclang section and try to clean it up...
2011-11-28 Argyrios Kyrtzidis[libclang] Protect against the declaration's SourceRang...
2011-11-28 Chandler CarruthWe now have text (or comment stubs for others) for...
2011-11-28 Chandler CarruthExpand and clean up the diagnostics section.
2011-11-28 Kostya Serebryanyfix html markup
2011-11-28 Daniel DunbarFix some possible gcc-4.2 may be used uninitialized...
2011-11-28 Chandler CarruthCreate a more organized (but still commented out as...
2011-11-28 Benjamin KramerAdd missing equals.
2011-11-28 Chandler CarruthCreate a 3.1 notes section in a comment so that the...
2011-11-28 Chandler CarruthPeter says this shouldn't make it to the relnotes,...
2011-11-28 Chandler CarruthFlesh out and pretty-up the driver section. This could...
2011-11-28 Chandler CarruthAdd a brief mention of the warning flag name updates...
2011-11-28 Chandler CarruthTidy up, wrap lines, and use <code> tags more consistently.
2011-11-28 Anna ZaksCleanup the Release Notes for the static analyzer:
2011-11-28 Kostya SerebryanyFirst version of AddressSanitizer docs; documentation...
2011-11-28 Anna Zaks[analyzer] Add more simple taint tests.
2011-11-28 Anna Zaks[analyzer] Minor cleanup of SValBuilder: Comments ...
2011-11-28 Rafael EspindolaFix comment.
2011-11-28 Douglas GregorWhen synthesizing an implicitly-defined copy or move...
2011-11-28 Richard SmithAdd a release notes section on new C++11 language featu...
2011-11-28 Fariborz JahanianRemove code made redundant by my previous patch.
2011-11-28 Fariborz Jahanianpinpoint name/location of deprecated/unavailable enumerator
2011-11-28 Chandler CarruthAdd a proper blurb for the PPCallbacks features.
2011-11-28 Chandler CarruthThis doesn't really seem worthy of a relnote... Shout...
2011-11-28 Chandler CarruthFill in a section for the instantiation -> expansion...
2011-11-28 Chandler CarruthAdd proper text for the Diagnostic API changes.
2011-11-28 Fariborz Jahanianobjc: turn warning for property type mismatch in
2011-11-28 Douglas GregorAdd a release note for Objective-C related result types
2011-11-28 Douglas GregorNote that code completion now works better for in-class...
2011-11-28 Douglas GregorWhen checking a call to a builtin atomic operation...
2011-11-28 Chandler CarruthAnd that completes my sweep through commits for things...
2011-11-28 Chandler CarruthFinished with August's commits, and actually added...
2011-11-28 Chandler CarruthJuly's notes..
2011-11-28 Nicola GiganteRemoved useless ImplicitCast nodes in explicit cstyle...
2011-11-28 Chandler CarruthJuly was a bit quiet to... except for ARC. ;]
2011-11-28 Chandler CarruthJune was a quiet month... I can't imagine why... ;]
2011-11-28 Chandler CarruthNotes through another month... a *really* busy month...
2011-11-28 Chandler CarruthAdd the first month's commit notes.
2011-11-28 Bob WilsonInstall c-index-test and clang-c/Index.h as internal...
2011-11-28 Chandler CarruthBegin sketching out the Clang release notes. The plan...
2011-11-28 NAKAMURA Takumitest/lit.cfg: Enhance getRegisteredTargets() to retriev...
2011-11-28 Argyrios Kyrtzidis[libclang] Indexing API: If the client requested to...
2011-11-28 Argyrios Kyrtzidis[libclang] Indexing API: Capture diagnostics during...
2011-11-28 Peter CollingbourneAnother silly workaround for MSVC.
2011-11-28 Argyrios Kyrtzidis[arcmt] Integrate GC __weak into property attributes...
2011-11-28 Peter CollingbourneSigh, another workaround for MSVC.
2011-11-28 Argyrios Kyrtzidis[arcmt] Don't add __weak if there is already a GC __wea...
2011-11-28 Peter CollingbourneWork around a gcc4.2 bug.
2011-11-27 Peter CollingbourneIn Sema::MaybeBindToTemporary, create a CXXBindTemporar...
2011-11-27 Peter CollingbourneWhen destroying temporaries, instead of a custom cleanu...
2011-11-27 Rafael EspindolaMake our handling of MMX x SSE closer to what gcc does:
2011-11-27 Rafael EspindolaAdd inreg attributes to reference arguments.
2011-11-27 Sebastian RedlReference initialization with initializer lists.
2011-11-27 Rafael EspindolaError on non x86 architectures.
2011-11-27 Rafael EspindolaFix file name in comments.
2011-11-27 Bob WilsonUse libcxx makefile's do-installhdrs target. <rdar...
2011-11-26 Rafael EspindolaAdd the minimum implementation of cpuid.h. This works...
2011-11-26 Nicola GiganteTest commit
2011-11-26 Abramo BagnaraFixed lexical declaration context when instantiating...
2011-11-26 Rafael EspindolaSet __OPTIMIZE_SIZE__ on -Os and -Oz. This matches...
2011-11-25 Francois PichetIn Microsoft mode, make "Unqualified lookup into depend...
2011-11-24 David BlaikieFix typo (becuase->because), PR11427
2011-11-24 Matt Beaumont-GayWordsmith the -Warray-bounds diagnostic text a bit
2011-11-23 Richard TrieuAdd feature to diagnostics that will provide more infor...
2011-11-23 Argyrios Kyrtzidis[PCH] Check for isTopLevelDeclInObjCContainer when...
2011-11-23 Argyrios Kyrtzidis[libclang] Fix operations (token annotation, getting...
2011-11-23 Argyrios KyrtzidisRemove an assertion that is not valid if we cancel...
2011-11-23 Argyrios Kyrtzidis[libclang] Indexing API: Fix issues, mostly C++ related.
2011-11-23 James MolloyAAPCS compliance - 32-bit wchar_t should be unsigned...
2011-11-23 Richard SmithDon't check alignment, it's irrelevant to this test.
2011-11-22 Richard SmithUse static storage duration for file-scope compound...
2011-11-22 Benjamin KramerRemove assert from hot code path and add a clarifying...
2011-11-22 Matt Beaumont-GayProvide better source info for template specializations...
2011-11-22 Benjamin KramerLexer: Don't throw away the hard work SSE did to find...
2011-11-22 Argyrios Kyrtzidis[libclang] Indexing API: Support C++ symbols.
2011-11-22 Kostya Serebryanyimplement __has_feature(address_sanitizer); also use...
2011-11-21 Peter CollingbourneUn-XFAIL this test on Darwin, it reportedly passes...
2011-11-21 Richard SmithAdd stub section to the user manual for C++ language...
2011-11-21 Richard SmithAdd driver arguments -ftemplate-depth=N and -fconstexpr...
2011-11-21 Roman DivackyChange the linker emulation name for FreeBSD/PPC32.
2011-11-21 Benjamin KramerCodeGen: Simplify code.
2011-11-21 Peter CollingbourneDelete the depfile if we could not open a header file...
next