.. |
arm
|
[cleanup] Various misc. cleanups
|
2020-10-16 07:51:56 +00:00 |
arm64
|
[sparkplug][arm64] Remake a recent change in Regexp assembler
|
2021-03-17 12:24:44 +00:00 |
experimental
|
[regexp] Don't update last match info in @@split special case
|
2021-02-11 06:51:14 +00:00 |
ia32
|
[regexp] Use experimental engine if backtrack limit exceeded
|
2020-10-14 11:18:37 +00:00 |
mips
|
[regexp] Use experimental engine if backtrack limit exceeded
|
2020-10-14 11:18:37 +00:00 |
mips64
|
[regexp] Use experimental engine if backtrack limit exceeded
|
2020-10-14 11:18:37 +00:00 |
ppc
|
Adding myself to relevant OWNERS files.
|
2020-11-02 16:37:28 +00:00 |
riscv64
|
Add RISC-V backend
|
2021-02-09 17:06:36 +00:00 |
s390
|
s390x: Create LE version of Load
|
2021-01-18 17:10:56 +00:00 |
x64
|
[regexp] Use experimental engine if backtrack limit exceeded
|
2020-10-14 11:18:37 +00:00 |
DIR_METADATA
|
Add DIR_METADATA files to v8.
|
2020-10-20 22:12:28 +00:00 |
gen-regexp-special-case.cc
|
[globals] Change uc32 to be unsigned
|
2020-06-10 08:37:46 +00:00 |
OWNERS
|
Update OWNERS in src/*
|
2021-02-25 14:22:51 +00:00 |
property-sequences.cc
|
Revert "Update RegExp sequence property support"
|
2020-10-29 07:46:01 +00:00 |
property-sequences.h
|
Revert "Update RegExp sequence property support"
|
2020-10-29 07:46:01 +00:00 |
regexp-ast.cc
|
[cleanup] Replace all remaining Min/Max uses with std::min/max
|
2020-11-24 17:32:01 +00:00 |
regexp-ast.h
|
[cleanup] Replace all remaining Min/Max uses with std::min/max
|
2020-11-24 17:32:01 +00:00 |
regexp-bytecode-generator-inl.h
|
Reland "[regexp] Hard-crash on invalid offsets in AdvanceCurrentPosition"
|
2021-01-14 07:37:27 +00:00 |
regexp-bytecode-generator.cc
|
Reland "[regexp] Hard-crash on invalid offsets in AdvanceCurrentPosition"
|
2021-01-14 07:37:27 +00:00 |
regexp-bytecode-generator.h
|
Reland "[regexp] Hard-crash on invalid offsets in AdvanceCurrentPosition"
|
2021-01-14 07:37:27 +00:00 |
regexp-bytecode-peephole.cc
|
[cleanup] Replace all remaining Min/Max uses with std::min/max
|
2020-11-24 17:32:01 +00:00 |
regexp-bytecode-peephole.h
|
Reland "[regexp] Bytecode peephole optimization"
|
2019-10-01 12:50:24 +00:00 |
regexp-bytecodes.cc
|
[regexp] Fix endianness issue when reading bytecode names
|
2020-11-18 21:44:25 +00:00 |
regexp-bytecodes.h
|
[regexp] Additional range checks
|
2020-06-18 08:02:28 +00:00 |
regexp-compiler-tonode.cc
|
[cleanup] Replace all remaining Min/Max uses with std::min/max
|
2020-11-24 17:32:01 +00:00 |
regexp-compiler.cc
|
[regexp] Change rangeBoundaries to use uc32
|
2021-02-08 07:03:19 +00:00 |
regexp-compiler.h
|
[regexp] Fix integer overflows in TextNode::GetQuickCheckDetails
|
2020-06-10 12:22:47 +00:00 |
regexp-dotprinter.cc
|
[regexp] Fix integer overflows in TextNode::GetQuickCheckDetails
|
2020-06-10 12:22:47 +00:00 |
regexp-dotprinter.h
|
[regexp] Remove dead DispatchTableConstructor
|
2019-06-18 12:40:50 +00:00 |
regexp-error.cc
|
[regexp] Add missing const qualifier
|
2020-03-20 08:50:00 +00:00 |
regexp-error.h
|
[regexp] Add 'l' flag to force experimental engine
|
2020-10-30 08:33:06 +00:00 |
regexp-interpreter.cc
|
[utils] Add CompareCharsEqual
|
2020-11-24 20:10:32 +00:00 |
regexp-interpreter.h
|
[regexp] Use experimental engine if backtrack limit exceeded
|
2020-10-14 11:18:37 +00:00 |
regexp-macro-assembler-arch.h
|
Add RISC-V backend
|
2021-02-09 17:06:36 +00:00 |
regexp-macro-assembler-tracer.cc
|
[regexp] Fix --trace-regexp-macro-assembler
|
2021-03-17 07:55:23 +00:00 |
regexp-macro-assembler-tracer.h
|
[regexp] Fix non-unicode ignore-case backreferences
|
2020-06-03 08:59:08 +00:00 |
regexp-macro-assembler.cc
|
[tools] Add DisableGCMole scope
|
2021-01-12 12:59:39 +00:00 |
regexp-macro-assembler.h
|
[regexp] Fix --trace-regexp-macro-assembler
|
2021-03-17 07:55:23 +00:00 |
regexp-nodes.h
|
[zone] Cleanup zone allocations in src/regexp and tests
|
2020-07-10 10:30:05 +00:00 |
regexp-parser.cc
|
[regexp] Undo removal of ParseRegExpSyntax
|
2021-02-01 07:41:55 +00:00 |
regexp-parser.h
|
[regexp] Undo removal of ParseRegExpSyntax
|
2021-02-01 07:41:55 +00:00 |
regexp-stack.cc
|
[regexp] Don't allocate dynamic stacks when static stacks suffice
|
2021-03-11 10:47:26 +00:00 |
regexp-stack.h
|
[regexp] Don't allocate dynamic stacks when static stacks suffice
|
2021-03-11 10:47:26 +00:00 |
regexp-utils.cc
|
[cleanup] Remove atomic kRelaxed accessors in favour for non-atomic ones
|
2021-03-08 10:57:19 +00:00 |
regexp-utils.h
|
[regexp] Restructure fast path check logic
|
2019-07-29 08:44:33 +00:00 |
regexp.cc
|
Reland "[no-wasm] Exclude src/wasm from compilation"
|
2021-03-11 14:29:26 +00:00 |
regexp.h
|
[regexp] Don't update last match info in @@split special case
|
2021-02-11 06:51:14 +00:00 |
special-case.h
|
[regexp] Fix and unify non-unicode case-folding algorithms
|
2020-03-10 11:09:28 +00:00 |