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
/
BasicConstraintManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove references to 'Checker' and 'GRTransferFuncs' from
Ted Kremenek
2010-01-05
1
-5
/
+6
*
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
Kovarththanan Rajaratnam
2009-11-28
1
-4
/
+3
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-31
/
+31
*
Remove uses of std::ostream from libAnalysis.
Ted Kremenek
2009-06-24
1
-8
/
+4
*
Remove GRStateManager& field from SimpleConstraintManager.
Ted Kremenek
2009-06-18
1
-1
/
+1
*
libAnalysis:
Ted Kremenek
2009-06-18
1
-88
/
+72
*
Remove more uses of GRStateRef.
Ted Kremenek
2009-06-17
1
-17
/
+12
*
Patch by Ben Laurie:
Ted Kremenek
2009-02-14
1
-238
/
+11
*
Make SymbolicRegion subclass TypedRegion, for symbols usually have types, so
Zhongxing Xu
2009-02-05
1
-9
/
+6
*
update for change in API.
Chris Lattner
2009-01-30
1
-4
/
+4
*
Remove method 'AddNE' from the public interface of ConstraintManager.
Ted Kremenek
2009-01-28
1
-1
/
+1
*
Use tag classes instead of typedefs for GDM entries 'ConstNotEq' and 'ConstEq...
Ted Kremenek
2009-01-26
1
-29
/
+33
*
Static analyzer: Remove a bunch of outdated SymbolData objects and
Ted Kremenek
2009-01-22
1
-5
/
+4
*
Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object calle...
Ted Kremenek
2009-01-21
1
-15
/
+9
*
CF-retain/release checker:
Ted Kremenek
2008-12-17
1
-4
/
+19
*
Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the...
Ted Kremenek
2008-12-05
1
-27
/
+27
*
BasicConstraintManager:
Ted Kremenek
2008-12-03
1
-3
/
+23
*
BasicConstraintManager:
Ted Kremenek
2008-12-03
1
-6
/
+24
*
Factory objects should not be temporary. It caches all objects in the set.
Zhongxing Xu
2008-11-27
1
-3
/
+4
*
Add comments.
Zhongxing Xu
2008-11-27
1
-0
/
+2
*
Fix crash of array bounds checking under 64-bit.
Sebastian Redl
2008-11-24
1
-2
/
+8
*
Initial support for checking out of bound memory access. Only support
Zhongxing Xu
2008-11-22
1
-0
/
+27
*
Print integer value instead of raw pointer. This is a hack to be fixed by mig...
Zhongxing Xu
2008-11-10
1
-3
/
+1
*
Remove loc::StringLiteralVal. Now we allocate regions for string literals in ...
Zhongxing Xu
2008-10-26
1
-1
/
+0
*
Enhance "Assumption" logic in BasicConstraintManager when reasoning about reg...
Ted Kremenek
2008-10-17
1
-1
/
+20
*
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-10-17
1
-32
/
+32
*
Remove lval::FieldOffset, lval::ArrayOffset. These will be replaced with regi...
Ted Kremenek
2008-10-17
1
-8
/
+0
*
This is a big patch, but the functionality change is small and the rest of th...
Ted Kremenek
2008-10-04
1
-1
/
+1
*
Fixed logic error in BasicConstraintManager pointed out by Zhongxing Xu.
Ted Kremenek
2008-09-19
1
-20
/
+7
*
Add an omitted case for AssumeSymInt.
Zhongxing Xu
2008-09-19
1
-0
/
+6
*
Minor pass-sensitivity improvement:
Ted Kremenek
2008-09-16
1
-4
/
+25
*
Add newline at end of file.
Daniel Dunbar
2008-08-30
1
-1
/
+1
*
Added LLVM comment header.
Zhongxing Xu
2008-08-29
1
-0
/
+14
*
Migrate the rest symbolic analysis stuff to BasicConstraintManager.
Zhongxing Xu
2008-08-29
1
-12
/
+164
*
Refactor Assume logic into a separate class ConstraintManager.
Zhongxing Xu
2008-08-27
1
-0
/
+298