platform/upstream/v8.git
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...
2008-11-10 lrn@chromium.orgFlag passes rest of command line to the shell/scripts...
2008-11-10 sgjesse@chromium.orgRemoved some unused debugger functions.
2008-11-09 deanm@chromium.orgUse shorter SIB encoding. For example, the previous:
2008-11-07 feng@chromium.orgfix lint, approved offline by iposva
2008-11-07 feng@chromium.orgFix OOM handler code. Old code didn't pop up the state...
2008-11-07 feng@chromium.orgAdd ARM simulator build files.
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.
next