]> granicus.if.org Git - clang/shortlog
clang
2009-03-03 Steve NaroffFix <rdar://problem/6632061> [sema] non object types...
2009-03-03 Chris Lattnerimplement support for propagating *features* down to...
2009-03-03 Steve NaroffFix <rdar://problem/6640991> Exception handling execute...
2009-03-03 Ted KremenekDon't use std::auto_ptr with getSubRegionMap().
2009-03-03 Ted KremenekFix case where we should use dyn_cast instead of cast.
2009-03-03 Fariborz JahanianFixed an ir-gen bug in syntheszing a getter function
2009-03-03 Ted KremenekFix extra ';' bug noticed by Mike Stump.
2009-03-03 Daniel DunbarHush gcc.
2009-03-03 Anders CarlssonReturn 0 if the ConstExprEmitter can't handle an expres...
2009-03-03 Steve NaroffRemove old/incorrect warnings.
2009-03-03 Steve NaroffFix <rdar://problem/6497242> Inherited overridden proto...
2009-03-03 Steve NaroffFix <rdar://problem/6497608> clang does not catch ivar...
2009-03-03 Daniel DunbarDriver: Sketch Arg & ArgList classes.
2009-03-03 Eli FriedmanPR3691: Add support for complex modes. I also tossed...
2009-03-03 Daniel DunbarSketch Driver Option classes.
2009-03-03 Daniel DunbarSet svn:ignore on Output dir
2009-03-03 Eli FriedmanFix for PR3687: use the memory representation for boole...
2009-03-03 Douglas GregorImplement the basics of implicit instantiation of class...
2009-03-03 Ted KremenekTighten message bubble height.
2009-03-03 Ted KremenekImplement FIXME: GRStateManager::scanReachableSymbols...
2009-03-03 Ted KremenekUpdate checker build.
2009-03-03 Ted KremenekAdd StoreManager::getSubRegionMap(). This method retur...
2009-03-03 Fariborz JahanianCheck of ivar access access control.
2009-03-03 Steve NaroffFix <rdar://problem/6635908> crash on invalid
2009-03-03 Zhongxing XuAdd test case for pointer arithmetic.
2009-03-03 Chris Lattnerfix PR#
2009-03-02 Ted KremenekAdjust CSS to make message bubble numbers less gaudy.
2009-03-02 Ted KremenekResize message bubble back to original size.
2009-03-02 Ted KremenekAdjust HTML message bubbles to utilize information...
2009-03-02 Chris LattnerAdd plumbing to support programatically defining __SSE2...
2009-03-02 Chris Lattnerminor cleanups to target-specific #defines, no function...
2009-03-02 Chris Lattnerimprove compatibility with GCC 4.4, patch by Michel...
2009-03-02 Chris Lattnerstart wiring up support for target-specific -mfoo optio...
2009-03-02 Steve NaroffFix <rdar://problem/6636803> [sema] crash on InterfaceB...
2009-03-02 Fariborz JahanianDiagnose a variety of access of ivars when they conflic...
2009-03-02 Ted KremenekPlist diagnostics now include PathDiagnostPiece::Kind.
2009-03-02 Ted KremenekUpdate HTML diagnostics to honor the different between...
2009-03-02 Ted KremenekBugReporter: Construct path-related PathDiagnosticPiece...
2009-03-02 Ted KremenekUpdate Xcode project.
2009-03-02 Chris Lattnerfix PR2639
2009-03-02 Daniel DunbarStub out some structure for C++ driver.
2009-03-02 Anders Carlssoninline asm calls should be nounwind. Chris, please...
2009-03-02 Daniel DunbarFix name.
2009-03-02 Ted KremenekUpdate Xcode project.
2009-03-02 Ted KremenekAdd a 'kind' field to PathDiagnosticPieces.
2009-03-02 Ted KremenekFor now, do not output the 'DisplayHint' in plist files.
2009-03-02 Ted KremenekFor now, do not output the 'DisplayHint' in plist files.
2009-03-02 Fariborz JahanianFixed a typo.
2009-03-02 Fariborz JahanianCheck for duplicate declaration of method of a class
2009-03-02 Daniel DunbarNormalize .h guards.
2009-03-02 Daniel DunbarAttempt to make test more robust (fails for users who...
2009-03-02 Devang PatelEnable Objective-C interface debug info.
2009-03-02 Mike StumpFix cmake builds.
2009-03-02 Zhongxing Xuremove an implemented fixme.
2009-03-02 Zhongxing XuInitial support for pointer arithmetic. Only support...
2009-03-02 Daniel DunbarAvoid crash when child iterator gives null result.
2009-03-02 Daniel DunbarRename lib/Driver (etc) to lib/Frontend in prep for...
2009-03-02 Daniel DunbarABITestGen: Add v2i16 and v16f32 as default vector...
2009-03-02 Daniel DunbarFirst cut at zero-cost EH support.
2009-03-02 Daniel DunbarMake sure to invoke (not call) to objc_exception_throw...
2009-03-02 Daniel DunbarFix completely broken thinko in GetClassGlobal.
2009-03-02 Daniel DunbarDon't set nounwind on functions when in using the new...
2009-03-02 Daniel DunbarCleanup handling of function attributes in calls.
2009-03-02 Mike StumpPush checking down, also, give the user a hit as to...
2009-03-02 Douglas GregorRework the way we find locally-scoped external declarat...
2009-03-01 Anders CarlssonAdd BLOCK_HAS_DESCRIPTOR to global blocks.
2009-03-01 Mike StumpBe sure to mark blocks with no imports as being global.
2009-03-01 Chris Lattnersimplify some code.
2009-03-01 Steve NaroffFix <rdar://problem/6248764> parser rejects: bad receiv...
2009-03-01 Douglas GregorFix PR3509 by providing correct starting locations...
2009-03-01 Steve NaroffFix <rdar://problem/6619539> incompatible pointer types...
2009-03-01 Ted KremenekRename AnonTypedRegion to TypedViewRegion.
2009-03-01 Ted KremenekAdjust wording of bug names.
2009-03-01 Daniel DunbarObj-C non fragile ABI: Use GetClassGlobal in one more...
2009-03-01 Daniel DunbarObj-C non fragile ABI: Add GetInterfaceEHType for getti...
2009-03-01 Daniel DunbarNeXT: Unify code for creating a class global.
2009-03-01 Daniel DunbarObjCAtCatchStmt's ParamStmt is always a DeclStmt.
2009-03-01 Chris Lattnertestcase for mike's fix for PR3612
2009-03-01 Daniel DunbarThis test requires blocks.
2009-03-01 Anders CarlssonRemove debugging code.
2009-03-01 Anders CarlssonEmit errors about unsupported blocks features.
2009-03-01 Anders CarlssonInitialize NSConcreteStackBlock
2009-03-01 Anders CarlssonDo some blocks cleanup and simplification. Fix a crash...
2009-03-01 Chris Lattneradjust to changes in the mainline llvm .ll printer.
2009-03-01 Chris Lattner"This patch uses the new ObjCImplDecl class to merge...
2009-02-28 Anders CarlssonWhoops, actually remove the VLA/VM check in FinalizeDec...
2009-02-28 Anders CarlssonFix invalid VLAs/VMs in Sema::ActOnVariableDeclarator...
2009-02-28 Steve NaroffRemove PrevFunctionScope slot (it isn't needed)...use...
2009-02-28 Ted KremenekRevert 65707 (causes stack memory to be referenced...
2009-02-28 Fariborz JahanianObscure code gen bug related to sending
2009-02-28 Chris LattnerFix a crash in test/Parser/control-scope.c that testrun...
2009-02-28 Chris Lattnerremove static ctor.
2009-02-28 Chris Lattnerimprove compatibility with the VC++'08 C++ compiler...
2009-02-28 Chris Lattnerfix inverted conditional, rdar://6633188
2009-02-28 Chris Lattner"This patch addresses two FIXME on ObjCCategoryImplDecl:
2009-02-28 Chris Lattnerbrain thinking memcpy, fingers thinking memset :)
2009-02-28 Chris Lattnerafter going around in circles a few times, finally...
2009-02-28 Anders CarlssonTargetInfo::validateAsmConstraint now takes a reference...
2009-02-28 Steve NaroffMinor name change (move the ObjC prefix to a more appro...
2009-02-28 Steve NaroffFix <rdar://problem/6451399> problems with labels and...
next