]> granicus.if.org Git - clang/shortlog
clang
2008-03-25 Ted KremenekAdded "arg_iterators" to ObjCMessageExpr (for iterating...
2008-03-24 Ted KremenekMinor CSS tweaking: use webkit style CSS properties...
2008-03-24 Steve NaroffAdd a couple files to VC++ project and cleanup an ...
2008-03-24 Andrew Lenharthdebian amd64 testing
2008-03-24 Andrew Lenharthdebian ia32 testing
2008-03-24 Chris LattnerAvoid overflowing buffer, patch by Algeris Kirtzidis!
2008-03-23 Sam BishopThe newest version of valgrind, 3.3.0, no longer append...
2008-03-22 Ted KremenekChanged merge operation for uninitialized values analys...
2008-03-22 Chris LattnerTeach the rewriter how to respect the -o option.
2008-03-22 Chris Lattnerfix this test.
2008-03-21 Ted KremenekRename "Nodify" to "MakeNode"
2008-03-21 Sam BishopOnly invoke the preprocessor; it's the only thing being...
2008-03-21 Sam BishopPlug a memory leak in the "this macro expands into...
2008-03-21 Sam BishopUse the -E option when invoking clang. Only the prepro...
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...
next