index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Analysis
/
GREngine.cpp
Age
Commit message (
Expand
)
Author
2008-02-13
Renamed files to match class renaming in r47070:
Ted Kremenek
2008-02-13
Renamed class GREngine => GRCoreEngine.
Ted Kremenek
2008-02-13
Simplify GRIndirectGotoNodeBuilder.
Ted Kremenek
2008-02-13
Added GREngine support for "break" and "continue".
Ted Kremenek
2008-02-13
Added support to GREngine/GRConstants for handling computed gotos.
Ted Kremenek
2008-02-12
Added GREngine support for GotoStmt.
Ted Kremenek
2008-02-12
Added GRBlockCounter class, which tracks the number of times blocks
Ted Kremenek
2008-02-05
Implemented initial transfer function support for '&&', '||', '?', and
Ted Kremenek
2008-01-30
We now delay adding nodes created by GRBranchNodeBuilder to the analysis
Ted Kremenek
2008-01-30
Implemented some branch pruning in GRConstants using != and == for
Ted Kremenek
2008-01-29
Implemented more boilerplate in GREngine for processing branches. Now
Ted Kremenek
2008-01-29
Added boilerplate logic in GREngine for processing branches.
Ted Kremenek
2008-01-29
Renamed GRNodeBuilder to GRStmtNodeBuilder.
Ted Kremenek
2008-01-29
Driver now passes the top-level FunctionDecl* to GRConstants.
Ted Kremenek
2008-01-16
Fixed iterator bug in ExplodedNodeImpl::NodeGroup::end(); we would improperly
Ted Kremenek
2008-01-16
Hooked up the GRConstants analysis to the driver.
Ted Kremenek
2008-01-15
Removed implicit transitions to a "BlockExit" location; we now handle
Ted Kremenek
2008-01-14
Added prototype implementation of path-sens. analysis core engine.
Ted Kremenek