]> granicus.if.org Git - clang/shortlog
clang
2008-02-26 Ted KremenekDon't emit divide-by-zero errors when we divide by...
2008-02-26 Ted KremenekChanged VarDecl::hasGlobalStorage() to be the negation...
2008-02-26 Lauro Ramos... Implement codegen for the following static var init.
2008-02-26 Ted KremenekRemoved static analysis-specific diagnostics from Diagn...
2008-02-26 Ted KremenekRemoved hack with toggling the signedness flag of the...
2008-02-26 Ted KremenekSmall fixes to shore up overhauling of transfer functio...
2008-02-26 Lauro Ramos... Fix a bug in ConvertAsmString function.
2008-02-26 Ted Kremenekoptimization: no longer create ExplodedNodes for Intege...
2008-02-26 Ted KremenekMajor cleanup of the transfer function logic for '...
2008-02-26 Lauro Ramos... Convert x86 target specific inline asm constraints...
2008-02-26 Ted KremenekFixed inverted condition.
2008-02-26 Ted KremenekDo include ParenExpr in the CFG; only include their...
2008-02-26 Ted KremenekAdded lazy "symbolication" of parameter variables and...
2008-02-26 Chris Lattneradd parsing, ast building and pretty printing support...
2008-02-26 Chris LattnerFix PR2092 by making sure the sign of the enum value...
2008-02-26 Chris Lattnerfix const correctness.
2008-02-26 Ted KremenekFixed bug in CFG construction when a CompoundStmt ended...
2008-02-26 Ted KremenekAdded FIXME.
2008-02-25 Ted KremenekMinor bug fix in LiveVariables: don't "kill" decls...
2008-02-25 Eli FriedmanFix a little typo... per cfe-dev, this was apparently...
2008-02-25 Chris Lattnerclarify comment, this is undefined behavior in any...
2008-02-25 Ted Kremenekdoxygenify some comments.
2008-02-25 Ted KremenekBetter handling of calls to functions via function...
2008-02-25 Chris Lattnerconvert tabs to spaces, patch by Mike Stump!
2008-02-25 Lauro Ramos... Revert an incorrect part of my previuos patch.
2008-02-25 Lauro Ramos... Fix PR2086.
2008-02-25 Ted KremenekFixed bug in RemoveDeadBindings when performing the...
2008-02-25 Ted KremenekExpanded transfer function support for divide-by-zero...
2008-02-25 Ted KremenekAdded hack to transfer function logic to handle the...
2008-02-25 Ted KremenekAdded transfer function support for checking for divide...
2008-02-25 Chris Lattnerenable digraphs for C94, thanks to Neil for pointing...
2008-02-24 Chris LattnerFix PR2090, a typo in digraph processing.
2008-02-24 Chris LattnerUpdate comment.
2008-02-24 Steve NaroffMove the initialization of SEL/objc_selector from Sema...
2008-02-24 Ted KremenekTwo more Windows-related fixes:
2008-02-24 Ted KremenekIn FileManager: use full paths to unique files and...
2008-02-23 Eli FriedmanMinor code cleanup.
2008-02-23 Ted KremenekChange encoding of TokenKind in IdentifierTable to...
2008-02-23 Ted KremenekPatch from Argiris Kirtzidis:
2008-02-22 Ted KremenekFixed horrid bug in LiveVariables analysis where we...
2008-02-22 Ted KremenekModified clang driver option -dump-live-variables to...
2008-02-22 Ted Kremenekclang driver options --dump-cfg and --view-cfg now...
2008-02-22 Ted KremenekWhen running the GRSimpleVals analysis, skip functions...
2008-02-22 Ted KremenekPunt on unifying symbolic lvalues. This won't be neede...
2008-02-22 Ted KremenekAdded "assumption" logic for lval::FuncVal and lval...
2008-02-22 Ted KremenekBug fix: For transfer function for unary "!", compare...
2008-02-22 Ted KremenekBug fix in liveness: Only compute liveness information...
2008-02-21 Ted KremenekReturn "Unknown" when using the value of a function...
2008-02-21 Ted KremenekRegression fix: Handle binary operators where both...
2008-02-21 Ted KremenekAdded transfer function support for dispatching to...
2008-02-21 Nate Begemanadd a test case
2008-02-21 Nate BegemanHandle __attribute__((annotate("string")))
2008-02-21 Ted KremenekRemoveDeadBindings should now check for UninitalizedVal...
2008-02-21 Ted KremenekRegression fix: Handle pointer arithmetic in unary...
2008-02-21 Ted KremenekRemoved bogus assertions regard LValues binding to...
2008-02-21 Ted KremenekRemove incorrect casts from UnknownVal to NonLVal.
2008-02-21 Ted KremenekFIX: Promote the correct operand.
2008-02-21 Ted KremenekSimplified and generalized transfer function logic...
2008-02-21 Ted KremenekAdded transfer function support for sizeof(void)
2008-02-21 Eli FriedmanSome const initializer tests for stuff I just committed.
2008-02-21 Ted KremenekMajor cleanup of path-sensitive analysis engine and...
2008-02-21 Eli FriedmanClean up constant implicit cast emission; fixes a few...
2008-02-21 Eli FriedmanFix brace-enclosed string initializers for char arrays...
2008-02-21 Gabor GreifChange variable name to Tq (from TQ)
2008-02-21 Gabor GreifAdded classes SolarisTargetInfo and
2008-02-21 Chris Lattnerimplement codegen support for sizeof(void), fixing...
2008-02-21 Chris Lattneradd some semantic checks for address spaces.
2008-02-21 Chris Lattneradd a fixme.
2008-02-21 Chris LattnerCollect and build and process type attributes on pointe...
2008-02-21 Chris Lattnermove some code, no other change.
2008-02-21 Chris Lattnermove type attribute processing into the creatively...
2008-02-21 Chris LattnerCorrectly handle address space qualifiers in declspecs...
2008-02-20 Chris Lattnermove ConvertDeclSpecToType into Sema
2008-02-20 Chris Lattnerrename some methods.
2008-02-20 Chris LattnerUse getKind() in HandleDeclAttribute instead of decodin...
2008-02-20 Chris Lattneradd a method to AttributeList that converts an identifi...
2008-02-20 Nate BegemanTabs are the enemy
2008-02-20 Chris Lattneradd some code that will be used to remove processed...
2008-02-20 Chris LattnerChange ConvertDeclSpecToType to break out of switch...
2008-02-20 Chris LattnerAlternate address spaces work:
2008-02-20 Ted KremenekImplemented transfer function logic for unary '+'
2008-02-20 Ted KremenekPlaced transfer function logic for dereferences in...
2008-02-19 Lauro Ramos... Improve non-const initializer implementation.
2008-02-19 Lauro Ramos... Implement CodeGenModule::getMemSetFn method.
2008-02-19 Ted KremenekAdded missing case in constant propagation logic for...
2008-02-19 Ted KremenekAdded special handling for UninitializedVals for the...
2008-02-19 Ted KremenekImplemented "getType()" for symbolic values representin...
2008-02-19 Lauro Ramos... Simplify aggregate initilizer implementation. Use the...
2008-02-19 Ted KremenekFixed transfer function for casts to always evaluate...
2008-02-19 Ted KremenekAdded transfer function support for casting to "void".
2008-02-19 Chris Lattnerfix the second half of PR2041: __restrict is ok in...
2008-02-19 Ted KremenekFixed bug classof() bug with RValues that could cause...
2008-02-19 Ted KremenekFor now, --grsimple skips analyzing functions in header...
2008-02-19 Ted KremenekAdded back explicit state/node creation when visiting...
2008-02-19 Ted KremenekAdded boilerplate transfer function support for CallExprs.
2008-02-19 Nate BegemanAllow ArraySubscriptExpr to be a base node for vector...
2008-02-19 Ted KremenekAdded FIXME for properly handling local arrays using...
2008-02-19 Ted Kremenek--grsimple now reports the number of nodes in the Explo...
2008-02-19 Lauro Ramos... A global without initializer must be emitted as weak.
2008-02-18 Ted KremenekAdded "size()" and "empty()" methods to ExplodedGraphImpl.
next