Age | Commit message (Expand) | Author |
2007-08-21 | allow support for volatile lvalues even though it's still not right. | Chris Lattner |
2007-08-21 | Implement parsing and code generation of Objective-C string literals. | Anders Carlsson |
2007-08-21 | add a new builder ivar. | Chris Lattner |
2007-08-21 | move EmitLoadOfComplex/EmitStoreOfComplex into ComplexExprEmitter. | Chris Lattner |
2007-08-21 | implement comma for complex. | Chris Lattner |
2007-08-21 | and/or/xor are invalid for complex, even integer complex apparently. | Chris Lattner |
2007-08-21 | simplify code slightly | Chris Lattner |
2007-08-21 | reimplement support for complex comparisons, add support for integer complex ... | Chris Lattner |
2007-08-21 | reimplement complex mul | Chris Lattner |
2007-08-21 | update some comments. | Chris Lattner |
2007-08-21 | Split complex arithmetic codegen out from aggregate codegen. | Chris Lattner |
2007-08-21 | simplify this a bit to remove indirection | Chris Lattner |
2007-08-21 | reimplement addition of complex numbers. | Chris Lattner |
2007-08-21 | Add the ability to visit binary operators without having to | Chris Lattner |
2007-08-21 | switch aggregate expr codegen to use a visitor to localize most of the nasty | Chris Lattner |
2007-08-21 | Implement code generation for constant CFStrings. | Anders Carlsson |
2007-08-20 | Fix array->pointer decay. This unbreaks test/CodeGen/array.c | Chris Lattner |
2007-08-20 | Add support for code generation of builtins. | Anders Carlsson |
2007-08-20 | Modified ArraySubscriptExpr to have accessors getLHS and getRHS in addition | Ted Kremenek |
2007-08-17 | Add preliminary support for converting struct types. | Anders Carlsson |
2007-08-11 | start splitting out aggregate value computation from EmitExpr into EmitAggExpr. | Chris Lattner |
2007-08-10 | New file, just a placeholder for now. | Chris Lattner |
2007-08-10 | fix a codegen bug handling ocuvector element exprs. | Chris Lattner |
2007-08-10 | implement initial codegen for aggregate return functions. This implements | Chris Lattner |
2007-08-10 | Fix a bug handling function -> pointer decay and avoid emitting a noop | Chris Lattner |
2007-08-08 | now that implicit conversions are explicit, we can eliminate | Chris Lattner |
2007-08-08 | now that implicit conversions are explicit, we can eliminate | Chris Lattner |
2007-08-04 | Implement codegen for __builtin_choose_expr. For example: | Chris Lattner |
2007-08-03 | implement codegen support for __builtin_types_compatible_p | Chris Lattner |
2007-08-03 | Rename AddrLabel and OCUVectorComponent -> AddrLabelExpr and OCUVectorElement... | Chris Lattner |
2007-08-03 | implement codegen for multidest ocuvector expressions, like: | Chris Lattner |
2007-08-03 | add codegen support for storing into a single-element ocu lvalue, such as: | Chris Lattner |
2007-08-03 | refactor handling of ocuvector lvalue->rvalue codegen into its own method. | Chris Lattner |
2007-08-03 | In the common case where we are shuffling a vector, emit an | Chris Lattner |
2007-08-03 | Add support for scalar-returning element accesses like V.x | Chris Lattner |
2007-08-03 | implement lvalue to rvalue conversion for ocuvector components. We can now c... | Chris Lattner |
2007-08-02 | add support for codegen of an OCUVectorComponent as an lvalue. | Chris Lattner |
2007-08-02 | silence some warnings. | Chris Lattner |
2007-08-01 | update this to build with LLVM ToT | Chris Lattner |
2007-07-21 | Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__ | Anders Carlsson |
2007-07-19 | silence a warning by treating ocuvectors the same as vectors. | Chris Lattner |
2007-07-18 | implement codegen support for sizeof/alignof | Chris Lattner |
2007-07-16 | Implement break and continue. Patch by Anders Carlsson! | Chris Lattner |
2007-07-16 | Add a hack (mirroring llvm-gcc) to pointer difference | Chris Lattner |
2007-07-15 | Refactor code so that isIntegerConstantExpr has an ASTContext available. | Chris Lattner |
2007-07-14 | add FIXME and un-XFAIL test | Gabor Greif |
2007-07-14 | A significant refactoring of the type size stuff to also | Chris Lattner |
2007-07-14 | Implement trivial integer initializers, like 'int X = 4;' for global | Chris Lattner |
2007-07-14 | In "int X,Y;", compile both X and Y. | Chris Lattner |
2007-07-14 | add a fixme | Chris Lattner |