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 |
2007-07-22 |
Chris Lattner | Fix a really subtle bug in the macro expander caching... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Chris Lattner | Fix a lexer bug where we incorrectly rejected |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Steve Naroff | Minor simplification to Expr::isLvalue(). |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Chris Lattner | Add support for reusing macroid's with negative physica... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Chris Lattner | implement getSourceRange for ImplicitCast |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Chris Lattner | Return an exit code of 1 if errors occur, not an exit... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Chris Lattner | minor simplifications |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Chris Lattner | testcase from neil |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Chris Lattner | recover from void argument types more nicely. |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Chris Lattner | better wording for an error, suggested by Neil. |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Anders Carlsson | Implement code generation for __func__, __FUNCTION__... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Chris Lattner | improve and simplify error recovery for calls, fix... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Chris Lattner | fix a warning on some compilers |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Chris Lattner | add an evil macro expansion perf test from Neil. |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Chris Lattner | Fix off-by-one error when emitting diagnostics. Also... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Chris Lattner | move some casts up to the entry of the function for... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Chris Lattner | Two fixes: |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Chris Lattner | Fix a valgrind error noticed by Benoit Boissinot |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Chris Lattner | remove some old cruft |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Chris Lattner | fix a nasty bug Owen noticed in a gcc warning. |
commit | commitdiff | tree | snapshot |
next |