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
/
StaticAnalyzer
/
Core
/
SimpleSValBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[analyzer] Loc-Loc operations (subtraction or comparison) produce a NonLoc.
Jordan Rose
2013-03-23
1
-4
/
+5
*
Add reverseComparisonOp and negateComparisonOp to BinaryOperator.
Jordan Rose
2013-03-23
1
-30
/
+4
*
[analyzer] Use SymExprs to represent '<loc> - <loc>' and '<loc> == <loc>'.
Jordan Rose
2013-03-23
1
-17
/
+22
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-15
/
+12
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-34
/
+38
*
[analyzer] Fix typo.
Anna Zaks
2013-02-02
1
-1
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Correctly handle IntegralToBool casts in C++ in the static analyzer. Fixes <...
Ted Kremenek
2012-11-29
1
-2
/
+8
*
Remove unnecessary ASTContext& parameter from SymExpr::getType().
Ted Kremenek
2012-09-26
1
-3
/
+3
*
Remove ProgramState::getSymVal(). It was being misused by Checkers,
Ted Kremenek
2012-09-07
1
-2
/
+3
*
[analyzer] Clean up a couple uses of getPointeeType().
Jordan Rose
2012-09-05
1
-8
/
+2
*
[analyzer] Don't use makeIntVal to create a floating-point value.
Jordan Rose
2012-09-04
1
-1
/
+3
*
[analyzer] Fixit for r158136.
Anna Zaks
2012-06-07
1
-1
/
+1
*
[analyzer] Anti-aliasing: different heap allocations do not alias
Anna Zaks
2012-06-07
1
-20
/
+23
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-2
/
+2
*
[analyzer] Add an abstraction for the bit width and signedness of an APSInt. ...
Jordy Rose
2012-05-08
1
-30
/
+16
*
[analyzer] Fix a crash in triggered by OSAtomicChecker.
Anna Zaks
2012-05-07
1
-0
/
+1
*
Remove variable made unused by r156270.
David Blaikie
2012-05-07
1
-3
/
+0
*
[analyzer] Reduce parallel code paths in SimpleSValBuilder::evalBinOpNN, and ...
Jordy Rose
2012-05-06
1
-165
/
+136
*
[analyzer] When promoting constant integers in a comparison, use the larger w...
Jordy Rose
2012-05-03
1
-20
/
+39
*
[analyzer] Equality ops are like relational ops in that the arguments shouldn...
Jordy Rose
2012-05-03
1
-2
/
+2
*
[analyzer] Do not assert on constructing SymSymExpr with diff types.
Anna Zaks
2012-05-03
1
-6
/
+9
*
[analyzer] Construct a SymExpr even when the constraint solver cannot
Anna Zaks
2012-05-01
1
-7
/
+7
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-2
/
+2
*
Teach SimpleSValBuilder that (in the absence of more information) stack memor...
Ted Kremenek
2012-03-05
1
-0
/
+18
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-8
/
+8
*
[analyzer] Address Jordy's comments for r145985.
Anna Zaks
2011-12-15
1
-3
/
+4
*
[analyzer]Fixup r146336.
Anna Zaks
2011-12-10
1
-7
/
+7
*
[analyzer] Introduce IntSymExpr, where the integer is on the lhs.
Anna Zaks
2011-12-10
1
-2
/
+2
*
[analyzer] Fix inconsistency on when SValBuilder assumes that 2
Anna Zaks
2011-12-09
1
-5
/
+3
*
[analyzer] If memory region is tainted mark data as tainted.
Anna Zaks
2011-12-08
1
-1
/
+3
*
[analyzer] Propagate taint through NonLoc to NonLoc casts.
Anna Zaks
2011-12-06
1
-0
/
+8
*
[analyzer] Unify SymbolVal and SymExprVal under a single SymbolVal
Anna Zaks
2011-12-05
1
-139
/
+140
*
[analyzer] Remove all uses of ConstraintManager::canResonAbout() from
Anna Zaks
2011-12-05
1
-3
/
+4
*
[analyzer] Do not conjure a symbol when we need to propagate taint.
Anna Zaks
2011-11-17
1
-7
/
+7
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-5
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-8
/
+8
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-11
/
+11
*
[analyzer] When performing a binary operation on symbolic operands, we conver...
Jordy Rose
2011-06-15
1
-4
/
+32
*
A few more is(Un)signedIntegerType/is(Un)signedOrEnumerationType cleanups.
Douglas Gregor
2011-05-21
1
-2
/
+4
*
Fix bug in SimpleSValBuilder where '--' pointer arithmetic was treated like '...
Ted Kremenek
2011-04-12
1
-1
/
+2
*
Improves the coding style in SValBuilder. This patch:
Zhanyong Wan
2011-03-01
1
-13
/
+14
*
Makes most methods in SVals.h conform to the naming guide. Reviewed
Zhanyong Wan
2011-02-16
1
-4
/
+4
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-2
/
+2
*
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis
2011-02-08
1
-0
/
+917
[prev]