2008-11-25 |
christian.plesner... | Made irregexp flags available in release mode |
commit | commitdiff | tree | snapshot |
2008-11-25 |
lrn@chromium.org | IA32-tests won't be compiled on ARM (and not just not... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
lrn@chromium.org | Scanning for captures only happen when a decimal escape... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
erik.corry... | Oh, it has to work on Intel CPUs too? |
commit | commitdiff | tree | snapshot |
2008-11-25 |
lrn@chromium.org | Tests for RegExpMacroAssemblerIA32. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
ager@chromium.org | Update d8 so that it can be used to run the mjsunit... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
erik.corry... | Old gcc on ARM can't cope with template stuff we weren... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
lrn@chromium.org | New regexp files are now included in VS project. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
erik.corry... | Case independent back references. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
christian.plesner... | Merge regexp2000 back into bleeding_edge |
commit | commitdiff | tree | snapshot |
2008-11-25 |
sgjesse@chromium.org | Fixed Visual Studio build with snapshot when V8 is... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
sgjesse@chromium.org | Removed all functions for parsing the debugger command... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
ager@chromium.org | Revert r819, 821, and 822 which caused a big performanc... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
olehougaard | Fixed two unexpected passes. We no longer expect them... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
olehougaard | Removing assert to make flexo happy. |
commit | commitdiff | tree | snapshot |
2008-11-21 |
olehougaard | Fixing the detection of aliased eval so that it is... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
christian.plesner... | Applied patch from Alexander Botero-Lowry to fix tests... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
sgjesse@chromium.org | Added support for building V8 on Windows with either... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
ager@chromium.org | Apply patch from Alexander Botero-Lowry that adds FreeB... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
ager@chromium.org | Remove use of strtoll in favor of strtol which should... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
iposva@chromium.org | - Make sure to not mix allocators by using the correct... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
iposva@chromium.org | Remove OS::WcsCpy from platform.h. This function is... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
feng@chromium.org | Turn ASSERT(!rn.is(ip)) into CHECK so the error can... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
feng@chromium.org | fix lint |
commit | commitdiff | tree | snapshot |
2008-11-20 |
feng@chromium.org | ip cannot be used in cmp instruction. Revert to r1. |
commit | commitdiff | tree | snapshot |
2008-11-20 |
feng@chromium.org | More work on completing Keyed IC code on ARM port. |
commit | commitdiff | tree | snapshot |
2008-11-20 |
feng@chromium.org | Minor cleanup code in GenerateStoreField. |
commit | commitdiff | tree | snapshot |
2008-11-20 |
ager@chromium.org | Explicitly change a floating point division with a... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
sgjesse@chromium.org | Change the handling of OS::Abort on Windows to enter... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
ager@chromium.org | Disable map collection since there is a bug in it somew... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
ager@chromium.org | When probing a dictionary backing storage in generated... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
sgjesse@chromium.org | Removed som unused function from the JavaScript side... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
sgjesse@chromium.org | Changed the handling of Win32 function SetErrorMode... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
ager@chromium.org | Removed one more occurrence of a failure in a handle. |
commit | commitdiff | tree | snapshot |
2008-11-18 |
ager@chromium.org | Ensure that external symbols have hash codes. |
commit | commitdiff | tree | snapshot |
2008-11-18 |
olehougaard | Fixing wrong reference to this in eval. |
commit | commitdiff | tree | snapshot |
2008-11-18 |
olehougaard | Changing the semantics of cross-frame eval to be compat... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
iposva@chromium.org | Add an API test for v8::ScriptData::PreCompile() to... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
feng@chromium.org | Buildbot still is not happy. Looks like CRASH keyword... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
feng@chromium.org | Adjust test status of ARM build to reflect the current... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
ager@chromium.org | Remove assert that I accidentally committed |
commit | commitdiff | tree | snapshot |
2008-11-17 |
feng@chromium.org | fix lint issue (from ager's commit) |
commit | commitdiff | tree | snapshot |
2008-11-17 |
feng@chromium.org | Some debugging support fixes on ARM simulator port. |
commit | commitdiff | tree | snapshot |
2008-11-17 |
ager@chromium.org | Fix external string test. |
commit | commitdiff | tree | snapshot |
2008-11-17 |
ager@chromium.org | Add experimental support for external two-byte symbols. |
commit | commitdiff | tree | snapshot |
2008-11-17 |
ager@chromium.org | Prepare push to trunk. Now working on version 0.4.5. |
commit | commitdiff | tree | snapshot |
2008-11-17 |
kasperl@chromium.org | Fix Chromium issue 176 by treating byte-order marks... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
kasperl@chromium.org | Track loop nesting across function calls when the function |
commit | commitdiff | tree | snapshot |
2008-11-14 |
olehougaard | Oops. Forgot to throw *new* $EvalError. |
commit | commitdiff | tree | snapshot |
2008-11-14 |
olehougaard | Restrict application of eval so it can only be used... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
feng@chromium.org | Enable api tests on Armulator. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
feng@chromium.org | Enable IC stubs for KeyedLaod/Store on ARM. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
feng@chromium.org | Fix the exception order by remember JS handler in an... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
feng@chromium.org | Some fixes in ARM simulator: |
commit | commitdiff | tree | snapshot |
2008-11-12 |
sgjesse@chromium.org | Set svn:eol-style to native on D8 files. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
kmillikin@chromium.org | Minor cleanup of the code generators to reduce (eventua... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
feng@chromium.org | cl.exe complains about missing parens around the boolea... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
lrn@chromium.org | Use OS::StrDup to duplicate strings. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
lrn@chromium.org | Arguments on the command line are made available as... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
ager@chromium.org | Make sure that data functions return 0 instead of ... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
deanm@chromium.org | Use shorter encoding for mov REG, IMM. Use Set() in... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
feng@chromium.org | Fix CALL_NON_FUNCTION. |
commit | commitdiff | tree | snapshot |
2008-11-10 |
kasperl@chromium.org | Revert r724 (breaks debug mode tests). |
commit | commitdiff | tree | snapshot |
2008-11-10 |
ager@chromium.org | Destroyed global handles should not be touched. Added... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
lrn@chromium.org | Flag passes rest of command line to the shell/scripts... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
sgjesse@chromium.org | Removed some unused debugger functions. |
commit | commitdiff | tree | snapshot |
2008-11-09 |
deanm@chromium.org | Use shorter SIB encoding. For example, the previous: |
commit | commitdiff | tree | snapshot |
2008-11-07 |
feng@chromium.org | fix lint, approved offline by iposva |
commit | commitdiff | tree | snapshot |
2008-11-07 |
feng@chromium.org | Fix OOM handler code. Old code didn't pop up the state... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
feng@chromium.org | Add ARM simulator build files. |
commit | commitdiff | tree | snapshot |
2008-11-07 |
feng@chromium.org | Remove ARM files. |
commit | commitdiff | tree | snapshot |
2008-11-07 |
whessev8 | Fix typo and remove undefined, unused API function... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
kmillikin@chromium.org | Reporting -1 as the size of an ILLEGAL reference which... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
kmillikin@chromium.org | Emit pushes and pops through the virtual frame on ARM... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
whessev8 | Adds a --help option and usage message listing all... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
iposva@chromium.org | Handle stack overflow errors correctly when rewriting... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
iposva@chromium.org | Backport the changes from the readability review. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
erik.corry... | Removed some unsafe uses of StringShape. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
kmillikin@chromium.org | Initial port of VirtualFrame to the ARM architecture... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
olehougaard | Removed a comment that is no longer valid. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
ager@chromium.org | Do not put failures in handles. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
deanm@chromium.org | Use 1 byte push REG instructions instead of the 2 byte... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
deanm@chromium.org | Remove duplicated code, the two emit_operand were basic... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
whessev8 | Code cleanup & simplification. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
ager@chromium.org | Prepare push to trunk. Now working on version 0.4.4. |
commit | commitdiff | tree | snapshot |
2008-11-03 |
ager@chromium.org | Make buildbots green. StringShapes can change during... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
ager@chromium.org | Smi ranges are not symmetrical. -kMinSmiValue is not... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
lrn@chromium.org | If a HeapNumber is the incoming value, it must be conve... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
erik.corry... | Fix place where linter complains about lonely { |
commit | commitdiff | tree | snapshot |
2008-11-03 |
erik.corry... | fuzz natives times out on some machines due to DebugRef... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
erik.corry... | Add file accidentally omitted from last change. |
commit | commitdiff | tree | snapshot |
2008-11-03 |
erik.corry... | Create an abstraction for the string type flags so... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
kmillikin@chromium.org | Reverted 671. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
sgjesse@chromium.org | Change the test status file parser to fail if the line... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
kmillikin@chromium.org | Simplify the way we materialize boolean values that... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
olehougaard | Fixing propertyIsEnumerable for properties that are... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
lrn@chromium.org | Reverting patch on wrong branch. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
olehougaard | Fixed some details in GetPropertyAttributeWithFailedAcc... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
lrn@chromium.org | We still compile with JSCRE immediately, instead of... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
olehougaard | Introduce access control in propertyIsEnumerable. |
commit | commitdiff | tree | snapshot |
next |