zeek/src/script_opt
2025-07-27 15:56:59 -07:00
..
CPP initial analysis working 2025-07-27 15:56:59 -07:00
ZAM Reduce some false-positive warnings from GCC to warnings with -Werror 2025-07-10 14:07:08 -07:00
CSE.cc Fix clang-tidy bugprone-unused-local-non-trivial-variable warnings 2025-05-27 11:58:27 -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 crash fixes for constructs that expect add/delete expressions to return values 2025-07-11 12:56:08 -04:00
Expr.h Fix clang-tidy modernize-use-override warnings in headers 2025-06-23 08:35:24 -07:00
FuncInfo.cc Renamed 2025-06-25 21:10:08 +05:30
FuncInfo.h Remove unnecessary #includes in script_opt 2025-05-19 10:25:05 -07:00
GenIDDefs.cc fix for error in ZAM's constant propagation logic 2025-07-04 16:05:46 -07:00
GenIDDefs.h better name for key variable in script optimization 2024-01-15 15:03:56 +01:00
IDOptInfo.cc script_opt/IDOptInfo: Add NOLINT(bugprone-branch-clone) 2025-07-07 18:52:11 +02:00
IDOptInfo.h fix for error in ZAM's constant propagation logic 2025-07-04 16:05:46 -07:00
Inline.cc Fix clang-tidy modernize-use-emplace findings 2025-06-06 11:43:06 -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 initial analysis working 2025-07-27 15:56:59 -07:00
ProfileFunc.h initial analysis working 2025-07-27 15:56:59 -07:00
Reduce.cc Fix clang-tidy modernize-use-emplace findings 2025-06-06 11:43:06 -07: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 isolate Location specifics to private class variables to enforce correct line number ordering 2025-07-08 10:39:28 +02:00
ScriptOpt.h Remove unnecessary #includes in script_opt 2025-05-19 10:25:05 -07:00
Stmt.cc Fix clang-tidy performance-unnecessary-copy-initialization warnings 2025-05-30 08:12:29 -07: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