]> granicus.if.org Git - clang/shortlog
clang
2009-04-01 Eli FriedmanFlip diagnostic from Warning to ExtWarn so that it...
2009-04-01 Chris Lattnerfix the two xfails I added with a previous patch by...
2009-04-01 Chris Lattnermove trivial forwarding function inline.
2009-04-01 Chris Lattnertidy some code.
2009-04-01 Mike StumpFix block comparisons. Radar 6732116.
2009-04-01 Anders CarlssonImplement code generation of namespaces and add manglin...
2009-04-01 Chris Lattneradd support for the LONG_LONG_MIN/LONG_LONG_MAX/ULONG_L...
2009-04-01 Anders CarlssonFix a bug (that I thought I had fixed already) where...
2009-04-01 Douglas GregorParsing, semantic analysis, and template instantiation...
2009-04-01 Daniel DunbarTweak darwin::Assemble and add a FIXME.
2009-04-01 Ted KremenekAdd '-emit-pth' option to clang-cc as an alternate...
2009-04-01 Anders CarlssonFix a mangling bug where functions with no arguments...
2009-03-31 Daniel DunbarAdd Target hooks for IRgen of [cf]string literals.
2009-03-31 Ted KremenekMore code reshuffling. No functionality change.
2009-03-31 Chris LattnerChange UsedArray to be a vector of WeakVH to fix a...
2009-03-31 Chris Lattnerremove some obsolete comments, use an AssertingVH.
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
next