]> granicus.if.org Git - clang/shortlog
clang
2011-12-01 Chandler CarruthFully merge the Clang ReleaseNotes into the 3.0 branch. release_30 origin/release_30
2011-11-17 Tanya LattnerMerge r143770 from mainline to fix MSVC build.
2011-11-10 Bill WendlingMerging r142531:
2011-11-07 Chandler CarruthMerging r143917:
2011-11-07 Chandler CarruthMerging r143916:
2011-11-07 Chandler CarruthMerging r143897:
2011-11-07 Chandler CarruthMerging r143896:
2011-11-07 Chandler CarruthMerging r143875:
2011-11-07 Chandler CarruthMerging r143874:
2011-11-07 Chandler CarruthMerging r143873:
2011-11-07 Chandler CarruthMerging r143871:
2011-11-07 Chandler CarruthMerging r143869:
2011-11-07 Chandler CarruthMerging r143866:
2011-11-07 Chandler CarruthMerging r143863:
2011-11-07 Chandler CarruthMerging r143842:
2011-11-07 Chandler CarruthMerging r143841:
2011-11-07 Chandler CarruthMerging r143840:
2011-11-07 Chandler CarruthMerging r143839:
2011-11-07 Chandler CarruthMerging r143838:
2011-11-07 Chandler CarruthMerging r143836:
2011-11-07 Chandler CarruthMerging r143823:
2011-11-07 Chandler CarruthMerging r143822:
2011-11-07 Chandler CarruthMerging r143807:
2011-11-07 Chandler CarruthMerging r143806:
2011-11-07 Chandler CarruthMerging r143805:
2011-11-07 Chandler CarruthMerging r143804:
2011-11-07 Chandler CarruthMerging r143801:
2011-11-07 Chandler CarruthMerging r143798:
2011-11-07 Chandler CarruthMerging r143752:
2011-11-07 Chandler CarruthMerging r143751:
2011-11-07 Chandler CarruthMerging r143687:
2011-11-07 Chandler CarruthMerging r143686:
2011-11-07 Chandler Carruth--------------------------------------------------...
2011-11-01 Bill WendlingMerging r143345:
2011-11-01 Bill WendlingMerging r143344:
2011-10-29 Bill WendlingPatch for PR9614. By Rafael Espindola.
2011-10-29 Bill WendlingFixes an intermittent bug that I finally got a good...
2011-10-25 Bill WendlingMerging r142918:
2011-10-22 Bill WendlingMerging r142476:
2011-10-22 Bill WendlingMerging r142474:
2011-10-18 Bill WendlingMerging r142187:
2011-10-18 Bill WendlingMerging r142349:
2011-10-17 Bill WendlingMerging r142134:
2011-10-17 Bill WendlingMerging r142133:
2011-10-16 Bill WendlingMerging r142113:
2011-10-15 Bill WendlingCreating release_30 branch
2011-10-15 Chandler CarruthChange 'Emit' to 'EmitCaret' which sums up what it...
2011-10-15 Richard Smith-Wc++98-compat warnings for the lexer.
2011-10-15 Douglas GregorTeach the ASTImporter to perform DeclContext lookups...
2011-10-14 Peter CollingbourneAdd c_alignas and cxx_alignas features
2011-10-14 Douglas GregorTweak the C++11 status prose a bit. We still need bette...
2011-10-14 Anton KorobeynikovMissed tests for half FP support
2011-10-14 Anton KorobeynikovProvide half floating point support as a storage only...
2011-10-14 Douglas GregorSwitch the C++11 status table from a developer-centric...
2011-10-14 Eli FriedmanAttempt to fix Windows buildbot, round 2.
2011-10-14 Eli FriedmanAdd template instantiation support for AtomicExpr.
2011-10-14 Douglas GregorTeach the ASTImporter not to import redundant fields.
2011-10-14 Eli FriedmanAttempt to fix buildbot failure on Windows.
2011-10-14 Joerg Sonnenbergervfork comes from unistd.h
2011-10-14 Argyrios KyrtzidisAllow calling ASTUnit::LoadFromCompilerInvocationAction...
2011-10-14 Eli FriedmanMisc fixes for atomics. Biggest fix is doing alignment...
2011-10-14 Richard Smith-Wc++98-compat: warn on C++11 attributes and alignas.
2011-10-14 Richard SmithTest for r141985.
2011-10-14 Douglas GregorDon't try to diagnose anything when we're passing incom...
2011-10-14 Richard SmithReinstate r141898 (reverted in r141921), without the...
2011-10-14 Richard SmithRefactor static analyzer to use simpler interface to...
2011-10-14 Richard Smith[temp.explicit]p1: constexpr cannot be specified in...
2011-10-14 Rafael EspindolaFix the CXX_INCLUDE_ROOT case that was out of date...
2011-10-14 Benjamin KramerHarden test for windows paths.
2011-10-14 Benjamin KramerChange operator<< for raw_ostream and NamedDecl to...
2011-10-14 Benjamin KramerSimplify code to avoid a useless string copy.
2011-10-14 Benjamin KramerUpgrade to PathV2.
2011-10-14 Benjamin KramerAdd parens to pacify GCC.
2011-10-14 Fariborz JahanianFix misplaced comment.
2011-10-14 Fariborz JahanianMake value kind based on the return type of the getter...
2011-10-14 Argyrios Kyrtzidis[PCH] Serialize info about redeclared objc methods.
2011-10-14 Joerg SonnenbergerAdd flags for the remaining shift related warnings
2011-10-14 Fariborz Jahanianobjc-arc: Improve arc diagnostic when method is not
2011-10-14 Bob WilsonAdd __nodebug__ attribute to functions in arm_neon.h
2011-10-14 Douglas GregorUnder ARC, merge the bit corresponding to the ns_return...
2011-10-14 Matt Beaumont-GayOnly warn in -Wliteral-conversion if the conversion...
2011-10-14 Douglas GregorWhen declaring an out-of-line template, attempt to...
2011-10-14 Erik VerbruggenAdded clang_getCompletionAnnotation and clang_getComple...
2011-10-14 Argyrios KyrtzidisReally protect from infinite loop when there are objc...
2011-10-14 David BlaikieUpdating the Clang website to refer to C++'11 instead...
2011-10-14 Argyrios KyrtzidisKeep track of objc method redeclarations in the same...
2011-10-14 Bob WilsonUse Triple.isOSDarwin() instead of comparing against...
2011-10-14 Ted KremenekUpdate open source static analyzer build.
2011-10-14 Ted KremenekMove doxygen comments to pair with the actual values.
2011-10-14 Eli FriedmanPR11124: Don't overwrite memory outside of a base class...
2011-10-14 Douglas GregorFix grammaro
2011-10-14 Douglas GregorAdd a preprocessor callback that is invoked every time...
2011-10-14 Richard SmithAdd support for -std=gnu90 and -std=c++03, for compatib...
2011-10-14 Jeffrey YasskinRevert the -Wc++98-compat flag because dgregor doesn...
2011-10-13 Fariborz Jahanianobjc-arc: 'Class' property is implicitly __unsafe_unret...
2011-10-13 Richard SmithRename -Wc++0x-compat, -Wc++0x-extensions and -Wc+...
2011-10-13 Richard TrieuFix a test case where FileCheck is used to test code...
2011-10-13 Richard SmithConvert newly-added test from -std=c++0x to -std=c...
2011-10-13 Nico WeberExtend -Wno-sizeof-array-argument to strncpy and friends.
2011-10-13 Richard SmithUpdate all tests other than Driver/std.cpp to use ...
next