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
/
CoreEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-4
/
+4
*
Simplify ownership of ExplodedGraph in the CoreEngine by removing unique_ptr ...
David Blaikie
2014-08-08
1
-25
/
+25
*
Re-applying r214962.
Manuel Klimek
2014-08-07
1
-0
/
+17
*
Revert "Fix modelling of non-lifetime-extended temporary destructors in the a...
Rui Ueyama
2014-08-06
1
-17
/
+0
*
Fix modelling of non-lifetime-extended temporary destructors in the analyzer.
Manuel Klimek
2014-08-06
1
-0
/
+17
*
[analyzer] Don't create new PostStmt nodes if we don't have to.
Jordan Rose
2014-06-18
1
-1
/
+1
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-10
/
+10
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-14
/
+14
*
[analyzer] Inline C++ operator new when c++-inline-allocators is turned on.
Jordan Rose
2014-02-11
1
-0
/
+5
*
Add static analyzer support for conditionally executing static initializers.
Ted Kremenek
2013-03-29
1
-0
/
+18
*
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
1
-2
/
+2
*
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-12
/
+12
*
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-1
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
[analyzer] Refactor: Remove Pred from NodeBuilderContext.
Anna Zaks
2012-11-03
1
-2
/
+2
*
[analyzer] Use cast<> instead of getAs<> for a CFGElement known to be a CFGStmt.
Jordan Rose
2012-09-07
1
-4
/
+3
*
[analyzer] Don't use the address of a temporary CFGElement.
Jordan Rose
2012-09-07
1
-1
/
+2
*
[analyzer] Refactor the logic that determines if a functions should be
Anna Zaks
2012-08-30
1
-5
/
+0
*
[analyzer] PostImplicitCall can also occur between CFGElements.
Jordan Rose
2012-07-26
1
-1
/
+3
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
[analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints
Jordan Rose
2012-07-10
1
-3
/
+3
*
[analyzer] Add a test that we are, in fact, doing a DFS on the ExplodedGraph.
Jordan Rose
2012-06-29
1
-1
/
+1
*
[analyzer] Report the cumulative number of steps the analyzer performs.
Anna Zaks
2012-06-22
1
-0
/
+4
*
[analyzer] Run remove dead bindings right before leaving a function.
Anna Zaks
2012-04-20
1
-6
/
+7
*
Remove the unused, unmaintained, incomplete 'Index' library.
Douglas Gregor
2012-04-13
1
-1
/
+0
*
[analyzer] Record the basic blocks covered by the analyzes run.
Anna Zaks
2012-04-03
1
-3
/
+15
*
[analyser] Stats checker: do not mark a node as exhausted if we will
Anna Zaks
2012-03-28
1
-10
/
+4
*
[analyzer] Add an option to re-analyze a dead-end path without inlining.
Anna Zaks
2012-03-27
1
-34
/
+50
*
[analyzer] Add the stat for the number of successfully explored paths.
Anna Zaks
2012-03-22
1
-1
/
+5
*
[analyzer] Add a statistic for the number of times we reach the max
Anna Zaks
2012-03-16
1
-1
/
+10
*
[analyzer] fix regression in analyzer of NOT actually aborting on Stmts it do...
Ted Kremenek
2012-03-10
1
-0
/
+13
*
[analyzer] Add support for NoRedundancy inlining mode.
Anna Zaks
2012-03-09
1
-2
/
+9
*
Revert "Move ExplodedNode reclaimation out of ExprEngine and into CoreEngine....
Ted Kremenek
2012-02-16
1
-1
/
+0
*
Move ExplodedNode reclaimation out of ExprEngine and into CoreEngine. Also h...
Ted Kremenek
2012-02-16
1
-0
/
+1
*
Minor cleanup to node data structures in ExplodedGraph. No functionality cha...
Ted Kremenek
2012-02-16
1
-2
/
+2
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-8
/
+8
*
[analyzer] Remove CallEnterNodeBuilder and simplify ExprEngine::processCallEn...
Ted Kremenek
2012-01-07
1
-76
/
+2
*
[analyzer] Remove CallExitNodeBuilder, and have ExprEngine::processCallExit()...
Ted Kremenek
2012-01-07
1
-17
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+6
*
[analyzer] Make sink attribute part of the node profile.
Anna Zaks
2011-11-01
1
-41
/
+30
*
[analyzer] Fix PR11282 - an assert in markAsSink
Anna Zaks
2011-11-01
1
-3
/
+6
*
[analyzer] BranchNodeBuilder should not generate autotransitions.
Anna Zaks
2011-11-01
1
-0
/
+1
*
[analyzer] Move enqueueEndOfFunction into CoreEngine.
Anna Zaks
2011-10-27
1
-0
/
+29
*
[analyzer] Make CoreEngine responsible for enqueueing Stmt Nodes.
Anna Zaks
2011-10-27
1
-3
/
+49
*
[analyzer] GenericNodeBuilder -> NodeBuilder.
Anna Zaks
2011-10-26
1
-38
/
+13
*
[analyze] Convert EndOfPath callback to use CheckerContext
Anna Zaks
2011-10-25
1
-53
/
+2
*
[analyzer] Node builders cleanup + comments
Anna Zaks
2011-10-24
1
-2
/
+1
*
[analyzer] Remove the old StmtNodeBuilder.
Anna Zaks
2011-10-24
1
-44
/
+5
*
[analyzer] Convert ExprEngine::visit() to use short lived builders.
Anna Zaks
2011-10-24
1
-12
/
+2
[next]