]> granicus.if.org Git - clang/shortlog
clang
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
2009-03-05 Chris LattnerInclude information about compound statements when...
2009-03-04 Ted KremenekFor now, do not track NSWindow objects and it's subclasses.
2009-03-04 Daniel DunbarDriver: Implement Option::accept methods.
2009-03-04 Daniel DunbarDriver: Fix off by one in ParseOneArg; this code is...
2009-03-04 Daniel DunbarDriver: Add Arg::dump and SeparateArg stubs.
2009-03-04 Fariborz JahanianRemoved an unfortunate cut and paste left-over.
2009-03-04 Ted KremenekAdd prototype support for invalidating fields for struc...
2009-03-04 Ted KremenekMemRegion:
2009-03-04 Ted KremenekAdd an optional "tag" to conjured symbols that allows...
2009-03-04 Mike StumpFixup __block codegen in nested block literals.
2009-03-04 Daniel DunbarDriver: Add OptTable::ParseOneArg.
2009-03-04 Daniel DunbarDriver: Add ArgList::{append, getArgString}
2009-03-04 Daniel DunbarDriver: Stub out Arg implementations.
2009-03-04 Fariborz JahanianImplemented access check for ivars accessed inside
2009-03-04 Daniel DunbarDriver: Option's need to know their ID.
2009-03-04 Chris LattnerStart making use of "pretty stack dumps" to get
2009-03-04 Chris Lattnerminor cleanups
2009-03-04 Daniel DunbarDriver: Pull intrusive list out of Arg; this isn't...
2009-03-04 Daniel DunbarDriver: Return reference for Arg::getOption().
2009-03-04 Daniel DunbarAdd a little utility for interposing between a command...
2009-03-04 Daniel DunbarDriver: Add Option flags.
2009-03-04 Daniel DunbarDriver: Tweak Option::accept interface.
2009-03-04 Sebastian RedlThe basic representation of diagnostics information...
2009-03-04 Daniel DunbarDriver: Sink Driver/Compilation into clang::driver...
2009-03-04 Sebastian RedlFix typo in diagnostic.
2009-03-04 Daniel Dunbarccc: Fix passing of -nozero-initialized-in-bss.
2009-03-04 Mike StumpMove more blocks CodeGenFunction code up and out.
2009-03-04 Mike StumpMove some of the CodeGenFunction blocks code up and...
2009-03-04 Mike StumpMove more of the blocks code up and out.
2009-03-04 Steve NaroffPartial fix for <rdar://problem/6645157> [clang on...
2009-03-04 Chris Lattnerfixes suggested by Sebastian!
2009-03-04 Devang PatelRefactor code.
2009-03-04 Mike StumpMove more of blocks codegen out of CodeGenModule and...
2009-03-04 Fariborz JahanianSome refactoring of recent code. No functionality change.
2009-03-04 Fariborz JahanianFix a corner case of message lookup looking for class...
next