]> granicus.if.org Git - clang/shortlog
clang
2011-11-08 Anna Zaks[analyzer] Testing: test with all the non-experimental...
2011-11-08 Anna Zaks[analyzer] Testing: support for regenerate reference...
2011-11-08 Argyrios Kyrtzidis[arcmt] Now that readonly properties are strong-by...
2011-11-08 Douglas GregorFix comment typos
2011-11-08 Fariborz Jahanianobjc-arc: 'readonly' property of retainable object
2011-11-08 Ted KremenekSort contents of exports file. No functionality change.
2011-11-08 Ted Kremenekserialized diagnostics: serialize the version info...
2011-11-08 Anna Zaks[analyzer] Remove redundant check from DivZeroChecker
2011-11-08 Anna Zaks[analyzer] Testing: Display the number of reported...
2011-11-08 Eli FriedmanThis test isn't portable to non-x86 platforms; specify...
2011-11-08 Douglas GregorMark the overloaded atomic builtins as having custom...
2011-11-08 Eli FriedmanMisc fixes for clang driver on Mips Linux. Patch by...
2011-11-08 Axel NaumannFrom Vassil Vassilev: add checks for removing Decls...
2011-11-08 Chandler CarruthAdd a default system include of '/include'. This isn...
2011-11-08 Argyrios Kyrtzidis[arcmt] Now that properties are strong by default,...
2011-11-08 Argyrios Kyrtzidis[arcmt] NSViewController does not support weak.
2011-11-08 Bob WilsonCheck pointer types for arguments of Neon load/store...
2011-11-08 Eli FriedmanMisc fixes to pcmp*stri.
2011-11-08 John McCallFix the layout of vb-tables and vf-tables in the MS...
2011-11-08 NAKAMURA Takumilib/CodeGen/CGBuiltin.cpp: Tweak the identifier "Type...
2011-11-08 Peter CollingbourneTypePrinter: print OpenCL address space names. Patch...
2011-11-08 Peter CollingbourneDeclPrinter: print the declaration's storage class...
2011-11-08 Richard SmithSome tests missed from r144056.
2011-11-08 Argyrios Kyrtzidis[arcmt] When we already removed a __weak, don't try...
2011-11-08 Matt Beaumont-GayRevert r143972, which didn't actually compile under...
2011-11-08 Richard SmithFix a cluster of related issues involving value-depende...
2011-11-08 Bob WilsonClean up type flags for overloaded Neon builtins. ...
2011-11-08 Anna Zaks[analyzer] Testing infrastructure: flush the output...
2011-11-07 John McCallThere are some crazy cases that LookupMethodInReceiverType
2011-11-07 Anna Zaks[analyzer] Make sure scan-build catches all clang failures.
2011-11-07 Richard Smithconstexpr: static data members declared constexpr are...
2011-11-07 Douglas GregorWhen we notice that a member function is defined with...
2011-11-07 Chad RosierWhitespace.
2011-11-07 Chad RosierTablegenify -g options.
2011-11-07 Richard TrieuRemove test with int128 printing since it breaks on...
2011-11-07 Douglas GregorAdd missing part of test
2011-11-07 Douglas GregorASTConsumer::handleTopLevelDecl will end up getting...
2011-11-07 Argyrios Kyrtzidis[arcmt] Fix handling NSMakeCollectable inside an objc...
2011-11-07 Argyrios Kyrtzidis[arcmt] In GC, handle (assign) @properties.
2011-11-07 Argyrios Kyrtzidis[arcmt] Map property decls to their GC attributes.
2011-11-07 Richard TrieuAdd support for printing integer literals of type short...
2011-11-07 Argyrios Kyrtzidis[arcmt] In GC, change '__weak' -> '__unsafe_unretained...
2011-11-07 Argyrios KyrtzidisWhen applying ARC __weak to a non-objc pointer, do...
2011-11-07 Matt Beaumont-GayBetter fix for -Wnon-virtual-dtor
2011-11-07 Matt Beaumont-GayRemove duplicate listings for core.DivideZero
2011-11-07 Douglas GregorDrastically simplify the mapping from the declaration...
2011-11-07 Douglas GregorTighten up the conditions under which we consider ourse...
2011-11-07 Matt Beaumont-GayAppease -Wnon-virtual-dtor
2011-11-07 Benjamin KramerFix an unsafe use of Twine.
2011-11-07 Richard SmithConstant expression evaluation: support for arrays.
2011-11-07 Chandler CarruthRip out one of the features I added for the driver...
2011-11-07 Chandler CarruthFix Linux libc++ usage. Somehow this slipped through...
2011-11-07 Richard SmithFix 32-bit build bots and remove some casting-away...
2011-11-07 David BlaikieColorize. (this is consistent with the coloring in...
2011-11-07 Anna Zaks[analyzer] Add the Checker Developer Manual to the...
2011-11-07 Anna Zaks[analyzer] Add overview and checker registration to...
2011-11-07 John McCallRip out CK_GetObjCProperty.
2011-11-07 Richard SmithConstant expression evaluation: preserve subobject...
2011-11-07 John McCallRip the ObjCPropertyRef l-value kind out of IR-generation.
2011-11-07 David BlaikieRemove duplicate word & unnecessary conditional.
2011-11-07 David BlaikieMove tests to the appropriate directory to match the...
2011-11-07 Richard SmithAllow constexpr variables' initializers to be folded...
2011-11-06 Chandler CarruthBegin lifting some of the one-off checking logic into...
2011-11-06 Chandler CarruthMove the GCC installation detection logic down into...
2011-11-06 Chandler CarruthRemove an old OpenSUSE hack that is no longer needed...
2011-11-06 Chandler CarruthRemove the HasMultilib check. It was essentially useles...
2011-11-06 David BlaikieCorrecting grammar.
2011-11-06 Benjamin KramerUse StringRef's case transformation methods.
2011-11-06 Argyrios Kyrtzidis[arcmt] In GC, error for __strong/__weak on non-objc...
2011-11-06 Argyrios Kyrtzidis[arcmt] In GC, clear redundant __strong's.
2011-11-06 Argyrios KyrtzidisMake sure when setting AttributesAsWritten of a propert...
2011-11-06 Argyrios Kyrtzidis[arcmt] Make PropertiesRewriter::getPropertyType return...
2011-11-06 Argyrios Kyrtzidis[arcmt] Collect all the places where GC attributes...
2011-11-06 Argyrios Kyrtzidis[arcmt] Refactor PropertiesRewriter to use MigrationCon...
2011-11-06 NAKAMURA Takumitest/Driver/crash-cleanup.c: Remove "XFAIL: mingw32...
2011-11-06 Chandler CarruthThe version objects need to actually store the version...
2011-11-06 Chandler CarruthThrow the switch and move all Linux header search over...
2011-11-06 Chandler CarruthAdd a missing triple spotted by inspecting and testing...
2011-11-06 Benjamin KramerUnbreak gcc build.
2011-11-06 Chandler CarruthLift the GCCVersion type into the header file and start...
2011-11-06 Benjamin KramerMake format string 64 bit safe.
2011-11-06 Chandler CarruthSwitch some of these interfaces from std::string to...
2011-11-06 NAKAMURA Takumitest/Driver/crash-cleanup.c: Mark as XFAIL: mingw32...
2011-11-06 John McCallChange the AST representation of operations on Objective-C
2011-11-06 Chandler CarruthTake a better approach to detecting and selecting multi...
2011-11-06 Chandler CarruthRevert r143864, as the problem I was actually looking...
2011-11-06 Chandler CarruthStart pruning down the set of flags passed to CC1 for...
2011-11-06 Chandler CarruthThis test was assuming that /usr/include was in the...
2011-11-06 Peter CollingbourneXFAIL crash-cleanup.c only on Darwin and msys.
2011-11-06 Chad RosierXFAIL test until Peter has a chance to investigate.
2011-11-06 David BlaikieFixing -g break caused by a dead reference to a tempora...
2011-11-06 Peter CollingbourneAdd the depfile as a result file so that it is deleted...
2011-11-05 Chandler CarruthSwitch Lit to directly query the driver for the builtin...
2011-11-05 Chandler CarruthEnhance the GCC version parsing and comparison logic...
2011-11-05 Chandler CarruthRemove a pointless member. I have no idea why I made...
2011-11-05 Chandler CarruthRemove a no-longer needed helper function. Thanks for...
2011-11-05 Chandler CarruthMove the GCC installation detection helper a member...
2011-11-05 Chandler CarruthRemove support for Gentoo subversion-ebuild installed...
2011-11-05 Chandler CarruthTeach lit to ask the Clang it is running what version...
2011-11-05 Chandler CarruthMove the Linux header searching from the Frontend to...
next