]> granicus.if.org Git - clang/shortlog
clang
2007-12-23 Anton KorobeynikovUnbreak mingw build
2007-12-22 Ted KremenekAdded (incomplete) implementation of SimulEngine, a...
2007-12-22 Fariborz JahanianAnother test case, testing a variety of objective-c...
2007-12-21 Fariborz JahanianAnother test for objective-c's type comparison.
2007-12-21 Ted KremenekConverted Loc back to being of type ProgramEdge. Ultima...
2007-12-21 Ted KremenekAdded preliminary implementation of SimulGraph, which...
2007-12-21 Ted KremenekChanged "Location" from "ProgramEdge" to "ProgramEdge...
2007-12-21 Ted KremenekSimulVertex now subclasses FoldingSetNode.
2007-12-21 Ted KremenekAdded Profile method to SimulVertex.
2007-12-21 Fariborz JahanianThis patch implements some of the more obscure type...
2007-12-21 Ted KremenekUpdated Xcode project to be in sync with recent changes...
2007-12-21 Ted KremenekDirectory restructing of Analysis files.
2007-12-21 Ted KremenekRenamed file AnalysisVertex.h to SimulVertex.h
2007-12-21 Ted KremenekRenamed class AnalysisVertex to SimulVertex
2007-12-21 Ted KremenekFixed successor order for CFG basic blocks when handlin...
2007-12-21 Devang PatelConvert opaque type when struct definition is seen.
2007-12-21 Devang PatelKeep track of llvm struct size while adding fields.
2007-12-21 Fariborz JahanianPatch to compare to objective-c static types where...
2007-12-21 Fariborz JahanianTest case for my last patch.
2007-12-21 Fariborz JahanianMore objective-c type analysis. This time involving...
2007-12-21 Ted KremenekAdded class "StateVariant", a template class which...
2007-12-20 Ted KremenekAdded initial implementation of "AnalysisVertex", a...
2007-12-20 Fariborz JahanianAnother test for objective-c type comparison.
2007-12-20 Fariborz JahanianMore objective-c type checking. This time comparing...
2007-12-20 Ted KremenekConverted uses of scoped_ptr to OwningPtr.
2007-12-20 Fariborz JahanianPatch to do type-checking for objctive-c's object types.
2007-12-20 Chris Lattneradd accessor.
2007-12-20 Seo SanghyeonAdd newline
2007-12-20 Chris LattnerFix trivial self-infinite-recursion
2007-12-20 Fariborz JahanianMore objective-c typechecking stuff. This is work in...
2007-12-20 Chris LattnerImplement codegen for ordered comparison builtins.
2007-12-20 Ted KremenekCreated initial implementation of "BuildSerializer...
2007-12-20 Ted KremenekRenamed "FileEntry::getDev()" to "FileEntry::getDevice()"
2007-12-20 Chris Lattnerimplement semantic analysis for __builtin_islessequal...
2007-12-20 Ted KremenekAdded method getFileEntryForID() to SourceManager.
2007-12-20 Chris Lattnersimplify some code.
2007-12-19 Chris Lattnerrefactor some code that handles sema of direct function...
2007-12-19 Chris LattnerAdd iterator interface to function/method parameters.
2007-12-19 Ted KremenekSplit serialization ASTConsumers into two consumers...
2007-12-19 Ted KremenekAdded methods createMainFileID() and createMainFileIDFo...
2007-12-19 Ted KremenekInterned MainFileID within SourceManager. Since SourceM...
2007-12-19 Ted KremenekTypo fix.
2007-12-19 Ted KremenekAdded storage of the FileID of the the main source...
2007-12-19 Steve NaroffVarious tweaks to the get/lookup instance/class method...
2007-12-19 Ted KremenekRemoved "SourceFile" from TranslationUnit. This same...
2007-12-19 Chris LattnerDescribe Nico's script for gcc interception. Patch...
2007-12-19 Ted KremenekCleaned up "-o" option to print "-o=<path>" instead...
2007-12-19 Ted KremenekAdded "-o" option to driver. ASTConsumers will need...
2007-12-19 Chris LattnerAdd support for #pragma mark, which shouldn't warn...
2007-12-19 Ted KremenekRemoved storing inode and device number in TranslationUnit.
2007-12-19 Chris Lattnerfix some crazy indentation
2007-12-19 Steve NaroffSoften the macro rewrite error to a warning (and change...
2007-12-19 Fariborz JahanianMinor test twik.
2007-12-19 Ted KremenekUpdated locations of TranslationUnit.[cpp,h] in XCode...
2007-12-19 Chris Lattnerreenable this code, fix the testcase.
2007-12-19 Chris Lattnerdisable my commit from yesterday, fixing a regression...
2007-12-19 Fariborz JahanianThis patch concludes implementation of dynamic objectiv...
2007-12-19 Anders CarlssonFix the embarassing typo for real this time (- vs _...
2007-12-19 Ted KremenekMoved generation of the name of the serialized AST...
2007-12-19 Steve NaroffEmit errors when attempting to rewrite ObjC expressions...
2007-12-19 Steve NaroffRevert Anders r45191 commit...it broke several of the...
2007-12-19 Anders CarlssonFix an embarassing typo and add some very limited suppo...
2007-12-19 Christopher... svn:ignore configure.out at the root level
2007-12-19 Christopher... Change svn attributes to ignore build directories.
2007-12-19 Anders CarlssonNormalize attribute names if possible so we won't have...
2007-12-19 Chris Lattnerfix broken assert.
2007-12-19 Chris LattnerImplement C99 6.7.5.3p1
2007-12-18 Ted KremenekRefactored inode and device number into FileEntry,...
2007-12-18 Ted KremenekWhen serializing SourceManager, we now serialize out...
2007-12-18 Ted KremenekMoved ReadBitcodeFile and EmitBitcodeFile out of Transl...
2007-12-18 Steve NaroffFix serious regression with ObjcInterfaceDecl. Now...
2007-12-18 Ted KremenekFixed broken includes introduced by recent (incomplete...
2007-12-18 Ted KremenekMoved TranslationUnit.h to include path.
2007-12-18 Ted KremenekMoved TranslationUnit from Driver to AST library.
2007-12-18 Fariborz JahanianRefactoring work. ObjcQualifiedIdType is now derived...
2007-12-18 Ted KremenekAdded to FileEntry a pointer to the <dev_t,ino_t> pair...
2007-12-18 Chris Lattnerlocal static vars are globals also. This fixes a testcase
2007-12-18 Chris Lattnerremove the loc argument to Type::isConstantSizeType...
2007-12-18 Chris LattnerFix the location we emit the "not a constant" error...
2007-12-18 Chris LattnerFix PR1863: an assertion due to not setting a location...
2007-12-18 Chris LattnerFix const propagation bug.
2007-12-18 Chris LattnerFix an nice and subtle parser bug reported by Nico...
2007-12-18 Steve NaroffAdd DefaultFunctionArrayConversion() to the indirection...
2007-12-18 Steve NaroffFixe bogus error for variable argument methods. Sema...
2007-12-18 Anders CarlssonTurns out the LLVMFoldingBuilder can fold InsertElement...
2007-12-18 Steve NaroffImprove how we find private method decls. This involved:
2007-12-18 Chris Lattnerintroduce a new CodeGenModule::getIntrinsic method...
2007-12-18 Steve NaroffAdd __private_extern__ keyword and recognize it. Added...
2007-12-17 Fariborz JahanianFixed a comment describing a function
2007-12-17 Chris Lattnerimplement HeaderMap::LookupFile. I think headermaps...
2007-12-17 Chris Lattnerimplement enough helper functions to successfully dump...
2007-12-17 Fariborz JahanianPatch to implemented objective-c's dynamic object point...
2007-12-17 Chris LattnerTargets.cpp is gone.
2007-12-17 Chris LattnerMake the insertion point with an explicit new instead...
2007-12-17 Ted KremenekRemoved CFG.cpp's dependence on #including iostream.
2007-12-17 Ted KremenekModified format-string checking to not emit a warning...
2007-12-17 Chris Lattnersimplify some code, using new scoped_ptr support. ...
2007-12-17 Chris LattnerFinish hooking up the scaffolding for headermaps. ...
2007-12-17 Ted KremenekFormat string checker: asprintf does not pass argumnent...
2007-12-17 Chris LattnerStart reading the headermap header, drop the 'errorstr...
next