]> granicus.if.org Git - clang/shortlog
clang
2007-07-30 Steve NaroffFinish up semantic analysis for vector components.
2007-07-29 Steve NaroffImplement pretty diagnostics when doing on-the-fly...
2007-07-28 Steve NaroffAdded a new expression, OCUVectorComponent.
2007-07-27 Steve NaroffImplement syntax/semantic analysis for OCU Vector Compo...
2007-07-26 Steve NaroffAdd Type::isOCUVectorType().
2007-07-26 Steve NaroffFix the following bogus diagnostic...reported by Jeroen.
2007-07-26 Chris Lattneradd another link.
2007-07-26 Chris Lattnerdon't expect to be able to reparse arbitrary system...
2007-07-26 Steve NaroffForgot a return stmt (oops).
2007-07-26 Steve NaroffVarious improvements to Sema::ParseMemberReferenceExpr().
2007-07-25 Steve Naroff- Fix commit in Parser.h (patch by Kevin Andre).
2007-07-25 Chris LattnerFix a couple of bugs, add some new cool stuff.
2007-07-24 Steve NaroffFix Sema::ParseCallExpr()...it wasn't doing the default...
2007-07-24 Chris Lattneradd documentation skeleton
2007-07-24 Chris Lattneradd a bare bones web page
2007-07-24 Chris LattnerFix a comment, patch by Kevin Andre!
2007-07-24 Chris Lattnerimplement ast building and trivial semantic analysis...
2007-07-24 Chris Lattneravoid std::string yet again.
2007-07-24 Chris LattnerUse a smallstring instead of an std::string in FileChan...
2007-07-24 Chris Lattnercheck in an experiment that didn't work out, to allow...
2007-07-24 Chris LattnerAdd a cache to SourceManager to accellerate line #...
2007-07-23 Chris LattnerFix two paste-avoidance bugs I introduced last night...
2007-07-23 Chris Lattnerfix bogus warnings about potentially uninit vars Size...
2007-07-23 Chris LattnerFix a scoping bug that apple gcc doesn't catch for...
2007-07-23 Chris Lattnercorrectly verify that default and case are in a switchstmt,
2007-07-23 Chris Lattneravoid creating std::strings in MoveToLine
2007-07-23 Chris LattnerIn OutputString, avoid calling memcpy for really tiny...
2007-07-23 Chris LattnerAvoid calling getSpelling at all for identifiers, which are
2007-07-23 Chris Lattnerchange the concatenation avoidance algorithm to be...
2007-07-23 Chris LattnerIf a token doesn't need cleaning, we can get its first...
2007-07-23 Chris LattnerA minor tweak to -E output, speeding up -E 1.5% on...
2007-07-23 Chris Lattnerimplement a missing feature in the #include handler...
2007-07-23 Chris Lattnerrefactor the interface to Preprocessor::GetIncludeFilen...
2007-07-22 Chris Lattnerfix a bug getting the spelling of an identifier token
2007-07-22 Chris Lattnerno need to avoid pasting >* It can't form ->*, becau...
2007-07-22 Chris LattnerGCC doesn't set __STDC_VERSION__ usually. It never...
2007-07-22 Chris LattnerSwitch TargetInfo::getTargetDefines from using an std...
2007-07-22 Chris LattnerChange hte lexer to start a start pointer to the underlying
2007-07-22 Chris Lattnersplit the slow path out of Lexer::getSourceLocation...
2007-07-22 Chris LattnerImplement a simple cache in headersearch. This speeds up
2007-07-22 Anders CarlssonRefactor switch analysis to make it possible to detect...
2007-07-22 Chris Lattnerremove redundant test
2007-07-22 Chris Lattneravoid a small bit of string traffic by not storing...
2007-07-22 Chris Lattneravoid recursion between SkipBCPLComment and SkipWhitesp...
2007-07-22 Chris Lattnerwhen running in -E mode on multiple files, there is...
2007-07-22 Chris LattnerCatch goto's with a missing identifier, patch by Neil...
2007-07-22 Chris LattnerFix a really subtle bug in the macro expander caching...
2007-07-21 Chris LattnerFix a lexer bug where we incorrectly rejected
2007-07-21 Steve NaroffMinor simplification to Expr::isLvalue().
2007-07-21 Chris LattnerAdd support for reusing macroid's with negative physica...
2007-07-21 Chris Lattnerimplement getSourceRange for ImplicitCast
2007-07-21 Chris LattnerReturn an exit code of 1 if errors occur, not an exit...
2007-07-21 Chris Lattnerminor simplifications
2007-07-21 Chris Lattnertestcase from neil
2007-07-21 Chris Lattnerrecover from void argument types more nicely.
2007-07-21 Chris Lattnerbetter wording for an error, suggested by Neil.
2007-07-21 Anders CarlssonImplement code generation for __func__, __FUNCTION__...
2007-07-21 Chris Lattnerimprove and simplify error recovery for calls, fix...
2007-07-21 Chris Lattnerfix a warning on some compilers
2007-07-21 Chris Lattneradd an evil macro expansion perf test from Neil.
2007-07-21 Chris LattnerFix off-by-one error when emitting diagnostics. Also...
2007-07-21 Chris Lattnermove some casts up to the entry of the function for...
2007-07-21 Chris LattnerTwo fixes:
2007-07-20 Chris LattnerFix a valgrind error noticed by Benoit Boissinot
2007-07-20 Chris Lattnerremove some old cruft
2007-07-20 Chris Lattnerfix a nasty bug Owen noticed in a gcc warning.
2007-07-20 Chris Lattnerimprove comments, implement a trivial single-entry...
2007-07-20 Chris LattnerUpdate project for LexerToken.h -> Token.h
2007-07-20 Chris LattnerAt one point there were going to be lexer and parser...
2007-07-20 Chris Lattnersimplify the lexer ctor to take a SLoc instead of a...
2007-07-20 Chris LattnerReimplement SourceLocation. Instead of having a
2007-07-19 Chris Lattnerimplement size/alignment analysis for arrays and vector...
2007-07-19 Steve NaroffFinish fixing crasher with compound literals.
2007-07-19 Chris LattnerFix a stringizing bug that Neil noticed. We should...
2007-07-19 Chris Lattnersilence a warning by treating ocuvectors the same as...
2007-07-19 Steve NaroffWork towards fixing crasher with compound literals...
2007-07-19 Chris LattnerFix a crasher that Neil reported: Sema::GetTypeForDecla...
2007-07-19 Chris LattnerMake sure to initialize an ivar, patch by Benoit Boissinot.
2007-07-19 Chris LattnerCorrectly respect C99 5.1.1.2p4 when searching for...
2007-07-18 Chris Lattnerimplement i-c-e correct evaluation for sizeof/alignof...
2007-07-18 Chris Lattnerimplement sizeof/alignof support for structs, unions...
2007-07-18 Chris Lattnerimplement codegen support for sizeof/alignof
2007-07-18 Steve NaroffFirst round of extended vector support. Here is an...
2007-07-18 Chris Lattnerinitial layout support for structures and unions. ...
2007-07-18 Chris Lattneradd accessors
2007-07-18 Chris LattnerCast to void is valid, patch by Benoit Boissinot
2007-07-18 Chris Lattnerteach -stats about new types
2007-07-18 Chris Lattneradd a note Neil pointed out
2007-07-18 Chris LattnerAdd initial switch stmt support, patch by Anders Carlsson!
2007-07-17 Chris Lattnerstrtod is more portable than strtof apparently. Instea...
2007-07-17 Gabor Greifcheap change to fix solaris compilation. I can make...
2007-07-17 Bill WendlingUse the correct method for getting the ReferenceType...
2007-07-17 Chris LattnerI forgot to check this in earlier
2007-07-17 Bill WendlingReturn the correct type from isReferenceType().
2007-07-17 Bill WendlingChange dyn_cast for reference types to be more like...
2007-07-17 Bill WendlingFix references:
2007-07-17 Steve NaroffConvert UsualArithmeticConversions to return "void...
2007-07-16 Steve NaroffImplement semantic analysis for the cast operator.
2007-07-16 Steve NaroffRemove the 2 QualType references to method UsualArithme...
2007-07-16 Chris LattnerIn the final step for preserving typedef info better...
next