]> granicus.if.org Git - clang/shortlog
clang
2009-09-12 Daniel DunbarChange CodeGenModule::ConstructTypeAttributes to return...
2009-09-12 Douglas GregorRemove unnecessary ASTContext parameter from FunctionDe...
2009-09-12 Douglas GregorRemove unnecessary ASTContext parameters from isMain...
2009-09-12 Douglas GregorEliminate FunctionDecl::getBodyIfAvailable
2009-09-12 Anders CarlssonFix a crash when generating vtables that contain destru...
2009-09-11 Mike StumpAdd basic covariant thunk generation support. WIP.
2009-09-11 Douglas GregorWhen performing name lookup within a class template...
2009-09-11 Fariborz JahanianNo need to build the visible conversionfunction list...
2009-09-11 Daniel DunbarSet the calling convention based on the CGFunctionInfo.
2009-09-11 Daniel DunbarAdd CallingConvention argument to CGFunctionInfo.
2009-09-11 Ted KremenekIntroduce "DefinedOrUnknownSVal" into the SVal class...
2009-09-11 Fariborz JahanianPatch to build visible conversion function list lazily...
2009-09-11 Douglas GregorSlight improvement for extern templates, so that an...
2009-09-11 John McCallAlter Action's friend interface to prepare for template...
2009-09-11 Daniel DunbarFix use of uninitialized, David please check.
2009-09-11 Douglas GregorImprove testing for extern temp templates, slightly...
2009-09-11 Douglas GregorTweak the semantics of FunctionDecl::isOutOfLine to...
2009-09-11 Sam WeinigAdd test for dependent PredefinedExprs.
2009-09-11 Fariborz JahanianUndid my yesterday patch which is not needed with an...
2009-09-11 Douglas GregorCleanup and test C++ default arguments. Improvements...
2009-09-11 Anders CarlssonJust ignore friend templates for now so we won't crash.
2009-09-11 Fariborz JahanianFixes a regression in objc GC layout bitmap involving
2009-09-11 Benjamin KramerUpdate CMakeLists.
2009-09-11 John McCallTrack a class template specialization's point of instan...
2009-09-11 John McCallWhen stringizing a NamedDecl for a diagnostic, treat...
2009-09-11 Daniel DunbarUpdate prototype.
2009-09-11 Anders CarlssonFix PR4878 for real.
2009-09-11 John McCallSupport elaborated dependent types and diagnose tag...
2009-09-11 Zhongxing XuStart to add a new transfer function that inlines calle...
2009-09-11 Sam WeinigTest commit
2009-09-11 Anders CarlssonInstantiate PredefinedExprs correctly. Patch by Sam...
2009-09-11 Daniel DunbarSwizzle the target triple based on -mthumb, and update...
2009-09-11 Dan GohmanUpdate this test to expect the "inbounds" keyword,...
2009-09-11 Douglas GregorDiagnose VLAs as an error in C++.
2009-09-11 Steve NaroffMake sure ObjCInterfaceDecl's that are forward declared...
2009-09-11 Anders CarlssonPass the GlobalDecl to getMangledName, fixes PR4890.
2009-09-11 Anders CarlssonPass GlobalDecls to GenerateCode and StartFunction.
2009-09-10 Anders CarlssonGlobalDecl doesn't have an explicit constructor anymore.
2009-09-10 Anders CarlssonAdd stricter GlobalDecl constructors.
2009-09-10 Fariborz JahanianFix a regression where write-barrier was not being...
2009-09-10 Douglas GregorEliminate some "default"s in CheckICE.
2009-09-10 Anders CarlssonLook for overloaded arrow operators in base classes.
2009-09-10 Daniel DunbarTeach LIT2 how to run Clang tests in the objdir for...
2009-09-10 Daniel DunbarInitial handling of -m{soft-float,hard-float,float...
2009-09-10 Daniel DunbarMove X86 handling of -m[no-]soft-float and -m[no-]red...
2009-09-10 Daniel DunbarChange getLLVMArchNameForARM to just get the suffix.
2009-09-10 Fariborz JahanianPatch to collect conversion methods in base(s) and...
2009-09-10 Fariborz JahanianNon fragile ABI for GNU runtime. Patch bu David Chisnall.
2009-09-10 Anders CarlssonDon't check use of a member function declaration used...
2009-09-10 Douglas Gregorstatic_cast, reinterpret_cast, and const_cast can all...
2009-09-10 Douglas GregorWhen performing unqualified name lookup into a DeclCont...
2009-09-10 Fariborz JahanianGet the size of object to pass to objc_memmove_collecta...
2009-09-10 Nuno Lopesset svn:ignore
2009-09-10 Daniel DunbarAdd code to mangle the triple for LLVM on ARM.
2009-09-10 Zhongxing XuMake AnalysisManager stateless. Now other analyzer...
2009-09-10 Daniel DunbarDon't pass -fno-builtin-str{cat,cpy} to clang-cc, I...
2009-09-10 Daniel DunbarARM: Pass -mcpu to clang-cc based on -march= and -mcpu=.
2009-09-10 Daniel DunbarDon't substitute prcontext.
2009-09-10 Daniel DunbarImplement Darwin/ARM behavior for defaulting to -fno...
2009-09-10 Anders CarlssonMake the forwarding member of block byref structs be...
2009-09-10 Daniel DunbarAdd a check that -static is not used with -dynamic...
2009-09-10 Daniel DunbarFactor out CheckPreprocessing options to share between...
2009-09-10 Daniel DunbarRecognize and ignore -Woverloaded-virtual.
2009-09-10 Daniel DunbarFix dependencies for DiagnosticGroups.td.
2009-09-10 Douglas GregorWhen re-entering a template scope, we may be entering...
2009-09-09 Douglas GregorDon't bother to perform any initialization for a variab...
2009-09-09 Douglas GregorFor a C++ delete expression where the operand is of...
2009-09-09 Anders CarlssonUse the right GlobalDecl type for destructors.
2009-09-09 Douglas GregorImprove handling of initialization by constructor,...
2009-09-09 Daniel DunbarImprove Darwin argument translation to match what the...
2009-09-09 Daniel DunbarMove Clang X86 cpu/feature argument translation into...
2009-09-09 Daniel DunbarChange Get{File,Program}Path to return an std::string...
2009-09-09 Daniel DunbarRemove gratuitous use of c_str().
2009-09-09 Daniel DunbarUse Twine concatenation instead of llvm::format.
2009-09-09 Daniel DunbarSimplify.
2009-09-09 Daniel DunbarStringRefize ArgList construction of ArgStrings.
2009-09-09 Daniel DunbarSuppress build warning.
2009-09-09 Anders CarlssonIf a cast expression needs either a conversion function...
2009-09-09 Ted KremenekImplement: <rdar://problem/7185647> [RegionStore]...
2009-09-09 Fariborz JahanianStatus update related to code gen for type conversion
2009-09-09 Daniel DunbarUse AddDarwinArch for passing arch name to assembler.
2009-09-09 Daniel DunbarAdd DarwinTool base class for all Darwin tools, and...
2009-09-09 Daniel DunbarPush bound architecture name into TranslateArgs.
2009-09-09 Daniel DunbarPush bound architecture name into Compilation::getArgsF...
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-09-09 Mike StumpRemove tab characters.
2009-09-09 Mike StumpReflow comments and some minor whitespace fixups.
2009-09-09 Douglas GregorFix a thinko
2009-09-09 Anders CarlssonMake BuildByRefType take a ValueDecl instead of a QualT...
2009-09-09 Douglas GregorAllow a declaration of an array to complete a prior...
2009-09-09 Douglas GregorInitial stab at implement dependent member references...
2009-09-08 Fariborz JahanianMore objc GC's API work for array of pointers declared
2009-09-08 Daniel DunbarChange Darwin toolchain lookup to use llvm::Triple.
2009-09-08 Daniel DunbarValidate arguments to -arch.
2009-09-08 Daniel DunbarRename HostInfo::getToolChain to HostInfo::CreateToolCh...
2009-09-08 Daniel DunbarDelete trailing whitespace.
2009-09-08 Daniel DunbarSimplify.
2009-09-08 Daniel DunbarFix ShouldUseClangCompiler to use llvm::Triple.
2009-09-08 Daniel DunbarTweak & reflow comments, and delete trailing whitespace.
2009-09-08 Douglas GregorMake sure to access APValue's data via a char array...
next