]> granicus.if.org Git - clang/shortlog
clang
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...
2008-01-17 Steve NaroffImprove diagnostic wording...
2008-01-17 Ted KremenekAdded support to dataflow solver to (when requested...
2008-01-17 Nate BegemanMatch change in EmitCallExpr
2008-01-17 Nate BegemanFix for EmitCallExpr changed in OverloadExpr patch
2008-01-17 Ted KremenekFixed typo introduced by r46133 that caused -Wfloat...
2008-01-17 Ted KremenekRemoved FindDeclRef, and used Expr::IgnoreParens instea...
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-17 Seo SanghyeonIgnore --param
2008-01-17 Ted KremenekAdded some experimental optimizations to remove dead...
2008-01-17 Steve NaroffDeclarator::clear(): Null out variable after it's been...
2008-01-16 Steve NaroffSimplify comment.
2008-01-16 Steve NaroffType::isArithmeticType(): disallow incomplete enum...
2008-01-16 Ted KremenekChanged sorting criteria for DSPtr to put sub-expressio...
2008-01-16 Ted KremenekChanged sorting criteria for DSPtr to sort Decl* before...
2008-01-16 Ted KremenekIntegerLiterals are no longer evaluated to create separ...
2008-01-16 Ted KremenekFixed bug where we performed addition instead of subtra...
2008-01-16 Ted KremenekFixed iterator bug in ExplodedNodeImpl::NodeGroup:...
2008-01-16 Ted KremenekAdded initial graph visualization support for the GRCon...
2008-01-16 Ted KremenekFixed invalid typedefs in the root and eop iterators...
2008-01-16 Ted KremenekAdded support from retrieving stored values to variables.
2008-01-16 Ted KremenekAdded support for assignments in GRConstants.
2008-01-16 Ted KremenekFixed bug where GRConstants::AddBindings() did not...
2008-01-16 Ted KremenekFixed bug in cleanup of nodes in ExplodedNodeImpl where...
2008-01-16 Chris LattnerMove promoteExprToType from being a static method in...
2008-01-16 Chris Lattneradd accessors to switchstmt.
2008-01-16 Ted KremenekFixed broken bitmasking in the ctor of ProgramPoint.
2008-01-16 Ted KremenekAdded missing call to the checker's Initialize() method...
2008-01-16 Ted KremenekAdded missing ctor to ExplodedGraph.
2008-01-16 Ted KremenekFixed incorrect pointer mask.
2008-01-16 Ted KremenekShortened driver option for running the GR-constants...
2008-01-16 Ted KremenekAdd missing header file for GRConstants analysis.
2008-01-16 Ted KremenekHooked up the GRConstants analysis to the driver.
2008-01-16 Ted KremenekMore cleanups in DoStmt. The NodeSets are now vectors...
2008-01-16 Steve NaroffSema::MergeFunctionDecl()...make sure diagnostic is...
2008-01-16 Ted KremenekAdjusted DSPtr::Profile method again, since my last...
2008-01-16 Ted KremenekChanged 'Profile' method for DSPtr to incorporate the...
2008-01-16 Ted KremenekRenamed some internal classes for the GR-Constant Propa...
2008-01-16 Fariborz JahanianTypo.
2008-01-15 Fariborz JahanianAdded support for rewriting of continue/break statement...
2008-01-15 Ted KremenekAdded skeleton implementation of new constant-prop...
2008-01-15 Ted KremenekAdded ctor to GRNodeBuilder.
2008-01-15 Steve NaroffFinish up handling all permutations of "complex int...
2008-01-15 Steve Naroff- Change Type::isComplexType() to exlude GCC's complex...
2008-01-15 Chris Lattneravoid pasting L + "foo" into L"foo".
next