v8/src/regexp
Junliang Yan 8a7db67d07 ppc: rename StoreP/PX as StoreU64
Change-Id: Ia1b8bf3ada1957c27334e98207d57bb2e644ecdd
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2910796
Commit-Queue: Junliang Yan <junyan@redhat.com>
Commit-Queue: Milad Fa <mfarazma@redhat.com>
Auto-Submit: Junliang Yan <junyan@redhat.com>
Reviewed-by: Milad Fa <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/master@{#74702}
2021-05-20 19:34:07 +00:00
..
arm [cleanup] Various misc. cleanups 2020-10-16 07:51:56 +00:00
arm64 [flags] Make --debug-code a build-time flag 2021-04-21 11:54:20 +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 ppc: rename StoreP/PX as StoreU64 2021-05-20 19:34:07 +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 [codegen] Rename TurboAssembler::Set to Move 2021-05-11 21:53:44 +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][regexp] Remove redundant NOLINT annotations 2021-04-30 16:10:29 +00:00
regexp-ast.h [cleanup][regexp] Remove redundant NOLINT annotations 2021-04-30 16:10:29 +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 Remove support for non-c++14 compliant constexpr 2021-05-10 18:48:31 +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] Don't propagate lookaround eats_at_least to surroundings 2021-04-08 06:10:12 +00:00
regexp-compiler.h [regexp] Fix integer overflows in TextNode::GetQuickCheckDetails 2020-06-10 12:22:47 +00:00
regexp-dotprinter.cc [cleanup][regexp] Remove redundant NOLINT annotations 2021-04-30 16:10:29 +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 [cleanup][regexp] Remove redundant NOLINT annotations 2021-04-30 16:10:29 +00:00
regexp-macro-assembler.h [regexp] Fix --trace-regexp-macro-assembler 2021-03-17 07:55:23 +00:00
regexp-nodes.h [regexp] Don't propagate lookaround eats_at_least to surroundings 2021-04-08 06:10:12 +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 [regexp] Add --trace-regexp-graph 2021-04-07 11:40:56 +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