]> granicus.if.org Git - clang/shortlog
clang
2009-02-24 Daniel DunbarSome initial Obj-C zero cost EH support.
2009-02-24 Daniel DunbarAdd a very primitive clang based multifile 'delta'.
2009-02-24 Daniel DunbarAdd a note about an IRgen optimization opportunity.
2009-02-24 Chris LattnerFix PR3635 by handling ## magically
2009-02-24 Douglas GregorIn C, when we see a function declaration within a local...
2009-02-24 Anders CarlssonPrevent accidental copying of CodeGenFunction and CodeG...
2009-02-24 Anders CarlssonPass the CodeGenModule object to GenerateBlockFunction...
2009-02-24 Mike StumpEnsure that we can't break or continue out of a block.
2009-02-24 Ted Kremenekscan-build: Prune off any trailing '/' characters in...
2009-02-24 Ted KremenekFix <rdar://problem/6611677>: Add basic transfer functi...
2009-02-24 Daniel DunbarFix two @synchronized bugs found by inspection: the...
2009-02-24 Ted KremenekPTH: Cache *un-cleaned* spellings for literals instead...
2009-02-24 Douglas GregorImprove merging of function declarations. Specifically:
2009-02-24 Ted KremenekPTH: When emitting tokens for literals with cached...
2009-02-23 Ted KremenekUpdated checker build.
2009-02-23 Daniel Dunbarccc: Don't remove result files on error when -save...
2009-02-23 Ted KremenekMove PTHStatCache within the anonymous namespace.
2009-02-23 Ted KremenekTidy up 'ExecutionContinues' to distinguish between...
2009-02-23 Ted KremenekFind 'clang' in 'bin' subdirectory instead of 'cbin'.
2009-02-23 Ted KremenekTidy up the path diagnostic generation logic in BugRepo...
2009-02-23 Chris Lattnerfix rdar://6611778, a redefinition of an interface...
2009-02-23 Daniel DunbarGoodbye old-ccc; please use tools/ccc/ccc.
2009-02-23 Fariborz JahanianWe should not generate __weak write barrier on indirect...
2009-02-23 Steve Naroff- Generate error for protocol qualifiers on 'Class'.
2009-02-23 Steve NaroffRevert http://llvm.org/viewvc/llvm-project?view=rev...
2009-02-23 Chris LattnerAdd copy assignment operator, caught by doug.
2009-02-23 Ted KremenekAdd more boilerplate logic to more accurately reason...
2009-02-23 Daniel DunbarAdd low level support for generating invoke instead...
2009-02-23 Ted KremenekFix 80 col. violations.
2009-02-23 Ted KremenekPer Chris L.'s suggestion, use getAsFunctionType()...
2009-02-23 Steve NaroffRemove isSuperExpr(), which ignores any casts on 'super'.
2009-02-23 Eli FriedmanA few small improvements to Evaluate for stuff I noted...
2009-02-23 Ted Kremenekretain/release checker: For now don't track the retain...
2009-02-23 Ted KremenekMore retain/release naming convention tests.
2009-02-23 Ted KremenekRemove typo.
2009-02-23 Ted Kremenek'[NSAutoreleasePool addObject:]' has an 'autorelease...
2009-02-23 Steve NaroffSema::ActOnInstanceMessage(): Tighen up the lookup...
2009-02-23 Ted KremenekAdd test case for PR 2599.
2009-02-22 Steve NaroffMinor cleanup, replace bool with qual_empty().
2009-02-22 Steve NaroffContains the following (related to problems found while...
2009-02-22 Anders CarlssonMake sure to reset the DidCallStackSave variable before...
2009-02-22 Fariborz JahanianMore objc gc work. Match gcc's treatment of ivar access
2009-02-22 Mike StumpCopy some clenaups from Eli to code that I copied....
2009-02-22 Mike StumpCleanp code with some recent suggestions.
2009-02-22 Eli FriedmanA bit of Evaluate cleanup. Also, a full audit of what...
2009-02-22 Ted KremenekUpdate to checker-0.162 (fixed header issue in tar...
2009-02-22 Ted KremenekReverted back to checker-0.161 because of a header...
2009-02-22 Ted KremenekUpdated checker build.
2009-02-22 Daniel Dunbarx86_64 ABI: Actually, we can always pass things we...
2009-02-22 Daniel Dunbarccc: Remove unknown host warning, it was breaking gcc...
2009-02-22 Eli FriedmanFix test to be legal on 64-bit systems.
2009-02-22 Ted KremenekFix regression in naming convention derivation: a metho...
2009-02-22 Eli FriedmanEliminate a bunch of code which should be dead.
2009-02-22 Daniel Dunbarx86_64 ABI: Make sure to pass vectors that we want...
2009-02-22 Eli FriedmanThrow the switch to exclusively use Evaluate (along...
2009-02-22 Daniel Dunbarx86_64 ABI: Pass 32-bit vectors as Integer to match...
2009-02-22 Daniel DunbarABITestGen: Use explicit list of vector types instead...
2009-02-22 Daniel Dunbarx86_64 ABI: Classify <1 x i64> as INTEGER (match gcc...
2009-02-22 Eli FriedmanEnhance Evaluate to handle ObjC qualified id and class...
2009-02-22 Eli FriedmanFix for PR3433: map __alignof__ to preferred alignment...
2009-02-22 Eli FriedmanLast part of PR3254: use the same alignment computation...
2009-02-22 Eli FriedmanImprovements to ASTContext::getDeclAlignInBytes; fixes...
2009-02-22 Steve NaroffRemove debugging statement.
2009-02-22 Anders CarlssonMatch gcc and always perform array/function conversion...
2009-02-22 Anders CarlssonCorrectly encode incomplete and variable length arrays...
2009-02-22 Daniel Dunbarccc: Remove temporary files used in compilation, and...
2009-02-22 Eli FriedmanSanity fix for PR3642: if we're treating a diagnostic...
2009-02-21 Daniel DunbarForce arch for these test cases.
2009-02-21 Fariborz Jahanianlocal array of objects are non-gc'able.
2009-02-21 Steve NaroffMore work to integrate newly added ObjCQualifiedClassTy...
2009-02-21 Daniel DunbarPut compiler headers in <prefix>/lib/clang/1.0/include (vs
2009-02-21 Steve NaroffAdd support for GCC ObjC extension "Class<protocol...
2009-02-21 Mike StumpThe blocks ABI is wrong, add a FIXME.
2009-02-21 Mike StumpAdd CodeGen support for the helper for BlockDeclRefExpr...
2009-02-21 Steve NaroffWarn about bogus protocol qualifiers.
2009-02-21 Fariborz JahanianWarn on use of __weak attribute on local
2009-02-21 Fariborz JahanianFix a bug whereby a pointer to a __weak was not recognized
2009-02-21 Ted KremenekUse llvm::StringsEqualNoCase instead of strncasecmp.
2009-02-21 Fariborz JahanianFixed an ICE in meta-data generation of __weak/__strong...
2009-02-21 Daniel DunbarEvaluation of unary deref could call integer evaluator...
2009-02-21 Cedric VenetFix build on windows.
2009-02-21 Steve NaroffAdd test case to record a couple inconsistencies with...
2009-02-21 Steve NaroffThis fixes <rdar://problem/6497650> More type mismatche...
2009-02-21 Ted KremenekUpdate checker build.
2009-02-21 Ted KremenekImproved naming convention heuristics in the retain...
2009-02-21 Ted KremenekUpdate scan-build help diagnostic.
2009-02-21 Ted KremenekOnly create a preprocessed file for an ignored attribut...
2009-02-21 Eli FriedmanSlight tweak to last commit: make sure to copy CVR...
2009-02-21 Eli FriedmanRe-fix r65140 correctly.
2009-02-21 Fariborz JahanianHandle case of none gc'able objects regardless of their
2009-02-21 Daniel DunbarEmit extern_weak when needed.
2009-02-20 Daniel DunbarWe must always mangle attribute overloadable functions...
2009-02-20 Steve NaroffFix <rdar://problem/6500554> missing objc error message.
2009-02-20 Chris Lattnerswitch the macroinfo argument lists from being allocate...
2009-02-20 Chris Lattnerdetemplatify setArgumentList and some other cleanups.
2009-02-20 Chris Lattnerrequire the MAcroInfo objects are explcitly destroyed.
2009-02-20 Ted KremenekMake 'RangeConstraintManager' the default ConstraintMan...
2009-02-20 Chris Lattnerallocate and dellocate objc decl list through AST Conte...
2009-02-20 Chris Lattnerfix indentation
2009-02-20 Chris Lattnersilence some warnings in no asserts mode.
next