ladybird/Libraries/LibRegex
Andreas Kling ca2f0141f6 LibRegex: Remove unused "simple substring search" optimization
This is not relevant for LibJS since it only works when the input is
UTF-8, and LibJS always provides UTF-16.
2025-04-16 10:04:50 +02:00
..
CMakeLists.txt Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Forward.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Regex.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RegexByteCode.cpp LibRegex: Use ReadonlySpan to peek into OpCode_Compare LUTs 2025-04-14 17:40:13 +02:00
RegexByteCode.h LibRegex: Make Match::capture_group_name an index into the string table 2025-04-14 17:40:13 +02:00
RegexBytecodeStreamOptimizer.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RegexDebug.h LibRegex: Merge inverse string table mappings separately 2025-04-06 20:21:16 +02:00
RegexDefs.h LibRegex: Remove the StringCopyMatches mode 2025-03-24 22:27:17 +00:00
RegexError.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RegexLexer.cpp LibRegex: Clean up #include directives 2024-11-21 14:08:33 +01:00
RegexLexer.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RegexMatch.h LibRegex: Remove unused "simple substring search" optimization 2025-04-16 10:04:50 +02:00
RegexMatcher.cpp LibRegex: Remove unused "simple substring search" optimization 2025-04-16 10:04:50 +02:00
RegexMatcher.h LibRegex: Add some more debugging info to bytecode block ranges 2024-12-13 10:00:16 +01:00
RegexOptimizer.cpp LibRegex: Merge inverse string table mappings separately 2025-04-06 20:21:16 +02:00
RegexOptions.h LibRegex: Remove the StringCopyMatches mode 2025-03-24 22:27:17 +00:00
RegexParser.cpp LibRegex: Use an interned string table for capture group names 2025-04-02 11:43:13 +02:00
RegexParser.h LibRegex: Use an interned string table for capture group names 2025-04-02 11:43:13 +02:00