]> granicus.if.org Git - clang/shortlog
clang
2007-08-03 Chris Lattnerrefactor handling of ocuvector lvalue->rvalue codegen...
2007-08-03 Chris LattnerIn the common case where we are shuffling a vector...
2007-08-03 Chris Lattneradd OCUVectorComponent::getNumComponents()
2007-08-03 Chris LattnerAdd support for scalar-returning element accesses like V.x
2007-08-03 Chris Lattnerimplement lvalue to rvalue conversion for ocuvector...
2007-08-02 Chris Lattneradd support for codegen of an OCUVectorComponent as...
2007-08-02 Chris LattnerAdd support for encoding a OCUVectorComponent into...
2007-08-02 Chris Lattneroops, this is the real fix.
2007-08-02 Chris Lattnerupdate test
2007-08-02 Chris Lattnerrename some helpers, have them return the idx of the...
2007-08-02 Chris LattnerUse static methods, which don't require an instance...
2007-08-02 Chris Lattnermark some methods static, don't consider a vector to...
2007-08-02 Chris Lattnersilence some warnings.
2007-08-02 Chris LattnerMinor comment improvements.
2007-08-02 Chris Lattnermake sure we don't lose the ability to parse carbon.h
2007-08-02 Reid SpencerHyphenate a word, to check auto-update feature. Third...
2007-08-02 Reid SpencerExpand a contraction to test auto-update on commit.
2007-08-02 Reid SpencerTest auto-update with minor grammaro fix.
2007-08-02 Chris LattnerFix a bug in my previous commit
2007-08-02 Chris Lattnerswitch a fixme to an assert.
2007-08-02 Steve NaroffTweak to Expr::isIntegerConstantExpr...make sure the...
2007-08-02 Chris LattnerIncrease the macro id cache to look up several recent...
2007-08-02 Steve NaroffTidy up Parser::ParseTypeofSpecifier()...implement...
2007-08-02 Steve NaroffAdd a couple const modifiers.
2007-08-02 Steve NaroffHack Expr::isConstantExpr() to allow for __builtin_type...
2007-08-01 Steve Naroff- Finish hooking up support for __builtin_types_compati...
2007-08-01 Steve NaroffAdd AST/Sema support for __builtin_types_compatible_p...
2007-08-01 Steve NaroffAdd comments to getTypeOfExpr/getTypeOfType.
2007-08-01 Steve NaroffTwo typeof() related changes...
2007-08-01 Chris Lattnerupdate this to build with LLVM ToT
2007-08-01 Chris LattnerPrint floating point literal values better.
2007-07-31 Steve NaroffTighten up Parser::ParseTypeofSpecifier().
2007-07-31 Chris Lattnerremove more explicit accesses to the canonical type...
2007-07-31 Chris Lattnersimplify some type checking code, don't explicitly...
2007-07-31 Chris Lattnermove trivial type predicates inline.
2007-07-31 Chris Lattnersplit the rest of the type predicates into pure predicates:
2007-07-31 Chris Lattneradd internals manual to project
2007-07-31 Chris LattnerOwen pointed out that this made no sense :)
2007-07-31 Chris Lattneradd two missing files to the xcode project.
2007-07-31 Chris Lattnerrename isReferenceType to follow the new scheme.
2007-07-31 Chris Lattnermake isPointerType() a pure predicate, rename the
2007-07-31 Chris Lattnerupdate name
2007-07-31 Steve NaroffAdd parsing and AST support for GNU "typeof".
2007-07-31 Chris LattnerOops, I committed the wrong file before. This expands...
2007-07-31 Chris LattnerAdd a start at a clang internals manual, documenting...
2007-07-31 Chris Lattneradd a link
2007-07-30 Chris LattnerDon't use canonical type for sema here. In
2007-07-30 Steve NaroffUpgrade a comment...
2007-07-30 Steve NaroffFinish up semantic analysis for vector components.
2007-07-29 Steve NaroffImplement pretty diagnostics when doing on-the-fly...
2007-07-28 Steve NaroffAdded a new expression, OCUVectorComponent.
2007-07-27 Steve NaroffImplement syntax/semantic analysis for OCU Vector Compo...
2007-07-26 Steve NaroffAdd Type::isOCUVectorType().
2007-07-26 Steve NaroffFix the following bogus diagnostic...reported by Jeroen.
2007-07-26 Chris Lattneradd another link.
2007-07-26 Chris Lattnerdon't expect to be able to reparse arbitrary system...
2007-07-26 Steve NaroffForgot a return stmt (oops).
2007-07-26 Steve NaroffVarious improvements to Sema::ParseMemberReferenceExpr().
2007-07-25 Steve Naroff- Fix commit in Parser.h (patch by Kevin Andre).
2007-07-25 Chris LattnerFix a couple of bugs, add some new cool stuff.
2007-07-24 Steve NaroffFix Sema::ParseCallExpr()...it wasn't doing the default...
2007-07-24 Chris Lattneradd documentation skeleton
2007-07-24 Chris Lattneradd a bare bones web page
2007-07-24 Chris LattnerFix a comment, patch by Kevin Andre!
2007-07-24 Chris Lattnerimplement ast building and trivial semantic analysis...
2007-07-24 Chris Lattneravoid std::string yet again.
2007-07-24 Chris LattnerUse a smallstring instead of an std::string in FileChan...
2007-07-24 Chris Lattnercheck in an experiment that didn't work out, to allow...
2007-07-24 Chris LattnerAdd a cache to SourceManager to accellerate line #...
2007-07-23 Chris LattnerFix two paste-avoidance bugs I introduced last night...
2007-07-23 Chris Lattnerfix bogus warnings about potentially uninit vars Size...
2007-07-23 Chris LattnerFix a scoping bug that apple gcc doesn't catch for...
2007-07-23 Chris Lattnercorrectly verify that default and case are in a switchstmt,
2007-07-23 Chris Lattneravoid creating std::strings in MoveToLine
2007-07-23 Chris LattnerIn OutputString, avoid calling memcpy for really tiny...
2007-07-23 Chris LattnerAvoid calling getSpelling at all for identifiers, which are
2007-07-23 Chris Lattnerchange the concatenation avoidance algorithm to be...
2007-07-23 Chris LattnerIf a token doesn't need cleaning, we can get its first...
2007-07-23 Chris LattnerA minor tweak to -E output, speeding up -E 1.5% on...
2007-07-23 Chris Lattnerimplement a missing feature in the #include handler...
2007-07-23 Chris Lattnerrefactor the interface to Preprocessor::GetIncludeFilen...
2007-07-22 Chris Lattnerfix a bug getting the spelling of an identifier token
2007-07-22 Chris Lattnerno need to avoid pasting >* It can't form ->*, becau...
2007-07-22 Chris LattnerGCC doesn't set __STDC_VERSION__ usually. It never...
2007-07-22 Chris LattnerSwitch TargetInfo::getTargetDefines from using an std...
2007-07-22 Chris LattnerChange hte lexer to start a start pointer to the underlying
2007-07-22 Chris Lattnersplit the slow path out of Lexer::getSourceLocation...
2007-07-22 Chris LattnerImplement a simple cache in headersearch. This speeds up
2007-07-22 Anders CarlssonRefactor switch analysis to make it possible to detect...
2007-07-22 Chris Lattnerremove redundant test
2007-07-22 Chris Lattneravoid a small bit of string traffic by not storing...
2007-07-22 Chris Lattneravoid recursion between SkipBCPLComment and SkipWhitesp...
2007-07-22 Chris Lattnerwhen running in -E mode on multiple files, there is...
2007-07-22 Chris LattnerCatch goto's with a missing identifier, patch by Neil...
2007-07-22 Chris LattnerFix a really subtle bug in the macro expander caching...
2007-07-21 Chris LattnerFix a lexer bug where we incorrectly rejected
2007-07-21 Steve NaroffMinor simplification to Expr::isLvalue().
2007-07-21 Chris LattnerAdd support for reusing macroid's with negative physica...
2007-07-21 Chris Lattnerimplement getSourceRange for ImplicitCast
2007-07-21 Chris LattnerReturn an exit code of 1 if errors occur, not an exit...
next