2007-08-17 |
Anders Carlsson | Add preliminary support for converting struct types. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Ted Kremenek | Added extra semantic checking to do basic detection of |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Anders Carlsson | Return true in case of error, which is what other funct... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Anders Carlsson | Add initial support for constant CFStrings. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Steve Naroff | Fixed Sema::CheckEqualityOperands() and Sema::CheckRela... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Ted Kremenek | Added a comment to ArraySubscriptExpr to note that... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Ted Kremenek | Added the following utility methods to VarDecl that... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Ted Kremenek | Removed dead variable "hadError" in ParseReturnStmt. |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Ted Kremenek | Added support for additional format string checking... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Ted Kremenek | Added documentation to StringLiteral noting that the... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Chris Lattner | xfail this for now. |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Chris Lattner | start splitting out aggregate value computation from... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | make sure to add a newline at the end of the dump |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Ted Kremenek | Added "id_idx" parameter to CheckPrintfArguments. ... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Ted Kremenek | Moved id_asprintf before id_vsnprintf in the enum used... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | add support for a top-level __extension__ marker, imple... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | initial support for checking format strings, patch... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | New file, just a placeholder for now. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | Build ASTs before relexing the file. This avoids havin... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Steve Naroff | Make sure the arithmetic conversion are done for relati... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | fix this test to pass. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | fix a codegen bug handling ocuvector element exprs. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | make this harder |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | implement initial codegen for aggregate return function... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | Fix a bug handling function -> pointer decay and avoid... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Chris Lattner | implement dumper support for declstmt's. The dumper... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Chris Lattner | implement dumper support for the rest of expressions. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Chris Lattner | move a switch to common code. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Chris Lattner | minor fixes |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Chris Lattner | dump strings with escapes and other stuff in them nicely. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Chris Lattner | minor cleanups |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Chris Lattner | __attribute__ starts a declspec. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Chris Lattner | add dumping support for some new nodes |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Chris Lattner | Dump out types for expressions, and handle typedefs... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Chris Lattner | add a new AST dumper interface (E->dump()). This dumps out |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Steve Naroff | Finish implementing __builtin_classify_type()... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Chris Lattner | now that implicit conversions are explicit, we can... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Steve Naroff | Add support for __builtin_classify_type(). This builtin... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Chris Lattner | now that implicit conversions are explicit, we can... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Steve Naroff | Move the function/array conversion for ParmVarDecl... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Chris Lattner | add some helpers |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Steve Naroff | Remove a space from "typeof" printing. It was causing... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Steve Naroff | Make sure the good old "function/array conversion"... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | Implement codegen for __builtin_choose_expr. For example: |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | the sse intrinsics are missing, leading to errors. |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | fix hang in testsuite |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | fix constness issues. |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Steve Naroff | Restrict vector component access (using "." and "[... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Steve Naroff | Implement __builtin_choose_expr. |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Steve Naroff | Add a test case to validate code gen for typeof/builtin... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Chris Lattner | implement codegen support for __builtin_types_compatible_p |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Chris Lattner | fix a buggy comment I added |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Chris Lattner | Rename AddrLabel and OCUVectorComponent -> AddrLabelExp... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Chris Lattner | testcase for vector element access stuff. |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Chris Lattner | implement codegen for multidest ocuvector expressions... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Chris Lattner | add codegen support for storing into a single-element... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Chris Lattner | refactor handling of ocuvector lvalue->rvalue codegen... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Chris Lattner | In the common case where we are shuffling a vector... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Chris Lattner | add OCUVectorComponent::getNumComponents() |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Chris Lattner | Add support for scalar-returning element accesses like V.x |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Chris Lattner | implement lvalue to rvalue conversion for ocuvector... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | add support for codegen of an OCUVectorComponent as... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | Add support for encoding a OCUVectorComponent into... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | oops, this is the real fix. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | update test |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | rename some helpers, have them return the idx of the... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | Use static methods, which don't require an instance... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | mark some methods static, don't consider a vector to... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | silence some warnings. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | Minor comment improvements. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | make sure we don't lose the ability to parse carbon.h |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Reid Spencer | Hyphenate a word, to check auto-update feature. Third... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Reid Spencer | Expand a contraction to test auto-update on commit. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Reid Spencer | Test auto-update with minor grammaro fix. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | Fix a bug in my previous commit |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | switch a fixme to an assert. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Steve Naroff | Tweak to Expr::isIntegerConstantExpr...make sure the... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | Increase the macro id cache to look up several recent... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Steve Naroff | Tidy up Parser::ParseTypeofSpecifier()...implement... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Steve Naroff | Add a couple const modifiers. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Steve Naroff | Hack Expr::isConstantExpr() to allow for __builtin_type... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Steve Naroff | - Finish hooking up support for __builtin_types_compati... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Steve Naroff | Add AST/Sema support for __builtin_types_compatible_p... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Steve Naroff | Add comments to getTypeOfExpr/getTypeOfType. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Steve Naroff | Two typeof() related changes... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Chris Lattner | update this to build with LLVM ToT |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Chris Lattner | Print floating point literal values better. |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Steve Naroff | Tighten up Parser::ParseTypeofSpecifier(). |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Chris Lattner | remove more explicit accesses to the canonical type... |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Chris Lattner | simplify some type checking code, don't explicitly... |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Chris Lattner | move trivial type predicates inline. |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Chris Lattner | split the rest of the type predicates into pure predicates: |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Chris Lattner | add internals manual to project |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Chris Lattner | Owen pointed out that this made no sense :) |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Chris Lattner | add two missing files to the xcode project. |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Chris Lattner | rename isReferenceType to follow the new scheme. |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Chris Lattner | make isPointerType() a pure predicate, rename the |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Chris Lattner | update name |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Steve Naroff | Add parsing and AST support for GNU "typeof". |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Chris Lattner | Oops, I committed the wrong file before. This expands... |
commit | commitdiff | tree | snapshot |
next |