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
/
GRState.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
analyzer: Introduce a new class, ValueManager, that serves as an aggregate
Ted Kremenek
2009-04-09
1
-1
/
+1
*
Simplify more code by using SVal::getAsSymbol() instead of
Ted Kremenek
2009-03-30
1
-12
/
+6
*
Adjust indentation.
Zhongxing Xu
2009-03-04
1
-1
/
+1
*
Add "GetSValAsScalarOrLoc" methods to GRState/GRStateRef that only perform a
Ted Kremenek
2009-03-04
1
-2
/
+2
*
Don't use std::auto_ptr with getSubRegionMap().
Ted Kremenek
2009-03-03
1
-1
/
+1
*
Fix extra ';' bug noticed by Mike Stump.
Ted Kremenek
2009-03-03
1
-1
/
+1
*
Implement FIXME: GRStateManager::scanReachableSymbols now supports scanning M...
Ted Kremenek
2009-03-03
1
-11
/
+67
*
Added GRStateManager::scanReachableSymbols(), a method which scans the reachable
Ted Kremenek
2009-02-14
1
-1
/
+30
*
Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object calle...
Ted Kremenek
2009-01-21
1
-10
/
+7
*
Lazy bingding for region-store manager.
Zhongxing Xu
2008-12-20
1
-45
/
+7
*
Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the...
Ted Kremenek
2008-12-05
1
-1
/
+1
*
StoreManager::Retrieve and StoreManager::RemoveDeadBindings now take a GRStat...
Ted Kremenek
2008-12-05
1
-7
/
+7
*
GRStateRef:
Ted Kremenek
2008-11-12
1
-7
/
+2
*
Finish the implementation of VisitCompoundLiteralExpr. As VisitInitListExpr is
Zhongxing Xu
2008-11-07
1
-3
/
+2
*
Fix 80-col violations.
Zhongxing Xu
2008-11-03
1
-2
/
+2
*
Rename:
Zhongxing Xu
2008-10-30
1
-2
/
+1
*
Rename: AddDecl => BindDecl
Zhongxing Xu
2008-10-29
1
-5
/
+4
*
Added preliminary support for CompoundLiterals in the static analyzer:
Ted Kremenek
2008-10-27
1
-0
/
+20
*
Modify Store interface: GetSVal/SetSVal => Retrieve/Bind.
Zhongxing Xu
2008-10-21
1
-1
/
+1
*
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-10-17
1
-10
/
+10
*
This is the first step to build a better evaluation model for GRExprEngine. A
Zhongxing Xu
2008-10-16
1
-7
/
+7
*
Remove redundant parameter and rename StMgr to StateMgr.
Zhongxing Xu
2008-10-05
1
-3
/
+3
*
This is a big patch, but the functionality change is small and the rest of th...
Ted Kremenek
2008-10-04
1
-7
/
+6
*
Implement second part of PR 2600: NSError** parameter may be null, and should...
Ted Kremenek
2008-09-18
1
-0
/
+6
*
Patch by Csaba Hruska!
Ted Kremenek
2008-09-13
1
-2
/
+6
*
Migrate the rest symbolic analysis stuff to BasicConstraintManager.
Zhongxing Xu
2008-08-29
1
-137
/
+7
*
Make the destructor of ConstraintManager virtual.
Ted Kremenek
2008-08-27
1
-1
/
+5
*
Refactor Assume logic into a separate class ConstraintManager.
Zhongxing Xu
2008-08-27
1
-238
/
+0
*
adjust to changes in various APIs from LLVM. We can't print
Chris Lattner
2008-08-23
1
-4
/
+6
*
Simplify interface to Store::AddDecl
Ted Kremenek
2008-08-23
1
-2
/
+3
*
Move the handling of DeclStmt from GRExprEngine to BasicStoreManager.
Zhongxing Xu
2008-08-21
1
-0
/
+18
*
Patch by Zhongxing Xu:
Ted Kremenek
2008-08-20
1
-34
/
+2
*
Patch by Zhongxing Xu: We should set back the modified ConstEq map.
Ted Kremenek
2008-08-20
1
-1
/
+2
*
Move store pretty-printing logic inside of StoreManager (previously in GRState).
Ted Kremenek
2008-08-19
1
-18
/
+6
*
Patch by Zhongxing Xu!
Ted Kremenek
2008-08-19
1
-2
/
+3
*
various updates to match r54873 on mainline.
Chris Lattner
2008-08-17
1
-2
/
+2
*
Migrate GRState::ConstEqTy (map used from tracking constants for symbols) to ...
Ted Kremenek
2008-08-17
1
-27
/
+26
*
Added GRStateTrait.h, which includes boilerplate code for creating specializa...
Ted Kremenek
2008-08-17
1
-38
/
+4
*
GRState:
Ted Kremenek
2008-08-16
1
-34
/
+120
*
Migrated retain/release checker to use the Generic Data Map in GRState (instead
Ted Kremenek
2008-08-14
1
-5
/
+22
*
Renamed GRState::CheckerStatePrinter to GRState::Printer.
Ted Kremenek
2008-08-13
1
-10
/
+11
*
Rename ValueState.h -> GRState.h
Ted Kremenek
2008-08-13
1
-0
/
+575