]> granicus.if.org Git - clang/shortlog
clang
2008-03-20 Gabor GreifAdd ability to run clang tests under valgrind. Patch...
2008-03-20 Ted KremenekLiveVariables analysis now uses intersect for the merge...
2008-03-20 Gabor GreifUse make's -C option to enter directories.
2008-03-20 Gabor Greifreduce chattyness of makefiles
2008-03-20 Gabor Greifscan testdirs only once, patch by Mike Stump, thanks!
2008-03-19 Ted KremenekAdded HTML highlighting for ranges.
2008-03-19 Steve NaroffFix typo.
2008-03-19 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=2161.
2008-03-19 Ted KremenekChange colors of HTML message bubble.
2008-03-19 Ted KremenekMore CSS enhancements to HTML code printing.
2008-03-19 Ted KremenekMisc. cleanups to HTML printing: make code rendered...
2008-03-19 Ted KremenekMinor speed tweak per Chris's suggestion: use &S[0...
2008-03-19 Ted KremenekIntegrated some of Chris's comments; check for an empty...
2008-03-19 Ted KremenekInitial experimentation with adding boxed "annotations...
2008-03-19 Ted KremenekConvert tabs to spaces.
2008-03-19 Ted KremenekMoved generation of html header/footer with builtin...
2008-03-19 Chris Lattnersimplify code by using the variadic StructType::get...
2008-03-19 Chris Lattnersimplify the clang codegen by using the new Builder...
2008-03-19 Ted KremenekMore cleanups to the HTML rewriter (with line formattin...
2008-03-19 Ted KremenekAdded InsertStrXXX/InsertCStrXXX methods to the Rewrite...
2008-03-19 Ted KremenekChange "style" to "class" in HTML output.
2008-03-19 Ted KremenekMore cleanups to HTML rewriter API: remove the InsertTa...
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...
next