]> granicus.if.org Git - clang/shortlog
clang
2009-10-19 Fariborz JahanianAdd the built-in candidate set reduction hueristic
2009-10-19 Ted KremenekRe-order includes so that the logic involving '#ifdef...
2009-10-19 Fariborz JahanianCopy conversion of an expression to its base class
2009-10-19 Anders CarlssonHandle emitting the assignment operator when the lhs...
2009-10-19 Anders CarlssonSet the cast kind to CK_NoOp for C-style casts that...
2009-10-19 Steve NaroffMove Diagnostic/DiagClient/FileManager from Indexer...
2009-10-19 Steve NaroffChange indenting for case/compound statements to confor...
2009-10-19 Benjamin KramerCIndex: make variable non-static to avoid potential...
2009-10-19 Daniel DunbarWorkaround a bug exposed by the FileCheckify of message...
2009-10-19 Edward O'CallaghanAuroraUX toolchain should call GNU assembler not the...
2009-10-19 Chris Lattnerconvert this to FileCheck, PR5232
2009-10-19 Daniel DunbarAvoid std::string concatenation.
2009-10-19 Daniel DunbarUpdate NamedDecl::getName() to work for empty names.
2009-10-19 Daniel DunbarTwinify CodeGenFunction::CreateTempAlloca
2009-10-19 Daniel DunbarAdd ObjCImplementationDecl::getName() for consistency...
2009-10-19 Daniel DunbarAdd FIXME calling for rename of NamedDecl::getNameAsString.
2009-10-19 Daniel DunbarSuppress build warning.
2009-10-18 Anders CarlssonWhen binding a reference to a temporary, it's important...
2009-10-18 Anders CarlssonFix tyop noticed by Sean Hunt.
2009-10-18 Anders CarlssonWhen building a cast argument, make sure to bind the...
2009-10-18 Daniel DunbarPR5218: Replace IdentifierInfo::getName with StringRef...
2009-10-18 Anders CarlssonConvert temporaries.cpp to using FileCheck.
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.
next