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
*
* API change: we need to pass GRState to GRExprEngine::EvalBinOp() because
Zhongxing Xu
2009-05-20
1
-14
/
+16
*
As discussed with Ted, rename TypedRegion::getObjectType() to
Zhongxing Xu
2009-05-09
1
-1
/
+1
*
rename: MemRegion:
Zhongxing Xu
2009-05-09
1
-1
/
+1
*
analyzer: Add ProgramPoint 'PostLValue' just to distinguish (for
Ted Kremenek
2009-05-07
1
-5
/
+21
*
Per conversations with Zhongxing, add an 'element type' to
Ted Kremenek
2009-05-04
1
-1
/
+2
*
split ObjC and C++ Statements out into their own headers.
Chris Lattner
2009-04-26
1
-1
/
+3
*
Fix PR 4033: the analyzer shouldn't crash on computed gotos involving symbolic
Ted Kremenek
2009-04-23
1
-2
/
+1
*
Fix crash reported in PR 3991. The analyzer doesn't reason about ObjCKVCExpr.
Ted Kremenek
2009-04-21
1
-0
/
+1
*
Fix: <rdar://problem/6777209> false Dereference of null pointer in loop: poin...
Ted Kremenek
2009-04-21
1
-1
/
+25
*
get a CodeTextRegion when visiting FunctionDecl reference.
Zhongxing Xu
2009-04-20
1
-13
/
+8
*
Add analyzer support for objc_atomicCompareAndSwap()
Ted Kremenek
2009-04-11
1
-2
/
+3
*
Implement analyzer support for OSCompareAndSwap. This required pushing "tagged"
Ted Kremenek
2009-04-11
1
-11
/
+172
*
Finally nuke loc::SymbolVal.
Zhongxing Xu
2009-04-10
1
-37
/
+1
*
Fix: <rdar://problem/6776949> Branch condition evaluates to an uninitialized ...
Ted Kremenek
2009-04-10
1
-1
/
+25
*
Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>). This allows
Ted Kremenek
2009-04-10
1
-1
/
+1
*
- Move ownership of MemRegionManager into ValueManager.
Ted Kremenek
2009-04-09
1
-11
/
+6
*
Remove SVal::MakeZero and replace it with ValueManager::makeZeroVal.
Ted Kremenek
2009-04-09
1
-1
/
+2
*
clean up code with new API.
Zhongxing Xu
2009-04-09
1
-4
/
+2
*
clean up code with new API.
Zhongxing Xu
2009-04-09
1
-4
/
+2
*
clean up code with new API.
Zhongxing Xu
2009-04-09
1
-8
/
+2
*
stop using loc::SymbolVal.
Zhongxing Xu
2009-04-09
1
-2
/
+3
*
Fix a null pointer dereference error due to state caching in a loop involving
Ted Kremenek
2009-04-09
1
-7
/
+6
*
Create a symbolic region instead of a loc::SymbolVal. This is a continued step
Zhongxing Xu
2009-04-09
1
-1
/
+2
*
GRExprEngine: Don't try to reason about the size of 'void' for the return type
Ted Kremenek
2009-04-09
1
-33
/
+38
*
Fix another regression introduced by changes to the analyzer's reasoning about
Ted Kremenek
2009-04-09
1
-11
/
+12
*
Refactor/cleanup reasoning of nil receivers in message expressions.
Ted Kremenek
2009-04-09
1
-28
/
+38
*
Enhance analyzer reasoning about sending messages to nil. A nil receiver ret...
Ted Kremenek
2009-04-08
1
-2
/
+15
*
New static analyzer check by Nikita Zhuk!
Ted Kremenek
2009-04-08
1
-14
/
+34
*
This is the first step to gradually remove the use of loc::SymbolVal. Now
Zhongxing Xu
2009-04-03
1
-2
/
+17
*
Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct
Ted Kremenek
2009-04-01
1
-2
/
+3
*
Add version of GRExprEngine::AddCheck that registered a GRSimpleAPICheck that
Ted Kremenek
2009-03-30
1
-10
/
+26
*
Implement a FIXME.
Zhongxing Xu
2009-03-30
1
-1
/
+1
*
rename some methods.
Chris Lattner
2009-03-28
1
-1
/
+1
*
Change compound assignment operators to keep track of both the promoted
Eli Friedman
2009-03-28
1
-7
/
+9
*
analyzer infrastructure: make a bunch of changes to symbolic expressions that
Ted Kremenek
2009-03-26
1
-16
/
+18
*
GRExprEngine:
Ted Kremenek
2009-03-20
1
-1
/
+7
*
Fix PR 3836 by eagerly assuming symbolic constraints returned by unary '!'.
Ted Kremenek
2009-03-18
1
-2
/
+10
*
Add a hack in the analyzer to recover some path-sensitivity at branch
Ted Kremenek
2009-03-13
1
-1
/
+58
*
GRExprEngine::ProcessBranch: Don't register a "pretty-stack printer" when the...
Ted Kremenek
2009-03-11
1
-7
/
+6
*
GRExprEngine: Add pretty-stack trace printing for crashes and assertion failu...
Ted Kremenek
2009-03-11
1
-2
/
+14
*
GRExprEngine: For places we might conjure up a new symbol to recover
Ted Kremenek
2009-03-11
1
-7
/
+11
*
Use the BugReports in BugReporter to determine the root nodes for "trim-egraph".
Ted Kremenek
2009-03-11
1
-31
/
+15
*
Remove some dead spacing. No functionality change.
Ted Kremenek
2009-03-09
1
-2
/
+0
*
Fix another GRExprEngine::VisitCast regression: handle casts of void* to func...
Ted Kremenek
2009-03-05
1
-1
/
+16
*
Fix regression in GRExprEngine::VisitCast: Do not wrap symbolic function poin...
Ted Kremenek
2009-03-05
1
-23
/
+26
*
Add 'cast<>' to remove an extra function call and dynamic cast.
Ted Kremenek
2009-03-05
1
-2
/
+2
*
More fixes in cast logic.
Ted Kremenek
2009-03-05
1
-16
/
+9
*
GRExprEngine: Polish up handling of casting integer constants to pointers and...
Ted Kremenek
2009-03-05
1
-2
/
+8
*
Fix regression in transparent translation of nonloc::ConcreteInto to loc::Con...
Ted Kremenek
2009-03-05
1
-10
/
+17
*
GRExprEngine::VisitCast: Just pass through function and block pointers.
Ted Kremenek
2009-03-04
1
-0
/
+6
[next]