platform/upstream/v8.git
2008-11-07 feng@chromium.orgRemove ARM files.
2008-11-07 whessev8Fix typo and remove undefined, unused API function...
2008-11-07 kmillikin@chromium.orgReporting -1 as the size of an ILLEGAL reference which...
2008-11-07 kmillikin@chromium.orgEmit pushes and pops through the virtual frame on ARM...
2008-11-06 whessev8Adds a --help option and usage message listing all...
2008-11-05 iposva@chromium.orgHandle stack overflow errors correctly when rewriting...
2008-11-05 iposva@chromium.orgBackport the changes from the readability review.
2008-11-05 erik.corry... Removed some unsafe uses of StringShape.
2008-11-05 kmillikin@chromium.orgInitial port of VirtualFrame to the ARM architecture...
2008-11-05 olehougaardRemoved a comment that is no longer valid.
2008-11-04 ager@chromium.orgDo not put failures in handles.
2008-11-04 deanm@chromium.orgUse 1 byte push REG instructions instead of the 2 byte...
2008-11-04 deanm@chromium.orgRemove duplicated code, the two emit_operand were basic...
2008-11-04 whessev8Code cleanup & simplification.
2008-11-04 ager@chromium.orgPrepare push to trunk. Now working on version 0.4.4.
2008-11-03 ager@chromium.orgMake buildbots green. StringShapes can change during...
2008-11-03 ager@chromium.orgSmi ranges are not symmetrical. -kMinSmiValue is not...
2008-11-03 lrn@chromium.orgIf a HeapNumber is the incoming value, it must be conve...
2008-11-03 erik.corry... Fix place where linter complains about lonely {
2008-11-03 erik.corry... fuzz natives times out on some machines due to DebugRef...
2008-11-03 erik.corry... Add file accidentally omitted from last change.
2008-11-03 erik.corry... Create an abstraction for the string type flags so...
2008-10-31 kmillikin@chromium.orgReverted 671.
2008-10-31 sgjesse@chromium.orgChange the test status file parser to fail if the line...
2008-10-31 kmillikin@chromium.orgSimplify the way we materialize boolean values that...
2008-10-31 olehougaardFixing propertyIsEnumerable for properties that are...
2008-10-31 lrn@chromium.orgReverting patch on wrong branch.
2008-10-31 olehougaardFixed some details in GetPropertyAttributeWithFailedAcc...
2008-10-31 lrn@chromium.orgWe still compile with JSCRE immediately, instead of...
2008-10-31 olehougaardIntroduce access control in propertyIsEnumerable.
2008-10-31 kasperl@chromium.orgFix natives fuzzing: Let the StringIndexOf runtime...
2008-10-31 sgjesse@chromium.orgChanged the parsing a conditional expression in a test...
2008-10-30 kasperl@chromium.orgIgnore result of calling Heap::CollectGarbage and continue
2008-10-30 kasperl@chromium.orgExtend test case to cover calling runtime functions
2008-10-30 ager@chromium.orgAdd support for API accessors that prohibit overwriting...
2008-10-30 ager@chromium.orgMove assertion that might cause garbage collections...
2008-10-30 erik.corry... Silly pointer thinko.
2008-10-30 kasperl@chromium.orgPrepare for pushing version 0.4.2.
2008-10-30 kasperl@chromium.orgFix lint issue.
2008-10-30 erik.corry... Fix 3 places where we were doing retry after GC without...
2008-10-30 sgjesse@chromium.orgAdded some missing initialization checks to the debugge...
2008-10-30 kasperl@chromium.orgMake sure that allocations through CALL_HEAP_FUNCTION
2008-10-29 feng@chromium.orgFix Chromium issue 3607.
2008-10-29 iposva@chromium.orgFix out-of-date comment.
2008-10-29 sgjesse@chromium.orgMost of the crashing ARM tests failed in debug mode.
2008-10-29 sgjesse@chromium.orgSkip the tests which currently crash on the ARM simulator.
2008-10-29 erik.corry... Get the ARM simulator to throw an exception on unaligne...
2008-10-29 sgjesse@chromium.orgAdded crash detection to tests on Linux.
2008-10-29 kasperl@chromium.orgAllow three runtime call attempts before throwing an...
2008-10-29 whessev8Remove unused maps during marking garbage collections.
2008-10-29 sgjesse@chromium.orgMade testing run on Linux again. Fixed spelling error.
2008-10-29 kasperl@chromium.orgFix issue with Array.concat not preserving holes in the
2008-10-29 kmillikin@chromium.orgBecause allocation in large object space can now requir...
2008-10-29 sgjesse@chromium.orgBy default disable the general protection fault message...
2008-10-29 kmillikin@chromium.orgCheck the growth of the old generation before expanding...
2008-10-28 iposva@chromium.orgFix compile failure with very strict gcc warning rules...
2008-10-28 iposva@chromium.orgTrack whether a node or variable are likely to be a...
2008-10-28 feng@chromium.orgFix the lint error.
2008-10-28 feng@chromium.orgCheck that an index is in the range of 0 to array lengt...
2008-10-28 feng@chromium.orgfix build error in debug mode, TBR=iposva
2008-10-28 kasperl@chromium.orgFix lint issues.
2008-10-28 feng@chromium.orgImplement Array::concat function in C++.
2008-10-28 ager@chromium.orgChange the order of two assignments, to make sure that...
2008-10-28 ager@chromium.orgIn my final round of refactoring, I accidentally broke...
2008-10-28 olehougaardFixing profiling when using snapshot.
2008-10-28 kasperl@chromium.orgGet ready for pushing version 0.4.1 to trunk.
2008-10-28 kasperl@chromium.orgWork around issue 131 by checking for empty handles
2008-10-28 ager@chromium.orgRevert revision 593. This was a cleanup change but...
2008-10-28 feng@chromium.orgFast check undefined in EQUALS.
2008-10-27 kasperl@chromium.orgAllow string-compare-alignment to pass on ARM simulator.
2008-10-27 erik.corry... It seems we haven't nailed the unaligned string compare...
2008-10-27 erik.corry... Test for a bug that was fixed in r554 where we used...
2008-10-27 ager@chromium.orgAllow inline caching for getting the length of string...
2008-10-27 kasperl@chromium.orgFix issue 120 by patching the on-stack receiver in the
2008-10-27 erik.corry... Fix mistake in ARM version of string length stub.
2008-10-27 whesse@chromium.orgRevert changes 601 and 602. TBR
2008-10-27 erik.corry... Add missing ARM files from last change!
2008-10-27 erik.corry... Serendipitously arrange the tags so that String.length...
2008-10-27 whesse@chromium.orgRewrites a ternary choice operator to fix a compiler
2008-10-27 whesse@chromium.orgCollects unused maps that are only kept alive by map...
2008-10-27 kasperl@chromium.orgFix issue 128.
2008-10-27 sgjesse@chromium.orgAdded a Visual Studio project for the d8 developer...
2008-10-26 erik.corry... You can't use BinarySearch on an unsorted array and...
2008-10-24 feng@chromium.orgremove unused strcasecmp on windows, it conflicts with...
2008-10-24 sgjesse@chromium.orgRevorked version of codereview.chromium.org/8101. The...
2008-10-24 kasperl@chromium.orgGet ready for fixing issue 120: Pin point the places
2008-10-24 kasperl@chromium.orgImprove code for looking up in context slots in runtime...
2008-10-24 kasperl@chromium.orgFix lint issue.
2008-10-24 kmillikin@chromium.orgChange a few runtime functions that took and returned...
2008-10-24 sgjesse@chromium.orgChanged the workarround for a GCC compiler bug to be...
2008-10-24 christian.plesner... - Added caching of regexp data in the compilation cache.
2008-10-24 sgjesse@chromium.orgFix build.
2008-10-24 sgjesse@chromium.orgReverted r576 as it caused a regression.
2008-10-24 sgjesse@chromium.orgCleanup of http://codereview.chromium.org/8101.
2008-10-23 feng@chromium.orgAddressing Ivan's comments of using INVALID_TYPE in...
2008-10-23 bak@chromium.orgFixed usage of NewArgumentsObject for accessor.
2008-10-23 bak@chromium.org- Fixed performance regression caused by ComputeContext...
2008-10-23 kasperl@chromium.orgGet ready for pushing 0.4.0 to trunk. We're now working
2008-10-23 sgjesse@chromium.orgPosponed the setting of "external_caught_exception...
2008-10-23 kasperl@chromium.orgFix lint issue.
next