zeek/src/script_opt
2025-05-19 10:25:05 -07:00
..
CPP Remove unnecessary #includes in script_opt 2025-05-19 10:25:05 -07:00
ZAM Remove unnecessary #includes in script_opt 2025-05-19 10:25:05 -07:00
CSE.cc fix for ZAM optimization when an aggregate is modified inside of a loop 2025-05-09 15:01:55 -07:00
CSE.h fix for ZAM optimization when an aggregate is modified inside of a loop 2025-05-09 15:01:55 -07:00
Expr.cc fix for ZAM optimization of assigning a record field to result of "in" operation 2024-12-17 19:49:43 -08:00
Expr.h Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
FuncInfo.cc Remove unnecessary #includes in script_opt 2025-05-19 10:25:05 -07:00
FuncInfo.h Remove unnecessary #includes in script_opt 2025-05-19 10:25:05 -07:00
GenIDDefs.cc fixed incorrect ZAM optimization of expressions seen in single-statement inlined functions 2025-04-29 14:29:07 -07:00
GenIDDefs.h better name for key variable in script optimization 2024-01-15 15:03:56 +01:00
IDOptInfo.cc Remove unnecessary #includes in script_opt 2025-05-19 10:25:05 -07:00
IDOptInfo.h Add some uses of std::move in constructors and simple functions for pass-by-value arguments 2023-11-28 13:40:28 -07:00
Inline.cc Remove unnecessary #includes in script_opt 2025-05-19 10:25:05 -07:00
Inline.h coalescing of event handlers (ZAM optimization) 2023-11-16 12:58:28 -08:00
ObjMgr.h Use quotes instead of <> for zeek includes 2025-05-16 10:14:36 -07:00
ProfileFunc.cc -O gen-standalone-C++ fixes for recent more aggressive AST profiling 2024-12-12 14:27:12 -08:00
ProfileFunc.h -O gen-standalone-C++ fixes for recent more aggressive AST profiling 2024-12-12 14:27:12 -08:00
Reduce.cc script optimization for record operations sourced (in part) from other records 2024-06-24 09:38:37 +02:00
Reduce.h Fix for ZAM inlining of nested function calls with the same parameter names 2024-05-15 17:32:13 -07:00
ScriptOpt.cc Remove unnecessary #includes in script_opt 2025-05-19 10:25:05 -07:00
ScriptOpt.h Remove unnecessary #includes in script_opt 2025-05-19 10:25:05 -07:00
Stmt.cc Bump typos pre-commit hooks 2024-12-09 16:13:28 +01:00
StmtOptInfo.h Reformat Zeek in Spicy style 2023-10-30 09:40:55 +01:00
TempVar.cc greater ZAM optimization of inlined function calls 2023-11-10 09:57:35 +01:00
TempVar.h greater ZAM optimization of inlined function calls 2023-11-10 09:57:35 +01:00
UsageAnalyzer.cc Remove unnecessary #includes in script_opt 2025-05-19 10:25:05 -07:00
UsageAnalyzer.h reworked AST optimizers analysis of side effects during aggregate operations & calls 2023-12-06 12:26:27 -08:00
UseDefs.cc More std::move changes based on Coverity findings 2025-04-08 11:01:21 -07:00
UseDefs.h retention of superseded AST elements to prevent pointer mis-aliasing 2023-11-10 11:06:16 +01:00