]> granicus.if.org Git - clang/shortlog
clang
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.
2007-07-13 Chris Lattnerimplement codegen support for implicit casts.
2007-07-13 Chris Lattnereliminate extraneous type, add accessors.
2007-07-13 Chris LattnerCheck in these testcases.
2007-07-13 Chris Lattnernew testcase that crashes the cfe due to implicit conve...
2007-07-13 Chris Lattnersilence a bogus gcc warning.
2007-07-13 Steve NaroffRemoved some superfluous code. The getType() method...
2007-07-13 Chris Lattnerremove use of alloca.
2007-07-13 Steve NaroffAdd (explicit) AST support for implicit casts. This...
2007-07-13 Chris Lattnercheck in the basic llvm license
2007-07-13 Gabor GreifSolaris needs an included header for alloca
2007-07-13 Chris Lattner"Codegen for Character Literals and Conditional Operator
2007-07-13 Chris Lattnerimplement support for basic codegen of global variables...
2007-07-13 Chris Lattner"Someone typed "PtrToInt" where they meant "IntToPtr".
2007-07-13 Chris LattnerImplement codegen for + and - with pointers. Patch...
2007-07-13 Anton KorobeynikovWorkaround gcc 3.4.x bug
2007-07-12 Steve NaroffTwo changes...
2007-07-12 Chris Lattnerupdate tests
2007-07-12 Chris Lattner-pedantic no longer defaults to on.
2007-07-12 Chris Lattnerupdate test
2007-07-12 Chris Lattnerdon't pick up random stuff in .svn directories.
2007-07-12 Gabor Greifadd missing header
next