platform/upstream/v8.git
2011-01-14 karlklose@chromium.orgARM: Implement DoModI stub in the lithium code generator.
2011-01-14 ricow@chromium.orgImplement DoStackCheck in x64 crankshaft
2011-01-14 whesse@chromium.orgSpeed up FastAsciiArrayJoin on ia32 by improving hand...
2011-01-14 lrn@chromium.orgDon't lazily compile functions that are immediately...
2011-01-14 lrn@chromium.orgFix bug when the scanner does a pushback at the end...
2011-01-14 ricow@chromium.orgFix presubmit
2011-01-14 ricow@chromium.orgAdd implementations of some more x64 lithium methods.
2011-01-14 fschneider... Fix number of result operands for LThrow.
2011-01-14 karlklose@chromium.orgARM: Implement DoDivI in the lithium code generator.
2011-01-13 podivilov@chromium.orgAdd function for setting breakpoint by scriptId and...
2011-01-13 antonm@chromium.orgWrap external pointers more carefully.
2011-01-13 vitalyr@chromium.orgExpose receiver check type in call type feedback.
2011-01-13 ricow@chromium.orgFix the xcode build by not including x64 specific code...
2011-01-13 ager@chromium.orgLanding for Rodolph Perfetta.
2011-01-13 lrn@chromium.orgX64 Crankshaft: Ported lots of boilerplate code.
2011-01-13 ager@chromium.orgLanding for cira@chromium.org
2011-01-13 ager@chromium.orgLanding for Martin Maly.
2011-01-13 sgjesse@chromium.orgRevert r6284 and r6283 as they caused the fuzzer tests...
2011-01-13 ager@chromium.orgDo not allow accessors to intercept getting/setting...
2011-01-13 vitalyr@chromium.orgSimplify CheckPrototypeMaps.
2011-01-12 fschneider... Use hydrogen accessor in a few more places to save...
2011-01-12 erik.corry... Revert accidental part of codereview.chromium.org/6123007/
2011-01-12 sandholm@chromium.orgOptimize JSON stringify for arrays.
2011-01-12 vitalyr@chromium.orgAllow arguments in safepoints with registers.
2011-01-12 sgjesse@chromium.orgFix bug in r6283
2011-01-12 sgjesse@chromium.orgIA32: Refactor to avoid duplicate code.
2011-01-12 ricow@chromium.orgAdd a few more mozilla exceptions under BUG(1032).
2011-01-12 erik.corry... Fixes needed to compile on gcc-4.4.1 on ARM. It is...
2011-01-12 sgjesse@chromium.orgIA32: Remove an invalid assert
2011-01-12 ager@chromium.orgLanding for Martin Maly.
2011-01-12 sgjesse@chromium.orgARM: Allow Mozilla test js1_5/GC/regress-203278-2 to...
2011-01-12 sgjesse@chromium.orgARM: Always use the overflow flag to check for NaNs...
2011-01-11 whesse@chromium.orgCrankshaft: Move LEnvironment and LPointerMap classes...
2011-01-11 fschneider... Introduce two more template parameter for Lithium instr...
2011-01-11 peter.rybin... Add fine-grained diff implementation to LiveEdit engine.
2011-01-11 fschneider... Remove unused Temp() function form LChunkBuilder.
2011-01-11 karlklose@chromium.orgImplement DoApplyArguments.
2011-01-11 ager@chromium.orgARM: Implement ClassOf in the lithium arm backend.
2011-01-11 kmillikin@chromium.orgReuse the gap move resolver.
2011-01-11 vitalyr@chromium.orgSSE2 truncating double-to-i.
2011-01-11 sgjesse@chromium.orgARM: Add instructions VFPCompareAndSetFlags and VFPComp...
2011-01-11 mikhail.naganov... Visit all roots in the UnreachableObjectsFilter.
2011-01-11 mikhail.naganov... Add reporting of JS heap size limit to GetHeapStatistics.
2011-01-11 ager@chromium.orgARM: Add deferred stack overflow checks to goto code...
2011-01-11 whesse@chromium.orgAdd source file lithium-codegen-x64.cc. Add class...
2011-01-11 fschneider... Fix ARM debug build by moving an assert.
2011-01-11 fschneider... Use HIR accessor for CheckPrototypeMaps to remove the...
2011-01-11 ager@chromium.orgARM: use existing transcendental cache stub for tagged...
2011-01-11 erik.corry... Fix lint
2011-01-11 erik.corry... Fix Solaris build. Patch from Ryan Dahl. See coderevi...
2011-01-11 fschneider... Remove duplicate members from some LIR instruction...
2011-01-11 whesse@chromium.orgX64 Crankshaft: Add LTemplatedInstruction and some...
2011-01-11 antonm@chromium.orgAdd more bailouts for Array.slice over arguments.
2011-01-11 ricow@chromium.orgDisable crashing mozilla test from bug 1032 on arm...
2011-01-10 sgjesse@chromium.orgFix presubmit error - really
2011-01-10 sgjesse@chromium.orgFix presubmit error
2011-01-10 sgjesse@chromium.orgUpdate the bits reserved for the gap size in the depoti...
2011-01-10 kmillikin@chromium.orgChange the hydrogen timing data to include zone allocation.
2011-01-10 ricow@chromium.orgEnable sharding of individual testsuites in tools/test.py
2011-01-10 ager@chromium.orgARM: Implement delete operation in lithium codegen.
2011-01-10 fschneider... Split LInstruction into multiple variant to make our...
2011-01-10 sgjesse@chromium.orgARM: Set status for flaky test
2011-01-10 sandholm@chromium.orgSimplify Join and speedup joining arrays of numbers.
2011-01-10 whesse@chromium.orgCrankshaft: Move LParallelMove to lithium.h, add LGap...
2011-01-10 sgjesse@chromium.orgARM: Mozilla test is now passing after r6236
2011-01-10 ager@chromium.orgLanding for Martin Maly.
2011-01-10 kmillikin@chromium.orgPrepare push to trunk. Now working on version 3.0.8.
2011-01-10 ager@chromium.orgLanding for Martyn Capewell.
2011-01-10 sandholm@chromium.orgMake better use of the %_FastAsciiArrayJoin function.
2011-01-10 ager@chromium.orgLanding for Martin Maly.
2011-01-10 sgjesse@chromium.orgAdd failing test to expectations to get the bot greener
2011-01-10 ricow@chromium.orgRevert 6220 (generic descriptor support in Object.defin...
2011-01-07 sgjesse@chromium.orgARM: Fix lithium codegeneration of TypeofIs
2011-01-07 ricow@chromium.orgDisable flaky test on x64 when running with --crankshaft.
2011-01-07 whesse@chromium.orgSpeed up a regression test regress-3249650.js so it...
2011-01-07 sgjesse@chromium.orgARM: Implement lithium codegen for DoTypeof, DoTypeofIs...
2011-01-07 sandholm@chromium.orgAviod double checking IS_STRING when joining arrays.
2011-01-07 lrn@chromium.orgChange interpretation of malformed \c? escapes in RegEx...
2011-01-07 karlklose@chromium.orgARM: Support DoCallGlobal in lithium code generator.
2011-01-07 sgjesse@chromium.orgAdded a few new debugger tests.
2011-01-07 whesse@chromium.orgCreate platform-independent lithium files, move LGapRes...
2011-01-07 ricow@chromium.orgLanding for Peter Hallam
2011-01-07 ricow@chromium.orgFix win64 build (int conversion)
2011-01-07 sgjesse@chromium.orgFix GC issue in instanceof stub
2011-01-07 fschneider... Revert r6194: Clean up code for type feedback a bit.
2011-01-07 kmillikin@chromium.orgMove IsArgumentsMarker from class MaybeObject to Object.
2011-01-07 whesse@chromium.orgX64 Crankshaft: Implement some methods in LInstruction...
2011-01-07 sgjesse@chromium.orgARM implementations of LoadElements, LoadKeyedFastEleme...
2011-01-06 karlklose@chromium.orgFix presubmit (r6209).
2011-01-06 fschneider... Use a separate marker value to allocate the arguments...
2011-01-06 karlklose@chromium.orgARM: Support DoCheckInstanceType in lithium codegenerator.
2011-01-06 kmillikin@chromium.orgFix disassembly comment for CallFunctionStub.
2011-01-06 karlklose@chromium.orgUse hydrogen accessor instead of copying members.
2011-01-06 lrn@chromium.orgAvoid calling inherited setters when creating object...
2011-01-06 kmillikin@chromium.orgSmall change to stack checks in unoptimized code.
2011-01-06 whesse@chromium.orgFix errors in x64 crankshaft port, add failing tests...
2011-01-06 sgjesse@chromium.orgFixed some tabs left in d8.js
2011-01-06 sgjesse@chromium.orgMisc debugger enhancements and bug fixes.
2011-01-06 danno@chromium.orgImplement DoFunctionLiteral on ARM.
2011-01-06 sgjesse@chromium.orgInstanceof slow case bind is incorrect.
next