]> granicus.if.org Git - clang/shortlog
clang
2008-01-09 Chris LattnerFix a typo, patch by Mike Stump!
2008-01-08 Fariborz JahanianPatch to rewrite ObjC2's foreach-stmt.
2008-01-08 Ted KremenekAdded VISIBILITY_HIDDEN to classes/structs in anonymous...
2008-01-08 Ted KremenekAdded VISIBILITY_HIDDEN to classes/structs in anonymous...
2008-01-08 Ted KremenekAdded most of the boilerplate to the driver needed...
2008-01-08 Chris Lattnerreadability improvement suggested by Sam Bishop, thanks!
2008-01-08 Steve NaroffFix Sema::CheckConditionalOperands(). The null pointer...
2008-01-08 Ted KremenekAdded nodes_iterator to the GraphTrait for ExplodedNode<>.
2008-01-08 Ted KremenekAdded GraphTraits<> partial specializations for Explode...
2008-01-08 Ted KremenekRelocated comment in header.
2008-01-07 Ted KremenekAdded more boilerplate for processing end-of-paths.
2008-01-07 Ted KremenekAdded ownership of "checker state" within the ExplodedG...
2008-01-07 Fariborz JahanianPatch to start rewriting of ObjC2's foreach statement...
2008-01-07 Fariborz JahanianVerify/add code to make sure types passed to interfaceT...
2008-01-07 Chris LattnerFix a nasty corner case that Neil noticed in PR1900...
2008-01-07 Ted KremenekSubstituted all instances of the string "Objc" for...
2008-01-07 Fariborz JahanianMake interfaceTypesAreCompatible a private method.
2008-01-07 Ted KremenekRenamed SimulVertex, SimulGraph, and SimulEngine to:
2008-01-07 Ted KremenekMinor tweak to serialization of ObjcForCollectionStmt...
2008-01-07 Fariborz JahanianLimit type of foreach's element and collection to be...
2008-01-07 Fariborz JahanianIssue diagnostics if more than one declaration in objec...
2008-01-07 Chris Lattnerminor cleanup.
2008-01-07 Nate BegemanFix typo
2008-01-06 Chris Lattnerrearrange some code.
2008-01-06 Chris Lattnersome simplifications/cleanups to ?: sema.
2008-01-06 Chris LattnerEmit warnings like "dereferencing void pointer" instead...
2008-01-05 Fariborz Jahaniantwiks based on Chris's comment. No need to iterate...
2008-01-05 Ted KremenekMoved serialization code for ObjcForCollectionStmt...
2008-01-04 Fariborz JahanianMinor refactoring of foreach's semantics code per Chris...
2008-01-04 Chris Lattnerunnest vector handling again.
2008-01-04 Fariborz JahanianAdded a comment, minor refactoring of foreach parsing...
2008-01-04 Chris Lattnerwe already test for exact type matches early, so we...
2008-01-04 Chris Lattnersimplify some of this code by removing the else/if...
2008-01-04 Fariborz JahanianMinor changes as suggested by Chris L.
2008-01-04 Chris Lattnermove objc expr sema to its own file.
2008-01-04 Chris LattnerFix PR1897, patch by Wilhansen Li
2008-01-04 Chris Lattneradd comments for the various AssignConvertType's, and...
2008-01-04 Chris LattnerMerge all the 'assignment' diagnostic code into one...
2008-01-04 Chris Lattnerfix a build problem where NULL isn't implicitly defined...
2008-01-04 Fariborz JahanianPatch to add semantics check for ObjC2's foreacn statement.
2008-01-03 Chris Lattnergeneralize some of the conversion warnings.
2008-01-03 Chris Lattnerupdate for changes in diagnostic strings.
2008-01-03 Chris Lattnerregroup assignment-related diagnostics, fix a mistake...
2008-01-03 Chris Lattnergive better diagnostics for converting between function...
2008-01-03 Ted Kremenekrenamed class "GRCP" (Graph Reachabilty Constant Propag...
2008-01-03 Ted KremenekImplemented End-Of-Path processing.
2008-01-03 Ted KremenekInitial checking of GRConstantPropagation.cpp, which...
2008-01-03 Ted KremenekFixed misuse of pointer within SimulVertex::addPredeces...
2008-01-03 Ted KremenekSimulGraph::getVertex() now also returns a bool indicat...
2008-01-03 Ted KremenekConstified methods front() and back() in CFGBlock.
2008-01-03 Ted KremenekDe-constified the pointers returned by the Dst() and...
2008-01-03 Fariborz JahanianCouple more uninitialized before use warning elimination.
2008-01-03 Fariborz JahanianRemove cause of misc. "variable might be used uninitial...
2008-01-03 Fariborz JahanianFixed a bug reported by Chris, involving assiging 0...
2008-01-03 Chris Lattnersimplify the lexer a bit, pulling stuff out of the...
2008-01-03 Fariborz JahanianPatch to parse/build AST ObjC2's foreach statement.
2008-01-03 Chris Lattnerfix long lines.
2008-01-03 Chris LattnerFix a crash reported by Seo Sanghyeon.
2008-01-02 Fariborz JahanianNew declarations/defs for Objc2's foreach-statement...
2008-01-02 Chris LattnerWhen promoting array to pointer for argument, don't...
2008-01-02 Ted KremenekSimulVertex: Inverted argument order when calling the...
2008-01-02 Chris LattnerFix PR1895: a crash on an ugly gcc extension.
2008-01-02 Chris LattnerCompute the proper sourcerange for an CompoundLiteralExpr.
2008-01-02 Ted KremenekConverted state reference within SimulVertex from State...
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
next