zeek/src/script_opt
2021-09-08 10:23:39 -07:00
..
CPP low-level cleanups found by code review 2021-09-08 10:23:39 -07:00
ZAM fixes for vector coercion overflows, typing, and holes 2021-09-08 10:23:39 -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 computing of identifier definition regions 2021-09-08 10:23:38 -07: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 factoring out logic to check for overflows during coercions 2021-09-08 10:23:39 -07:00
ExprOptInfo.h tracking of optimization information associated with expressions 2021-09-08 10:23:38 -07:00
GenIDDefs.cc a number of low-level tweaks from code review 2021-09-08 10:23:38 -07:00
GenIDDefs.h computing of identifier definition regions 2021-09-08 10:23:38 -07:00
GenRDs.cc a number of low-level tweaks from code review 2021-09-08 10:23:38 -07:00
GenRDs.h switch to ID definition regions; reworked driver functions; more info for reporting uncompilable functions 2021-09-08 10:23:38 -07:00
IDOptInfo.cc a number of low-level tweaks from code review 2021-09-08 10:23:38 -07:00
IDOptInfo.h tracking of optimization information associated with identifiers 2021-09-08 10:23:38 -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 switch to ID definition regions; reworked driver functions; more info for reporting uncompilable functions 2021-09-08 10:23:38 -07:00
ProfileFunc.h a number of low-level tweaks from code review 2021-09-08 10:23:38 -07:00
ReachingDefs.cc fix #include's that lack zeek/ prefixes 2021-02-28 07:23:06 -08:00
ReachingDefs.h computing of identifier definition regions 2021-09-08 10:23:38 -07:00
Reduce.cc switch to ID definition regions; reworked driver functions; more info for reporting uncompilable functions 2021-09-08 10:23:38 -07:00
Reduce.h switch to ID definition regions; reworked driver functions; more info for reporting uncompilable functions 2021-09-08 10:23:38 -07:00
ScriptOpt.cc updates for usage issues: support for -uu, maybe/definitely distinctions 2021-09-08 10:23:38 -07:00
ScriptOpt.h switch to ID definition regions; reworked driver functions; more info for reporting uncompilable functions 2021-09-08 10:23:38 -07:00
Stmt.cc switch to ID definition regions; reworked driver functions; more info for reporting uncompilable functions 2021-09-08 10:23:38 -07:00
StmtOptInfo.h tracking of optimization information associated with statements 2021-09-08 10:23:38 -07:00
TempVar.cc switch to ID definition regions; reworked driver functions; more info for reporting uncompilable functions 2021-09-08 10:23:38 -07:00
TempVar.h switch to ID definition regions; reworked driver functions; more info for reporting uncompilable functions 2021-09-08 10:23:38 -07:00
UseDefs.cc switch simple loops that don't need indices to being iterator-based 2021-09-08 10:23:38 -07:00
UseDefs.h fix for AST optimization altering top-level body statement 2021-05-30 17:37:44 -07:00