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 |
2007-07-31 |
Chris Lattner | Add a start at a clang internals manual, documenting... |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Chris Lattner | add a link |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Chris Lattner | Don't use canonical type for sema here. In |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Steve Naroff | Upgrade a comment... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Steve Naroff | Finish up semantic analysis for vector components. |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Steve Naroff | Implement pretty diagnostics when doing on-the-fly... |
commit | commitdiff | tree | snapshot |
2007-07-28 |
Steve Naroff | Added a new expression, OCUVectorComponent. |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Steve Naroff | Implement syntax/semantic analysis for OCU Vector Compo... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Steve Naroff | Add Type::isOCUVectorType(). |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Steve Naroff | Fix the following bogus diagnostic...reported by Jeroen. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Chris Lattner | add another link. |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Chris Lattner | don't expect to be able to reparse arbitrary system... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Steve Naroff | Forgot a return stmt (oops). |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Steve Naroff | Various improvements to Sema::ParseMemberReferenceExpr(). |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Steve Naroff | - Fix commit in Parser.h (patch by Kevin Andre). |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Chris Lattner | Fix a couple of bugs, add some new cool stuff. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Steve Naroff | Fix Sema::ParseCallExpr()...it wasn't doing the default... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Chris Lattner | add documentation skeleton |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Chris Lattner | add a bare bones web page |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Chris Lattner | Fix a comment, patch by Kevin Andre! |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Chris Lattner | implement ast building and trivial semantic analysis... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Chris Lattner | avoid std::string yet again. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Chris Lattner | Use a smallstring instead of an std::string in FileChan... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Chris Lattner | check in an experiment that didn't work out, to allow... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Chris Lattner | Add a cache to SourceManager to accellerate line #... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Lattner | Fix two paste-avoidance bugs I introduced last night... |
commit | commitdiff | tree | snapshot |
next |