]> granicus.if.org Git - clang/shortlog
clang
2007-12-12 Chris Lattnersimplify some code, bump j. This fixes the remaining...
2007-12-12 Ted KremenekMoved construction of TargetInfo objects out of the...
2007-12-12 Chris Lattnerhandle the -1'ness of undefined lists
2007-12-12 Chris Lattnerunbreak the build. I'm still working on test failures.
2007-12-12 Chris Lattnerfix typo
2007-12-12 Chris Lattnermore cleanups changing things like getInstanceVariables...
2007-12-12 Chris Lattnerresolve some fixmes and clean up some code by eliminati...
2007-12-12 Chris Lattnerstart cleaning up interfaces for objc bits and pieces...
2007-12-12 Chris Lattnersplit objc pieces of SemaDecl.cpp out into SemaDeclObjC.cpp
2007-12-12 Ted KremenekAdded back VisitDeclStmt() to the StmtDumper, essential...
2007-12-12 Chris Lattnermove function to a more logical location, add its gramm...
2007-12-12 Chris Lattnerremove todo
2007-12-12 Ted KremenekRemoved VisitDeclStmt(). The initializers of a DeclStmt...
2007-12-12 Chris LattnerUnbreak -stats on cocoa.h
2007-12-12 Chris Lattneradd run lines.
2007-12-12 Chris Lattneradd run line
2007-12-12 Chris Lattneradd runline, make this test real.
2007-12-12 Chris Lattnerverify that tests contain RUN lines.
2007-12-12 Chris Lattnersimplify some code.
2007-12-12 Chris Lattnerimplement correct semantic analysis for shifts. For:
2007-12-12 Chris LattnerSimplify some code, don't force the triple to a darwin...
2007-12-12 Chris Lattnertypo reported by Gabor Greif
2007-12-12 Chris LattnerFix a codegen crash on test/CodeGen/cast.c, reported...
2007-12-12 Chris Lattnerfix typo pointed out by gordon
2007-12-12 Chris Lattnerfix expected errors.
2007-12-12 Fariborz JahanianAdd -pedantic so test passes.
2007-12-12 Chris LattnerAdd ObjC parser support for concatenated ObjC strings...
2007-12-12 Fariborz JahanianImplemented type checking for pointer of objects of...
2007-12-11 Ted KremenekMoved creation of SourceManager, HeaderSearch, TargetIn...
2007-12-11 Chris Lattnersimplify code now that isConstantExpr really does always
2007-12-11 Chris LattnerFix a case where we'd return "is not a constant expr...
2007-12-11 Fariborz Jahanian80-column please.
2007-12-11 Ted KremenekModified the internals of Diagnostic and DiagnosticClie...
2007-12-11 Fariborz JahanianImplemented rewriting of protocol-qualified global...
2007-12-11 Chris Lattnergcc supports more targets.
2007-12-11 Chris Lattnerupdate pch discussion
2007-12-11 Chris Lattnerimprove title
2007-12-11 Chris Lattneradd a con of clang vs gcc
2007-12-11 Devang PatelMatch union field type when member expression is u->x
2007-12-11 Ted KremenekMega-patch: ripped SourceManager out of Diagnostic...
2007-12-11 Fariborz JahanianRefactor Rewritetest::RewriteObjcQualifiedInterfaceType...
2007-12-11 Devang PatelRefactor bit-field handling code into a separate method.
2007-12-11 Fariborz JahanianFor @optional unimplemented methods do not issue the...
2007-12-11 Fariborz JahanianFixed a parsing bug whereby @optional/@required keyword...
2007-12-11 Chris Lattnermention pork
2007-12-11 Chris Lattnerproperly namespacify.
2007-12-11 Chris Lattnerfix a build issue with non-apple-gcc-4.0 compilers.
2007-12-11 Steve NaroffAvoid the first person in a recently added comment.
2007-12-11 Steve Naroff- Tweak several tests to be compatible with my last...
2007-12-11 Anders CarlssonGenerate more builtins.
2007-12-11 Steve NaroffChange err_undef_protocolref to warn_undef_protocolref...
2007-12-11 Anders CarlssonGenerate code for some more intrinsics.
2007-12-11 Chris LattnerReimplement support for strings that initialize global...
2007-12-11 Devang PatelSeparate access field number is not required.
2007-12-11 Devang PatelBeautify comment.
2007-12-11 Devang PatelAdd support to share llvm fields for bit-fields.
2007-12-11 Steve NaroffExplicitly set the string literal type from "char ...
2007-12-10 Ted KremenekFixed bug in CFG::PopulateBlkExprMap where the ordering
2007-12-10 Ted KremenekAdded missing inclusion of stdarg.h. Now CGExprScalar.cpp
2007-12-10 Steve NaroffAdd support for initializing char arrays from string...
2007-12-10 Ted KremenekFixed off-by-one-error when resizing Bitvectors used for
2007-12-10 Chris Lattneradd support for implicit cast from array to pointer...
2007-12-10 Anders CarlssonRevert change that broke the build.
2007-12-10 Chris Lattnerdisable case that makes this fail.
2007-12-10 Anders CarlssonAdd EmitShuffleVector helper method.
2007-12-10 Anders CarlssonAddress comments from Chris.
2007-12-10 Chris Lattnerminor edits.
2007-12-10 Devang PatelAdd assert to flag incomplete bit-field support.
2007-12-10 Devang PatelUse getABITypeSizeInBits() instead of getTypeSizeInBits...
2007-12-10 Devang PatelUse getABITypeSizeInBits() instead of getTypeSizeInBits...
2007-12-10 Ted KremenekAdded newline to end of file.
2007-12-10 Chris Lattnerbe more clear about what we are comparing.
2007-12-10 Anders CarlssonForgot this file.
2007-12-10 Chris Lattnerfixes, thanks to Nico Weber
2007-12-10 Chris Lattnerclean up the TOC.
2007-12-10 Chris Lattnerfinish the features description.
2007-12-10 Chris Lattnernow with hackability.
2007-12-10 Chris Lattnerreorganize features, expound on a couple more.
2007-12-10 Chris Lattnerincorporate suggestions from Joel Nelson.
2007-12-10 Chris Lattnerstart making features be a more detailed description...
2007-12-10 Chris Lattneradd toc
2007-12-10 Chris Lattnerdon't duplicate goals on the features page.
2007-12-10 Chris Lattnerupdate status
2007-12-10 Chris Lattneredits, switch the goals/why section.
2007-12-10 Chris Lattnerminor edits
2007-12-10 Chris Lattneradd link to comparison page.
2007-12-10 Chris LattnerBe more positive! Add to sidebar.
2007-12-10 Chris Lattnerupdates.
2007-12-10 Chris Lattnerminor edits
2007-12-10 Chris Lattnermake more positive.
2007-12-10 Chris LattnerAdd a "comparing clang to other compilers" page, to...
2007-12-10 Chris Lattnerlots of this is done.
2007-12-10 Chris Lattnerabort when we lower an initializer to the wrong type...
2007-12-10 Chris Lattnerextend or truncate the initializer for a string initial...
2007-12-09 Chris LattnerImplement codegen support for:
2007-12-09 Anders CarlssonAddress Chris's comments.
2007-12-09 Anders CarlssonMove target specific builtin IDs to TargetBuiltins...
2007-12-09 Chris LattnerImplement correct semantic analysis of subtractions...
2007-12-09 Anders CarlssonImplement __builtin_ia32_mulps.
2007-12-09 Anders CarlssonGenerate code for target specific intrinsics.
next