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 |
2007-07-23 |
Chris Lattner | fix bogus warnings about potentially uninit vars Size... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Lattner | Fix a scoping bug that apple gcc doesn't catch for... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Lattner | correctly verify that default and case are in a switchstmt, |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Lattner | avoid creating std::strings in MoveToLine |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Lattner | In OutputString, avoid calling memcpy for really tiny... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Lattner | Avoid calling getSpelling at all for identifiers, which are |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Lattner | change the concatenation avoidance algorithm to be... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Lattner | If a token doesn't need cleaning, we can get its first... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Lattner | A minor tweak to -E output, speeding up -E 1.5% on... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Lattner | implement a missing feature in the #include handler... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Lattner | refactor the interface to Preprocessor::GetIncludeFilen... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Chris Lattner | fix a bug getting the spelling of an identifier token |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Chris Lattner | no need to avoid pasting >* It can't form ->*, becau... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Chris Lattner | GCC doesn't set __STDC_VERSION__ usually. It never... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Chris Lattner | Switch TargetInfo::getTargetDefines from using an std... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Chris Lattner | Change hte lexer to start a start pointer to the underlying |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Chris Lattner | split the slow path out of Lexer::getSourceLocation... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Chris Lattner | Implement a simple cache in headersearch. This speeds up |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Anders Carlsson | Refactor switch analysis to make it possible to detect... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Chris Lattner | remove redundant test |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Chris Lattner | avoid a small bit of string traffic by not storing... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Chris Lattner | avoid recursion between SkipBCPLComment and SkipWhitesp... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Chris Lattner | when running in -E mode on multiple files, there is... |
commit | commitdiff | tree | snapshot |
2007-07-22 |
Chris Lattner | Catch goto's with a missing identifier, patch by Neil... |
commit | commitdiff | tree | snapshot |
next |