]> granicus.if.org Git - clang/shortlog
clang
2008-05-15 Argyrios KyrtzidisComments fix.
2008-05-15 Nate BegemanHandle a couple missing builtins that will go away...
2008-05-14 Steve NaroffAdd some of GCC's object checking builtin's.
2008-05-14 Eli FriedmanUse double-underscores in front of all non-keywords...
2008-05-14 Ted KremenekDon't specify a -o option to clang when not using ...
2008-05-14 Ted KremenekFix variable misspelling.
2008-05-14 Ted KremenekDon't run clang on .s files.
2008-05-14 Eli FriedmanMake header use the new __builtin_shufflevector builtin.
2008-05-14 Ted KremenekAdded "-a" option to scan-build to select the analysis...
2008-05-14 Eli FriedmanImplementation of __builtin_shufflevector, a portable...
2008-05-14 Ted KremenekZero-pad the month and day fields in the output HTML...
2008-05-14 Argyrios KyrtzidisUpdate the clangSema VC++ project.
2008-05-14 Argyrios KyrtzidisChange CRLF line endings to LF.
2008-05-14 Argyrios KyrtzidisUpgrading VC++ projects to VC++ 2008.
2008-05-14 Eli FriedmanAn array of VLAs is a VLA. Shouldn't make any signific...
2008-05-13 Eli FriedmanAdd codegen support for block-level compound literals.
2008-05-13 Eli FriedmanAdd support for init lists for complex variables.
2008-05-13 Ted KremenekOutput #LINE for computing line counts.
2008-05-13 Ted KremenekUse "-i" option with make when ignoring errors.
2008-05-13 Nate BegemanRemove AST dependency on VMCore by switching ExtVectorE...
2008-05-13 Eli FriedmanBoth operands to && have to be scalars, not just one.
2008-05-13 Ted KremenekRe-enable the analyzer.
2008-05-13 Eli FriedmanDetabify.
2008-05-12 Ted KremenekPlace "-x" option before other analyzer options.
2008-05-12 Ted KremenekDirectly invoke gcc immediately instead of before we...
2008-05-12 Steve NaroffFix <rdar://problem/5924576> clang -fsyntax-only genera...
2008-05-12 Ted KremenekAdded internal command logging.
2008-05-12 Steve NaroffFix <rdar://problem/5928590> clang -fsyntax-only: ...
2008-05-12 Chris Lattnertestcase for PR2263, fixed by Nate's r50903 patch.
2008-05-12 Ted KremenekUnbreak build.
2008-05-12 Ted KremenekSupport StringLiteralVal when comparing LVal types.
2008-05-12 Ted KremenekGrammar cleanup in comment.
2008-05-12 Ted Kremenek80 col violation fix.
2008-05-12 Ted KremenekWhen reading in the DeclCtx during deserialization...
2008-05-12 Ted KremenekAdd Type::getAsTypedefType().
2008-05-12 Eli FriedmanEmit basic block for switch body; fixes PR2307.
2008-05-12 Eli FriedmanDon't try to take the address of a bitfield; fixes...
2008-05-10 Nuno Lopesfix free/delete mismatch problem in add/mergeProperties...
2008-05-10 Chris LattnerImplement -rewrite-macros, which is a crazy macro expan...
2008-05-09 Ted KremenekRename IsPointerType to LVal::IsLValType, and update...
2008-05-09 Argyrios Kyrtzidis-Implement proper name lookup for namespaces.
2008-05-09 Chris Lattnermake #if 0 code compile, even though it still isn't...
2008-05-09 Mon P WangAdded support to generate some atomic operators (add...
2008-05-09 Steve NaroffFix <rdar://problem/5924225> clang ObjC rewriter: objc_...
2008-05-09 Steve NaroffDO NOT pre-defined __OBJC2__. The __OBJC2__ macro shoul...
2008-05-09 Steve NaroffMore VC++ project file updates.
2008-05-09 Ted KremenekRemove repeated word.
2008-05-09 Ted KremenekAdd attribute "format" support for typedefs of function...
2008-05-09 Ted KremenekGrammar.
2008-05-09 Ted KremenekAdded text on librewrite and libanalysis to the README.
2008-05-09 Nate BegemanHandle all attributes on a parameter
2008-05-09 Nate BegemanExtend vector member references to include {.hi, .lo...
2008-05-09 Chris Lattnerset long/pointers to 64-bits on ppc64/x86-64
2008-05-09 Chris Lattnerparameterize pointer size/align better without doing...
2008-05-09 Chris Lattnersimplify some code, don't assume that sizeof(long)...
2008-05-09 Chris Lattnerparameterize long long.
2008-05-09 Chris Lattnercorrectly parameterize long, patch by Nate.
2008-05-09 Chris LattnerFix rdar://5921025 a crash on the included testcase.
2008-05-09 Chris LattnerDon't call into objc front-end when not parsing objc...
2008-05-08 Steve NaroffMake sure the prototype for objc_msgSend_fpret() return...
2008-05-08 Nate BegemanAdd the non-immediate-shift vector builtins
2008-05-08 Ted KremenekAdded initial support for supporting __NSString__ in...
2008-05-08 Ted KremenekUpdated Xcode project.
2008-05-08 Steve NaroffFix <rdar://problem/5879237> clang objc rewriter: ivars...
2008-05-08 Sanjiv GuptaAdded -g command line options to clang for generating...
2008-05-08 Sanjiv GuptaRemove the ending "." from clang options descriptions.
2008-05-08 Chris Lattnerstart implementation of a macro rewriter, this is curre...
2008-05-08 Chris LattnerAdd basic support for the pic-* target triples and...
2008-05-08 Chris LattnerThe awesome GNU "comma elision extension" works with...
2008-05-08 Chris LattnerFix rdar://5919567: assertion failure: split didn't...
2008-05-07 Devang PatelBegin handling union bitfields.
2008-05-07 Steve NaroffFix <rdar://problem/5887874> clang ObjC rewriter: Use...
2008-05-07 Ted KremenekAdded support for "drain".
2008-05-07 Fariborz JahanianSynthesized getter/setter method declarations need...
2008-05-07 Ted KremenekExpand the CF retain checker to allow the Create/Get...
2008-05-07 Ted KremenekFlip order of arguments to CStrInStrNoCase.
2008-05-07 Ted KremenekUse llvm::CStrInCStrNoCase instead of strcasestr, since...
2008-05-07 Fariborz JahanianThis patch introduces declaration of getter methods...
2008-05-07 Ted Kremenekcopy-paste: NS types are not typedefs.
2008-05-07 Steve NaroffFixup InitListExpr::child_begin/end. Thanks to Ted...
2008-05-07 Steve NaroffFix off-by-one error.
2008-05-07 Ted KremenekDo not treat **instance** methods "copyWithZone:" and...
2008-05-07 Douglas GregorDiagnose attempts to use C++ default arguments outside...
2008-05-07 Ted KremenekBe less promiscuous with generating summaries for ...
2008-05-07 Ted KremenekAdded auto-summary generation for createXXX, copyXXX...
2008-05-07 Steve NaroffFix <rdar://problem/5908598> clang ObjC rewriter: typo...
2008-05-06 Ted KremenekFix a few glitches in scan-build with automatically...
2008-05-06 Ted KremenekImprove HTMLDiagnostics by understanding the "Below...
2008-05-06 Steve NaroffFix <rdar://problem/5879237> clang objc rewriter: ivars...
2008-05-06 Fariborz JahanianPrint ObjC methods of ObjC classes.
2008-05-06 Ted KremenekDon't report leaks for autoreleased objects.
2008-05-06 Steve NaroffFix <rdar://problem/5888515> clang ObjC rewriter: Use...
2008-05-06 Ted KremenekAdded "DisplayHint" to PathDiagnosticPiece to provide...
2008-05-06 Ted KremenekMore comments.
2008-05-06 Devang PatelFix PR2101 - Codegen crash during bitfield initialization.
2008-05-06 Steve NaroffFix <rdar://problem/5881225> clang ObjC Rewriter: Proto...
2008-05-06 Fariborz JahanianTest was accidently nullified in previous check-in.
2008-05-06 Ted KremenekExperiment with not converting bug names to lower case.
2008-05-06 Ted KremenekMore refactorings in GeneratePathDiagnostic: use Execut...
2008-05-06 Fariborz JahanianPatch to refactor setter/getter names of property attri...
next