]> granicus.if.org Git - clang/shortlog
clang
2011-06-18 Argyrios Kyrtzidis[arcmt] Fix the ARC migrator. -arcmt-modify requires...
2011-06-18 Argyrios Kyrtzidis[arcmt] Const'ify.
2011-06-17 Argyrios Kyrtzidis[arcmt] Remove '-arcmt-modify-in-memory', it turned...
2011-06-17 Argyrios KyrtzidisFix regression with @encode string. rdar://9624314.
2011-06-17 Douglas GregorObjective-C++ ARC: eliminate the utterly unjustified...
2011-06-17 Douglas GregorObjective-C++ ARC: do not mangle __unsafe_unretained...
2011-06-17 Douglas GregorFix a grammaro
2011-06-17 Douglas GregorObjective-ARC++: infer template type arguments of
2011-06-17 John McCallOnly accept __bridge_retain in system headers, as Doug...
2011-06-17 John McCallAs a hopefully temporary workaround for a header mistak...
2011-06-17 Eli FriedmanAdd a minor hack to avoid using isNullPointerConstant...
2011-06-17 Richard TrieuPut the new warning from revision 133196 on NULL arithm...
2011-06-17 Argyrios KyrtzidisDon't emit 'unavailable' errors inside an unavailable...
2011-06-17 Douglas GregorLoosen up the IR matching slightly
2011-06-17 Eric ChristopherRemove another variable.
2011-06-17 Douglas GregorWhen emitting a compound literal of POD type, continue...
2011-06-17 Douglas GregorFix refactoro, silencing an MSVC warning. Thanks, Francois.
2011-06-17 John McCallPerform an acquire memory barrier on the fast path...
2011-06-17 John McCallInitialize a couple of variables to shut GCC up.
2011-06-17 John McCallObjective-C fast enumeration loop variables are not...
2011-06-17 Eric ChristopherClean up test to avoid using standard headers and remov...
2011-06-17 Douglas GregorExtend the deduced/actual argument type checking of C++
2011-06-17 Eric ChristopherMake this test suitable for optimized builds by avoidin...
2011-06-17 Douglas GregorFactor the checking of the deduced argument type agains...
2011-06-17 Douglas GregorWhen an explicit specialization has a storage specifier...
2011-06-17 Douglas GregorImplement proper support for generating code for compou...
2011-06-17 Douglas GregorDowngrade the error complaining about presence of a...
2011-06-17 Eric ChristopherCheck the specific target to figure out if a constraint...
2011-06-17 Eric ChristopherAdd some more memory constraints for ARM.
2011-06-17 Eric ChristopherOn ARM make sure that we continue translating 'p' to...
2011-06-17 John McCallWhen synthesizing implicit copy/move constructors and...
2011-06-17 Douglas GregorCheck for placeholder expressions before promoting...
2011-06-16 Eli FriedmanAdd support for -force_load flag, for compat with Apple...
2011-06-16 Chandler CarruthRemove ARCMigrate from more builds that it isn't needed...
2011-06-16 John McCallBe sure to try a final ARC-production even in Objective...
2011-06-16 Francois PichetFinish 2 sentences.
2011-06-16 Chris Lattnercomment improvements.
2011-06-16 Chris LattnerFix a regression introduced by r131955 which broke...
2011-06-16 Chris Lattnercode cleanups, no behavior change.
2011-06-16 Fariborz JahanianFor the purpose of @encode'ing, accept 'void' type
2011-06-16 Andrew Trickcmake may require LIT_TOOLS_DIR.
2011-06-16 Richard TrieuAdd a new warning when a NULL constant is used in arith...
2011-06-16 Jonathan D... Fix of a minor typo.
2011-06-16 Argyrios Kyrtzidis[arcmt] Fix test for MSVC build.
2011-06-16 Fariborz JahanianMove computation of __private_extern__ visibilty to
2011-06-16 Evan ChengStylistic fix: move virtual keyword before return type.
2011-06-16 Douglas GregorAllow comparison between block pointers and NULL pointer
2011-06-16 Douglas GregorTeach the warning about non-POD memset/memcpy/memmove...
2011-06-16 Fariborz Jahanianarc: diagnose dereferencing a __weak pointer which...
2011-06-16 Argyrios Kyrtzidis[arcmt] Fix the test when running in Lion.
2011-06-16 John McCallGive arcmt-test an explicit triple for this test.
2011-06-16 Douglas GregorImplement the consistency checking for C++ [temp.deduct...
2011-06-16 Chandler CarruthRaise the ARCMT functionality in Clang into proper...
2011-06-16 Fariborz JahanianSet the visibility to 'hidden' when previous
2011-06-16 NAKAMURA TakumiBe aware of (x86_64-redhat-linux6E-)g++44 on RHEL5.
2011-06-16 Chandler CarruthRework the warning for 'memset(p, 0, sizeof(p))' where...
2011-06-16 Jordy Rose[analyzer] Clean up modeling of strcmp, including cases...
2011-06-16 Chandler CarruthMake the Stmt::Profile method const, and the StmtProfil...
2011-06-16 Jordy Rose[analyzer] Fix trivial errors in previous commit.
2011-06-16 Jordy Rose[analyzer] Cleanup: mainly 80-char violations and prefe...
2011-06-16 John McCallThis random unit test also depends on ARCMigrate.
2011-06-16 John McCallc-index-test also depends on ARCMigrate, oh boy
2011-06-16 John McCallARCMigrate depends on libAnalysis, and on unhelpful...
2011-06-16 John McCallRestore correct use of GC barriers.
2011-06-16 Chandler CarruthFix my test case from r133136 so that it actually repre...
2011-06-16 Argyrios Kyrtzidis[arcmt] Fix tests in non-darwin.
2011-06-16 Chandler CarruthAdd another dependency to the clang-test CMake target...
2011-06-16 Chandler CarruthAdd the new arcmt-test tool to the clang-test dependenc...
2011-06-16 Chandler CarruthSkip both character pointers and void pointers when...
2011-06-16 Andrew TrickUpdate clang's lit.site.cfg.in in preparation for addin...
2011-06-16 John McCallGrr. Of course libARCMigrate depends on libRewrite...
2011-06-16 John McCallMake this test pretend to be on a darwin host.
2011-06-16 John McCallWeaken the type-matching rules for methods that return...
2011-06-16 Chandler CarruthRefactor parentheses suggestion notes to have less...
2011-06-16 Chandler CarruthMake the presentation of the warnings on 'x + y ? 1...
2011-06-16 Chandler CarruthCleanup the parameter naming style.
2011-06-16 Argyrios Kyrtzidis[arcmt] Make arcmt-test accept cc1 options to make...
2011-06-16 John McCalllibFrontend depends on ARCMigrate, so link it into...
2011-06-16 John McCallGive this test a triple; I don't think we want to...
2011-06-16 John McCallUnconditionally #define the ARC ownership qualifiers...
2011-06-15 John McCallSuppress a warning in -Asserts builds.
2011-06-15 John McCallSuppress an over-zealous MSVC warning.
2011-06-15 John McCallThe ARC Migration Tool. All the credit goes to Argyrio...
2011-06-15 John McCallAutomatic Reference Counting.
2011-06-15 John McCallIntroduce a utility routine for checking whether a...
2011-06-15 John McCallMissing files.
2011-06-15 Eli FriedmanPer Chris's suggestion, simplify code using llvm::getOr...
2011-06-15 John McCallGenerate enumerators for diagnostic categories. Patch...
2011-06-15 John McCallThe specification document for the new ObjC Automatic...
2011-06-15 Chris Lattnerremove the index page, we have dox now!
2011-06-15 Eli FriedmanTest for r133070.
2011-06-15 Eli FriedmanFix a couple more tests with ARM ABI.
2011-06-15 Eli FriedmanUse isAnyComplexType here so we don't pass complex...
2011-06-15 Eli FriedmanFix a regression from r132957 involving complex integer...
2011-06-15 Devang PatelDo not emit stoppoint before emitting debug info for...
2011-06-15 Douglas GregorEliminate a 'default' case in template argument deducti...
2011-06-15 Douglas GregorEliminate an unnecessary include. FIXMEs -=1
2011-06-15 Douglas GregorWhen performing substitution of default template templa...
2011-06-15 Chris Lattnerremove some more empty dirs.
2011-06-15 Chris Lattnerremove an empty dir.
next