|
6 | 6 | This contains the abstract interpretation framework `ai.h` and several
|
7 | 7 | static analyses that instantiate it.
|
8 | 8 |
|
9 |
| -FIXME: put here a good introduction describing what is contained |
10 |
| -in this folder. |
| 9 | +\section analyses-frameworks Frameworks: |
| 10 | + |
| 11 | +\subsection analyses-ait Abstract interpreter framework (ait) |
| 12 | + |
| 13 | +To be documented. |
| 14 | + |
| 15 | +\subsection analyses-static-analysist Old Abstract interpreter framework (static_analysist) |
| 16 | + |
| 17 | +This is obsolete. |
| 18 | + |
| 19 | +\subsection analyses-flow-insensitive-analysis Flow-insensitive analysis (flow_insensitive_analysist) |
| 20 | + |
| 21 | +To be documented. |
| 22 | + |
| 23 | +\section analyses-specific-analyses Specific analyses: |
| 24 | + |
| 25 | +\subsection analyses-call-graph Call graph and associated helpers (call_grapht) |
| 26 | + |
| 27 | +To be documented. |
| 28 | + |
| 29 | +\subsection analyses-dominator Dominator analysis (cfg_dominators_templatet) |
| 30 | + |
| 31 | +To be documented. |
| 32 | + |
| 33 | +\subsection analyses-constant-propagation Constant propagation (constant_propagator_ait) |
| 34 | + |
| 35 | +To be documented. |
| 36 | + |
| 37 | +\subsection analyses-taint Taint analysis (custom_bitvector_analysist) |
| 38 | + |
| 39 | +To be documented. |
| 40 | + |
| 41 | +\subsection analyses-dependence-graph Data- and control-dependence analysis (dependence_grapht) |
| 42 | + |
| 43 | +To be documented. |
| 44 | + |
| 45 | +\subsection analyses-dirtyt Address-taken lvalue analysis (dirtyt) |
| 46 | + |
| 47 | +To be documented. |
| 48 | + |
| 49 | +\subsection analyses-const-cast-removal const_cast removal analysis (does_remove_constt) |
| 50 | + |
| 51 | +To be documented. |
| 52 | + |
| 53 | +\subsection analyses-escape Escape analysis (escape_analysist) |
| 54 | + |
| 55 | +To be documented. |
| 56 | + |
| 57 | +\subsection analyses-global-may-alias Global may-alias analysis (global_may_aliast) |
| 58 | + |
| 59 | +To be documented. |
| 60 | + |
| 61 | +\subsection analyses-rwt Read-write range analysis (goto_rwt) |
| 62 | + |
| 63 | +To be documented. |
| 64 | + |
| 65 | +\subsection analyses-invariant-propagation Invariant propagation (invariant_propagationt) |
| 66 | + |
| 67 | +To be documented. |
| 68 | + |
| 69 | +\subsection analyses-is-threaded Multithreaded program detection (is_threadedt) |
| 70 | + |
| 71 | +To be documented. |
| 72 | + |
| 73 | +\subsection analyses-pointer-classification Pointer classification analysis (is-heap-pointer, might-be-null, etc -- local_bitvector_analysist) |
| 74 | + |
| 75 | +To be documented. |
| 76 | + |
| 77 | +\subsection analyses-cfg Control-flow graph (local_cfgt) |
| 78 | + |
| 79 | +To be documented. |
| 80 | + |
| 81 | +\subsection analyses-local-may-alias Local may-alias analysis (local_may_aliast) |
| 82 | + |
| 83 | +To be documented. |
| 84 | + |
| 85 | +\subsection analyses-safe-dereference Safe dereference analysis (local_safe_pointerst) |
| 86 | + |
| 87 | +To be documented. |
| 88 | + |
| 89 | +\subsection analyses-locals Address-taken locals analysis (localst) |
| 90 | + |
| 91 | +To be documented. |
| 92 | + |
| 93 | +\subsection analyses-natural-loop Natural loop analysis (natural_loops_templatet) |
| 94 | + |
| 95 | +To be documented. |
| 96 | + |
| 97 | +\subsection analyses-reaching-definitions Reaching definitions (reaching_definitions_analysist) |
| 98 | + |
| 99 | +To be documented. |
| 100 | + |
| 101 | +\subsection analyses-uncaught-exceptions Uncaught exceptions analysis (uncaught_exceptions_domaint) |
| 102 | + |
| 103 | +To be documented. |
| 104 | + |
| 105 | +\subsection analyses-uninitialized-locals Uninitialized locals analysis (uninitialized_analysist) |
| 106 | + |
| 107 | +To be documented. |
| 108 | + |
| 109 | +\section analyses-transformations Transformations (arguably in the wrong directory): |
| 110 | + |
| 111 | +\subsection analyses-goto-checkt Pointer / overflow / other check insertion (goto_checkt) |
| 112 | + |
| 113 | +To be documented. |
| 114 | + |
| 115 | +\subsection analyses-interval-analysist Integer interval analysis (interval_analysist) -- both an analysis and a transformation |
| 116 | + |
| 117 | +To be documented. |
0 commit comments