]> granicus.if.org Git - clang/shortlog
clang
2007-08-21 Chris Lattneradd a new builder ivar.
2007-08-21 Chris Lattnermove EmitLoadOfComplex/EmitStoreOfComplex into ComplexE...
2007-08-21 Chris Lattnerimplement comma for complex.
2007-08-21 Chris Lattnerand/or/xor are invalid for complex, even integer comple...
2007-08-21 Chris Lattnersimplify code slightly
2007-08-21 Chris Lattneradd sema support for complex integer types
2007-08-21 Chris Lattnerreimplement support for complex comparisons, add suppor...
2007-08-21 Chris Lattneradd getAsComplexType() for consistency
2007-08-21 Chris LattnerAdd the comparisons and logical binops to the visitor.
2007-08-21 Chris Lattnerreimplement complex mul
2007-08-21 Chris Lattneradd a testcase I forgot to check in long ago
2007-08-21 Chris Lattnerupdate some comments.
2007-08-21 Chris LattnerSplit complex arithmetic codegen out from aggregate...
2007-08-21 Chris Lattnersimplify this a bit to remove indirection
2007-08-21 Chris Lattnerreimplement addition of complex numbers.
2007-08-21 Chris LattnerAdd the ability to visit binary operators without having to
2007-08-21 Chris Lattnerswitch aggregate expr codegen to use a visitor to local...
2007-08-21 Chris LattnerNow that the visitor is defined in one place, it is...
2007-08-21 Chris LattnerSwitch StmtVisitor from using dynamic to static dispatc...
2007-08-21 Chris Lattnerwe now correctly emit:
2007-08-21 Anders CarlssonImplement code generation for constant CFStrings.
2007-08-20 Chris LattnerFix array->pointer decay. This unbreaks test/CodeGen...
2007-08-20 Steve NaroffAdded Parser::ParseStructDeclaration() as a result...
2007-08-20 Steve NaroffStart parsing ObjC classes/categories!
2007-08-20 Anders CarlssonAdd support for code generation of builtins.
2007-08-20 Ted KremenekAdded test cases for the return-stack-address checker...
2007-08-20 Ted KremenekModified ArraySubscriptExpr to have accessors getLHS...
2007-08-18 Ted KremenekFixed bug in VarDecl::hasAutoStorage: function paramete...
2007-08-17 Ted KremenekAdded extra test case to check proper handling of archa...
2007-08-17 Anders CarlssonAdd preliminary support for converting struct types.
2007-08-17 Ted KremenekAdded extra semantic checking to do basic detection of
2007-08-17 Anders CarlssonReturn true in case of error, which is what other funct...
2007-08-17 Anders CarlssonAdd initial support for constant CFStrings.
2007-08-16 Steve NaroffFixed Sema::CheckEqualityOperands() and Sema::CheckRela...
2007-08-15 Ted KremenekAdded a comment to ArraySubscriptExpr to note that...
2007-08-15 Ted KremenekAdded the following utility methods to VarDecl that...
2007-08-14 Ted KremenekRemoved dead variable "hadError" in ParseReturnStmt.
2007-08-14 Ted KremenekAdded support for additional format string checking...
2007-08-13 Ted KremenekAdded documentation to StringLiteral noting that the...
2007-08-11 Chris Lattnerxfail this for now.
2007-08-11 Chris Lattnerstart splitting out aggregate value computation from...
2007-08-10 Chris Lattnermake sure to add a newline at the end of the dump
2007-08-10 Ted KremenekAdded "id_idx" parameter to CheckPrintfArguments. ...
2007-08-10 Ted KremenekMoved id_asprintf before id_vsnprintf in the enum used...
2007-08-10 Chris Lattneradd support for a top-level __extension__ marker, imple...
2007-08-10 Chris Lattnerinitial support for checking format strings, patch...
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
next