]> granicus.if.org Git - clang/shortlog
clang
2012-04-26 Manuel KlimekAdds a small tutorial on how to write RAV based ASTFron...
2012-04-26 Craig TopperEnable AVX/AVX2 for Sandy Bridge, Ivy Bridge, and Haswe...
2012-04-26 Ted KremenekUpdate checker build link, and remove stale links.
2012-04-26 Richard SmithPR12647: An alias template instantiation which occurs...
2012-04-26 Ted Kremenek[analyzer] check lazy bindings in RegionStore first...
2012-04-26 Ted KremenekTeach RetainCountChecker that it doesn't quite understa...
2012-04-26 Richard SmithPR12660: Don't crash when initializing a const referenc...
2012-04-26 Chandler CarruthFix a long-standing bug where Clang had a different...
2012-04-26 Richard SmithTwo missing -Wc++98-compat warnings, for null pointers...
2012-04-26 Rafael EspindolaReject cases like
2012-04-25 Richard SmithIf a type is non-literal by virtue of being incomplete...
2012-04-25 Richard SmithRecursiveASTVisitor: When in 'shouldVisitTemplateInstan...
2012-04-25 Chad RosierTypo.
2012-04-25 Fariborz Jahanianobjective-c modern translator: more tests.
2012-04-25 Kaelyn UhrainAdd an error message with fixit hint for changing ...
2012-04-25 Argyrios KyrtzidisWhen resolving default template arguments, it should...
2012-04-25 Richard SmithPR12625: Cope with classes which have incomplete base...
2012-04-25 Benjamin KramerUse a SmallMap for StoredDeclsMap, it's usually sparsel...
2012-04-25 Benjamin KramerConvert a std::map that usually has between 0 and 10...
2012-04-25 Fariborz Jahanianimprove a modern objc translator test.
2012-04-25 Fariborz Jahanianmodern objc rewriter: fixes a bug writing
2012-04-25 Manuel KlimekAdds documentation for how to use the tooling library.
2012-04-25 Manuel KlimekAdds a document describing the various tooling approach...
2012-04-25 Evgeniy StepanovMake asan-ld test windows-safe.
2012-04-25 Manuel KlimekFixes the header search logic for tools:
2012-04-25 Evgeniy StepanovClang driver support for linking on Android.
2012-04-25 Evgeniy StepanovFix default cpu for -march=armv5e.
2012-04-25 Chris LattnerOpenBSD: Remove incorrect -pthread preprocessor define...
2012-04-25 Chris Lattnerdon't use soname on OpenBSD, it doesn't support it...
2012-04-24 Nico WeberExpand #include_next in float.h from mingw to _msc_ver.
2012-04-24 Chad RosierAdd acos, asin, ceil, fabs, floor, fmax, fmin, round...
2012-04-24 Chad RosierAdd atan, atan2, exp, and log to the builtin math libra...
2012-04-24 Chad RosierAlphabetize the builtin math library functions. No...
2012-04-24 Nico WeberLet NULL and MSVC headers coexist better.
2012-04-24 Richard SmithRecursiveASTVisitor: Visit instantiations of member...
2012-04-24 Fariborz Jahanianmodern objc translator: Allow writing of multiple
2012-04-24 Fariborz Jahanianobjc modern rewriter: allow translation of
2012-04-24 Fariborz Jahanianobjc modern rewriter: minor refactoring.
2012-04-24 Gabor GreifAdd a FIXME for uncomplete comment
2012-04-24 Aaron BallmanAdding information about what intrinsics still need...
2012-04-24 Bill WendlingAdd a flag to the image info section indicating that...
2012-04-24 Evgeniy StepanovOnly pass -mcpu, -march, -mfpu to linux-as on ARM.
2012-04-24 Kostya Serebryanyenable TBAA when -fthread-sanitizer is given, even...
2012-04-24 Chandler CarruthFix a typo spotted by Matt.
2012-04-24 Richard SmithDon't try to delay parsing the exception specification...
2012-04-24 Chandler CarruthIntroduce an initial sketch of a MSVC compatible 'intri...
2012-04-24 Richard SmithPR12629: Cope with parenthesized function types when...
2012-04-24 NAKAMURA Takumiclang/test/Rewriter/objc-modern-boxing.mm: Mark as...
2012-04-23 DeLesley HutchinsThread safety analysis: refactor test cases so that...
2012-04-23 Fariborz Jahanianwith -Wdeprecated, include a note to its deprecated...
2012-04-23 Eric ChristopherForward declarations should take a context. This helps...
2012-04-23 DeLesley HutchinsThread safety analysis: support the use of pt_guarded_...
2012-04-23 Chandler CarruthRevert r155363, due to the underlying patches in LLVM...
2012-04-23 Rafael EspindolaFix visibility when we have two types with explicit...
2012-04-23 Sirish PandeHexagon V5 (floating point) support in cfe.
2012-04-23 DeLesley HutchinsThread-safety analysis: support new "pointer to member...
2012-04-23 Douglas GregorTeach RequireCompleteType about multi-dimensional array...
2012-04-23 Manuel KlimekFix PR12608. Patch contributed by Yang Chen.
2012-04-23 Bob WilsonAdd a test for svn r155263.
2012-04-23 Rafael EspindolaInline helper function into only caller.
2012-04-23 Rafael EspindolaAdd another testcase that was not being covered.
2012-04-23 Kostya Serebryany[asan] fix typo
2012-04-23 Kostya Serebryany[asan] update docs
2012-04-23 Anton KorobeynikovDo not use stdint.h, driver might provide invalid locat...
2012-04-23 Manuel KlimekFixes comment referencing old name.
2012-04-22 Rafael EspindolaAdd a testcase that we already get right but was not...
2012-04-22 Benjamin KramerSema: Initialize NSString method cache members.
2012-04-22 Benjamin KramerRemove unnecessary StringRef->char*->StringRef conversi...
2012-04-22 Rafael EspindolaCleanup testcase.
2012-04-22 Rafael EspindolaAn attribute in a explicit template installation should...
2012-04-22 Rafael EspindolaRevert 155102 but add a fixme while I debug what is...
2012-04-22 Benjamin KramerBetter C++11 support is no longer an advantage of GCC.
2012-04-22 Richard SmithPR12571: Objects of type clang::ConstantArrayType aren...
2012-04-22 Rafael EspindolaAdd another missing testcase.
2012-04-22 Richard SmithPR12585: When processing a friend template inside a...
2012-04-22 Rafael EspindolaAdd a testcase we were already getting right, but were...
2012-04-22 Rafael EspindolaFix handling of template parameters. Found by inspectio...
2012-04-21 Rafael EspindolaAll the members of LVFlags always have the same value...
2012-04-21 Richard SmithFix regression in r154844. If necessary, defer computin...
2012-04-21 Fariborz JahanianRemove unneeded code.
2012-04-21 Richard SmithFix serialization of uninstantiated exception specifica...
2012-04-21 Nuno Lopesmove some stuff to .rodata
2012-04-21 NAKAMURA TakumiSemaDeclCXX.cpp: Fix utf8 in comment.
2012-04-21 NAKAMURA Takumiclang/test/Rewriter/rewrite-modern-extern-c-func-decl...
2012-04-21 Matt Beaumont-GayAlso highlight the member name.
2012-04-21 Richard SmithFix test failure.
2012-04-21 Richard SmithWhen declaring a template, check that the context doesn...
2012-04-21 Matt Beaumont-GayFix a QoI bug reported by a user.
2012-04-21 Bob WilsonLink with Foundation whenever -fobjc-link-runtime is...
2012-04-20 Argyrios Kyrtzidis[libclang] Don't set dylib load address to 0xe000000.
2012-04-20 Fariborz Jahanianobjective-c arc: With currnt documentation,
2012-04-20 Anna Zaks[analyzer] Run remove dead bindings right before leavin...
2012-04-20 Anna Zaks[analyzer] Remove unused method.
2012-04-20 Anna Zaks[analyzer] Constify
2012-04-20 Richard SmithUpdate doxygen comment to match changes in r155218.
2012-04-20 Chad RosierIn r135308, -save-temps was modified to prevent a tempo...
2012-04-20 Richard SmithFix bug where a class's (deleted) copy constructor...
2012-04-20 Benjamin Kramerc++11 status: Replace references to "SVN" with "3.1...
2012-04-20 Chad RosierWhen generating the clang crash diagnostic script,...
2012-04-20 Chad RosierAdd a little hack to emulate a clang crash, so the...
next