]> granicus.if.org Git - clang/shortlog
clang
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...
2007-07-16 Steve NaroffChange DefaultFunctionArrayConversions and UsualUnaryCo...
2007-07-16 Chris LattnerFix a GCC warning:
2007-07-16 Chris LattnerImplement break and continue. Patch by Anders Carlsson!
2007-07-16 Chris Lattneravoid requiring people to update from llvm svn.
2007-07-16 Bill WendlingConstify the is*Lvalue() methods.
2007-07-16 Chris LattnerMake octal constant lexing use AdvanceToTokenCharacter...
2007-07-16 Chris LattnerAdd a new Preprocessor::AdvanceToTokenCharacter method...
2007-07-16 Chris Lattneradd better comments.
2007-07-16 Chris Lattnerfactor a common predicate into a static method.
2007-07-16 Chris LattnerAdd a hack (mirroring llvm-gcc) to pointer difference
2007-07-16 Chris Lattneradd required directories to the path automatically...
2007-07-16 Chris LattnerMake check conflicts with the other default llvm target...
2007-07-16 Chris Lattner'make check' is what more people expect.
2007-07-16 Chris LattnerDoug Gregor pointed out that _Complex actually isn...
2007-07-16 Chris LattnerAdd support for C++'0x keywords, patch by Doug Gregor
2007-07-16 Chris LattnerNow that isPointerType can return a pointer type, avoid...
2007-07-16 Chris LattnerUse the return value of isPointerType and isVectorType...
2007-07-16 Chris Lattneras a very useful feature, make isVectorType and isPoint...
2007-07-15 Chris Lattnerrename variables to be more consistent. Always use...
2007-07-15 Chris LattnerRemove an extraneous QualType from CastExpr, it's type...
2007-07-15 Chris Lattnerdon't let builtin-type handling code fall into pointer...
2007-07-15 Chris Lattnerset the correct width for a character literal when...
2007-07-15 Chris LattnerRefactor code so that isIntegerConstantExpr has an...
2007-07-15 Chris Lattnerremove obsolete comment.
2007-07-15 Chris LattnerChange SourceManager::getInstantiationLoc to take virtu...
2007-07-15 Steve NaroffThis is the final step/commit for implementing exlicit...
2007-07-15 Chris Lattnernon-apple targets should be like i386, not the mythical...
2007-07-15 Chris LattnerCache macro expander objects to avoid thrashing malloc...
2007-07-15 Chris LattnerMake parser scope cache be a member of the parser inste...
2007-07-14 Chris Lattnerswitch function-like macros from using a vector for...
2007-07-14 Chris Lattnerswitch from using a vector to a smallvector for macro...
2007-07-14 Chris Lattnerexpose an iterator interface to getReplacementTokens...
2007-07-14 Chris Lattnersplit function-like and object-like macro body parsing...
2007-07-14 Gabor Greifadd FIXME and un-XFAIL test
2007-07-14 Bill WendlingAdd missing directory
2007-07-14 Chris LattnerA significant refactoring of the type size stuff to...
2007-07-14 Chris LattnerImplement trivial integer initializers, like 'int X...
2007-07-14 Chris LattnerIn "int X,Y;", compile both X and Y.
2007-07-14 Chris Lattneradd a fixme
2007-07-13 Chris LattnerImprove char literal pretty printing, patch by Keith...
2007-07-13 Gabor Greiffix type of main, use !=
2007-07-13 Gabor Greifimplement _Complex * == and !=
2007-07-13 Steve NaroffMore changes related to implementing ImplicitCastExpr.
2007-07-13 Chris LattnerUse target info to decide the sizes of basic types.
2007-07-13 Chris LattnerAdd missing citation.
2007-07-13 Gabor Greifa simple _Complex testcase
2007-07-13 Chris LattnerMove getSize() out of type, into ASTContext, where...
2007-07-13 Chris LattnerUnspecified type specs default to int. This fixes...
2007-07-13 Chris Lattnerremove some extraneous spaces, no functionality change.
next