- 3cbc38b add sema support for complex integer types by Chris Lattner · 17 years ago
- 58dee10 reimplement support for complex comparisons, add support for integer complex compares. by Chris Lattner · 17 years ago
- c6fb90a add getAsComplexType() for consistency by Chris Lattner · 17 years ago
- 2d5049f Add the comparisons and logical binops to the visitor. by Chris Lattner · 17 years ago
- 2823c19 reimplement complex mul by Chris Lattner · 17 years ago
- 2f9d5fe add a testcase I forgot to check in long ago by Chris Lattner · 17 years ago
- 05ba49c update some comments. by Chris Lattner · 17 years ago
- b6ef18a Split complex arithmetic codegen out from aggregate codegen. by Chris Lattner · 17 years ago
- c748f27 simplify this a bit to remove indirection by Chris Lattner · 17 years ago
- ee755f9 reimplement addition of complex numbers. by Chris Lattner · 17 years ago
- 03d6fb9 Add the ability to visit binary operators without having to by Chris Lattner · 17 years ago
- 9c03356 switch aggregate expr codegen to use a visitor to localize most of the nasty by Chris Lattner · 17 years ago
- e12b430 Now that the visitor is defined in one place, it is nice and easy to allow clients by Chris Lattner · 17 years ago
- c5598cb Switch StmtVisitor from using dynamic to static dispatch. This makes it by Chris Lattner · 17 years ago
- 2b8bac5 we now correctly emit: by Chris Lattner · 17 years ago
- c9e2091 Implement code generation for constant CFStrings. by Anders Carlsson · 17 years ago
- 7016a70 Fix array->pointer decay. This unbreaks test/CodeGen/array.c by Chris Lattner · 17 years ago
- 28a7ca8 by Steve Naroff · 17 years ago
- dac269b by Steve Naroff · 17 years ago
- 022012e Add support for code generation of builtins. by Anders Carlsson · 17 years ago
- f8f9517 Added test cases for the return-stack-address checker to test support by Ted Kremenek · 17 years ago
- 2324512 Modified ArraySubscriptExpr to have accessors getLHS and getRHS in addition by Ted Kremenek · 17 years ago
- 602f754 Fixed bug in VarDecl::hasAutoStorage: function parameters implicitly have by Ted Kremenek · 17 years ago
- 4774b4d Added extra test case to check proper handling of archaic array indexing: 4[A] by Ted Kremenek · 17 years ago
- 4e53328 Add preliminary support for converting struct types. by Anders Carlsson · 17 years ago
- 06de276 Added extra semantic checking to do basic detection of by Ted Kremenek · 17 years ago
- 9cdc4d3 Return true in case of error, which is what other functions do. by Anders Carlsson · 17 years ago
- 71993dd Add initial support for constant CFStrings. by Anders Carlsson · 17 years ago
- e77fd3c by Steve Naroff · 17 years ago
- fc4a160 Added a comment to ArraySubscriptExpr to note that the expressions like by Ted Kremenek · 17 years ago
- 87ce144 Added the following utility methods to VarDecl that provide by Ted Kremenek · 17 years ago
- 6a2394c Removed dead variable "hadError" in ParseReturnStmt. by Ted Kremenek · 17 years ago
- 71895b9 Added support for additional format string checking for the printf by Ted Kremenek · 17 years ago
- e6a82b2 Added documentation to StringLiteral noting that the strings returned by by Ted Kremenek · 17 years ago
- 954698c xfail this for now. by Chris Lattner · 17 years ago
- 883f6a7 start splitting out aggregate value computation from EmitExpr into EmitAggExpr. by Chris Lattner · 17 years ago
- ee41ce5 make sure to add a newline at the end of the dump by Chris Lattner · 17 years ago
- 8207710 Added "id_idx" parameter to CheckPrintfArguments. This will be used by Ted Kremenek · 17 years ago
- e0eb80a Moved id_asprintf before id_vsnprintf in the enum used for indexing by Ted Kremenek · 17 years ago
- c301815 add support for a top-level __extension__ marker, implementing a todo. by Chris Lattner · 17 years ago
- 59907c4 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 17 years ago
- af6f528 New file, just a placeholder for now. by Chris Lattner · 17 years ago
- 009e9f7 Build ASTs before relexing the file. This avoids having comment finding mutate the by Chris Lattner · 17 years ago
- 30bf771 by Steve Naroff · 17 years ago
- cff944b fix this test to pass. by Chris Lattner · 17 years ago
- cf60cd2 fix a codegen bug handling ocuvector element exprs. by Chris Lattner · 17 years ago
- 12b2be2 make this harder by Chris Lattner · 17 years ago
- cc666af implement initial codegen for aggregate return functions. This implements by Chris Lattner · 17 years ago
- 461766a Fix a bug handling function -> pointer decay and avoid emitting a noop bitcast. by Chris Lattner · 17 years ago
- f9e0581 implement dumper support for declstmt's. The dumper is now "done". by Chris Lattner · 17 years ago
- 13cb21f implement dumper support for the rest of expressions. by Chris Lattner · 17 years ago
- 36460ee move a switch to common code. by Chris Lattner · 17 years ago
- 0618408 minor fixes by Chris Lattner · 17 years ago
- 5fc6107 dump strings with escapes and other stuff in them nicely. by Chris Lattner · 17 years ago
- 1ef0876 minor cleanups by Chris Lattner · 17 years ago
- d6c7c18 __attribute__ starts a declspec. by Chris Lattner · 17 years ago
- a0df31a add dumping support for some new nodes by Chris Lattner · 17 years ago
- fd8f7da Dump out types for expressions, and handle typedefs nicely. by Chris Lattner · 17 years ago
- 6000dac add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago
- 13b7c5f Finish implementing __builtin_classify_type()... by Steve Naroff · 17 years ago
- 6c21616 now that implicit conversions are explicit, we can eliminate by Chris Lattner · 17 years ago
- e877042 Add support for __builtin_classify_type(). This builtin function isn't "public", however by Steve Naroff · 17 years ago
- d4f0802 now that implicit conversions are explicit, we can eliminate by Chris Lattner · 17 years ago
- 6a9f3e3 by Steve Naroff · 17 years ago
- 7effa1a add some helpers by Chris Lattner · 17 years ago
- 1bfd5cc by Steve Naroff · 17 years ago
- 69625f4 by Steve Naroff · 17 years ago
- 94f05e3 Implement codegen for __builtin_choose_expr. For example: by Chris Lattner · 17 years ago
- 345dc62 the sse intrinsics are missing, leading to errors. by Chris Lattner · 17 years ago
- 52e3de5 fix hang in testsuite by Chris Lattner · 17 years ago
- c1b607d fix constness issues. by Chris Lattner · 17 years ago
- 608e0ee Restrict vector component access (using "." and "[]") to variables. by Steve Naroff · 17 years ago
- d04fdd5 by Steve Naroff · 17 years ago
- 441995e by Steve Naroff · 17 years ago
- 30bf3ae implement codegen support for __builtin_types_compatible_p by Chris Lattner · 17 years ago
- dd652cdb fix a buggy comment I added by Chris Lattner · 17 years ago
- 6481a57 Rename AddrLabel and OCUVectorComponent -> AddrLabelExpr and OCUVectorElementExpr respectively. This is for consistency with other expr nodes end with *Expr. by Chris Lattner · 17 years ago
- 90997ac testcase for vector element access stuff. by Chris Lattner · 17 years ago
- 7e6b51b implement codegen for multidest ocuvector expressions, like: by Chris Lattner · 17 years ago
- 017d6aa add codegen support for storing into a single-element ocu lvalue, such as: by Chris Lattner · 17 years ago
- 34cdc86 refactor handling of ocuvector lvalue->rvalue codegen into its own method. by Chris Lattner · 17 years ago
- 5cc2e45 In the common case where we are shuffling a vector, emit an by Chris Lattner · 17 years ago
- 4d0ac88 add OCUVectorComponent::getNumComponents() by Chris Lattner · 17 years ago
- 3b12612 Add support for scalar-returning element accesses like V.x by Chris Lattner · 17 years ago
- 46ea8eb implement lvalue to rvalue conversion for ocuvector components. We can now compile stuff by Chris Lattner · 17 years ago
- 349aaec add support for codegen of an OCUVectorComponent as an lvalue. by Chris Lattner · 17 years ago
- b8f849d Add support for encoding a OCUVectorComponent into a single integer. by Chris Lattner · 17 years ago
- f13ebf0 oops, this is the real fix. by Chris Lattner · 17 years ago
- 6f66c26 update test by Chris Lattner · 17 years ago
- 88dca04 rename some helpers, have them return the idx of the field being accessed. by Chris Lattner · 17 years ago
- b4878f4 Use static methods, which don't require an instance of OCUVectorType by Chris Lattner · 17 years ago
- 667405a mark some methods static, don't consider a vector to be an ocuvector by Chris Lattner · 17 years ago
- d14faaa silence some warnings. by Chris Lattner · 17 years ago
- cb92a11 Minor comment improvements. by Chris Lattner · 17 years ago
- 281a492 make sure we don't lose the ability to parse carbon.h by Chris Lattner · 17 years ago
- ad43ad4 Hyphenate a word, to check auto-update feature. Third times the charm! by Reid Spencer · 17 years ago
- 06ddd81 Expand a contraction to test auto-update on commit. by Reid Spencer · 17 years ago
- 2f291ba Test auto-update with minor grammaro fix. by Reid Spencer · 17 years ago
- c1e50fc Fix a bug in my previous commit by Chris Lattner · 17 years ago
- 4cabcfe switch a fixme to an assert. by Chris Lattner · 17 years ago