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 |
2008-10-31 |
kasperl@chromium.org | Fix natives fuzzing: Let the StringIndexOf runtime... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
sgjesse@chromium.org | Changed the parsing a conditional expression in a test... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
kasperl@chromium.org | Ignore result of calling Heap::CollectGarbage and continue |
commit | commitdiff | tree | snapshot |
2008-10-30 |
kasperl@chromium.org | Extend test case to cover calling runtime functions |
commit | commitdiff | tree | snapshot |
2008-10-30 |
ager@chromium.org | Add support for API accessors that prohibit overwriting... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
ager@chromium.org | Move assertion that might cause garbage collections... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
erik.corry... | Silly pointer thinko. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
kasperl@chromium.org | Prepare for pushing version 0.4.2. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
kasperl@chromium.org | Fix lint issue. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
erik.corry... | Fix 3 places where we were doing retry after GC without... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
sgjesse@chromium.org | Added some missing initialization checks to the debugge... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
kasperl@chromium.org | Make sure that allocations through CALL_HEAP_FUNCTION |
commit | commitdiff | tree | snapshot |
2008-10-29 |
feng@chromium.org | Fix Chromium issue 3607. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
iposva@chromium.org | Fix out-of-date comment. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
sgjesse@chromium.org | Most of the crashing ARM tests failed in debug mode. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
sgjesse@chromium.org | Skip the tests which currently crash on the ARM simulator. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
erik.corry... | Get the ARM simulator to throw an exception on unaligne... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
sgjesse@chromium.org | Added crash detection to tests on Linux. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
kasperl@chromium.org | Allow three runtime call attempts before throwing an... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
whessev8 | Remove unused maps during marking garbage collections. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
sgjesse@chromium.org | Made testing run on Linux again. Fixed spelling error. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
kasperl@chromium.org | Fix issue with Array.concat not preserving holes in the |
commit | commitdiff | tree | snapshot |
2008-10-29 |
kmillikin@chromium.org | Because allocation in large object space can now requir... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
sgjesse@chromium.org | By default disable the general protection fault message... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
kmillikin@chromium.org | Check the growth of the old generation before expanding... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
iposva@chromium.org | Fix compile failure with very strict gcc warning rules... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
iposva@chromium.org | Track whether a node or variable are likely to be a... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
feng@chromium.org | Fix the lint error. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
feng@chromium.org | Check that an index is in the range of 0 to array lengt... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
feng@chromium.org | fix build error in debug mode, TBR=iposva |
commit | commitdiff | tree | snapshot |
2008-10-28 |
kasperl@chromium.org | Fix lint issues. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
feng@chromium.org | Implement Array::concat function in C++. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
ager@chromium.org | Change the order of two assignments, to make sure that... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
ager@chromium.org | In my final round of refactoring, I accidentally broke... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
olehougaard | Fixing profiling when using snapshot. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
kasperl@chromium.org | Get ready for pushing version 0.4.1 to trunk. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
kasperl@chromium.org | Work around issue 131 by checking for empty handles |
commit | commitdiff | tree | snapshot |
2008-10-28 |
ager@chromium.org | Revert revision 593. This was a cleanup change but... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
feng@chromium.org | Fast check undefined in EQUALS. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
kasperl@chromium.org | Allow string-compare-alignment to pass on ARM simulator. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
erik.corry... | It seems we haven't nailed the unaligned string compare... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
erik.corry... | Test for a bug that was fixed in r554 where we used... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
ager@chromium.org | Allow inline caching for getting the length of string... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
kasperl@chromium.org | Fix issue 120 by patching the on-stack receiver in the |
commit | commitdiff | tree | snapshot |
2008-10-27 |
erik.corry... | Fix mistake in ARM version of string length stub. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
whesse@chromium.org | Revert changes 601 and 602. TBR |
commit | commitdiff | tree | snapshot |
2008-10-27 |
erik.corry... | Add missing ARM files from last change! |
commit | commitdiff | tree | snapshot |
2008-10-27 |
erik.corry... | Serendipitously arrange the tags so that String.length... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
whesse@chromium.org | Rewrites a ternary choice operator to fix a compiler |
commit | commitdiff | tree | snapshot |
2008-10-27 |
whesse@chromium.org | Collects unused maps that are only kept alive by map... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
kasperl@chromium.org | Fix issue 128. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
sgjesse@chromium.org | Added a Visual Studio project for the d8 developer... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
erik.corry... | You can't use BinarySearch on an unsorted array and... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
feng@chromium.org | remove unused strcasecmp on windows, it conflicts with... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
sgjesse@chromium.org | Revorked version of codereview.chromium.org/8101. The... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
kasperl@chromium.org | Get ready for fixing issue 120: Pin point the places |
commit | commitdiff | tree | snapshot |
2008-10-24 |
kasperl@chromium.org | Improve code for looking up in context slots in runtime... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
kasperl@chromium.org | Fix lint issue. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
kmillikin@chromium.org | Change a few runtime functions that took and returned... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
sgjesse@chromium.org | Changed the workarround for a GCC compiler bug to be... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
christian.plesner... | - Added caching of regexp data in the compilation cache. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
sgjesse@chromium.org | Fix build. |
commit | commitdiff | tree | snapshot |
next |