Sign in
webkit
/
WebKit
/
30721df56e75358c2d027ad9219913915642e072
/
Source
/
JavaScriptCore
/
yarr
/
YarrInterpreter.cpp
c3523f8
Remove spaces between template angle brackets
by andersca@apple.com
· 11 years ago
2eb5f4d
Change most call sites to call ICU directly instead of through WTF::Unicode
by darin@apple.com
· 11 years ago
a2c0538
Yarr: Use OwnPtr to make pattern/disjunction/character-class ownership clearer.
by akling@apple.com
· 12 years ago
903b0c0
Harden JSC a bit with RELEASE_ASSERT
by oliver@apple.com
· 12 years ago
5598c18
Replace ASSERT_NOT_REACHED with RELEASE_ASSERT_NOT_REACHED in JSC
by oliver@apple.com
· 12 years ago
51b41da
Replace numerous manual CRASH's in JSC with RELEASE_ASSERT
by oliver@apple.com
· 12 years ago
01902c8
Rename dataLog() and dataLogV() to dataLogF() and dataLogFV()
by fpizlo@apple.com
· 12 years ago
cff06e4
Replace JSC::UString by WTF::String
by benjamin@webkit.org
· 13 years ago
a269c163
Template the Yarr::Interpreter on the character type
by barraclough@apple.com
· 13 years ago
3f23b2b
Greek sigma is handled wrong in case independent regexp.
by barraclough@apple.com
· 13 years ago
540e7d9
ASSERT(position < 0) in JSC::Yarr::Interpreter::InputStream::readChecked
by msaboff@apple.com
· 13 years ago
d095b24
It should be possible to send all JSC debug logging to a file
by fpizlo@apple.com
· 13 years ago
9693111
Yarr crash with regexp replace https://bugs.webkit.org/show_bug.cgi?id=67454
by msaboff@apple.com
· 13 years ago
77be0c8
Removed some regexp entry boilerplate code
by ggaren@apple.com
· 13 years ago
215589e
Placement new does an unnecessary NULL check
by ggaren@apple.com
· 13 years ago
1c607b4
LayoutTests for Debug Builds Crashes in JavaScriptCore/yarr/YarrInterpreter.cpp(185)
by msaboff@apple.com
· 13 years ago
4d83841
Bug 67455 - Different regular expression result
by barraclough@apple.com
· 13 years ago
5071842
Unreviewed build fix for chromium.
by jamesr@google.com
· 14 years ago
2cc4150
Update RegExp and related classes to use 8 bit strings when available
by msaboff@apple.com
· 14 years ago
2b99a38
Add support for checked arithmetic https://bugs.webkit.org/show_bug.cgi?id=67095
by oliver@apple.com
· 14 years ago
b0ba7fc
https://bugs.webkit.org/show_bug.cgi?id=64202
by msaboff@apple.com
· 14 years ago
c61fb32
https://bugs.webkit.org/show_bug.cgi?id=61585
by barraclough@apple.com
· 14 years ago
f3880da
https://bugs.webkit.org/show_bug.cgi?id=61306
by barraclough@apple.com
· 14 years ago
9e21f08
https://bugs.webkit.org/show_bug.cgi?id=59221
by barraclough@apple.com
· 14 years ago
f468550
2011-03-14 Michael Saboff <msaboff@apple.com>
by msaboff@apple.com
· 14 years ago
f3eefab
Use static_cast and other style cleanup in YarrInterpreter.cpp
by ddkilzer@apple.com
· 14 years ago
f5f4c2d
2011-01-12 Peter Varga <pvarga@webkit.org>
by pvarga@webkit.org
· 14 years ago
f27ce28
Unreviewed, rolling out r75595.
by ossy@webkit.org
· 14 years ago
2dfa6f9
2011-01-12 Peter Varga <pvarga@webkit.org>
by pvarga@webkit.org
· 14 years ago
7dd3056
Rename the existing YARR files and classes
by barraclough@apple.com
· 14 years ago
[Renamed (97%) from Source/JavaScriptCore/yarr/RegexInterpreter.cpp]
76da8fc
Move JavaScriptCore to Source https://bugs.webkit.org/show_bug.cgi?id=51604
by abarth@webkit.org
· 14 years ago
[Renamed from JavaScriptCore/yarr/RegexInterpreter.cpp]
a750221
Rename RegexCompiler.cpp to RegexPattern.cpp.
by barraclough@apple.com
· 14 years ago
c9c81959
2010-12-13 Peter Varga <pvarga@inf.u-szeged.hu>
by abecsi@webkit.org
· 14 years ago
c518d8b
2010-12-03 Michael Saboff <msaboff@apple.com>
by msaboff@apple.com
· 14 years ago
59e1c41
2010-12-02 Peter Varga <pvarga@inf.u-szeged.hu>
by abecsi@webkit.org
· 14 years ago
59f5573
JavaScriptCore: 010-12-01 Steve Falkenburg <sfalken@apple.com>
by barraclough@apple.com
· 14 years ago
1a56bac
JavaScriptCore: Fixed review comments following bug #48101.
by barraclough@apple.com
· 14 years ago
a92fa37
Bug 48101 - Yarr gives different results for /(?:a*?){2,}/
by barraclough@apple.com
· 14 years ago
9bfc78f
YARR JIT should fallback to YARR Interpreter instead of PCRE.
by barraclough@apple.com
· 14 years ago
e3504ca
2010-11-17 Sheriff Bot <webkit.review.bot@gmail.com>
by commit-queue@webkit.org
· 14 years ago
554c3c8
YARR JIT should fallback to YARR Interpreter instead of PCRE.
by ossy@webkit.org
· 14 years ago
44ae232
Extend YARR Interpreter with beginning character look-up optimization
by ossy@webkit.org
· 14 years ago
50457a8
2010-11-16 Peter Varga <pvarga@inf.u-szeged.hu>
by commit-queue@webkit.org
· 14 years ago
ffa52af
2010-10-28 Peter Varga <pvarga@inf.u-szeged.hu>
by commit-queue@webkit.org
· 14 years ago
86195ad
2010-10-15 Ilya Tikhonovsky <loislo@chromium.org>
by loislo@chromium.org
· 14 years ago
0018883
The parenthetical assertion checking isn't working in some cases with YARR
by zoltan@webkit.org
· 14 years ago
b5f05fa
2010-10-14 Peter Varga <pvarga@inf.u-szeged.hu>
by commit-queue@webkit.org
· 14 years ago
fecd8a5
2010-09-30 Peter Varga <pvarga@inf.u-szeged.hu>
by commit-queue@webkit.org
· 15 years ago
b30daac
2010-09-23 Peter Varga <pvarga@inf.u-szeged.hu>
by commit-queue@webkit.org
· 15 years ago
ae7fcf10
Bug 42621 - Add a bump allocator for the YARR interpreter
by barraclough@apple.com
· 15 years ago
3948d96
2010-07-07 Darin Adler <darin@apple.com>
by darin@apple.com
· 15 years ago
bd39bd2
2010-07-02 Peter Varga <pvarga@inf.u-szeged.hu>
by ddkilzer@apple.com
· 15 years ago
a3e9925
The backtrackParenthesesOnceEnd function should store the start position
by abecsi@webkit.org
· 15 years ago
cf816e0
2010-03-12 Peter Varga <pvarga@inf.u-szeged.hu>
by eric@webkit.org
· 15 years ago
4e4e1bb
Rubber-stamped by Tor Arne Vestbø.
by ossy@webkit.org
· 15 years ago
15f6c53
2009-08-16 Holger Hans Peter Freyther <zecke@selfish.org>
by zecke@webkit.org
· 16 years ago
062d240
2009-08-16 Holger Hans Peter Freyther <zecke@selfish.org>
by zecke@webkit.org
· 16 years ago
2efbcab
2009-08-04 Gavin Barraclough <barraclough@apple.com>
by barraclough@apple.com
· 16 years ago
779afb2
2009-07-31 Zoltan Horvath <hzoltan@inf.u-szeged.hu>
by eric@webkit.org
· 16 years ago
97262eb
<rdar://problem/6924033> REGRESSION: Assertion failure due to forward references
by oliver@apple.com
· 16 years ago
c455a14
2009-05-20 Xan Lopez <xlopez@igalia.com>
by xan@webkit.org
· 16 years ago
476ba6d
2009-04-24 Gavin Barraclough <barraclough@apple.com>
by barraclough@apple.com
· 16 years ago
5b4a121
2009-04-23 Gavin Barraclough <barraclough@apple.com>
by barraclough@apple.com
· 16 years ago
4f27fec
JavaScriptCore:
by barraclough@apple.com
· 16 years ago
20ab73b
2009-04-13 Gavin Barraclough <barraclough@apple.com>
by barraclough@apple.com
· 16 years ago