platform/upstream/v8.git
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...
2008-11-19 sgjesse@chromium.orgRemoved som unused function from the JavaScript side...
2008-11-19 sgjesse@chromium.orgChanged the handling of Win32 function SetErrorMode...
2008-11-19 ager@chromium.orgRemoved one more occurrence of a failure in a handle.
2008-11-18 ager@chromium.orgEnsure that external symbols have hash codes.
2008-11-18 olehougaardFixing wrong reference to this in eval.
2008-11-18 olehougaardChanging the semantics of cross-frame eval to be compat...
2008-11-18 iposva@chromium.orgAdd an API test for v8::ScriptData::PreCompile() to...
2008-11-17 feng@chromium.orgBuildbot still is not happy. Looks like CRASH keyword...
2008-11-17 feng@chromium.orgAdjust test status of ARM build to reflect the current...
2008-11-17 ager@chromium.orgRemove assert that I accidentally committed
2008-11-17 feng@chromium.orgfix lint issue (from ager's commit)
2008-11-17 feng@chromium.orgSome debugging support fixes on ARM simulator port.
2008-11-17 ager@chromium.orgFix external string test.
2008-11-17 ager@chromium.orgAdd experimental support for external two-byte symbols.
2008-11-17 ager@chromium.orgPrepare push to trunk. Now working on version 0.4.5.
2008-11-17 kasperl@chromium.orgFix Chromium issue 176 by treating byte-order marks...
2008-11-17 kasperl@chromium.orgTrack loop nesting across function calls when the function
2008-11-14 olehougaardOops. Forgot to throw *new* $EvalError.
2008-11-14 olehougaardRestrict application of eval so it can only be used...
2008-11-13 feng@chromium.orgEnable api tests on Armulator.
2008-11-13 feng@chromium.orgEnable IC stubs for KeyedLaod/Store on ARM.
2008-11-12 feng@chromium.orgFix the exception order by remember JS handler in an...
2008-11-12 feng@chromium.orgSome fixes in ARM simulator:
2008-11-12 sgjesse@chromium.orgSet svn:eol-style to native on D8 files.
2008-11-12 kmillikin@chromium.orgMinor cleanup of the code generators to reduce (eventua...
2008-11-12 feng@chromium.orgcl.exe complains about missing parens around the boolea...
2008-11-11 lrn@chromium.orgUse OS::StrDup to duplicate strings.
2008-11-11 lrn@chromium.orgArguments on the command line are made available as...
2008-11-11 ager@chromium.orgMake sure that data functions return 0 instead of ...
2008-11-11 deanm@chromium.orgUse shorter encoding for mov REG, IMM. Use Set() in...
2008-11-10 feng@chromium.orgFix CALL_NON_FUNCTION.
2008-11-10 kasperl@chromium.orgRevert r724 (breaks debug mode tests).
2008-11-10 ager@chromium.orgDestroyed global handles should not be touched. Added...
next