]> granicus.if.org Git - clang/shortlog
clang
2009-03-31 Daniel DunbarDriver: Implement basic --help text.
2009-03-31 Daniel DunbarDriver: Add OptTable::getOptionKind.
2009-03-31 Daniel DunbarDriver: Forward -Wp, and -Xpreprocessor arguments to...
2009-03-31 Ted KremenekAllow two codepaths for PathDiagnostic generation....
2009-03-31 Douglas GregorSome cleanup and renaming. No functionality change
2009-03-31 Daniel DunbarDriver: Add extra parameters for help text to option...
2009-03-31 Daniel DunbarAdd two FIXMEs
2009-03-31 Douglas GregorImprove the dependent nested-name-specifier test a bit
2009-03-31 Daniel Dunbarx86_32 Darwin ABI: Treat empty unions like empty struct...
2009-03-31 Ted KremenekRename clang.[cpp,h] to clang-cc.[cpp,h] to reflect...
2009-03-31 Ted KremenekUpdate VS project.
2009-03-31 Douglas GregorImplement template instantiation for template names...
2009-03-31 Fariborz JahanianPatch to fix proptocol reference ir-gen for GNU runtime.
2009-03-31 Fariborz Jahanianir-gen support for nonfragile abi's synthesized ivars.
2009-03-31 Daniel DunbarDriver: Call 'as' directly on FreeBSD.
2009-03-31 Daniel Dunbar(LLVM up) Update to use llvm::sys::getHostTriple().
2009-03-31 Steve NaroffAdd -Wdeprecated-declarations to driver and add a test...
2009-03-31 Anders CarlssonWe fully support namespace aliases now.
2009-03-31 Fariborz JahanianMore toward nonfragile abi's synthesized ivars.
2009-03-31 Steve NaroffSome "prep" work for handling ObjC @-string constants...
2009-03-31 Douglas GregorImplement -Wmissing-prototypes. Fixes PR3911.
2009-03-31 Steve NaroffAdd support for -Wdeprecated-declarations.
2009-03-31 Steve NaroffIncorporate feedback from Eli.
2009-03-31 Chris LattnerFix a problem in ASTContext::addRecordToClass handling...
2009-03-31 Chris Lattnerremove a dead prototype
2009-03-31 Chris Lattnerremove the warning. We don't control what users do...
2009-03-31 Chris Lattnerdisable copying of Type objects.
2009-03-31 Chris Lattnerdo not *copy* objc interface types, just use their...
2009-03-31 Chris Lattnerfill in temporary smallvectors instead of vectors for...
2009-03-31 Chris Lattnersimplify some casting
2009-03-31 Chris Lattnersmall cleanups.
2009-03-31 Chris Lattneradd a const version of the lookupFieldDeclForIvar method.
2009-03-31 Chris Lattnerreduce nesting.
2009-03-31 Chris LattnerCodegen sometimes crashes on comparisons that aren...
2009-03-31 Anders CarlssonCheck in test for namespace aliases+using directives.
2009-03-31 Anders CarlssonDocument NamespaceAliasDecl.
2009-03-31 Ted KremenekUpdate test case.
2009-03-31 Douglas GregorParsing and AST representation for dependent template...
2009-03-31 Fariborz Jahanianfe support for objc2's nonfragile-abi synthesized ivars.
2009-03-30 Steve NaroffImplement UCN support for C string literals (C99 6...
2009-03-30 Eli FriedmanSlight generalization for Evaluate with const variables.
2009-03-30 Douglas GregorImprove the representation of template names in the...
2009-03-30 Ted KremenekAdd partial CFG support for Objective-C exception-handl...
2009-03-30 Ted KremenekRe-apply 68028. The code had drifted enough that the...
2009-03-30 Daniel DunbarComment fix.
2009-03-30 Ted KremenekRevert 68028.
2009-03-30 Fariborz JahanianAdded new info to property impl. AST node to support
2009-03-30 Ted KremenekRemove dead code.
2009-03-30 Eli FriedmanImplement -Wno-pointer-sign.
2009-03-30 Daniel DunbarDriver: Sketch FreeBSD tool chain.
2009-03-30 Fariborz JahanianCode gen does not yet supports __asm__ on a variable
2009-03-30 Ted KremenekSimplify more code by using SVal::getAsSymbol().
2009-03-30 Ted KremenekSimplify more code by using SVal::getAsSymbol() instead of
2009-03-30 Ted KremenekConvert use of loc::SymbolVal and nonloc::SymbolVal...
2009-03-30 Ted KremenekAdd another uninitialized values test case illustrating...
2009-03-30 Douglas GregorRemove a trivial FIXME
2009-03-30 Daniel DunbarDriver: Unbreak ArgList::hasFlag.
2009-03-30 Fariborz JahanianUse CodeGenModule API for ObjC runtime function references.
2009-03-30 Daniel DunbarFix -MD with no -MT when -o is specified (and fix test...
2009-03-30 Ted KremenekAdd version of GRExprEngine::AddCheck that registered...
2009-03-30 Daniel DunbarSome very rough Driver documentation.
2009-03-30 Daniel DunbarMissed test case update (part of previous commit)
2009-03-30 Zhongxing XuMake SymbolicRegion untyped.
2009-03-30 Daniel DunbarDriver: Support -M and -MM.
2009-03-30 Zhongxing XuImplement a FIXME.
2009-03-30 Daniel DunbarImprove dependency file support.
2009-03-29 Sebastian RedlHopefully fix the rval regressions. Thanks to Chris...
2009-03-29 Daniel DunbarDriver: Track which original arguments an arg is derive...
2009-03-29 Daniel DunbarDriver: Add test case for darwin::Preprocess and darwin...
2009-03-29 Daniel DunbarDriver: Make sure to claim -### before emitting "unused...
2009-03-29 Daniel DunbarFix typo in diagnostic.
2009-03-29 Eli FriedmanFix the default for intptr_t on *BSD x86-32 and Windows...
2009-03-29 Daniel DunbarDriver: Finish porting Darwin::Preprocess and Compile...
2009-03-29 Chris Lattnerminor simplification
2009-03-29 Chris Lattnerhoist some code for handling objc foreach construct...
2009-03-29 Chris Lattnerhoist checks for ; and in out of ParseInitDeclaratorLis...
2009-03-29 Daniel DunbarDriver: Start porting Darwin::Preprocess and Compile...
2009-03-29 Chris LattnerPush DeclGroup much farther throughout the compiler...
2009-03-29 Chris LattnerDeclRefExpr refers to one decl, not all the declarators...
2009-03-29 Chris Lattnersimplify
2009-03-29 Sebastian RedlReintroduce r67870 (rval ref overloading), since I...
2009-03-29 Chris LattnerImplement PointerLikeTypeTraits for DeclGroupRef.
2009-03-29 Chris Lattnerreduce indentation with an early exit.
2009-03-29 Chris Lattnerremove unused #include
2009-03-29 Chris Lattnerswitch TemplateOrInstantiation to be a PointerUnion...
2009-03-29 Chris Lattnerchange another PointerIntPair into a PointerUnion.
2009-03-29 Chris Lattnerswitch DeclBase::DeclCtx to the new happy and type...
2009-03-29 Chris LattnerMake the ActionResult optimization work for non-void...
2009-03-29 Chris Lattnergenericize the ActionResult optimization for holding...
2009-03-29 Chris Lattnervarious cleanups
2009-03-29 Chris Lattneradjust to llvm mainline changes.
2009-03-29 Chris Lattnertighten this up, the decl *must* be a declcontext,...
2009-03-29 Chris Lattneradd fixme
2009-03-29 Ted KremenekUpdate checker build.
2009-03-29 Chris Lattneradd getNumLowBitsAvailable for OpaquePtr and QualType.
2009-03-29 Chris Lattnerfollow llvm mainline, where PointerLikeTypeInfo got...
2009-03-29 Ted Kremenekscan-build: Also look for clang-cc in ../libexec
2009-03-29 Eli FriedmanInitial implementation of ARM ABI. Mostly untested...
2009-03-29 Chris LattnerQualType can go in SmallPtrSet now, simplify code that...
2009-03-29 Chris Lattnerimplement the PointerLikeTypeInfo trait for QualType...
next