index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Analysis
/
GRExprEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move GRTransferFunc* into ValueStateManager, and move the assumption logic th...
Ted Kremenek
2008-07-17
1
-181
/
+9
*
Remove redundant logic.
Ted Kremenek
2008-07-17
1
-15
/
+0
*
Begin major changes to EvalXXX methods in GRTransferFuncs. Currently some of...
Ted Kremenek
2008-07-17
1
-2
/
+39
*
Refactored auditor interface within GRExprEngine and GRCoreEngine to use a "b...
Ted Kremenek
2008-07-11
1
-40
/
+87
*
Refactored most of the "Store" piece of ValueState into a Store type. The
Ted Kremenek
2008-07-10
1
-63
/
+70
*
Remove getParentMap() from GRExprEngine.
Ted Kremenek
2008-07-09
1
-13
/
+0
*
Refactored some of the BugReporter interface so that data such as the ASTCont...
Ted Kremenek
2008-07-02
1
-4
/
+4
*
GRExprEngine now expects the LiveVariables information to be provided by its ...
Ted Kremenek
2008-07-02
1
-8
/
+4
*
Modified the dead stores checker to...
Ted Kremenek
2008-06-20
1
-1
/
+14
*
Introduce initial transfer function support for __imag__ and __real__. We don't
Ted Kremenek
2008-06-19
1
-3
/
+50
*
Added a new ProgramPoint: PostPurgeDeadSymbols. This new program point disti...
Ted Kremenek
2008-06-18
1
-2
/
+12
*
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
Chris Lattner
2008-06-17
1
-5
/
+11
*
Fixed bug in the transfer function for dereferences: the loaded value from Ev...
Ted Kremenek
2008-05-21
1
-1
/
+1
*
Micro-optimization when checking for panic functions.
Ted Kremenek
2008-05-17
1
-1
/
+4
*
Fix 80 col violation.
Ted Kremenek
2008-05-17
1
-1
/
+3
*
Added panic function _XCAssertionFailureHandler.
Ted Kremenek
2008-05-17
1
-0
/
+4
*
Rename IsPointerType to LVal::IsLValType, and update CFRefCount::EvalSummary ...
Ted Kremenek
2008-05-09
1
-9
/
+9
*
Really noreturn on exceptions.
Ted Kremenek
2008-05-02
1
-3
/
+3
*
Added temporary fix for Obj-C exception handling in the static analyzer: trea...
Ted Kremenek
2008-05-01
1
-4
/
+72
*
Added __assert_rtn to list of panic functions.
Ted Kremenek
2008-05-01
1
-0
/
+4
*
Added ziperr as a panic function. Eventually inter-procedural analysis
Ted Kremenek
2008-05-01
1
-0
/
+5
*
Add placeholder code in the static analyzer for MemberExprs involving struct ...
Ted Kremenek
2008-04-30
1
-10
/
+45
*
Add workaround for __builtin_offsetof in the static analyzer.
Ted Kremenek
2008-04-30
1
-0
/
+6
*
Provide SizeOfAlignTypeExpr workaround in the static analyzer for taking the ...
Ted Kremenek
2008-04-30
1
-0
/
+6
*
When creating LVals for array entries, canonicalize entries with a 0 index.
Ted Kremenek
2008-04-30
1
-1
/
+9
*
Teach more of the static analyzer about ObjCQualifiedIdType.
Ted Kremenek
2008-04-30
1
-4
/
+0
*
Teach the static analysis engine about ObjCQualifiedIdType.
Ted Kremenek
2008-04-30
1
-8
/
+12
*
Add conjured symbols for decl initializations.
Ted Kremenek
2008-04-30
1
-3
/
+22
*
Invalidate old subexpression bindings when binding UnknownVal.
Ted Kremenek
2008-04-30
1
-3
/
+7
*
Add lval::ArrayOffset, which represent the locations of entries in an array.
Ted Kremenek
2008-04-29
1
-62
/
+26
*
Added lval::FieldOffset, which represents symbolic lvalues for field offsets ...
Ted Kremenek
2008-04-29
1
-16
/
+11
*
Major rewrite/refactoring of static analysis engine. We now use
Ted Kremenek
2008-04-29
1
-559
/
+542
*
Do a better job at computing dead symbols.
Ted Kremenek
2008-04-25
1
-2
/
+2
*
More boilerplate for handling specialized-transfer function logic for dead sy...
Ted Kremenek
2008-04-24
1
-29
/
+32
*
Added initial boilerplate in GRExprEngine to allow checker-specific transfer
Ted Kremenek
2008-04-24
1
-4
/
+25
*
Fixed: <rdar://problem/5881148>
Ted Kremenek
2008-04-23
1
-80
/
+54
*
Remove false path where the default branch in a switch statement would
Ted Kremenek
2008-04-23
1
-2
/
+5
*
Added panic function "assfail".
Ted Kremenek
2008-04-23
1
-0
/
+4
*
Rewrote VisitDeclStmt to properly handle initializers that can do anything.
Ted Kremenek
2008-04-22
1
-54
/
+84
*
Added lval type (and tracking) for StringLiterals.
Ted Kremenek
2008-04-22
1
-0
/
+1
*
Added "nonlval::LValAsInteger" to represent abstract LVals casted to integers...
Ted Kremenek
2008-04-22
1
-5
/
+51
*
Added panic function "dtrace_assfail".
Ted Kremenek
2008-04-22
1
-0
/
+5
*
Hardcode "Assert" as a no-return function (panic).
Ted Kremenek
2008-04-22
1
-0
/
+4
*
Added null-dereference check for ArraySubscriptExpr.
Ted Kremenek
2008-04-22
1
-1
/
+35
*
Added support for detected bad dereferences involving MemberExprs, e.g. x->f ...
Ted Kremenek
2008-04-21
1
-77
/
+123
*
Fixed more caching bugs related to the one fixed in r49914. Silence
Ted Kremenek
2008-04-18
1
-11
/
+26
*
Fixed elusive caching bug that led to false positives.
Ted Kremenek
2008-04-18
1
-1
/
+2
*
Added "GetErrorNodes()" to BugType so that -trim-egraph can recognize errors
Ted Kremenek
2008-04-18
1
-4
/
+15
*
Added "EvalAssume" virtual method to GRTransferFuncs; this is for evaluating
Ted Kremenek
2008-04-18
1
-7
/
+20
*
Handle ReturnStmts by dispatching to "EvalReturn" in the transfer function ob...
Ted Kremenek
2008-04-16
1
-9
/
+28
[next]