]> granicus.if.org Git - clang/shortlog
clang
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...
2012-04-20 Fariborz Jahanianminor improvement to couple of tests.
2012-04-20 Manuel KlimekNo need to put the SourceManager in with the ASTContext...
2012-04-20 Evgeniy StepanovPass -mfloat-abi= to linuxtools assembler.
2012-04-20 Timur IskhodzhanovFix bug 12574 - Avoid infinite recursion in constructor...
2012-04-20 Richard SmithReplace r155185 with a better fix, which also addresses...
2012-04-20 Richard SmithFix a bug which creduce found reducing PR12585.
2012-04-20 Chad RosierWhen generating the clang crash diagnostic script,...
2012-04-19 Fariborz Jahanianobjective-arc: Retune my previous patch so warning
2012-04-19 Kaelyn UhrainRe-add the closing '}' for the namespace I accidentally...
2012-04-19 Kaelyn UhrainIn Parser::isCXXDeclarationSpecifier, consider a non...
2012-04-19 Richard SmithIn an attempt to reduce confusion, mark 'Strong compare...
2012-04-19 Fariborz Jahanianobjective-c arc: Issue warning under -Wreceiver-is...
2012-04-19 Patrick BeardAdded equivalent method calls in examples.
2012-04-19 Richard SmithFormatting fix.
2012-04-19 David BlaikieAdd SmallVectorImpl Visual Studio visualizer. Patch...
2012-04-19 David BlaikieFix a broken link. Patch by Nikola Smiljanic.
2012-04-19 DeLesley HutchinsRefactor the thread safety analysis so that it is easie...
2012-04-19 Fariborz Jahanianobjective-c modern translator: Further improving the...
2012-04-19 DeLesley HutchinsThread safety analysis: split warnings into two groups...
2012-04-19 Patrick BeardClarified encoding of boxed C strings, balanced all...
2012-04-19 Manuel KlimekAdds a unit test for the RecursiveASTVisitor.
2012-04-19 Francois PichetFix a comment.
2012-04-19 Richard SmithAdd missing -Wc++98-compat warnings for initializer...
2012-04-19 Rafael EspindolaIn mergeVisibility, if we already have an explicit...
2012-04-19 Rafael EspindolaIn mergeVisibilityWithMin, let an implicit hidden symbo...
2012-04-19 Rafael EspindolaNow that we check visibility attributes in an appropria...
2012-04-19 Rafael EspindolaCheck ConsiderGlobalVisibility before using -fvisibility.
2012-04-19 Rafael EspindolaThe explicit bit in LV already tracks exactly the same...
2012-04-19 Rafael EspindolaMove the point in the code where we handle -fvisibility...
2012-04-19 Rafael EspindolaMake setVisibility private and change users to mergeVis...
next