]> granicus.if.org Git - clang/shortlog
clang
2007-08-01 Steve NaroffTwo typeof() related changes...
2007-08-01 Chris Lattnerupdate this to build with LLVM ToT
2007-08-01 Chris LattnerPrint floating point literal values better.
2007-07-31 Steve NaroffTighten up Parser::ParseTypeofSpecifier().
2007-07-31 Chris Lattnerremove more explicit accesses to the canonical type...
2007-07-31 Chris Lattnersimplify some type checking code, don't explicitly...
2007-07-31 Chris Lattnermove trivial type predicates inline.
2007-07-31 Chris Lattnersplit the rest of the type predicates into pure predicates:
2007-07-31 Chris Lattneradd internals manual to project
2007-07-31 Chris LattnerOwen pointed out that this made no sense :)
2007-07-31 Chris Lattneradd two missing files to the xcode project.
2007-07-31 Chris Lattnerrename isReferenceType to follow the new scheme.
2007-07-31 Chris Lattnermake isPointerType() a pure predicate, rename the
2007-07-31 Chris Lattnerupdate name
2007-07-31 Steve NaroffAdd parsing and AST support for GNU "typeof".
2007-07-31 Chris LattnerOops, I committed the wrong file before. This expands...
2007-07-31 Chris LattnerAdd a start at a clang internals manual, documenting...
2007-07-31 Chris Lattneradd a link
2007-07-30 Chris LattnerDon't use canonical type for sema here. In
2007-07-30 Steve NaroffUpgrade a comment...
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...
next