]> granicus.if.org Git - clang/shortlog
clang
2008-03-18 Ted KremenekMore HTML rewriter cleanups. Preliminary CSS support...
2008-03-18 Ted KremenekSome cleanups to the HTMLRewrite API. Added support...
2008-03-18 Ted KremenekAdded HTML pretty-printer.
2008-03-18 Ted KremenekModified "InsertTag" (HTML rewriter) to have an optiona...
2008-03-18 Ted KremenekAdded the beginning of a set of rewriter functions...
2008-03-18 Ted KremenekAdded variant of "InsertText" in the Rewriter to suppor...
2008-03-18 Ted KremenekBug fix in RewriteBuffer::getMappedOffset: potentially...
2008-03-18 Ted KremenekFix comment.
2008-03-18 Steve NaroffUpdate project files.
2008-03-18 Steve NaroffTest.
2008-03-18 Ted KremenekAdded method "getSourceMgr" to class Rewriter.
2008-03-18 Gabor Greifadd 'clean' targets, make sure that 'make test' works...
2008-03-18 Gabor Greiflet the %t magic happen, thanks Chris!
2008-03-18 Gabor GreifSwitch over to the parallelized makefile, but keep...
2008-03-18 Chris Lattnermove #include to the file that needs it.
2008-03-18 Nate BegemanFix a typo
2008-03-18 Steve NaroffFix <rdar://problem/5716940> rewriter generates invalid...
2008-03-18 Steve NaroffWrap up __NSConstantStringImpl (the replacement for...
2008-03-17 Ted KremenekFix assertion.
2008-03-17 Ted KremenekFix integer overflow bug when processing switch statements.
2008-03-17 Ted KremenekProperly hook up inline asm transfer function logic...
2008-03-17 Ted KremenekUpdated VS project files to reference all libraries...
2008-03-17 Ted KremenekAdded initial transfer function support for inline...
2008-03-17 Ted KremenekAdded "inputs" and "outputs" iterator (expression)...
2008-03-17 Gabor Greiffinishing touches: teminate the dots with a newline
2008-03-17 Nate BegemanCheck in a couple fixes for vector extensions.
2008-03-17 Ted KremenekBug fix in CFG construction: VisitCompoundStmt should...
2008-03-17 Gabor GreifImplemented verbose mode.
2008-03-17 Gabor GreifSimplify further by creating *.testresults files
2008-03-17 Gabor GreifGet rid of the creation of secondary makefile "Makefile...
2008-03-17 Gabor GreifMore review feedback implemented:
2008-03-17 Gabor GreifActually expand the %t1 patterns (in RUN: lines) to...
2008-03-17 Gabor GreifSecond round of review feedback.
2008-03-17 Chris Lattnereliminate the last signed element count.
2008-03-17 Chris Lattnerclean up iteration over propertydecls.
2008-03-17 Chris Lattnerclean up property memory allocation to move it into...
2008-03-16 Chris Lattnermake property addition work list all other "add" method...
2008-03-16 Chris Lattneradd the last two Create methods for decls, woo!
2008-03-16 Chris LattnerConvert more counts to be zero based instead of -1...
2008-03-16 Chris Lattneradd two more Create methods.
2008-03-16 Chris Lattnersimplify the way ObjCCategoryDecl's get their reference...
2008-03-16 Chris LattnerAdd create methods for ObjCCategoryDecl, ObjCForwardPro...
2008-03-16 Chris Lattnermake some more 'counts' unsigned.
2008-03-16 Chris Lattnermake NumClassMethods unsigned in categories
2008-03-16 Chris Lattnerminor cleanups, make getNumInstanceMethods always retur...
2008-03-16 Chris Lattnerfix a crasher where an invalid program that multiply...
2008-03-16 Chris LattnerGive ObjCProtocolDecl a Create method.
2008-03-16 Chris Lattnerhoist a bunch of casting.
2008-03-16 Chris LattnerAdd create methods for ObjCIvarDecl and ObjCInterfaceDecl
2008-03-16 Chris LattnerMake the parameter count of ObjCMethodDecl unsigned...
2008-03-16 Chris Lattnerremove some dead arguments to ObjCMethodDecl.
2008-03-16 Chris LattnerGive ObjCMethodDecl a Create method.
2008-03-16 Chris LattnerSplit objc decl implementation out into DeclObjC.cpp
2008-03-16 Chris Lattnerswitch the rest of the C decl classes to do their
2008-03-15 Chris LattnerMake a major restructuring of the clang tree: introduce...
2008-03-15 Chris LattnerMake a ctor protected
2008-03-15 Ted KremenekFixed 80 col. violations.
2008-03-15 Ted KremenekDisable creation of "ContentsOf" symbols. It was fundam...
2008-03-15 Chris Lattnermove the ASTContext argument to be first in the argumen...
2008-03-15 Chris LattnerSwitch over functiondecl. This makes it obvious that...
2008-03-15 Chris Lattnerswitch the VarDecl allocation model to go through ASTCo...
2008-03-15 Gabor Greifimplement a bit of feedback: print dots
2008-03-15 Ted KremenekAdded initialization to ErrorDiag to silence gcc's...
2008-03-15 Ted KremenekSmall bug fix in CFG construction: the active block...
2008-03-15 Gabor GreifFirst draft of a parallelized test methodology. Improve...
2008-03-15 Chris Lattnerstart switching decls over to using an allocator contro...
2008-03-15 Chris Lattnervarious minor cleanups.
2008-03-15 Ted KremenekHandle StmtExprs whose last contained statement is...
2008-03-15 Ted KremenekCompute alignment in bytes, not bits.
2008-03-15 Ted KremenekImplement transfer function logic for alignof operator...
2008-03-15 Ted KremenekAdded transfer function support in GRExprEngine for...
2008-03-15 Steve NaroffLink against the correct ObjC string class (__CFConstan...
2008-03-15 Steve NaroffRemove ObjC rewriter dependency on GCC's __builtin___CF...
2008-03-14 Ted Kremenek"panic" has 5 letters, not 4. Bug pointed out by Nuno...
2008-03-14 Ted KremenekHack to hardwire in some panic functions that are not...
2008-03-14 Ted KremenekEmit warnings for undefined control-flow.
2008-03-14 Nate BegemanCorrectly error on arrays with automatic storage full...
2008-03-14 Ted KremenekPath-sensitive analyses no longer take a FunctionDecl...
2008-03-14 Chris Lattneradd initial support for generating an llvm.globalctors...
2008-03-14 Chris LattnerOnly compute targetinfo once and don't leak it. Patch...
2008-03-14 Chris LattnerMake the preprocessor own its PPCallbacks, fixing a...
2008-03-14 Nate BegemanISO/IEC TR 18037
2008-03-13 Nate BegemanFix comment
2008-03-13 Ted KremenekThe LiveVariables analysis no longer requires a Functio...
2008-03-13 Chris Lattnerhandle __extension__ properly at block scope.
2008-03-13 Chris Lattnerinstead of passing in null end location info, pass...
2008-03-13 Chris Lattnerimprove DeclStmt to be able to store SourceRange info...
2008-03-13 Anders CarlssonAdd note about asm constraints.
2008-03-13 Ted KremenekAdded bandaid support in CFG construction for ObjCForEa...
2008-03-12 Steve NaroffTwo fixes to RewriteTest::RewriteObjCIvarRefExpr():
2008-03-12 Ted KremenekChanged CallRetValSymbol to SymbolConjured to allow...
2008-03-12 Steve NaroffMinor aesthetic improvement (after I reviewed my last...
2008-03-12 Steve NaroffAvoid using the "unnamed struct field" extension (enabl...
2008-03-12 Ted KremenekAdded generation of symbolic values for the return...
2008-03-12 Ted KremenekIn GRSimpleVals, added the generation of symbolic value...
2008-03-12 Chris LattnerUpdate to reflect changes in parameter attribute api.
2008-03-12 Steve NaroffUse the "used" attribute. Without it, g++ removes all...
2008-03-12 Ted KremenekImproved ExplodedGraph::Trim to only show nodes reachab...
2008-03-12 Steve Naroff-Add missing visitor for ObjCIvarRefExpr.
2008-03-12 Steve NaroffSince the rewriter now outputs C++, it no longer makes...
next