]> granicus.if.org Git - clang/shortlog
clang
2008-01-02 Chris LattnerRefactor the decl printer, patch by Mike Stump!
2008-01-02 Fariborz JahanianIssue diagnostic when objective-c's @interface is prece...
2008-01-02 Ted KremenekAdded/fixed some comments.
2008-01-02 Fariborz JahanianPrevent crash on incorrect objc messaging expression.
2008-01-02 Ted KremenekSprinkled 'typename' and fixed a few typos and type...
2008-01-02 Ted KremenekAdded fixme.
2008-01-02 Ted KremenekAllocate vertices using a BumpPtrAllocator.
2007-12-30 Nate BegemanAllow implicit casts during arithmetic for OCUVector...
2007-12-30 Nate BegemanAllow splat casts for OCU vector assignments & add...
2007-12-30 Nate BegemanRename stats to print-stats to avoid conflicting with...
2007-12-30 Nate BegemanAllow codegen of vector fdiv
2007-12-29 Chris Lattnerimplement codegen support for most unary operators...
2007-12-29 Chris Lattnerremove attributions from .def files.
2007-12-29 Chris Lattnerremove attribution from makefiles.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-29 Christopher... Fix OCUVector case in struct layout code.
2007-12-29 Christopher... Enable CodeGen for member expressions based on call...
2007-12-29 Christopher... Make MemberExpr code safe w.r.t. address spaces.
2007-12-28 Christopher... Fix an error in the base/idx accessors for ArraySubscri...
2007-12-28 Chris Lattnervarious cleanups. Use IgnoreParenCasts instead of...
2007-12-28 Chris Lattnerunindent cases in a switch stmt, no functionality change.
2007-12-28 Chris LattnerChange Sema::ActOnCallExpr to construct the CallExpr...
2007-12-28 Chris Lattnermove file to proper place in project.
2007-12-28 Chris LattnerAdd accessors + iterator interface.
2007-12-28 Chris LattnerFrom Lucas Newman:
2007-12-27 Chris Lattneradd a file I forgot to svn add.
2007-12-27 Chris Lattneralphabetize in project.
2007-12-27 Chris Lattneruse -emit-llvm-bc
2007-12-27 Chris Lattnerno need to verify this, no errors/warnings are expected.
2007-12-27 Chris LattnerFix a crash on a top-level objc string, patch by Nico...
2007-12-27 Chris Lattner - Use Tok.isObjCAtKeyword instead of Tok.getIdentifier...
2007-12-26 Anders CarlssonNo need to do work that the folding builder does for us.
2007-12-26 Seo SanghyeonRemove broken assert from CodeGen. Better check is...
2007-12-24 Christopher... Make output files binary mode for -emit-llvm-bc
2007-12-24 Christopher... Almost the best possible handling of stdin/stdout for...
2007-12-24 Christopher... Better handing of stdin/stdout for -emit-llvm-bc
2007-12-24 Christopher... Allow bitcode output to be redirected to stdout.
2007-12-24 Seo SanghyeonImplement -emit-llvm-bc option
2007-12-23 Seo SanghyeonString literal in aggregate expression
2007-12-23 Chris Lattnerremove use of alloca.
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...
next