]> granicus.if.org Git - clang/shortlog
clang
2009-03-09 Daniel DunbarFix typo in pref commit.
2009-03-09 Daniel DunbarNeXT: Add CreateMetadataVar utility method to encapsula...
2009-03-09 Douglas GregorRevert r66423, which was not the right fix for this...
2009-03-09 Daniel Dunbarccc: Parse -T{bss,data,text}, -iwithsysroot, -specs...
2009-03-09 Douglas GregorFix a little FIXME, thanks to Sebastian
2009-03-09 Douglas GregorMark a non-type template parameter invalid if there...
2009-03-09 Douglas GregorRename DiagnoseIncompleteType to RequireCompleteType...
2009-03-09 Zhongxing XuOnly track integer and pointer values.
2009-03-09 Zhongxing XuNow we do not retrieve untyped regions.
2009-03-09 Chris Lattnerdo not warn about -=/=- confusion with macros, thanks...
2009-03-09 Chris Lattnerlink to blocks dox
2009-03-09 Chris Lattneradd some description of the block language extension.
2009-03-09 Chris LattnerThe long-rumored blocks implementation document.
2009-03-09 Zhongxing XuFix a serious bug in RegionStore: we got the new state...
2009-03-09 Mike StumpBe sure to never create two functions with the same...
2009-03-08 Fariborz JahanianCode refactoring. No functional change.
2009-03-08 Chris Lattnerthe macro redefinition ext warning should default to...
2009-03-08 Chris Lattnerthis test isn't testing anything.
2009-03-08 Chris Lattnerundefined -> unspecified. Thanks Mike.
2009-03-08 Chris Lattnerimplement PR3753, warning about comparisons with a...
2009-03-08 Steve NaroffRemove dead clause (we decided not to support protocol...
2009-03-08 Steve NaroffImprovements to private method lookup.
2009-03-08 Chris Lattneradd \n characters to the scratch buffer *before* return...
2009-03-08 Chris Lattnergeneralize the "end of line" checking logic to stop...
2009-03-08 Chris Lattnersimplify some logic by making ScratchBuffer handle...
2009-03-08 Chris LattnerUpdate DeclNodes.def to reflect the move of ObjCCategor...
2009-03-08 Chris Lattnerimprove comments for MemberExpr.
2009-03-08 Chris Lattnerrefine the "use of unary operator that may be intended...
2009-03-08 Chris Lattneradd rdar#
2009-03-07 Anders CarlssonMake mangling work with anonymous tag types. Doug,...
2009-03-07 Chris Lattnerfix test
2009-03-07 Anders CarlssonMangle Objective-C interfaces correctly (where correctl...
2009-03-07 Eli FriedmanMake constant emission for @encode use the common strin...
2009-03-07 Fariborz Jahaniancorrect bitfield ivar offset in ivar meta-data.
2009-03-07 Mike StumpFix warnings in build on clang-x86_64-freebsd buildbot.
2009-03-07 Sanjiv GuptaMangle param names with .arg. only.
2009-03-07 Mike StumpFixup our uses of various linkages to match how llvm...
2009-03-07 Mike StumpIf someone could figure out this is necessary, that...
2009-03-07 Mike StumpFix to account for default support for blocks. Once...
2009-03-07 Mike StumpFix typo, need parens.
2009-03-07 Sebastian RedlSome struct/class mismatch fixes, to silence MSVC warnings.
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...
next