platform/upstream/v8.git
2008-12-08 erik.corry... Improve speed of String.replace by around 33% by not...
2008-12-08 erik.corry... Irregexp:
2008-12-05 iposva@chromium.orgFix the Xcode build ARM targets.
2008-12-05 iposva@chromium.org- Simplify the code slightly by using Max().
2008-12-05 iposva@chromium.orgFix lint error.
2008-12-05 iposva@chromium.orgPartial fix for issue 173:
2008-12-05 olehougaardFixing exception reporting so that a verbose TryCatch...
2008-12-05 sgjesse@chromium.orgFixed the caching of counters. This also fixes the...
2008-12-05 lrn@chromium.orgExcluded test that fails in JSCRE.
2008-12-05 olehougaardChecking and reporting for stack overflow in the right...
2008-12-05 lrn@chromium.orgMakes irregexp-ia32 feature complete wrt. regexps.
2008-12-05 olehougaardAdded reporting compilation errors.
2008-12-04 ager@chromium.orgPull out revision 915 and 916 to get a green builder...
2008-12-04 sgjesse@chromium.orgAdded type method to the debug events.
2008-12-04 olehougaardAdding a message test to deal with return in finally.
2008-12-04 olehougaardReporting uncaught errors at the boundary between C...
2008-12-04 lrn@chromium.orgByteArrayProvider increments free-pointer correctly.
2008-12-04 kmillikin@chromium.orgEnable printing code generated for builtins in release...
2008-12-03 christian.plesner... Fixed lint error.
2008-12-03 christian.plesner... Made d8 console=readline work on leopard.
2008-12-03 ager@chromium.orgPreparing to push to trunk.
2008-12-03 lrn@chromium.orgMatching a back-reference must handle unbound start...
2008-12-03 ager@chromium.orgFollow jsc in throwing an exception when using test...
2008-12-03 lrn@chromium.orgTwo tests in the Mozilla test suite pass due to a bug...
2008-12-03 lrn@chromium.orgRemoved lots of new mozilla tests depending on "options...
2008-12-03 christian.plesner... Added support in d8 for memory-mapped counters and...
2008-12-02 sgjesse@chromium.orgAdded regexp-macro-assembler-tracer .cc and .h files...
2008-12-02 christian.plesner... Fixed issue where regexps were parsed without having...
2008-12-02 whessev8Change Windows daylight saving time calculations to
2008-12-02 christian.plesner... Changed benchmark runners to always display at least...
2008-12-02 lrn@chromium.orgBuilds on Windows too.
2008-12-02 christian.plesner... Set mime type on revisions.html.
2008-12-02 christian.plesner... Added revisions page and moved change log there.
2008-12-02 lrn@chromium.orgOptimization of single character indexOf. Gives small...
2008-12-02 christian.plesner... - Fixed regexp logging issue.
2008-12-01 iposva@chromium.orgUpdate Xcode project to contain the files for Irregexp.
2008-12-01 christian.plesner... - Added some expansion of assertions.
2008-12-01 christian.plesner... Added checking in the regular expression parser that...
2008-12-01 lrn@chromium.orgAllow the non-spec [a-\d] (i.e., ending a range with...
2008-12-01 lrn@chromium.orgAdded assignment to variable after UNIMPLEMENTED macro...
2008-12-01 lrn@chromium.orgFixes stray IA32-reference in ARM builds
2008-12-01 lrn@chromium.orgFixes (last?) bugs in regexp-ia32 core functionality...
2008-12-01 ager@chromium.orgRemove a couple of instances of wchar_t after counters...
2008-12-01 ager@chromium.orgCommiting Evan's change to use char instead of wchar_t...
2008-11-30 iposva@chromium.orgFix issue code.google.com/p/v8/issues/detail?id=166...
2008-11-28 erik.corry... Fix build error in debug mode by making sure the tracer...
2008-11-28 erik.corry... Add an operation that checks whether we are at the...
2008-11-28 erik.corry... * Remove an unused layer of abstraction by not having...
2008-11-28 lrn@chromium.orgCalling native irregexp now returns captures correctly.
2008-11-28 erik.corry... Lint lint lint.
2008-11-28 erik.corry... Implement $ for non-multiline.
2008-11-27 olehougaardChange implementation of eval to make an exact distinct...
2008-11-27 lrn@chromium.orgMade char comparisons work
2008-11-27 christian.plesner... Fixed build on windows. Msvc is an idiot.
2008-11-27 christian.plesner... Fixed lint error.
2008-11-27 christian.plesner... Fixed some assertion propagation issues and added non...
2008-11-27 erik.corry... Fix native code Irregexp on MacOSX.
2008-11-27 sgjesse@chromium.orgAdded a debugger call to run a JavaScript function...
2008-11-27 erik.corry... * Complete case independent support in Irregexp.
2008-11-27 christian.plesner... Graph node attribute printing.
2008-11-26 iposva@chromium.orgPrepare to push the v8::jscre namespace changes to...
2008-11-26 feng@chromium.orgAdd v8::jscre namespace around jscre functions to avoid...
2008-11-26 lrn@chromium.orgMade ARM/IA32 handling in Regexp symmetric (although...
2008-11-26 erik.corry... Address comments about my code in codereview.chromium...
2008-11-26 lrn@chromium.orgFixed some outstanding formatting issues.
2008-11-26 christian.plesner... Merge code review fixes.
2008-11-26 christian.plesner... Fixed problem where the two lower-case sigmas would...
2008-11-25 christian.plesner... Really marked the assembler tests as crashing on mac.
2008-11-25 christian.plesner... Marked MacroAssemblerIA32Simple as expected to fail...
2008-11-25 christian.plesner... Made irregexp flags available in release mode
2008-11-25 lrn@chromium.orgIA32-tests won't be compiled on ARM (and not just not...
2008-11-25 lrn@chromium.orgScanning for captures only happen when a decimal escape...
2008-11-25 erik.corry... Oh, it has to work on Intel CPUs too?
2008-11-25 lrn@chromium.orgTests for RegExpMacroAssemblerIA32.
2008-11-25 ager@chromium.orgUpdate d8 so that it can be used to run the mjsunit...
2008-11-25 erik.corry... Old gcc on ARM can't cope with template stuff we weren...
2008-11-25 lrn@chromium.orgNew regexp files are now included in VS project.
2008-11-25 erik.corry... Case independent back references.
2008-11-25 christian.plesner... Merge regexp2000 back into bleeding_edge
2008-11-25 sgjesse@chromium.orgFixed Visual Studio build with snapshot when V8 is...
2008-11-24 sgjesse@chromium.orgRemoved all functions for parsing the debugger command...
2008-11-21 ager@chromium.orgRevert r819, 821, and 822 which caused a big performanc...
2008-11-21 olehougaardFixed two unexpected passes. We no longer expect them...
2008-11-21 olehougaardRemoving assert to make flexo happy.
2008-11-21 olehougaardFixing the detection of aliased eval so that it is...
2008-11-21 christian.plesner... Applied patch from Alexander Botero-Lowry to fix tests...
2008-11-21 sgjesse@chromium.orgAdded support for building V8 on Windows with either...
2008-11-21 ager@chromium.orgApply patch from Alexander Botero-Lowry that adds FreeB...
2008-11-21 ager@chromium.orgRemove use of strtoll in favor of strtol which should...
2008-11-20 iposva@chromium.org- Make sure to not mix allocators by using the correct...
2008-11-20 iposva@chromium.orgRemove OS::WcsCpy from platform.h. This function is...
2008-11-20 feng@chromium.orgTurn ASSERT(!rn.is(ip)) into CHECK so the error can...
2008-11-20 feng@chromium.orgfix lint
2008-11-20 feng@chromium.orgip cannot be used in cmp instruction. Revert to r1.
2008-11-20 feng@chromium.orgMore work on completing Keyed IC code on ARM port.
2008-11-20 feng@chromium.orgMinor cleanup code in GenerateStoreField.
2008-11-20 ager@chromium.orgExplicitly change a floating point division with a...
2008-11-20 sgjesse@chromium.orgChange the handling of OS::Abort on Windows to enter...
2008-11-20 ager@chromium.orgDisable map collection since there is a bug in it somew...
2008-11-20 ager@chromium.orgWhen probing a dictionary backing storage in generated...
next