]> granicus.if.org Git - clang/shortlog
clang
2010-05-03 Benjamin KramerReplace a char*/size pair with stringref.
2010-05-03 Anders CarlssonSimplify.
2010-05-03 Anders CarlssonDon't copy or initialize empty classes. Fixes PR7012.
2010-05-03 Anders CarlssonStore the entire base subobject in SubVTTIndices.
2010-05-03 Anders CarlssonRemove OldGetAddressOfBaseClass - bye bye ambiguities.
2010-05-03 Anders CarlssonGet rid of the last caller of OldGetAddressOfBaseClass.
2010-05-03 Anders CarlssonMore work towards getting rid of OldGetAddressOfBaseClass.
2010-05-02 Anders CarlssonGet rid of a call to GetAddressOfDirectBaseInCompleteClass.
2010-05-02 Anders CarlssonHave getSubVTTIndex take a BaseSubobject instead of...
2010-05-02 Anders CarlssonChange CXXConstructExpr::Create to take a ConstructionKind.
2010-05-02 Anders CarlssonPass ForVirtualBase all the way to GetVTTParameter.
2010-05-02 Anders CarlssonAdd the same 'ForVirtualBase' parameter to EmitCXXDestr...
2010-05-02 Anders CarlssonRevert my last change and add a 'ForVirtualBase' parame...
2010-05-02 Anders CarlssonPass the construction kind down to EmitCXXConstructorCall.
2010-05-02 Anders CarlssonAdd an enum to CXXConstructExpr so we can determine...
2010-05-02 Anders CarlssonRemove another unused function.
2010-05-02 Anders CarlssonRemove an unused function.
2010-05-02 Benjamin KramerCodeGen: Shrink RValue. 4 words -> 2 words.
2010-05-02 David ChisnallAs per Chris' request, return the Instruction from...
2010-05-01 Douglas GregorComplete reimplementation of the synthesis for implicit...
2010-05-01 Chris Lattnerfix a broken link, diagnostickinds.td was fissioned.
2010-05-01 Anders CarlssonSimplify EmitCopyCtorCall.
2010-05-01 Anders CarlssonSimplify EmitClassAggrMemberwiseCopy.
2010-05-01 Douglas GregorBump default template instantiation depth to 1024,...
2010-05-01 Anders CarlssonClean up EmitClassMemberwiseCopy further.
2010-05-01 Anders CarlssonGet rid of a parameter from EmitClassMemberwiseCopy.
2010-05-01 Anders CarlssonWhen defining implicit copy constructors, use SetBaseOr...
2010-05-01 Douglas GregorAdded an RAII object that helps set up/tear down the...
2010-05-01 David ChisnallAttach message send metadata to the lookup as well...
2010-05-01 David ChisnallMake super message lookups cacheable (GNUstep Runtime)
2010-05-01 David ChisnallTweaked EmitCall() to permit the caller to provide...
2010-05-01 Benjamin KramerRemove empty directory.
2010-05-01 Chris Lattnerwith recent optimizer changes, these all get devirtualized.
2010-05-01 John McCallIt turns out that basically every caller to RequireComp...
2010-05-01 Daniel DunbarFix NON_ANSI_COMPILE_FLAGS setting, for MSVC.
2010-04-30 Ted KremenekAdd null check in CFGBuilder::VisitStmt() to make CFG...
2010-04-30 Daniel DunbarRename 'CIndex' to 'libclang', since it has basically...
2010-04-30 Ted KremenekDon't perform AnalysisBasedWarnings in Sema or run...
2010-04-30 Douglas GregorAfter substituting a template argument for a non-type...
2010-04-30 John McCallWhen synthesizing Objective C records, give the synthet...
2010-04-30 Douglas GregorFix a thinko that caused us not to compute __builtin_of...
2010-04-30 Douglas GregorTeach clang_getLocation() to cope with a NULL file...
2010-04-30 Anders CarlssonRemove an unnecessary parameter from EmitClassCopyAssig...
2010-04-30 Douglas GregorClean up our handling of local instantiation scopes...
2010-04-30 Daniel DunbarMove include installation steps to better location...
2010-04-30 David ChisnallFixed incorrect type of alloca (GNU runtime).
2010-04-30 Abramo BagnaraAdd calling convention related attributes to related...
2010-04-30 Abramo BagnaraAttribute noreturn is now put in declaration attributes...
2010-04-30 John McCallAn edge from a call expression to the exit block is...
2010-04-30 Douglas GregorFix ADL for types declared in transparent decls, from...
2010-04-30 Douglas GregorIntroduce a sequence number into class template partial
2010-04-30 John McCallAccount for the VTT argument when making an implicit...
2010-04-30 Douglas GregorWhen we start the definition of a class template, set the
2010-04-30 Zhongxing XuRemove unused trait.
2010-04-30 Zhongxing XuRefactor the AnalysisConsumer to analyze functions...
2010-04-30 John McCallFix a tentative-parse error with unqualified template...
2010-04-30 Douglas GregorFix pasto in this test
2010-04-30 Douglas GregorAdd Clang version inspection macros. Fixes PR6681.
2010-04-30 John McCallFix -fno-rtti -fexceptions by forcing the emission...
2010-04-30 Nate Begemanlogical ops, unary ops, pairwise ops
2010-04-30 John McCallTeach EHCleanupBlock to deal appropriately with the...
2010-04-30 Anders CarlssonGet the base class addresses before calling EmitClassCo...
2010-04-29 Anders CarlssonRemove an unnecessary argument to EmitClassCopyAssignment.
2010-04-29 John McCallRebuild the nested name specifiers in member-pointer...
2010-04-29 Nate BegemanComparisons.
2010-04-29 Ted KremenekDo not enable '-analyze-check-security-syntactic' by...
2010-04-29 Douglas GregorWhen determining a standard conversion sequence involve...
2010-04-29 Fariborz JahanianProperties cannot be synthesized by-dafult in
2010-04-29 Devang PatelUse clang::VarDecl name instead of llvm::GlobalVariable...
2010-04-29 Ted KremenekAdd USR support for 'static inline' functions (which...
2010-04-29 Ted KremenekRemove USRGenerator::VisitBlockDecl(). We don't need...
2010-04-29 Ted KremenekAdd test case for __has_feature(objc_weak_class).
2010-04-29 Nate BegemanStart stamping out the __builtin_neon stuff.
2010-04-29 Ted KremenekAdd FunctionDecl::isVariadic() to match BlockDecl:...
2010-04-29 Ted KremenekRename BlockDecl::IsVariadic() to BlockDecl::isVariadic...
2010-04-29 Daniel DunbarIRgen/NeXT: Put the synthesized _objc_super, _message_r...
2010-04-29 Daniel DunbarRemove a FIXME that is unlikely to be fixed (streaming...
2010-04-29 Daniel DunbarFrontend: Tie backend verification passes to CodeGenOpt...
2010-04-29 Ted KremenekBump Clang version number.
2010-04-29 Douglas GregorWhen performing partial ordering of class template...
2010-04-29 Douglas GregorFor template argument deduction from class template...
2010-04-29 Mon P WangA not equal for an unordered relation should return...
2010-04-29 Douglas GregorIt turns out that we *can* end up having to display...
2010-04-29 Ted KremenekAdd '__has_feature' support for weak ObjC classes.
2010-04-29 Ted KremenekSort '__has_feature' cases. No functionality change.
2010-04-29 John McCallTest case for r102578.
2010-04-29 John McCallAccess-check during template argument deduction from...
2010-04-29 Ted KremenekFix CFG crasher involving statement expressions reporte...
2010-04-29 John McCallProperly switch into the declaring scope of a template...
2010-04-29 Douglas GregorTeach __builtin_offsetof to compute the offsets of...
2010-04-28 Daniel Dunbarbuild: Add CLANG_NO_RUNTIME build variable, which disab...
2010-04-28 Daniel DunbarDriver: Add support for -fobjc-abi-version=.
2010-04-28 Sean HuntEnsure that cv-qualifiers are correctly removed for...
2010-04-28 Douglas GregorFix template instantiation for __builtin_offfsetof...
2010-04-28 Nate BegemanA bit more neon work, adds work (but the ABI is wrong...
2010-04-28 Douglas GregorDiagnose __builtin_offsetof expressions that refer...
2010-04-28 Fariborz JahanianSupport for construct/destruct of ivar array
2010-04-28 Douglas GregorCompletely reimplement __builtin_offsetof, based on...
2010-04-28 Fariborz JahanianIRGen for initialization/destruction of
2010-04-28 Chris Lattneradd regex support for -verify mode. You can now do...
next