]> granicus.if.org Git - clang/shortlog
clang
2010-04-22 Daniel DunbarIRgen: Fix case where we might generate an access compo...
2010-04-22 Douglas GregorWhen checking whether to diagnose an initialized "exter...
2010-04-22 Douglas GregorRecord nested-name-specifiers of when we create
2010-04-22 Anders CarlssonRe-land the patch that merges two diagnostics into...
2010-04-22 John McCallNeuter this testcase a little. The way LLVM writes...
2010-04-22 Daniel DunbarSuppress compiler warning.
2010-04-22 Daniel DunbarIRgen: Set alignment correctly on bit-field accesses.
2010-04-22 Daniel DunbarIRgen: Rewrite bit-field access policy to not access...
2010-04-22 Daniel DunbarIRgen: Fix CGRecordLayout::print to print the bit-field...
2010-04-22 Daniel DunbarRevert "Unify two diagnostics into one.", it breaks...
2010-04-22 Anders CarlssonUnify two diagnostics into one.
2010-04-22 John McCallCall PerformCopyInitialization to properly initialize...
2010-04-22 Douglas GregorWhenever we complain about a failed initialization...
2010-04-21 Anders CarlssonRemove an unused declaration.
2010-04-21 Dan GohmanWhen computing the alignof value for a vector type...
2010-04-21 Douglas GregorSwitch the initialization of Objective-C message parame...
2010-04-21 Devang PatelEncode field accessibility.
2010-04-21 Douglas GregorImplement parsing for message sends in Objective-C...
2010-04-21 Douglas GregorMigrate the responsibility for turning the receiver...
2010-04-21 Anders CarlssonDiagnose access to fields with private constructors.
2010-04-21 Douglas GregorEliminate unused code in Sema::ActOnSuperMessage and...
2010-04-21 Douglas GregorRework the Parser-Sema interaction for Objective-C...
2010-04-21 Anders CarlssonKeep tack of whether a base in an InitializedEntity...
2010-04-21 Daniel DunbarABI/x86-32 & x86-64: Alignment on 'byval' must be set...
2010-04-21 Daniel DunbarConvert test to FileCheck.
2010-04-21 Daniel DunbarConvert test to FileCheck.
2010-04-21 Daniel DunbarIRgen/x86-32: Factor out getIndirectResult(), to match...
2010-04-21 Daniel DunbarIRgen: Add checking that the LLVM and AST record layout...
2010-04-21 Fariborz JahanianImprove on source location of diagnostic when default
2010-04-21 Anders CarlssonPass the InitializedEntity to Sema::CheckConstructorAcc...
2010-04-21 Anders CarlssonComment out an assert for now.
2010-04-21 Fariborz JahanianFix typo.
2010-04-21 Benjamin KramerAdd more const to ConstExprIterator.
2010-04-21 John McCallI failed to notice that my last patch wasn't doing...
2010-04-21 John McCallTeach EmitBlock to put the target block immediately...
2010-04-21 John McCallMiscellaneous codegen cleanups. Mostly, don't create...
2010-04-21 Zhongxing XuCXXNamedCastExpr is actually an abstract expression.
2010-04-21 Douglas GregorSink the _GNU_SOURCE definition down into the target...
2010-04-21 Douglas GregorReword the note we emit when suppressing template insta...
2010-04-21 Zhongxing XuThe second check point in the old test case was invalid.
2010-04-21 John McCallUse const_cast instead of a C cast. Safer, plus it...
2010-04-21 Zhongxing XuUse the right predecessor.
2010-04-21 Zhongxing XuAdd initial support for C++ delete expr.
2010-04-21 Douglas GregorOverhaul the AST representation of Objective-C message...
2010-04-20 Anders CarlssonRemove an unused parameter from isImplicitlyDefined.
2010-04-20 John ThompsonFix comment to reflect recent code change.
2010-04-20 Ted KremenekFix USRs for 'extern' variables declaration in function...
2010-04-20 Ted KremenekSpecify linkage for Objective-C declarations.
2010-04-20 Anders CarlssonFactor some common code out into a separate function.
2010-04-20 Fariborz JahanianFixes a code gen. bug by removing an assert.
2010-04-20 Chris Lattnerfix the ?: fixit that ted added to recover properly.
2010-04-20 Ted KremenekFix crash on invalid code where a @throw statement...
2010-04-20 Chris Lattnerchange FullSourceLoc to have a *const* SourceManager...
2010-04-20 Chris Lattnerpush some source location information down through...
2010-04-20 Fariborz JahanianPatch to support transparent_union types on
2010-04-20 Chris Lattnerenhance sourcemgr to detect various UTF BOM's and emit...
2010-04-20 Anders CarlssonBack out r101911 and see if it makes the bots happy.
2010-04-20 Benjamin KramerRemove dead code.
2010-04-20 Daniel DunbarIRgen: Always use i8 arrays to access union bit-fields...
2010-04-20 Chris Lattnerremove some extraneous qualifiers.
2010-04-20 Anders CarlssonFix a bug which triggered the assertion I added yesterd...
2010-04-20 Anders CarlssonMove code to apply a non-virtual and virtual offset...
2010-04-20 Douglas GregorKeep proper source location information for the type...
2010-04-20 Benjamin KramerTip of the day: save before commit.
2010-04-20 Benjamin KramerFix -Wcast-qual warnings.
2010-04-20 Douglas GregorIntroduce a limit on the depth of the template instanti...
2010-04-20 Zhongxing XuAdd test cases.
2010-04-20 Chris Lattnerdon't slap noalias attribute on stret result arguments.
2010-04-20 Zhongxing XuReplace code with a method call. No functionality change.
2010-04-20 Anders CarlssonPass the nearest virtual base decl to InitializeVTableP...
2010-04-20 Chris Lattnerreapply john's patch, he broke mainline again by changi...
2010-04-20 Anders CarlssonAssert that the path from the derived to the base class...
2010-04-20 John ThompsonAltivec vector literal initializer count mismatch error...
2010-04-20 Zhongxing XuUse GetState() to get the possible cleaned state.
2010-04-20 Chris Lattnergrr, lit only hates me, not the rest of the world.
2010-04-20 Chris Lattnerrevert r101863, whcih is causing Sema/altivec-init...
2010-04-20 John ThompsonAltivec vector literal initializer count mismatch error...
2010-04-20 Zhongxing XuImprove handling of CXXNewExpr.
2010-04-20 John McCallRestore r101841 without modification. Also mark 'opera...
2010-04-20 John McCallRevert r101841 and follow-up.
2010-04-20 Chris Lattneradd __builtin_[r]index. Perhaps all LIBBUILTIN's shoul...
2010-04-20 John McCallUse __SIZE_TYPE__ as suggested by dgregor.
2010-04-20 John McCallDon't bother looking for (or diagnosing problems with...
2010-04-19 Douglas GregorDo not diagnose unused-parameter errors in template...
2010-04-19 Douglas GregorKeep track of the actual storage specifier written...
2010-04-19 Douglas GregorOnly suppress the "extern variable has an initializer...
2010-04-19 Douglas GregorDisable the "'extern' variable has an initializer"...
2010-04-19 Daniel DunbarAST: Dump ASTRecordLayout objects when they are created...
2010-04-19 Daniel DunbarIRgen: Kill unused function and move the type match...
2010-04-19 Chris Lattneradd a PPCallback handler for a skipped #include, patch by
2010-04-19 Douglas GregorWhen normal name lookup to disambiguiate an Objective...
2010-04-19 Douglas GregorMore tests for Objective-C-related name lookup weirdnes...
2010-04-19 Eric ChristopherAdd a testcase for PR6501 (too many/too few arguments...
2010-04-19 Fariborz JahanianCheck for darwin befoer cheking for version.
2010-04-19 Fariborz JahanianMake this test darwin10 specific.
2010-04-19 Eric ChristopherTemporarily XFAIL this test on windows.
2010-04-19 Eric ChristopherRemove the argument number from the constant integer...
2010-04-19 Fariborz JahanianSome renaming of methods, fixes typo
2010-04-19 Douglas GregorWhen searching for code-completion and typo-correction...
2010-04-19 Fariborz JahanianForce clang to produce legacy api for messaging
next