]> granicus.if.org Git - clang/shortlog
clang
2007-12-16 Anders CarlssonStart generating SSE intrinsics.
2007-12-16 Steve NaroffSema::ActOnMemberReferenceExpr() needs to perform the...
2007-12-15 Chris Lattnerswtich to smallptrset, which is more efficient than...
2007-12-15 Chris Lattnermake clang -v output more similar to gcc's -v output.
2007-12-15 Anders CarlssonWe now support all MMX intrinsics. SSE intrinsics are...
2007-12-15 Chris Lattnersimplify the interfaces to ProcessInputFile and Initial...
2007-12-15 Ted KremenekRemoved "isSizeOfExpr" mode from StmtIterator. It...
2007-12-14 Ted KremenekAdded "mode" to StmtIterator to record if the expressio...
2007-12-14 Steve Naroff- Remove getInstanceMethods/getClassMethods API on...
2007-12-14 Ted KremenekAdded support to StmtIterator to traverse the size...
2007-12-14 Anders CarlssonSimplify the vector code. Add more shift intrinsics.
2007-12-14 KevinIE Menu Problem...
2007-12-14 Seo SanghyeonArray subscription in aggregate expression
2007-12-14 Seo SanghyeonImplement dereference operator in aggregate expression
2007-12-13 Ted KremenekCFG bug fix: for sizeof(expressions), don't expand...
2007-12-13 Fariborz JahanianPatch to make ObjcQualifiedInterfaceType inherit ObjcIn...
2007-12-13 Steve NaroffSema::ActOnFinishFunctionBody(): Since we no longer...
2007-12-13 Ted KremenekAdd hack to SourceManager to support missing source...
2007-12-13 Ted KremenekAdd check in the driver to see if a serialized AST...
2007-12-13 Ted KremenekChanged set of top-level decls from a list to a vector.
2007-12-13 Ted KremenekChanged -serialize-ast to not create a temporary direct...
2007-12-13 Chris LattnerSet target data layout info in module.
2007-12-13 Chris Lattnertypo
2007-12-13 Chris Lattnerdebug info too.
2007-12-13 Ted KremenekMinor spelling; punctuation correction.
2007-12-13 Bill WendlingGrammar fix: correct ' usage.
2007-12-13 Chris Lattnerminor cleanups
2007-12-13 Chris Lattneradd some builtins.
2007-12-13 Chris Lattnersimplify some code.
2007-12-13 Chris LattnerDon't do integer promotions of LHS for compound shift...
2007-12-13 Chris Lattnerremove some dead styles.
2007-12-13 Chris Lattnernuke hte status page.
2007-12-13 Chris Lattneradd a bunch of open projects
2007-12-13 Ted KremenekUpdated serialization of ParmVarDecl to serialize out...
2007-12-13 Chris Lattnersplit get_involved into two pages: get_started and...
2007-12-13 Chris Lattnerwrap to 80 cols, many fixes to markup.
2007-12-13 Ted KremenekFor uninitialized values analysis, added special treatm...
2007-12-13 Chris LattnerFix file header.
2007-12-13 Ted KremenekFixed bug in live-variable analysis and uninitialized...
2007-12-13 Chris Lattneruse new interface.
2007-12-13 Chris Lattneradd a helper method.
2007-12-13 Devang PatelAdd assert to detect incomplete implementation work.
2007-12-13 Fariborz JahanianMoved ObjcDeclQualifier to ParmVarDecl from VarDecl.
2007-12-13 Chris Lattnerbuiltin id 0 is invalid, don't use a slot for it.
2007-12-13 Ted KremenekImplemented -serialize-ast option for the driver. ...
2007-12-13 Fariborz JahanianFixed test to match the new diagnostic text.
2007-12-12 Fariborz JahanianConcatenation of objc strings.
2007-12-12 Chris Lattnerfix off-by-one error.
2007-12-12 Ted KremenekImplemented prototype mode where the driver can operate...
2007-12-12 Ted KremenekTargetInfo no longer includes a reference to SourceManager.
2007-12-12 Steve NaroffEncode enumeral types.
2007-12-12 Ted KremenekRemoved "NULL" from default construction of FullSourceL...
2007-12-12 Ted Kremenekconstified getFullLoc().
2007-12-12 Ted KremenekChanges to FullSourceLoc:
2007-12-12 Ted KremenekRenamed getFullSourceLoc() -> getFullLoc().
2007-12-12 Ted KremenekAdded method: Preprocessor::getFullSourceLoc. Used...
2007-12-12 Ted KremenekRenamed FullContextSourceLocation to FullSourceLoc.
2007-12-12 Ted KremenekAdded utility static method to FullContextSourceLocation
2007-12-12 Chris Lattnermake it a bit more clear in what way the ivar is consis...
2007-12-12 Chris Lattneradd an ivar_size() method that never returns -1.
2007-12-12 Ted KremenekConstified a predicate method.
2007-12-12 Ted KremenekAdded class FullContextSourceLocation: a tuple class...
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
next