]> granicus.if.org Git - clang/shortlog
clang
2009-04-01 Douglas GregorGive Type::getDesugaredType a "for-display" mode that...
2009-04-01 Daniel DunbarAdd cocoa-pth.c test case, this got lost in shuffling...
2009-04-01 Ted KremenekRe-enable PTH testing for cocoa.h and carbon.h. This...
2009-04-01 Steve NaroffMore "prep" work for handling UTF16 CFString.
2009-04-01 Steve NaroffProcessUCNEscape(): Incorportate some feedback from...
2009-04-01 Daniel Dunbarx86-32 Darwin ABI: Handle small structures correctly.
2009-04-01 Daniel Dunbarx86-32 Darwin ABI: Single element arrays can be part...
2009-04-01 Ted KremenekFix: <rdar://problem/6740387>. Sending nil to an object...
2009-04-01 Chris Lattnerremove ASTContext::buildObjCInterfaceType, which breaks...
2009-04-01 Ted Kremenek- Changed PathDiagnosticPiece::getLocation() to return...
2009-04-01 Daniel Dunbarx86-32 Darwin ABI: Handle direct return of vectors.
2009-04-01 Zhongxing XuUpdate docs.
2009-04-01 Zhongxing XuAdjust doc format.
2009-04-01 Daniel DunbarPull clang-cc code for generating PTH files based on...
2009-04-01 Zhongxing Xuupdate docs.
2009-04-01 Daniel DunbarFix a subtle bug where the cleanup scope entries had...
2009-04-01 Ted KremenekCFG: For 'if(...) {}' (empty body) construct an empty...
2009-04-01 Daniel DunbarRemove a FIXME, use -emit-pth to drive PTH generation.
2009-04-01 Zhongxing XuUpdate docs.
2009-04-01 Daniel DunbarTweak/cleanup darwin::Link a bit, add several FIXMES...
2009-04-01 Eli FriedmanFix pascal string support; testcase from mailing list...
2009-04-01 Eli FriedmanFollow gcc's example and warn by default on unknown...
2009-04-01 Eli FriedmanFix test failure on Linux by forcing the triple to...
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.
next