v8/src/regexp
Daniel Ehrenberg 2f8cae53f8 [intl] Reorganize code
- Split out code for Intl objects into src/objects/
- Rename i18n to intl (except for the name of the build flag)
- Use build system more broadly to turn on/off Intl code
- Delete a little bit of dead code

Bug: v8:5751
Change-Id: I41bf2825a5cb0df20824922b17c24cae637984da
Reviewed-on: https://chromium-review.googlesource.com/481284
Reviewed-by: Yang Guo <yangguo@chromium.org>
Reviewed-by: Adam Klein <adamk@chromium.org>
Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
Reviewed-by: Marja Hölttä <marja@chromium.org>
Commit-Queue: Daniel Ehrenberg <littledan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44801}
2017-04-24 13:54:15 +00:00
..
arm [intl] Reorganize code 2017-04-24 13:54:15 +00:00
arm64 [intl] Reorganize code 2017-04-24 13:54:15 +00:00
ia32 [intl] Reorganize code 2017-04-24 13:54:15 +00:00
mips [intl] Reorganize code 2017-04-24 13:54:15 +00:00
mips64 [intl] Reorganize code 2017-04-24 13:54:15 +00:00
ppc [intl] Reorganize code 2017-04-24 13:54:15 +00:00
s390 [intl] Reorganize code 2017-04-24 13:54:15 +00:00
x64 [intl] Reorganize code 2017-04-24 13:54:15 +00:00
x87 [intl] Reorganize code 2017-04-24 13:54:15 +00:00
bytecodes-irregexp.h [regexp] implement case-insensitive unicode regexps. 2016-01-27 08:25:38 +00:00
interpreter-irregexp.cc [intl] Reorganize code 2017-04-24 13:54:15 +00:00
interpreter-irregexp.h [regexp] do not include irregexp interpreter by default. 2016-01-18 16:12:29 +00:00
jsregexp-inl.h [iwyu] Include heap.h less. 2017-04-12 12:55:13 +00:00
jsregexp.cc [intl] Reorganize code 2017-04-24 13:54:15 +00:00
jsregexp.h [heap] Remove dead counters and move regexp code counter to Isolate 2017-02-10 12:32:01 +00:00
OWNERS Update src/regexp/OWNERS 2016-10-13 11:11:34 +00:00
regexp-ast.cc [regexp] Implement regexp groups as wrapper. 2017-01-18 08:14:59 +00:00
regexp-ast.h [regexp] Consider surrogate pairs when optimizing disjunctions 2017-04-12 09:09:12 +00:00
regexp-macro-assembler-irregexp-inl.h [regexp] do not include irregexp interpreter by default. 2016-01-18 16:12:29 +00:00
regexp-macro-assembler-irregexp.cc Fix irregexp build after r42140 2017-01-10 10:16:47 +00:00
regexp-macro-assembler-irregexp.h [regexp] implement case-insensitive unicode regexps. 2016-01-27 08:25:38 +00:00
regexp-macro-assembler-tracer.cc include fixing: api.h shouldn't include objects-inl.h 2017-01-09 13:43:28 +00:00
regexp-macro-assembler-tracer.h [regexp] implement case-insensitive unicode regexps. 2016-01-27 08:25:38 +00:00
regexp-macro-assembler.cc [intl] Reorganize code 2017-04-24 13:54:15 +00:00
regexp-macro-assembler.h [regexp] fix interpreted regexp. 2016-04-14 11:27:25 +00:00
regexp-parser.cc [intl] Reorganize code 2017-04-24 13:54:15 +00:00
regexp-parser.h [regexp] Support unicode capture names in non-unicode patterns 2017-04-07 07:34:10 +00:00
regexp-stack.cc
regexp-stack.h
regexp-utils.cc [regexp] Ensure there are no shape changes on the fast path 2017-04-06 08:12:56 +00:00
regexp-utils.h objects.h splitting: Move RegExpMatchInfo. 2017-01-20 13:01:55 +00:00