]> granicus.if.org Git - clang/shortlog
clang
2009-03-07 Sebastian RedlImprove error messages on bad warning options.
2009-03-07 Eli FriedmanDon't discard increment/decrement on function pointers...
2009-03-07 Mike StumpRemove last FIXME for block literal codegen that I...
2009-03-07 Mike StumpRemove some FIXMEs for block literals that should be...
2009-03-07 Eli FriedmanBack out the patch in r66302, and re-fix it properly...
2009-03-07 Mike Stumpcodegen support for dispose helpers for block literals.
2009-03-07 Mike StumpCodegen support for copy helpers for block literals.
2009-03-07 Ted KremenekRevert my last couple patches until I can get them...
2009-03-07 Daniel DunbarCleanup/comment IdentifierInfo::get.
2009-03-07 Ted KremenekTeach Diagnostic about Selector.
2009-03-07 Ted KremenekSelector: (changes made after discussing this more...
2009-03-06 Ted KremenekCreate PathDiagnosticPiece subclasses PathDiagnosticEve...
2009-03-06 Douglas GregorTweak warning text from the last commit
2009-03-06 Douglas GregorDowngrade complaints about the use of variable-sized...
2009-03-06 Ted KremenekHandle null IdentifierInfo* in Selector::getAsString().
2009-03-06 Ted KremenekRemove false assertion.
2009-03-06 Douglas GregorClean up some error messages with anonymous structs...
2009-03-06 Ted KremenekRe-order contents of file. No functionality change.
2009-03-06 Douglas GregorUse the 'declaration does not declare anything' error...
2009-03-06 Fariborz JahanianFixed a bug where generation of read-barriers caused
2009-03-06 Douglas GregorImplement GNU C semantics for K&R function definitions...
2009-03-06 Daniel DunbarAdd my "clang compatible" test runner. Sorry for keepin...
2009-03-06 Daniel Dunbar(LLVM svn up) Generalize RuntimeFunctions to RuntimeGlo...
2009-03-06 Ted KremenekStart work on subclassing PathDiagnosticPiece to distin...
2009-03-06 Ted KremenekAdd null-check assertion in the constructor of Selector.
2009-03-06 Daniel DunbarHandle #pragma pack(0). I left this out of diagnostic...
2009-03-06 Douglas GregorImprove recovery from ill-formed scope specifiers....
2009-03-06 Mike StumpPass the type of the block literal around to make requi...
2009-03-06 Daniel DunbarFix thinko. *cough* ofcourseItestedit *cough*
2009-03-06 Douglas GregorImplement the GNU semantics for forward declarations...
2009-03-06 Daniel DunbarTidy file removal cleanup & remove race condition on...
2009-03-06 Daniel Dunbarx86_64 ABI: Handle long double in union when upper...
2009-03-06 Sebastian RedlImplement the machinery that can process TableGenerated...
2009-03-06 Ted KremenekUse list instead of vector for storing strings.
2009-03-06 Daniel DunbarIRgen support for weak_import.
2009-03-06 Ted KremenekFix regression: initialize 'size' for PathDiagnostic...
2009-03-06 Ted KremenekLike PathDiagnosticPieces, strip trailing periods at...
2009-03-06 Chris Lattnercapitalize for consistency, a crash in regalloc now...
2009-03-06 Daniel DunbarAdd Parse/Sema support for weak_import attribute.
2009-03-06 Mike StumpTestcase for last fix.
2009-03-06 Mike StumpComplete __Block_byref_id_object_copy cogegen for block...
2009-03-06 Chris LattnerTo the user, this is just a compiler of course, duh.
2009-03-06 Chris Lattnerclean up the OVERVIEW line in clang --help.
2009-03-06 Mike StumpFinish off __Block_byref_id_object_dispose codegen...
2009-03-06 Chris Lattner#import is not considered an extension for ObjC.
2009-03-06 Mike StumpRemove extra arg.
2009-03-06 Mike StumpMore codegen support for the copy/dispose helpers for...
2009-03-06 Mike StumpFramework for codegen for copy/dispose helpers.
2009-03-06 Ted KremenekUpdate checker build.
2009-03-06 Daniel DunbarCleanup EH a bit given changes to ObjCCatchStmt.
2009-03-05 Chris Lattneradd source range for type of super cast, giving somethi...
2009-03-05 Chris Lattnermore minor simplifications.
2009-03-05 Chris Lattnerrefactor C++ bitfield checking a bit (haha)
2009-03-05 Daniel DunbarDon't mangle names of local variables.
2009-03-05 Ted KremenekFix another GRExprEngine::VisitCast regression: handle...
2009-03-05 Chris Lattnerfix PR3607 and a fixme, by checking bitfield constraints
2009-03-05 Fariborz JahanianMore function stop for objc2's ivar layout bit map.
2009-03-05 Ted KremenekMinor tweak: Recognize 'CGCF' prefix in addition to...
2009-03-05 Ted KremenekFix regression in GRExprEngine::VisitCast: Do not wrap...
2009-03-05 Steve NaroffPartial fix <rdar://problem/6301205> [irgen] dot-syntax...
2009-03-05 Fariborz JahanianMoved CollectObjCIvars to more commonly available place
2009-03-05 Fariborz JahanianAdds a template for a function for objc2's gc's ivar...
2009-03-05 Ted KremenekUpdate test case: objects stored to self.ivar are not...
2009-03-05 Ted KremenekRetrofit some basic tracking of ivars (for the current...
2009-03-05 Ted KremenekMinor code compaction. No functionality change.
2009-03-05 Ted KremenekRename VarBindings -> Bindings.
2009-03-05 Ted KremenekBasicStore:
2009-03-05 Steve NaroffTweak diag for <rdar://problem/5982579> [clang on xcode...
2009-03-05 Steve NaroffFix <rdar://problem/6144382> [sema] gcc inconsistency...
2009-03-05 Mike Stumpprep work for copy/destroy helpers for block literals.
2009-03-05 Chris Lattnerif we die in IR generation of a compound statement...
2009-03-05 Chris Lattnerrename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl.
2009-03-05 Ted KremenekUpdate checker build.
2009-03-05 Chris Lattnerremove unneeded forward decl.
2009-03-05 Chris Lattnerif we crash while parsing a block literal, include it.
2009-03-05 Chris Lattnerfix eof check
2009-03-05 Chris LattnerWhen the parser is live, print out the location and...
2009-03-05 Chris Lattnerfinish comment.
2009-03-05 Daniel DunbarDriver: Basic argument parsing.
2009-03-05 Ted KremenekTest case: When using RegionStore with the retain/relea...
2009-03-05 Ted KremenekAdd test case for RegionStore's tracking of the ivars...
2009-03-05 Ted KremenekAdd initial support for tracking ivars, with special...
2009-03-05 Eli FriedmanMake IRGen compatible with declaring a function with...
2009-03-05 Ted KremenekAdd 'cast<>' to remove an extra function call and dynam...
2009-03-05 Ted KremenekMore fixes in cast logic.
2009-03-05 Eli FriedmanInitial implementation of CodeGen for incomplete functi...
2009-03-05 Ted KremenekGRExprEngine: Polish up handling of casting integer...
2009-03-05 Mike StumpAvoid dispose calls when only doing gc.
2009-03-05 Ted KremenekFix regression in transparent translation of nonloc...
2009-03-05 Chris LattnerInclude struct context info for parser/sema crashes...
2009-03-05 Chris LattnerInclude namespace contexts in the virtual stack trace...
2009-03-05 Chris Lattnerinclude objc method decl contexts in stack trace of...
2009-03-05 Devang PatelSet isMain bit for MainFile.
2009-03-05 Chris LattnerWhen parsing a function body, add it to the crash stack...
2009-03-05 Mike StumpAdd codegen support for __block variables to call _Bloc...
2009-03-05 Chris Lattnerfix some 80 col violations.
2009-03-05 Chris LattnerSimplify the interface to ParseFunctionStatementBody...
2009-03-05 Eli FriedmanUse LLVM type header rather than using stdint.h directly.
2009-03-05 Ted KremenekFix message title
2009-03-05 Chris Lattnerupdate xcode proj
next