zeek/src/script_opt
2021-07-14 14:59:49 -07:00
..
CPP Merge remote-tracking branch 'origin/topic/vern/CPP-workflow2' 2021-07-01 08:46:53 -07:00
DefItem.cc fix #include's that lack zeek/ prefixes 2021-02-28 07:23:06 -08:00
DefItem.h class for referring to definitions of variables or record fields 2021-01-23 10:48:14 -08:00
DefPoint.h Simplify declaration of DefPointType enum 2021-02-01 17:54:57 -08:00
DefSetsMgr.cc Adjust various reaching-def move/reference semantics 2021-02-01 22:00:56 -08:00
DefSetsMgr.h Fix IntrusivePtr release leaks in reaching-def logic 2021-02-01 23:25:15 -08:00
Expr.cc another set of tweaks per review comments 2021-06-09 09:41:41 -07:00
GenRDs.cc directly construct records of known types, rather than requiring coercion 2021-05-30 17:47:28 -07:00
GenRDs.h convert scopes to be managed using IntrusivePtr's 2021-05-30 17:20:29 -07:00
Inline.cc Stmt tag for compiled-to-C++; Inliner knows to avoid it 2021-05-05 16:55:04 -07:00
Inline.h tidying with respect to "const", and streamlining OuterIDBindingFinder 2021-03-18 08:24:14 -07:00
ProfileFunc.cc support for profiling function bodies w/o needing accompanying ScriptFunc object 2021-05-30 17:44:24 -07:00
ProfileFunc.h support for profiling function bodies w/o needing accompanying ScriptFunc object 2021-05-30 17:44:24 -07:00
ReachingDefs.cc fix #include's that lack zeek/ prefixes 2021-02-28 07:23:06 -08:00
ReachingDefs.h Speedup ReachingDefs logic by ~15% 2021-02-04 17:23:14 -08:00
Reduce.cc Fix a number of Coverity findings 2021-07-02 11:18:19 -07:00
Reduce.h gracefully deal with "eval" exceptions that occur during AST reduction 2021-05-30 17:48:14 -07:00
ScriptOpt.cc Merge remote-tracking branch 'origin/topic/vern/CPP-workflow2' 2021-07-01 08:46:53 -07:00
ScriptOpt.h Reorder fields in some classes for more compact memory layout 2021-07-14 14:59:49 -07:00
Stmt.cc addressed a number of code review comments 2021-06-07 10:52:19 -07:00
TempVar.cc Tweak minor const-ref/std::move things in script-opt code 2021-03-08 15:50:04 -08:00
TempVar.h Tweak minor const-ref/std::move things in script-opt code 2021-03-08 15:50:04 -08:00
UseDefs.cc directly construct records of known types, rather than requiring coercion 2021-05-30 17:47:28 -07:00
UseDefs.h fix for AST optimization altering top-level body statement 2021-05-30 17:37:44 -07:00