]> granicus.if.org Git - clang/shortlog
clang
2012-07-02 Kostya Serebryany[asan] update docs: mention MacOS 10.7 and correct...
2012-07-02 James DennettDocumentation cleanup: reformatting/fixing up file...
2012-07-02 Craig TopperRename tzcnt intrinsics to match gcc.
2012-07-02 Richard SmithAdditional testing for fixes in r158289 and r158290...
2012-07-01 Meador IngePR13189: va_list broken with precompiled headers
2012-07-01 NAKAMURA Takumic-index-test/Makefile: Tweak USEDLIBS for cygwin. cygcl...
2012-06-30 Jordan RoseAdd support for the C11 _Alignof keyword.
2012-06-30 Arnaud A. de... [libclang] Make implementation filename match the heade...
2012-06-30 Arnaud A. de... [cindex.py] Fix comments
2012-06-30 Arnaud A. de... [libclang] Fix autoconf library dependencies for toolin...
2012-06-30 NAKAMURA Takumic-index-test.c: Fix missing semicolon(s).
2012-06-30 Arnaud A. de... [cindex.py] add CompilationDatabase support
2012-06-30 Arnaud A. de... [libclang] add CompilationDatabase support
2012-06-30 Chandler CarruthSwitch Clang to use the new common LLVM CMake infrastru...
2012-06-30 Matt Beaumont-GayAdd a missing argument index, wordsmith a little, and...
2012-06-30 Fariborz Jahanianblocks: fixes a crash when encoding block type
2012-06-30 NAKAMURA Takumitest/Driver/crash-report.c: Mark it as XFAIL on win32...
2012-06-29 Fariborz JahanianRemove dependency on string.h
2012-06-29 David BlaikieUnbreak the test from r159469.
2012-06-29 Richard TrieuFix typos from r159463 and update tests. Added Matt...
2012-06-29 Fariborz Jahanianobjective-c IRGen: fixes a crash when method type is...
2012-06-29 David BlaikieUse -frewrite-includes for crash reports.
2012-06-29 Kaelyn UhrainIn Sema::ClassifyName, try to avoid nonsensical correct...
2012-06-29 Richard TrieuUpdate the %diff modifer to have an alternate string...
2012-06-29 Ted KremenekRevert "Tweak insecureAPI analyzer checks to have the...
2012-06-29 Ted KremenekTweak insecureAPI analyzer checks to have the ability...
2012-06-29 Richard TrieuAdd a fix-it hint note to -Wunique-enum to suggest...
2012-06-29 Fariborz Jahanianobjective-c modern translator: synthesize argument...
2012-06-29 Fariborz Jahanianmodern objc translator: string.h is unavailable on...
2012-06-29 Fariborz Jahanianfix a typo in my last commit. I thought I recompiled,
2012-06-29 Fariborz Jahanianobjc diagnostic: pass IdentifierInfo* to the diagnosti...
2012-06-29 Douglas Gregorstd::nullptr_t support in MS headers, from João Matos.
2012-06-29 Douglas GregorPatch for handling C99 veriadic macros when using preco...
2012-06-29 Fariborz Jahanianobjective-c modern translator: Translation into objc_ms...
2012-06-29 Dmitri GribenkoFactor out a check for block commands (that implicitly...
2012-06-29 David BlaikieAvoid redundant error when redefining a function as...
2012-06-29 Nico WeberChange condition to be the same as in SemaTemplateInsta...
2012-06-29 NAKAMURA Takumiclang/test/Misc/diag-template-diffing-color.cpp: Remove...
2012-06-29 Chandler CarruthUpdate Clang to reflect the new home of IRBuilder.h...
2012-06-29 Bill WendlingUpdate based on move of DIBuilder.h to include/llvm.
2012-06-29 Axel NaumannFrom Philippe Canal:
2012-06-29 Manman RenX86: add more GATHER intrinsics in Clang
2012-06-29 Timur IskhodzhanovFix PR13234 - crash when trying to report an unsupporte...
2012-06-29 Douglas GregorWhen a builtin that requires a constant is given a...
2012-06-29 Manman RenX86: add more GATHER intrinsics in Clang
2012-06-29 Douglas GregorTeach the __is_trivially_assignable and __is_trivially_...
2012-06-29 Chandler CarruthSwitch Clang's CMake lit.site.cfg generation over to...
2012-06-29 Jordan Rose[analyzer] Add a test that we are, in fact, doing a...
2012-06-28 Nico WeberWarn on self-assignment to member variables. PR13104.
2012-06-28 DeLesley HutchinsThread safety analysis: support release() function...
2012-06-28 Richard TrieuWhen applying a template diff highlighting to a diagnos...
2012-06-28 Arnaud A. de... Factor CXString out of Index.h
2012-06-28 David BlaikieFix template type diffing coloring (r159216) when forci...
2012-06-28 Douglas GregorSupport the use of "=delete" and "=default" with delaye...
2012-06-28 Fariborz Jahanianobjective-c rewriter: refactoring of rewriting of
2012-06-28 Argyrios Kyrtzidis[libclang] Don't bind a StringRef to a temporary std...
2012-06-28 Benjamin KramerDead code eliminate the massive hexagon builtin intrins...
2012-06-28 Matt Beaumont-GayOnly print a semicolon after "no known conversion for...
2012-06-28 Benjamin KramerNow that we use the GCC builtin <-> llvm intrinsic...
2012-06-28 Simon AtanasyanSupport MIPS DSP Rev1 intrinsics.
2012-06-28 Rafael EspindolaCompare the canonical types and document why we give...
2012-06-28 Jordan RoseWarn on weak properties declared in protocols as well.
2012-06-28 Dmitri GribenkoRemove redundant check.
2012-06-28 Dmitri GribenkoAttaching comments to declarations: don't attach commen...
2012-06-28 Rafael EspindolaDisable devirtualization when we have covariant returns...
2012-06-28 Rafael EspindolaDon't devirtualize calls when we don't have the correct...
2012-06-28 Hans WennborgAdd -ftls-model command-line flag.
2012-06-28 Richard SmithAdd warning flag -Winvalid-pp-token for preprocessing...
2012-06-28 Rafael EspindolaFix another issue with devirtualizing calls to final...
2012-06-28 Dmitri GribenkoCleanup \brief comment. Since it is a single paragraph...
2012-06-28 Eric ChristopherFix grammar.
2012-06-28 Bill WendlingUpdate the #include to find the DebugInfo.h in the...
2012-06-28 Dmitri GribenkoTeach \brief parser about commands that start a new...
2012-06-27 Argyrios KyrtzidisFix uninitialized variable use bug found by the clairvo...
2012-06-27 Dmitri GribenkoAttaching documentation comments to declarations: don...
2012-06-27 Dmitri GribenkoFix an infinite loop in comment lexer: we were not...
2012-06-27 Timur IskhodzhanovTwo more tests for PR13207 - wrong mangling of template...
2012-06-27 Eli FriedmanPropagate lvalue alignment into bitfields. Per report...
2012-06-27 Fariborz Jahanianobjective-c mrc: Issue warning for mrc, as is done...
2012-06-27 Richard SmithRefactoring after r159290: don't hold onto and check...
2012-06-27 Richard SmithCheck for non-POD vararg argument type after default...
2012-06-27 Fariborz Jahanianpatch to suggest 'static' function should be 'static...
2012-06-27 Rafael EspindolaImplement John McCall's review of r159212 other than...
2012-06-27 Rafael EspindolaFix a crash I introduced in r159212.
2012-06-27 Dmitri GribenkoRemove unsigned and a pointer from a comment token...
2012-06-27 Dmitri GribenkoComment lexer: counting backwards from token end is...
2012-06-27 Dmitri GribenkoAdd a test for unterminated /* comments.
2012-06-27 Axel NaumannFix for r159256 on Windows.
2012-06-27 Chandler CarruthRemove a completely unused and remarkably inaccurate...
2012-06-27 Chandler CarruthUpdate the Clang CMake build to reflect the name change...
2012-06-27 Axel NaumannFrom Vassil Vassilev:
2012-06-27 Dmitri GribenkoInitialize RawComment::BriefTextValid in other construc...
2012-06-27 Daniel JasperIntroduce __has_feature(attribute_unused_on_fields...
2012-06-27 Richard TrieuAdd missing words to manual.
2012-06-27 Timur IskhodzhanovAdd a few (currently failing) tests for the PR13207...
2012-06-27 Richard TrieuUpdate documentation with regards to template type...
2012-06-27 Timur IskhodzhanovAdd a few more test cases for the -cxx-abi microsoft...
2012-06-27 Dmitri GribenkoSimplify logic in BriefParser::Parse(), per Jordan...
2012-06-27 Dmitri GribenkoInitialize RawCommentList::BriefTextValid when deserial...
2012-06-27 Jordan Rose[analyzer] RetainCountChecker: remove unused SelfOwn...
next