]> granicus.if.org Git - clang/shortlog
clang
2011-10-06 Peter CollingbourneClang-side build system infrastructure for multiple...
2011-10-06 Anna Zaks[analyzer] Remove the dependency on CheckerContext...
2011-10-06 Eric ChristopherWhen constructing debug information for synthesized...
2011-10-06 Eric ChristopherReformat comment.
2011-10-05 Ted KremenekFix major regression in RetainCountChecker. DefaultSum...
2011-10-05 Anna Zaks[analyzer] Remove the last dependency on CheckerContext...
2011-10-05 Anna Zaks[analyzer] OSAtomicChecker implements evalCall in a...
2011-10-05 Argyrios KyrtzidisDocument ObjCMethodDecl::setMethodParams.
2011-10-05 Argyrios KyrtzidisFix crash when using archaic protocol, rdar://10238337
2011-10-05 Daniel DunbarDriver & AST: Implement support for -fpack-struct and...
2011-10-05 Eli FriedmanUse APFloat::toString to print APFloats more precisely...
2011-10-05 Chad Rosier[driver] For consistency, handle all shell special...
2011-10-05 Chad Rosier[driver] The -v option doesn't quoted the command line...
2011-10-05 Argyrios KyrtzidisFix the rewriter, rdar://10234024.
2011-10-05 Douglas GregorExpose more statement, expression, and declaration...
2011-10-05 Justin HolewinskiPTX: Set proper calling conventions for PTX in OpenCL...
2011-10-05 Douglas GregorSeriously ugly hack, part 2
2011-10-05 Douglas GregorSeriously ugly hack to try to get the Windows builders...
2011-10-05 Douglas GregorIntroduce a simple file-based locking protocol for...
2011-10-05 Abramo BagnaraAdded a flag to identify resolved overloaded function...
2011-10-05 John McCallRefactor the analysis of C++ cast expressions so that...
2011-10-05 Chandler CarruthUse the InstalledDir correctly, and test it correctly...
2011-10-05 Eric ChristopherFix doxygen comment.
2011-10-05 Chandler CarruthTeach Clang to cope with GCC installations that have...
2011-10-05 Chandler CarruthImplement the feature I was originally driving toward...
2011-10-05 Fariborz Jahanianc: assignment/init of a function pointer whose function(s)
2011-10-04 Douglas GregorDon't allow an rvalue reference to bind to the result...
2011-10-04 Anna Zaks[analyzer] Removing more references to CheckerContext...
2011-10-04 Chandler CarruthHoist the other messy part out of an inner loop and...
2011-10-04 Anna Zaks[analyzer] Refactor node generation to use less code.
2011-10-04 Chandler CarruthHoist the first chunk of this into a helper function...
2011-10-04 Chad Rosier[driver] Improve r141053 by only emitting the warning...
2011-10-04 Chandler CarruthFix Windows+MinGW which introduces noise into path...
2011-10-04 Chandler CarruthNow that multiple prefixes are much cheaper to search...
2011-10-04 Chandler CarruthRework the search for a GCC installation still further...
2011-10-04 Daniel DunbarBasic/Diagnostics: Apparently, #pragma ... diagnostic...
2011-10-04 Anna Zaks[analyzer] Removing references to CheckerContext::getNo...
2011-10-04 Eli FriedmanRemove a nonsensical bit of code from InitListChecker...
2011-10-04 Fariborz Jahanianobjc: Turn diagnostic on property type mismatch in
2011-10-04 Anna Zaks[analyzer] Remove unused methods, add comments to others.
2011-10-04 Ted KremenekPlace diagnostic warn_atomic_property_rule under a...
2011-10-04 Ted KremenekPlace diagnostic warn_ownin_getter_rule under a -W...
2011-10-04 Ted KremenekPlace diagnostic ext_predef_outside_function under...
2011-10-04 Justin HolewinskiFix include path detection on Fedora 15 with GCC 4...
2011-10-04 David ChisnallAdd bitmaps for strong / weak ivar layout (GNUstep...
2011-10-04 Ted KremenekPlace warning warn_drv_no_debug_w_integrated_as under...
2011-10-04 Ted KremenekRevert r141060. We should NEVER add new warnings that...
2011-10-04 Chandler CarruthAdd a comment explaining that I have a better plan...
2011-10-04 Chandler CarruthInvert the loop for detecting installed GCC trees....
2011-10-04 Chandler CarruthFuse the two halves of the GCC installation detection...
2011-10-04 John McCallMark calls to objc_retainBlock that don't result from...
2011-10-04 Bob WilsonRip out flags for controlling C++ "production mode...
2011-10-04 Bob WilsonSpecify -ccc-clang-archs for le32 targets which may...
2011-10-04 Argyrios KyrtzidisImprove location fidelity of objc decls.
2011-10-04 Chad RosierUpdate testcase for r141053+r141055.
2011-10-04 Chandler CarruthFactor the data apart from the logic of locating variou...
2011-10-04 Chad Rosier[driver] Improve r141053 by only emitting the warning...
2011-10-04 Chad Rosier[driver] Emit a warning if the user has requested debug...
2011-10-04 Douglas GregorWhen build a module on demand, run the module-building...
2011-10-03 Argyrios KyrtzidisMake sure SourceManager::getFileIDLoaded doesn't hang...
2011-10-03 Anna Zaks[analyzer] Remove redundant state (AnalysisContext...
2011-10-03 Fariborz Jahanianobjc arc: Suppress certain arc diagnostics on unavailable
2011-10-03 Anna Zaks[analyzer] In UndefBranchChecker, use a node generator...
2011-10-03 Anna Zaks[analyzer] Cleanup in UndefBranchChecker:
2011-10-03 Abramo BagnaraFixed source range for template implicit instantiations.
2011-10-03 Abramo BagnaraFixed exapnsion range for # and ##.
2011-10-03 Chandler CarruthRefactor the detection of a GCC installation into a...
2011-10-03 Fariborz Jahanianobjc++: Accessing explicit property of reference type...
2011-10-03 Justin HolewinskiPTX: Add some basic support for OpenCL address spaces
2011-10-03 Matt Beaumont-GayDon't crash when trying to emit too many fixits. Also...
2011-10-03 Rafael EspindolaPropagate __attribute__((returns_twice)) from C to IL.
2011-10-03 Chandler CarruthTest a multilib setup on a 64-bit host. This is the...
2011-10-03 Chandler CarruthEnable generic multilib support on 32bit hosts. Previou...
2011-10-03 Chandler CarruthRelax an assertion here a bit. This doesn't really...
2011-10-03 Chandler CarruthTest that we include a GCC-triple-prefixed tree. While...
2011-10-03 Chandler CarruthTeach the logic for locating an installed GCC about...
2011-10-03 Chandler CarruthAdd initial support for applying the sysroot to library...
2011-10-03 Argyrios KyrtzidisAllow getting all source locations of selector identifi...
2011-10-03 Argyrios KyrtzidisMove field in ObjCMessageExpr to avoid padding.
2011-10-03 Argyrios KyrtzidisAllow getting all source locations of selector identifi...
2011-10-03 Argyrios KyrtzidisArrayRef'ize ObjCMessageExpr
2011-10-03 Argyrios KyrtzidisAdd an assertion that we don't overflow the bitfield...
2011-10-03 Argyrios KyrtzidisPass from the parser the locations of selector identifi...
2011-10-03 Argyrios KyrtzidisDon't keep NumSelectorArgs in the ObjCMethodDecl, the...
2011-10-03 Argyrios KyrtzidisPass all the locations of the selector identifiers...
2011-10-03 Chandler CarruthRework the selection of builtin library search paths...
2011-10-02 Peter CollingbourneCUDA: diagnose invalid calls across targets
2011-10-02 Peter CollingbourneCUDA: add separate diagnostics for too few/many exec...
2011-10-02 Peter CollingbourneAdd ConvertArgumentsForCall diagnostics for at least...
2011-10-02 Peter CollingbourneCUDA: diagnose unconfigured calls to global functions
2011-10-02 John McCallSorry, I misunderstood the interaction here; the GNU...
2011-10-02 John McCallUse -fgnu-runtime to force the use of the non-fragile...
2011-10-02 Chandler CarruthTemporarily XFAIL this test until John or someone else...
2011-10-02 Chandler CarruthSimplify this through the power of the ternary operator.
2011-10-02 Chandler CarruthConsolidate the currently bizarre 32/64 multilib select...
2011-10-02 Ted KremenekFix another major performance regression in LiveVariabl...
2011-10-02 John McCallMake -fobjc-nonfragile-abi the -cc1 default, since...
2011-10-02 Ted KremenekFix LiveVariables analysis bug with MaterializeTemporar...
2011-10-01 John McCallWhen performing an @throw in ARC, retain + autorelease
2011-10-01 John McCallParse attributes written in an ObjC method parameter...
next