]> granicus.if.org Git - clang/shortlog
clang
2009-10-18 Nate BegemanAdd test for OpenCL vector initializer codegen
2009-10-18 Anders CarlssonRename temp-1.cpp to temporaries.cpp.
2009-10-18 Daniel DunbarTwinify CGObjCMac, this simplifies the code and should...
2009-10-18 Anders CarlssonUse CK_BitCast for member function pointer casts. Fixes...
2009-10-18 Daniel DunbarMove misc clients to IdentifierInfo StringRef API.
2009-10-18 Daniel DunbarMove clients to use IdentifierInfo::getNameStart()...
2009-10-18 Daniel DunbarAdd ObjCCategoryImplDecl::getName() -> StringRef, and...
2009-10-18 Nate BegemanSupport IRgen of OpenCL vector initializers, ensuring...
2009-10-18 Benjamin KramerTry to unbreak MSVC build.
2009-10-18 Anders CarlssonIt's OK for a pure virtual function to override another...
2009-10-18 Benjamin KramerAdd FloatingCast to getCastKindName's list.
2009-10-18 Benjamin Kramernon-POD members => make it a class (also silences MSVC...
2009-10-18 Anders CarlssonAdd some more cast kinds.
2009-10-18 Benjamin KramerCIndex: fix typo.
2009-10-18 Benjamin KramerMissed a paren.
2009-10-18 Benjamin KramerCIndex: add a (untested) WIN32 codepath to get ClangPath.
2009-10-18 Benjamin KramerCIndex: compute ClangPath lazily.
2009-10-18 Nuno Lopesadd support for codegening CXXZeroInitValueExprs
2009-10-18 Sebastian RedlIgnore all the test output directories that lit generates.
2009-10-18 Edward O'CallaghanThe AuroraUX toolchain has conflicting wchar_t between...
2009-10-18 Benjamin KramerUse sys::Path::eraseFromDisk instead of unlink as sugge...
2009-10-18 Benjamin KramerCIndex: replace fork/exec with our portable ExecuteAndW...
2009-10-18 Benjamin KramerCIndex: avoid a dangling pointer issue.
2009-10-18 John McCallWhen performing template-substitution into a type,...
2009-10-18 Zhongxing Xuuse DenseSet instead of SmallSet.
2009-10-18 Daniel DunbarAdd NameDecl::getName() -> StringRef.
2009-10-18 Daniel DunbarAdd another two ExtVectorComponent FIXMEs.
2009-10-18 Daniel DunbarSwitch ExtVectorElementExpr::getEncodedElementAccess...
2009-10-18 Daniel DunbarSimplify HandleModeAttr.
2009-10-18 Daniel DunbarSimplify HandleFormatAttr.
2009-10-18 Daniel DunbarAdd FIXME... maybe Nate will get bored? :)
2009-10-18 Daniel DunbarGrammaro.
2009-10-18 John McCallClone the full Type hierarchy into the TypeLoc hierarch...
2009-10-17 Daniel DunbarAttempt to unbreak the MSVC build.
2009-10-17 Daniel DunbarSimplify ExtVectorElementExpr::containsDuplicateElements().
2009-10-17 Daniel DunbarAdd FIXME.
2009-10-17 Daniel DunbarAvoid std::string concatenation.
2009-10-17 Daniel DunbarStringRefize some parts of Diagnostic API.
2009-10-17 Daniel DunbarRemove unused BernsteinHash functions.
2009-10-17 Daniel DunbarSwitch to llvm::HashString.
2009-10-17 Nuno Lopesadd gentoo x86 2009.1 (gcc 4.3.4) include paths
2009-10-17 Douglas GregorFix a crash with qualified member access into a non...
2009-10-17 Daniel DunbarDescribe/link some of the universal driver related...
2009-10-17 Daniel DunbarAdd a "Universal Driver" open project, and web page.
2009-10-17 Douglas GregorWhen type-checking a C++ "new" expression, don't type...
2009-10-17 Sebastian RedlWhen resolving the address of an overloaded function...
2009-10-17 Sebastian RedlDon't add implicit casts of explicit address-taking...
2009-10-17 Daniel DunbarAdd IdentifierTable::CreateIdentifierInfo(StringRef).
2009-10-17 Daniel DunbarUse StringExtra's HashString instead of BernsteinHash.
2009-10-17 Daniel DunbarAdd an open project. :)
2009-10-17 Chris Lattnerdaniel really wants this in the testsuite.
2009-10-17 Chris Lattnerteach getCorrespondingUnsignedType how to handle vector...
2009-10-17 Sebastian RedlIn some dependent contexts, incomplete array types...
2009-10-17 Edward O'CallaghanFix for PR5190, Credit to Zhanyong Wan.
2009-10-17 Sebastian RedlAdd a DR437 testcase, but disable it for now, since...
2009-10-17 Daniel DunbarAvoid std::string thrashing in MultiKeywordSelector...
2009-10-17 Daniel DunbarSimplify more.
2009-10-17 Daniel DunbarSimplify.
2009-10-17 Daniel DunbarUse raw_ostream instead of C stdio.
2009-10-17 Daniel DunbarRewrite AttributeList::getKind to use StringRef API.
2009-10-17 Daniel DunbarSimplify.
2009-10-17 Daniel DunbarUse raw_ostream for formatting integers, and use Identi...
2009-10-17 Ted KremenekMinor cleanup: move typedef out of anonymous namespace...
2009-10-17 Douglas GregorWrite the preprocessor block after we write out types...
2009-10-17 Daniel DunbarSuppress -Asserts warning.
2009-10-17 Daniel DunbarRemove a FIXME that doesn't belong, there are numerous...
2009-10-17 Daniel DunbarSimplify (move guard to caller instead of callee).
2009-10-17 Zhongxing XuPer discussion with Ted, the 'FromSuper'/'FromSub'...
2009-10-17 Ted KremenekFix another static analyzer crash due to a corner case...
2009-10-17 Zhongxing XuActually all regions whose super region is not MemSpace...
2009-10-17 Ted KremenekFix compiler warning: "ISO C90 forbids mixed declaratio...
2009-10-17 Ted KremenekFix warning: 'warning: C++ style comments are not allow...
2009-10-17 Ted KremenekResolve FIXME: delete the 'Program' object in the destr...
2009-10-17 Daniel DunbarDon't crash when dumping pretty stack traces, if the...
2009-10-17 Chris LattnerFix PR5211: codegen shouldn't assume that the result...
2009-10-17 Daniel DunbarSimplify.
2009-10-17 Daniel DunbarAdd IdentiferInfo::getNameStr() -> StringRef.
2009-10-17 Daniel DunbarFix sentence-o.
2009-10-17 Daniel DunbarAdd Ubuntu 9.04 C++ search path.
2009-10-17 Ted KremenekAdd 'UseBumpPtrAllocator' flag to ASTUnit::LoadFromPCHF...
2009-10-17 Douglas GregorMerge the "types" and "declarations" blocks in the...
2009-10-16 Fariborz JahanianPatch to clean up and improve visual display of
2009-10-16 Douglas GregorWhile writing source-location entries to a PCH file...
2009-10-16 John McCallAllow TypeLocs to be fully initialized with a single...
2009-10-16 Fariborz JahanianUse VisibleQuals to control setting of Volatile/Restric...
2009-10-16 John McCallFactor out routines to encode/decode DeclaratorInfos...
2009-10-16 John McCallAdd an accessor to extra the type directly from a Decla...
2009-10-16 Douglas GregorMake CIndex and c-index-test a little bit more robust...
2009-10-16 Ted KremenekFix static analyzer crash due to recently add symbolic...
2009-10-16 Ted KremenekProvide 'static' version of BinaryOperator::isShiftOp().
2009-10-16 Douglas GregorKeep track of whether declararions were loaded from...
2009-10-16 Edward O'Callaghandynamic linker arg is incorrectly invoking gnu ld arg...
2009-10-16 Fariborz JahanianImplement derived-to-base AST/code gen. There is a
2009-10-16 Douglas GregorAdd support for a chain of stat caches in the FileManag...
2009-10-16 Chris LattnerImplement PR4407 - missing warnings on case value overflow,
2009-10-16 Nuno Lopesignore 'using' directive in CodeGenFunction::EmitDecl...
2009-10-16 Nuno Lopesfix -ansi in c++: it means -std=c++98
2009-10-16 Anders CarlssonAdd CK_VectorSplat and use it for casting non-pointer...
2009-10-16 Anders CarlssonMake CheckVectorCast return a CastKind. Reduce nesting...
2009-10-16 Anders CarlssonAdd a ToVoid cast kind and start using it.
next