]> granicus.if.org Git - clang/shortlog
clang
2007-08-10 Chris LattnerNew file, just a placeholder for now.
2007-08-10 Chris LattnerBuild ASTs before relexing the file. This avoids havin...
2007-08-10 Steve NaroffMake sure the arithmetic conversion are done for relati...
2007-08-10 Chris Lattnerfix this test to pass.
2007-08-10 Chris Lattnerfix a codegen bug handling ocuvector element exprs.
2007-08-10 Chris Lattnermake this harder
2007-08-10 Chris Lattnerimplement initial codegen for aggregate return function...
2007-08-10 Chris LattnerFix a bug handling function -> pointer decay and avoid...
2007-08-09 Chris Lattnerimplement dumper support for declstmt's. The dumper...
2007-08-09 Chris Lattnerimplement dumper support for the rest of expressions.
2007-08-09 Chris Lattnermove a switch to common code.
2007-08-09 Chris Lattnerminor fixes
2007-08-09 Chris Lattnerdump strings with escapes and other stuff in them nicely.
2007-08-09 Chris Lattnerminor cleanups
2007-08-09 Chris Lattner__attribute__ starts a declspec.
2007-08-09 Chris Lattneradd dumping support for some new nodes
2007-08-09 Chris LattnerDump out types for expressions, and handle typedefs...
2007-08-08 Chris Lattneradd a new AST dumper interface (E->dump()). This dumps out
2007-08-08 Steve NaroffFinish implementing __builtin_classify_type()...
2007-08-08 Chris Lattnernow that implicit conversions are explicit, we can...
2007-08-08 Steve NaroffAdd support for __builtin_classify_type(). This builtin...
2007-08-08 Chris Lattnernow that implicit conversions are explicit, we can...
2007-08-07 Steve NaroffMove the function/array conversion for ParmVarDecl...
2007-08-07 Chris Lattneradd some helpers
2007-08-05 Steve NaroffRemove a space from "typeof" printing. It was causing...
2007-08-05 Steve NaroffMake sure the good old "function/array conversion"...
2007-08-04 Chris LattnerImplement codegen for __builtin_choose_expr. For example:
2007-08-04 Chris Lattnerthe sse intrinsics are missing, leading to errors.
2007-08-04 Chris Lattnerfix hang in testsuite
2007-08-04 Chris Lattnerfix constness issues.
2007-08-03 Steve NaroffRestrict vector component access (using "." and "[...
2007-08-03 Steve NaroffImplement __builtin_choose_expr.
2007-08-03 Steve NaroffAdd a test case to validate code gen for typeof/builtin...
2007-08-03 Chris Lattnerimplement codegen support for __builtin_types_compatible_p
2007-08-03 Chris Lattnerfix a buggy comment I added
2007-08-03 Chris LattnerRename AddrLabel and OCUVectorComponent -> AddrLabelExp...
2007-08-03 Chris Lattnertestcase for vector element access stuff.
2007-08-03 Chris Lattnerimplement codegen for multidest ocuvector expressions...
2007-08-03 Chris Lattneradd codegen support for storing into a single-element...
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...
next