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 |
2007-07-20 |
Chris Lattner | improve comments, implement a trivial single-entry... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Chris Lattner | Update project for LexerToken.h -> Token.h |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Chris Lattner | At one point there were going to be lexer and parser... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Chris Lattner | simplify the lexer ctor to take a SLoc instead of a... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Chris Lattner | Reimplement SourceLocation. Instead of having a |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Chris Lattner | implement size/alignment analysis for arrays and vector... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Steve Naroff | Finish fixing crasher with compound literals. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Chris Lattner | Fix a stringizing bug that Neil noticed. We should... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Chris Lattner | silence a warning by treating ocuvectors the same as... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Steve Naroff | Work towards fixing crasher with compound literals... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Chris Lattner | Fix a crasher that Neil reported: Sema::GetTypeForDecla... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Chris Lattner | Make sure to initialize an ivar, patch by Benoit Boissinot. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Chris Lattner | Correctly respect C99 5.1.1.2p4 when searching for... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | implement i-c-e correct evaluation for sizeof/alignof... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | implement sizeof/alignof support for structs, unions... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | implement codegen support for sizeof/alignof |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Steve Naroff | First round of extended vector support. Here is an... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | initial layout support for structures and unions. ... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | add accessors |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | Cast to void is valid, patch by Benoit Boissinot |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | teach -stats about new types |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | add a note Neil pointed out |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Chris Lattner | Add initial switch stmt support, patch by Anders Carlsson! |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Chris Lattner | strtod is more portable than strtof apparently. Instea... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Gabor Greif | cheap change to fix solaris compilation. I can make... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Bill Wendling | Use the correct method for getting the ReferenceType... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Chris Lattner | I forgot to check this in earlier |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Bill Wendling | Return the correct type from isReferenceType(). |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Bill Wendling | Change dyn_cast for reference types to be more like... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Bill Wendling | Fix references: |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Steve Naroff | Convert UsualArithmeticConversions to return "void... |
commit | commitdiff | tree | snapshot |
next |