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
/
ExprEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Unify SymbolVal and SymExprVal under a single SymbolVal
Anna Zaks
2011-12-05
1
-1
/
+2
*
When analyzing a C++ method (without a specific caller), assume 'this' is non...
Ted Kremenek
2011-12-01
1
-17
/
+34
*
[static analyzer] be more specific when running removeDeadBindings. Instead ...
Ted Kremenek
2011-11-11
1
-1
/
+1
*
[static analyzer]: only call RemoveDeadBindings() when analyzing non-Expr stm...
Ted Kremenek
2011-11-10
1
-1
/
+24
*
Change the AST representation of operations on Objective-C
John McCall
2011-11-06
1
-0
/
+15
*
[analyzer] Make sink attribute part of the node profile.
Anna Zaks
2011-11-01
1
-1
/
+1
*
[analyzer] Make sure the child builder use temporary destination sets
Anna Zaks
2011-11-01
1
-4
/
+6
*
[analyzer] Move enqueueEndOfFunction into CoreEngine.
Anna Zaks
2011-10-27
1
-30
/
+1
*
[analyzer] Make CoreEngine responsible for enqueueing Stmt Nodes.
Anna Zaks
2011-10-27
1
-61
/
+11
*
[analyzer] GenericNodeBuilder -> NodeBuilder.
Anna Zaks
2011-10-26
1
-11
/
+4
*
[analyzer] Remove unused headers.
Anna Zaks
2011-10-25
1
-1
/
+0
*
[analyzer] Make branch for condition callback use CheckerContext
Anna Zaks
2011-10-25
1
-8
/
+13
*
[analyze] Convert EndOfPath callback to use CheckerContext
Anna Zaks
2011-10-25
1
-3
/
+34
*
Implement support for dependent Microsoft __if_exists/__if_not_exists
Douglas Gregor
2011-10-25
1
-0
/
+1
*
[analyzer] Node builders cleanup + comments
Anna Zaks
2011-10-24
1
-13
/
+13
*
[analyzer] Completely remove the global Builder object.
Anna Zaks
2011-10-24
1
-81
/
+53
*
[analyzer] Remove more dependencies from global Builder
Anna Zaks
2011-10-24
1
-18
/
+9
*
[analyzer] Convert ExprEngine::visit() to use short lived builders.
Anna Zaks
2011-10-24
1
-93
/
+212
*
[analyzer] Convert VisitDeclStmt to use local node builder.
Anna Zaks
2011-10-24
1
-1
/
+1
*
[analyzer] Convert more functions (ex:evalBind()) to iterative builders
Anna Zaks
2011-10-24
1
-2
/
+8
*
[analyzer] Convert VisitUnaryOperator to use short lived Node builders
Anna Zaks
2011-10-24
1
-2
/
+6
*
[analyzer] Use a temporary builder in CheckerContext.
Anna Zaks
2011-10-24
1
-0
/
+3
*
[analyzer] Pass external Dst set to NodeBuilder
Anna Zaks
2011-10-24
1
-12
/
+7
*
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-24
1
-3
/
+3
*
[analyzer] Remove LocationContext creation methods from AnalysisManager, and ...
Ted Kremenek
2011-10-23
1
-0
/
+1
*
[analyzer] Move predecessor into the NodeBuilder context.
Anna Zaks
2011-10-18
1
-3
/
+3
*
[analyzer] Make NodeBuilder and Pred node loosely coupled
Anna Zaks
2011-10-18
1
-20
/
+23
*
[analyzer] Remove dead code.
Anna Zaks
2011-10-18
1
-1
/
+1
*
[analyzer] Modularize builder use in processBranch.
Anna Zaks
2011-10-18
1
-41
/
+48
*
[analyzer] Pull Pred out of NodeBuilderContext.
Anna Zaks
2011-10-18
1
-2
/
+3
*
[analyzer] NodeBuilder Refactoring: Subclass BranchNodeBuilder from NodeBuilder.
Anna Zaks
2011-10-18
1
-7
/
+16
*
Refactor static analyzer to use simpler interface to constant expression eval...
Richard Smith
2011-10-14
1
-21
/
+9
*
Initial implementation of __atomic_* (everything except __atomic_is_lock_free).
Eli Friedman
2011-10-11
1
-0
/
+1
*
[analyzer] Teach the static analyzer about CXXForRangeStmt. Patch by Jim Goo...
Ted Kremenek
2011-10-10
1
-1
/
+1
*
Provide basic static analyzer support for CXXTemporaryObjectExpr. Patch by J...
Ted Kremenek
2011-10-07
1
-1
/
+1
*
[analyzer] Add -analyzer-purge option which can take on multiple values, remo...
Anna Zaks
2011-09-30
1
-1
/
+1
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
[analyzer] Remove TransferFuncs.h, then deal with the fallout.
Jordy Rose
2011-09-02
1
-0
/
+1
*
[analyzer] Fix member initialization order. No functionality change.
Jordy Rose
2011-09-02
1
-1
/
+1
*
[analyzer] Move the knowledge of whether or not GC is enabled for the current...
Jordy Rose
2011-09-02
1
-5
/
+2
*
[analyzer] Introduce a new callback for checkers, printState, to be used for ...
Jordy Rose
2011-08-28
1
-1
/
+5
*
[analyzer] Remove the ProgramState argument from ExprEngine::evalBind; we wer...
Jordy Rose
2011-08-28
1
-8
/
+4
*
[analyzer] Eliminate almost all uses of TransferFuncs from ExprEngine.
Jordy Rose
2011-08-28
1
-60
/
+20
*
[analyzer] Change the check::RegionChanges callback to include the regions ex...
Jordy Rose
2011-08-27
1
-3
/
+3
*
Constify the result of CFGStmt::getStmt().
Ted Kremenek
2011-08-23
1
-1
/
+1
*
[analyzer] Move symbol death leak analysis from CFRefCount to RetainReleaseCh...
Jordy Rose
2011-08-23
1
-0
/
+3
*
[analyzer] Handle reads of ObjCPropertyRefExprs implicitly in Environment. N...
Ted Kremenek
2011-08-20
1
-1
/
+2
*
Start partitioning ExprEngine.cpp into separate .cpp files that handle differ...
Ted Kremenek
2011-08-20
1
-1187
/
+10
*
[analyzer] teach ExprEngine about loads from static C++ class fields. Fixes ...
Ted Kremenek
2011-08-16
1
-1
/
+8
[next]