]> granicus.if.org Git - clang/shortlog
clang
2012-06-26 Benjamin KramerEnable -mcpu=native and -march=native for arm targets.
2012-06-26 Daniel JasperAlways use getDerived().shouldVisitImplicitCode() so...
2012-06-26 Chad RosierWhitespace.
2012-06-26 Fariborz Jahanianpreprocessing: gcc supports #line 0. So, treat this
2012-06-26 Andrew Trickunit test tweak
2012-06-26 Richard SmithRemove typedef which is unused after r159189.
2012-06-26 Dmitri GribenkoImplement a lexer for structured comments.
2012-06-26 Manman RenX86: add GATHER intrinsics (AVX2) in Clang
2012-06-26 Rafael EspindolaFix a bug in my previous patch: If we are not doing...
2012-06-26 David BlaikieRemove spurious semicolons committed in r159216.
2012-06-26 Richard TrieuAdd template type diffing to Clang. This feature will...
2012-06-26 Andrew TrickMachineBlockPlacement would prefer that clang lay out...
2012-06-26 Dmitri GribenkoFix comment: refer to documentation comments in general...
2012-06-26 Fariborz Jahanianobjc: adds diagnostic group to several old objc warnings.
2012-06-26 Rafael EspindolaDuring codegen of a virtual call we would extract any...
2012-06-26 Chad Rosier[driver] Make -serialize-diagnostics (one dash) and...
2012-06-26 Fariborz Jahanianblock literal irgen: several improvements on naming...
2012-06-26 Kostya Serebryany[asan] add missing asan instrumentation in generated...
2012-06-26 Richard SmithFix lifetime issue for backing APValue of OpaqueValueEx...
2012-06-25 Daniel Dunbarbuild/compiler-rt: Companion commit to r159172.
2012-06-25 Nico WeberGive L__FUNCTION__ the right type in templates. PR13206.
2012-06-25 Nico WeberAdd tests that I wrote for r159060 but forgot to `svn...
2012-06-25 Manman RenARM: enable struct byval for APCS.
2012-06-25 David BlaikiePR12937: Explicitly deleting an explicit template speci...
2012-06-25 Richard SmithExtend the "expected ';' after struct" logic to also...
2012-06-25 Eli FriedmanUse std::map instead of llvm::DenseMap because we rely...
2012-06-25 Jordan Rose[analyzer] Be careful about implicitly-declared operato...
2012-06-25 Richard SmithUnrevert r158887, reverted in r158949, along with a...
2012-06-25 DeLesley HutchinsThread safety analysis: implement lock_returned attribute.
2012-06-25 Matt Beaumont-GayAppease -Wnon-virtual-dtor and fix a typo in a comment
2012-06-25 Nico WeberMake explicit specializations at class scope work
2012-06-25 Daniel JasperAdd test for -Wused-but-marked-unused on private fields.
2012-06-24 Richard SmithAdd testing for CommentHandler, and fix a bug where...
2012-06-24 Jordan Rose[diagtool] Appease buildbots by explicitly using makeAr...
2012-06-24 Jordan Rose[diagtool] Add a new "tree" command to shows warnings...
2012-06-23 Charles DavisIRGen: Factor v-table generation into the CGCXXABI...
2012-06-23 John McCallRecognize GNU attributes after 'enum class'. Fixes...
2012-06-23 Fariborz Jahanianobjective-c: issue deprecation/unavailability warnings...
2012-06-23 Hans WennborgAdd triple to test/Sema/attr-tls_model.c
2012-06-23 Hans WennborgSupport the tls_model attribute (PR9788)
2012-06-23 Sean HuntClean up a large number of C++11 attribute parse issues...
2012-06-23 Nico WeberSupport L__FUNCTION__ in microsoft mode, PR11789
2012-06-23 Timur Iskhodzhanov[Windows] Fix mangling of repeated types in the presenc...
2012-06-23 Charles DavisMicrosoftMangle: Fix mangling of integral constant...
2012-06-22 Richard SmithMinor improvements to some C99 variadic-macro-related...
2012-06-22 Ted KremenekImplement initial static analysis inlining support...
2012-06-22 Kaelyn UhrainPerform typo correction for base class specifiers.
2012-06-22 Anna Zaks[analyzer] Teach malloc checker that initWith[Bytes...
2012-06-22 Anna Zaks[analyzer] Remove a statistic - it's too expensive.
2012-06-22 Anna Zaks[analyzer]scan-build: report the total number of steps...
2012-06-22 Anna Zaks[analyzer] Fixup to r158958.
2012-06-22 Anna Zaks[analyzer] Report the cumulative number of steps the...
2012-06-22 Dmitri GribenkoMark Doxygen warnings DefaultIgnore.
2012-06-22 Nuno Lopesrevert CodeGen support for the alloc_size attribute...
2012-06-22 Rafael EspindolaDisable llvm optimizations in a clang test.
2012-06-22 Jordan Rose[analyzer] Check for +raise:format: on subclasses of...
2012-06-22 DeLesley HutchinsThread safety analysis: fixes a bug in which locksets...
2012-06-22 Dmitri GribenkoCorrect include guard to reflect new directory name
2012-06-22 Nico WeberShow fixit for unqualified calls to methods of dependen...
2012-06-22 Dmitri GribenkoAdd a warning about almost-Doxygen trailing comments...
2012-06-22 Fariborz Jahanianobjective-c: improve diagnostic when collection express...
2012-06-22 Alexey SamsonovAdd release note about -gline-tables-only flag
2012-06-22 James DennettDocumentation cleanup: making \param and \returns docs...
2012-06-22 James DennettDocumentation cleanup: making \param docs match the...
2012-06-22 James DennettDiagnostics cleanup: Fixing \params to match the code.
2012-06-22 James DennettDocumentation cleanup:
2012-06-22 James DennettDocumentation cleanup:
2012-06-22 James DennettDocumentation cleanup:
2012-06-22 James DennettDocumentation cleanup:
2012-06-22 James DennettDocumentation cleanup:
2012-06-22 James DennettDocumentation cleanup: Escape @objc* in Doxygen comments.
2012-06-22 James DennettDocumentation cleanup: rephrase, and so avoid a Doxygen...
2012-06-22 James DennettDocumentation cleanup: escape # characters in Doxygen...
2012-06-22 James DennettDocumentation cleanup:
2012-06-22 James DennettDocumentation cleanup: escape # characters in Doxygen...
2012-06-22 James DennettDocumentation cleanup: escape # characters in Doxygen...
2012-06-22 James DennettDocumentation cleanup: escape \ characters in Doxygen...
2012-06-22 James DennettDocumentation cleanup: Fixed the format of the file...
2012-06-22 James DennettDocumentation cleanup:
2012-06-22 James DennettDocumentation cleanup: turn "//" into "///" for a Doxyg...
2012-06-22 James DennettDocumentation cleanup:
2012-06-22 Anna Zaks[analyzer] Malloc: Warn about use-after-free when memor...
2012-06-22 Jordan Rose[diagtool] Write to llvm::outs() by default instead...
2012-06-21 Rafael EspindolaAdd the testcase from pr13168.
2012-06-21 Rafael EspindolaRevert r158887. This fixes pr13168.
2012-06-21 Dmitri GribenkoHandle include directive with comments. It turns out...
2012-06-21 Fariborz Jahanianobjective-c: If an ivar is (1) the first ivar in a...
2012-06-21 Dmitri GribenkoVC9 does not like heterogenous compare function objects.
2012-06-21 Anna Zaks[analyzer] Do not step into statements while collecting...
2012-06-21 David BlaikiePR13165: False positive when initializing member data...
2012-06-21 Fariborz Jahanianobjective-c: deprecated C-like parameters in Objective-C
2012-06-21 John McCallAdjust this code so that it strictly honors
2012-06-21 Alexey SamsonovLess restrictive check in unit test for unsupported...
2012-06-21 NAKAMURA TakumiRevert r158423 corresponding to r158796, "test/Driver...
2012-06-21 Chandler CarruthClang side of a refactoring of the CMake unit test...
2012-06-21 Daniel JasperMake the RecursiveASTVisitor visit the body of a range...
2012-06-21 Alexey SamsonovImprove support for -g options accepted by Clang:
2012-06-21 Jordan RosePretend that enum constants have enum type when inferri...
2012-06-21 Jordan RoseDon't warn for -Wstatic-in-inline if the used function...
2012-06-21 Chandler CarruthSwitch Clang to re-use the the newly factored common...
next