.. |
CPP
|
-O gen-C++ fix for run-time warnings for "when" lambdas
|
2024-09-27 13:23:06 -07:00 |
ZAM
|
removed unused ZAM cast-to-any operation
|
2024-09-27 13:24:35 -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 script optimization of "opaque" values that are run-time constants
|
2024-08-16 11:19:02 +02:00 |
Expr.h
|
minor script optimization updates to reflect recent changes, Coverity findings
|
2024-07-06 16:44:27 -07:00 |
FuncInfo.cc
|
minor script optimization updates to reflect recent changes, Coverity findings
|
2024-07-06 16:44:27 -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
|
factor script optimization Expr AST nodes out of main AST header
|
2024-04-25 09:15:13 -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
|
script_opt: Use Func::GetName()
|
2024-09-27 15:11:17 +02: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
|
fixes (to avoid collisions) for AST profiling's function hash computations
|
2024-09-27 13:24:35 -07:00 |
ProfileFunc.h
|
fixes (to avoid collisions) for AST profiling's function hash computations
|
2024-09-27 13:24:35 -07: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
|
"-O dump-final-ZAM" option similar to "dump-ZAM" only prints final version of functions
|
2024-09-27 13:24:30 -07:00 |
ScriptOpt.h
|
"-O dump-final-ZAM" option similar to "dump-ZAM" only prints final version of functions
|
2024-09-27 13:24:30 -07:00 |
Stmt.cc
|
minor optimization of boolean comparisons
|
2024-07-23 16:05:24 -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
|
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
|
script optimization for record operations sourced (in part) from other records
|
2024-06-24 09:38:37 +02:00 |
UseDefs.h
|
retention of superseded AST elements to prevent pointer mis-aliasing
|
2023-11-10 11:06:16 +01:00 |