]> granicus.if.org Git - clang/shortlog
clang
2008-01-29 Ted KremenekAdded "SymbolManager", which manages the set of symboli...
2008-01-29 Anders CarlssonImplement __builtin_offsetof.
2008-01-29 Chris Lattnerfix comment typo
2008-01-29 Chris Lattneradd diagnostic
2008-01-29 Chris LattnerFix a bug where we would incorrectly emit a "cannot...
2008-01-29 Eli FriedmanUse the canonical type when comparing array types so...
2008-01-29 Anders CarlssonImprovements to ccc. Patch by Shantonu Sen.
2008-01-29 Ted KremenekFixed bug where not all dead subexpressions were being...
2008-01-29 Ted KremenekModified LiveVariables to perform all of its base initi...
2008-01-29 Steve NaroffTweak Sema::DefaultArgumentPromotion() to call UsualUna...
2008-01-29 Anders CarlssonHandle binary or in constant expressions.
2008-01-29 Anders CarlssonCorrectly handle constants that refer to enums.
2008-01-29 Anders CarlssonCorrectly handle scalars in braces.
2008-01-29 Ted KremenekAdded skeleton code for tracking the values of function...
2008-01-29 Ted KremenekDriver now passes the top-level FunctionDecl* to GRCons...
2008-01-29 Steve NaroffFix bz1950. ASTContext::functionTypesAreCompatible...
2008-01-28 Ted KremenekAdded RValue class "UninitializedValue".
2008-01-28 Ted KremenekAdded transfer function logic for "%=" operator.
2008-01-28 Ted KremenekAdded transfer function hookups for "modulo" operator.
2008-01-28 Ted KremenekMinor tweaking with hierarchy of NonLValue objects...
2008-01-28 Ted KremenekSome additional cleanups with method names.
2008-01-28 Steve NaroffImplement "private extern" on function decls!
2008-01-28 Steve NaroffAdd -Wno-rewrite-macros to silence the following warnin...
2008-01-28 Steve NaroffFix a bug with struct initializers (in Sema::CheckIniti...
2008-01-27 Chris LattnerMake -o work with -E, patch contributed by Shantonu...
2008-01-26 Anders CarlssonTweaks to EmitLValue in CGExprConstant. Patch by Eli...
2008-01-26 Anders CarlssonAdd CodeGen for AddrOf in constant initializers. Origin...
2008-01-26 Anders CarlssonFactor out the constant generation into its own file.
2008-01-26 Ted KremenekAdded back logic in patch r46361 (http://llvm.org/viewv...
2008-01-25 Ted KremenekImplemented transfer function for '/='.
2008-01-25 Ted KremenekFurther refactoring of transfer functions by having...
2008-01-25 Ted KremenekReverting r46361 (http://llvm.org/viewvc/llvm-project...
2008-01-25 Ted KremenekRenamed RValueDisjunctiveEqual to RValEqualityORSet.
2008-01-25 Steve NaroffAdd more support for Apple's "private extern" extension...
2008-01-25 Ted KremenekFixed 80 col. violation.
2008-01-25 Ted KremenekRenamed RValueMayEqualSet to RValueDisjunctiveEqual.
2008-01-25 Chris LattnerAdd support for dispatching an objc message to a variable
2008-01-25 Chris LattnerFirst half of a fix for the "objc message send in initi...
2008-01-25 Chris LattnerFactor a complex predicate out to a helper method.
2008-01-25 Chris Lattnerfix isIntegerConstantExpr evaluation of unary !.
2008-01-25 Chris Lattnersplit the second half of ParseObjCMessageExpression...
2008-01-25 Chris Lattnerremove an implemented todo
2008-01-25 Ted KremenekWhen adding assignment expressions to the set of block...
2008-01-25 Fariborz JahanianDiagnose bad receiver type.
2008-01-25 Seo SanghyeonImplement -print-prog-name. Patch by Nuno Lopes.
2008-01-25 Nate BegemanSupport checking and codegen of constant vector globals
2008-01-25 Steve NaroffReplace Sema::CheckVariableInitList, CheckConstantInitL...
2008-01-25 Chris LattnerFix a bug recovering from broken code with a goto that...
2008-01-25 Chris LattnerChange the location we return for the EOF token to...
2008-01-24 Chris LattnerDon't add an extra line to the end of the buffer, it...
2008-01-24 Ted KremenekSome minor restructuring around LValue and RValue types...
2008-01-24 Steve NaroffExclude vectors from Type::isScalar() predicate.
2008-01-24 Ted Kremenekenum value name change.
2008-01-24 Ted KremenekMore cleanups to pretty-printing of states in GraphViz...
2008-01-24 Ted KremenekAdded transfer function for DeclStmt.
2008-01-24 Ted KremenekAdjusted storage of values for Stmt* so that we need...
2008-01-24 Ted KremenekFixed a bug where the values of block-level expressions...
2008-01-24 Ted KremenekMinor tweaks in the transfer functions for pre- and...
2008-01-24 Ted KremenekAdded support for unary operator '-' for equality sets.
2008-01-24 Ted KremenekAdded transfer functions for pre- and post- increment...
2008-01-24 Ted KremenekAdded passing "ASTContext" to both GREngine and GRConst...
2008-01-24 Ted KremenekMinor tweak in GetValue to avoid an extra check for...
2008-01-23 Ted KremenekImplemented value tracking support for '*' and '*='.
2008-01-23 Ted KremenekImplemented value tracking support for '+=' and '-='.
2008-01-23 Chris Lattneradd some assertions so that the rewriter dies violently...
2008-01-23 Ted KremenekRemoved extra GraphViz node attributes for GRConstants...
2008-01-23 Ted Kremeneksome prettying of the GraphViz visualization of GRConst...
2008-01-23 Fariborz JahanianFixed a nasty bug which took a while to come up with...
2008-01-23 Ted KremenekMajor "architectural" changes to the GRConstants analys...
2008-01-23 Chris Lattneradd support for -Wundef.
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-22 Lauro Ramos... Fix a typo.
2008-01-22 Lauro Ramos... Implement bitfield write.
2008-01-22 Lauro Ramos... Implement bitfield read.
2008-01-22 Chris LattnerFix PR1936, a crash on malformed #if. Thanks to Neil for
2008-01-22 Lauro Ramos... Fix two bugs in bitfield codegen.
2008-01-22 Gordon HenriksenFix grammar.
2008-01-22 Chris Lattnerclarify wording.
2008-01-22 Steve Naroff- Add Sema::CheckStringLiteralInit, Sema::IsStringLiter...
2008-01-21 Steve NaroffSema::CheckInitializerTypes(). Start simpliying and...
2008-01-21 Lauro Ramos... Add Ubuntu 7.10 include path.
2008-01-21 Fariborz JahanianElimate bogus warning when va_start is correctly used in
2008-01-21 Steve NaroffAdd a predicate/getter when checking for incomplete...
2008-01-21 Lauro Ramos... Simplify the bitfield codegen.
2008-01-21 Fariborz JahanianSynthesize methods with va-arg list correctly.
2008-01-20 Lauro Ramos... Fix the __SIZE_TYPE__ definition on x86_32. This fixes...
2008-01-19 Fariborz JahanianFixed comment.
2008-01-19 Steve NaroffFix two bugs with an @throw that doesn't have a statement.
2008-01-19 Fariborz JahanianPatch to replace #import with #include.
2008-01-18 Steve NaroffAdd Basic/Targets.cpp to the Xcode project...
2008-01-18 Steve NaroffSema::FinalizeDeclaratorGroup(): Tighten up the tentati...
2008-01-18 Anders CarlssonAssert that the type of the cast is equal to the _unqua...
2008-01-18 Fariborz JahanianInsert #pragma once when rewriting a header file.
2008-01-18 Ted KremenekFixed bug in 'GetBinding' when doing the lookup of...
2008-01-18 Ted KremenekFixed bug in 'LiveVariables' analysis where we incorrec...
2008-01-18 Steve NaroffSema::FinalizeDeclaratorGroup()...make sure we emit...
2008-01-18 Ted KremenekChanged DataflowSolver to always associated recorded...
2008-01-17 Ted KremenekModified the notion of "Block-level expressions" in...
2008-01-17 Fariborz JahanianDon't ICE on missing interface declaration when declari...
next