This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Commit e7934b0
authored
3 files changed
+8
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| |||
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
114 | | - | |
115 | | - | |
116 | | - | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
149 | | - | |
| 150 | + | |
150 | 151 | | |
151 | | - | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| |||
- .travis.yml+10-1
- CMakeLists.txt+30-16
- cmake/CompilerHelper.cmake+2-2
- cmake/PythonLinkHelper.cmake+27
- ext/json/json.hpp+1-1
- src/codegen/codegen_c_visitor.cpp+2-2
- src/config/config.cpp.in+1-1
- src/config/config.h+9-1
- src/language/nodes.py+13-8
- src/language/templates/ast/ast.hpp+1-2
- src/language/templates/ast/ast_decl.hpp+1
- src/language/templates/pybind/pyast.cpp+1-1
- src/language/templates/pybind/pysymtab.cpp+1-1
- src/language/templates/pybind/pyvisitor.cpp+1-1
- src/language/templates/visitors/ast_visitor.cpp+2
- src/language/templates/visitors/ast_visitor.hpp-1
- src/language/templates/visitors/checkparent_visitor.cpp+3-1
- src/language/templates/visitors/lookup_visitor.cpp+4-1
- src/language/templates/visitors/lookup_visitor.hpp-1
- src/language/templates/visitors/nmodl_visitor.hpp+1-1
- src/language/templates/visitors/visitor.hpp+1
- src/parser/diffeq.yy+40-40
- src/parser/diffeq_driver.cpp+4-4
- src/printer/decl.hpp+21
- src/printer/json_printer.hpp+2-2
- src/pybind/CMakeLists.txt+2-1
- src/pybind/pynmodl.cpp+1-1
- src/symtab/decl.hpp+20
- src/utils/common_utils.hpp+26
- src/utils/perf_stat.cpp+2-2
- src/utils/perf_stat.hpp+4-3
- src/visitors/CMakeLists.txt+10-2
- src/visitors/constant_folder_visitor.hpp-2
- src/visitors/defuse_analyze_visitor.cpp+83-14
- src/visitors/defuse_analyze_visitor.hpp+32-60
- src/visitors/inline_visitor.cpp+9-4
- src/visitors/inline_visitor.hpp+2-7
- src/visitors/kinetic_block_visitor.hpp+2-3
- src/visitors/local_var_rename_visitor.hpp+2-3
- src/visitors/localize_visitor.cpp+14-12
- src/visitors/localize_visitor.hpp+5-12
- src/visitors/loop_unroll_visitor.hpp-2
- src/visitors/neuron_solve_visitor.hpp+2-1
- src/visitors/nmodl_visitor_helper.ipp+2
- src/visitors/perf_visitor.cpp+98-1
- src/visitors/perf_visitor.hpp+26-73
- src/visitors/rename_visitor.cpp+2
- src/visitors/rename_visitor.hpp+4-6
- src/visitors/solve_block_visitor.cpp+2
- src/visitors/solve_block_visitor.hpp+1-2
- src/visitors/steadystate_visitor.hpp-2
- src/visitors/sympy_conductance_visitor.cpp+11-1
- src/visitors/sympy_conductance_visitor.hpp+2-11
- src/visitors/sympy_solver_visitor.cpp+3-1
- src/visitors/sympy_solver_visitor.hpp+3-3
- src/visitors/units_visitor.hpp-1
- src/visitors/var_usage_visitor.cpp+2
- src/visitors/var_usage_visitor.hpp+1-2
- src/visitors/verbatim_var_rename_visitor.cpp+2
- test/visitor/defuse_analyze.cpp+2-2
- test/visitor/kinetic_block.cpp+1
- test/visitor/misc.cpp+1
- test/visitor/steadystate.cpp+2-3
- test/visitor/sympy_conductance.cpp+1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments