.. |
CPP
|
Avoid extra temporary strings in concatenation
|
2025-04-08 11:01:21 -07:00 |
ZAM
|
Use const auto references to avoid some copies
|
2025-04-08 11:01:21 -07:00 |
CSE.cc
|
fix for ZAM identification of common subexpressions
|
2024-09-27 13:24:34 -07:00 |
CSE.h
|
fixes to limit AST traversal in the face of recursive types
|
2024-08-16 11:19:02 +02: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
|
Add is_valid_subnet BiF
|
2025-03-18 20:25:32 -07:00 |
FuncInfo.h
|
introduce notions of script functions/BiFs that are (1) foldable, (2) replaceable
|
2024-04-25 09:15:12 -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
|
ZAM fix for tracking variable usage
|
2024-01-15 15:03:56 +01: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
|
Merge remote-tracking branch 'origin/topic/vern/script-opt-uncompilable-AST'
|
2024-12-09 14:04:01 +01:00 |
Inline.h
|
coalescing of event handlers (ZAM optimization)
|
2023-11-16 12:58:28 -08:00 |
ObjMgr.h
|
regularized (some) types of pointers used in script optimization
|
2023-12-12 09:45:19 +01: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
|
Use const auto references to avoid some copies
|
2025-04-08 11:01:21 -07:00 |
ScriptOpt.h
|
support for record extensions when using -O gen-standalone-C++
|
2025-01-14 11:12:10 +01: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
|
script_opt: Use Func::GetName()
|
2024-09-27 15:11:17 +02: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 |