]> granicus.if.org Git - clang/history - AST
implement codegen support for aggregates casted to void.
[clang] / AST /
2008-02-16 Anders CarlssonBetter handling of the aligned attribute.
2008-02-16 Anders CarlssonMore comments from Chris.
2008-02-16 Anders CarlssonMake sizeof and __alignof work correctly with packed...
2008-02-15 Anders CarlssonStore attributes in a global hash map instead.
2008-02-15 Eli FriedmanSplit out incomplete arrays from VariableArrayType...
2008-02-15 Eli FriedmanRemove useless parameter from isConstantSizeType.
2008-02-15 Anders CarlssonGet rid of AttributeList in the AST and use the new...
2008-02-15 Eli FriedmanPartial fix for struct compatibility; there's still...
2008-02-13 Ted KremenekWhen creating the CFGBlocks for a switch statement...
2008-02-13 Ted KremenekFixed bug in CFG construction when processing switch...
2008-02-13 Eli FriedmanFix a minor bug in isNullPointerConstant triggered...
2008-02-13 Chris LattnerMove IgnoreParenCasts to be a method on Expr.
2008-02-12 Eli FriedmanMake typechecking for enum+int compatibility stricter.
2008-02-12 Eli FriedmanAdd wchar_t type to ASTContext. Will be needed for...
2008-02-12 Eli FriedmanFix type compatibility between constant and variable...
2008-02-10 Steve NaroffRefine bug fix to Expr::isLvalue (commit r46917).
2008-02-10 Steve NaroffChange Expr::isLvalue() to allow the "void" type. This...
2008-02-08 Anders CarlssonPut back the top-level asm code; all tests pass now.
2008-02-08 Anders CarlssonBack out 46855 for now, it causes test failures on...
2008-02-07 Anders CarlssonHandle top-level asm declarations.
2008-02-06 Ted KremenekMinor reordering of the serialization of the fields...
2008-02-06 Eli FriedmanMake sure to propagate qualifiers through the member...
2008-02-06 Eli FriedmanFix the codegen of structs with flexible array members.
2008-02-06 Eli FriedmanBe a bit stricter about array type compatibility.
2008-02-06 Chris Lattnermove the codegen ASTConsumer out of the driver into...
2008-02-05 Anders CarlssonHandle simple asm statements correctly.
2008-02-04 Christopher LambAdd experimental support for address space qualified...
2008-02-01 Ted KremenekFor ObjCAtCatchStmt, removed field 'NextAtCatchStmt...
2008-01-31 Anders CarlssonMake CallExpr::isBuiltinConstantExpr slightly more...
2008-01-31 Steve NaroffAdd support for CallExpr::isBuiltinConstantExpr()....
2008-01-30 Ted KremenekAdded method "printTerminator" to CFGBlock so that...
2008-01-30 Nate BegemanImplement first round of feedback on __builtin_overload
2008-01-30 Steve NaroffAbolish a bunch of Xcode inserted tabs.
2008-01-30 Fariborz JahanianFixed misc. issues raised by Chris L. on @synchronized...
2008-01-30 Chris Lattnermove some constructors out of line and fix indentation...
2008-01-29 Fariborz JahanianRewriting of @synchronized. This has one FIXME in it...
2008-01-29 Ted Kremenek- Hooked up deserialization of ObjCAtSynchronizedStmt...
2008-01-29 Fariborz JahanianAST for @synchronized.
2008-01-29 Steve NaroffTighten up ASTContext::typesAreCompatible()...it needs...
2008-01-29 Fariborz JahanianBunch of type defs, etc. for @synchronized.
2008-01-29 Anders CarlssonImplement __builtin_offsetof.
2008-01-29 Steve NaroffFix bz1950. ASTContext::functionTypesAreCompatible...
2008-01-26 Ted KremenekAdded back logic in patch r46361 (http://llvm.org/viewv...
2008-01-25 Ted KremenekReverting r46361 (http://llvm.org/viewvc/llvm-project...
2008-01-25 Chris Lattnerfix isIntegerConstantExpr evaluation of unary !.
2008-01-25 Ted KremenekWhen adding assignment expressions to the set of block...
2008-01-25 Nate BegemanSupport checking and codegen of constant vector globals
2008-01-24 Steve NaroffExclude vectors from Type::isScalar() predicate.
2008-01-23 Fariborz JahanianMissing ObjC stuff. Patch by Mike Stump.
2008-01-22 Fariborz JahanianProblem with ObjC's type-encoding of nested structs...
2008-01-21 Steve NaroffAdd a predicate/getter when checking for incomplete...
2008-01-17 Ted KremenekModified the notion of "Block-level expressions" in...
2008-01-17 Nate BegemanImplement basic overload support via a new builtin...
2008-01-17 Fariborz JahanianRenamed getSynthesizedSelectorSize to getSynthesizedMet...
2008-01-17 Ted KremenekAdded method Expr::IgnoreParens(), which returns the...
2008-01-17 Fariborz JahanianComputed length of a __func__ identifier used in an...
2008-01-16 Steve NaroffSimplify comment.
2008-01-16 Steve NaroffType::isArithmeticType(): disallow incomplete enum...
2008-01-15 Steve Naroff- Change Type::isComplexType() to exlude GCC's complex...
2008-01-15 Steve NaroffRework commit r45976, which was incorrect.
2008-01-14 Steve NaroffTeach Type::isIntegerType() about GCC's __complex__...
2008-01-14 Ted KremenekWhen serializing CompoundLiteralExpr, serialize out...
2008-01-14 Steve NaroffRecord if a compound literal expression is @ file scope...
2008-01-14 Ted KremenekChange uses of std::cerr/std::cout to llvm::Lcerr/llvm...
2008-01-14 Steve NaroffRevert r45951, Chris says it violates the C99 spec.
2008-01-14 Chris LattnerFix ASTContext::typesAreCompatible when analyzing a...
2008-01-14 Steve NaroffRewrite Expr::isNullPointerConstant() to deal with...
2008-01-12 Chris LattnerFix the type of predefined identifiers like __func__...
2008-01-12 Chris LattnerAdd first pieces of support for parsing and representing
2008-01-11 Ted KremenekRenamed ProgramEdge to ProgramPoint and changed subclas...
2008-01-10 Steve Naroff- Teach Expr::isConstantExpr() about InitListExpr's...
2008-01-10 Fariborz JahanianAllow messaging expression as foreach's collection...
2008-01-09 Steve NaroffAdd a FIXME to commit r45784. Thanks mrs!
2008-01-09 Steve NaroffFix ASTContext::typesAreCompatible to allow for int...
2008-01-09 Chris LattnerFix isIntegerConstantExpr to compare against zero for...
2008-01-09 Steve NaroffTeach Expr::isConstantExpr() about CompoundLiterals.
2008-01-08 Ted KremenekAdded VISIBILITY_HIDDEN to classes/structs in anonymous...
2008-01-07 Fariborz JahanianVerify/add code to make sure types passed to interfaceT...
2008-01-07 Ted KremenekSubstituted all instances of the string "Objc" for...
2008-01-07 Ted KremenekMinor tweak to serialization of ObjcForCollectionStmt...
2008-01-05 Ted KremenekMoved serialization code for ObjcForCollectionStmt...
2008-01-04 Fariborz JahanianMinor changes as suggested by Chris L.
2008-01-03 Fariborz JahanianCouple more uninitialized before use warning elimination.
2008-01-03 Fariborz JahanianRemove cause of misc. "variable might be used uninitial...
2008-01-02 Fariborz JahanianNew declarations/defs for Objc2's foreach-statement...
2008-01-02 Chris LattnerFix PR1895: a crash on an ugly gcc extension.
2008-01-02 Chris LattnerCompute the proper sourcerange for an CompoundLiteralExpr.
2007-12-29 Chris Lattnerremove attribution from makefiles.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-29 Christopher LambFix OCUVector case in struct layout code.
2007-12-28 Chris LattnerAdd accessors + iterator interface.
2007-12-21 Fariborz JahanianThis patch implements some of the more obscure type...
2007-12-21 Ted KremenekFixed successor order for CFG basic blocks when handlin...
2007-12-21 Fariborz JahanianPatch to compare to objective-c static types where...
2007-12-21 Fariborz JahanianMore objective-c type analysis. This time involving...
2007-12-20 Fariborz JahanianMore objective-c type checking. This time comparing...
2007-12-20 Ted KremenekConverted uses of scoped_ptr to OwningPtr.
2007-12-20 Fariborz JahanianPatch to do type-checking for objctive-c's object types.
2007-12-19 Steve NaroffVarious tweaks to the get/lookup instance/class method...
2007-12-19 Ted KremenekRemoved "SourceFile" from TranslationUnit. This same...
next