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
/
Checker
/
GRState.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
1
-550
/
+0
*
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-22
1
-4
/
+4
*
Mark SVal constructors 'explicit'.
Ted Kremenek
2010-12-05
1
-1
/
+1
*
Merge ValueManager into SValBuilder.
Ted Kremenek
2010-12-02
1
-14
/
+15
*
Rename all 'AssumeXXX' methods in libChecker
Ted Kremenek
2010-12-01
1
-2
/
+2
*
Rename all 'EvalXXX' methods in libChecker to
Ted Kremenek
2010-12-01
1
-7
/
+7
*
Rename 'SValuator' to 'SValBuilder'. The new name
Ted Kremenek
2010-12-01
1
-2
/
+2
*
Adjust method calls to reflect name changes in
Ted Kremenek
2010-11-24
1
-4
/
+4
*
Rename GRState::getSVal() -> getRawSVal() and getSimplifiedSVal() -> getSVal().
Ted Kremenek
2010-09-09
1
-3
/
+3
*
Add optional record of "location" SVals in the environment. When we analyzin...
Ted Kremenek
2010-09-03
1
-3
/
+43
*
Add GRState::getSimplifiedSVal(), which provides an API hook for doing symbol...
Ted Kremenek
2010-09-03
1
-0
/
+36
*
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
1
-3
/
+3
*
Move GRState::AssumeInBound out of its header file -- it's not really inline-...
Jordy Rose
2010-08-16
1
-0
/
+44
*
Move GRState's bind* methods out of its header file -- they're too big for in...
Jordy Rose
2010-08-15
1
-0
/
+73
*
StoreManager::RemoveDeadBindings() can take a Store instead of an entire GRSt...
Zhongxing Xu
2010-08-15
1
-4
/
+4
*
MemRegion can refer to ASTContext without external help.
Zhongxing Xu
2010-08-11
1
-1
/
+1
*
Tweak GRState::unbindLoc to use makeWithStore, and make sure it's only called...
Jordy Rose
2010-08-05
1
-3
/
+3
*
Change arg type.
Zhongxing Xu
2010-07-23
1
-1
/
+1
*
Make a bunch of new data structures for the new analysis
Zhongxing Xu
2010-07-22
1
-0
/
+11
*
Remove the now-unused GRState::isEqual method. Instead of asking if an expres...
Jordy Rose
2010-07-06
1
-25
/
+0
*
Add an ivar to SymbolReaper for the current statement, and then stop passing ...
Jordy Rose
2010-07-01
1
-3
/
+3
*
Remove extents of dead symbolic regions when RemoveDeadBindings.
Zhongxing Xu
2010-05-26
1
-4
/
+3
*
Checker: random include cleanup.
Benjamin Kramer
2010-03-27
1
-1
/
+1
*
Add methods to remove a GDM entry.
Zhongxing Xu
2010-03-25
1
-0
/
+12
*
Mark CXXThisRegion in the current or parent stack frame context as live so that
Zhongxing Xu
2010-03-17
1
-1
/
+2
*
Remove reference to AnalysisContext in Environment. We already have LocationC...
Zhongxing Xu
2010-03-05
1
-14
/
+6
*
When profiling Environment, also profile with AnalysisContext*, bacause
Zhongxing Xu
2010-03-04
1
-0
/
+6
*
Revert 95541.
Ted Kremenek
2010-02-08
1
-4
/
+4
*
Rename: GRState::getSVal(Stmt*) => getExprVal(),
Zhongxing Xu
2010-02-08
1
-4
/
+4
*
More GRState* -> Store changes.
Zhongxing Xu
2010-02-05
1
-1
/
+2
*
More GRState* -> Store changes.
Zhongxing Xu
2010-02-05
1
-1
/
+2
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-0
/
+358