platform/upstream/v8.git
2011-03-02 whesse@chromium.orgAdd ArithmeticD(MOD) to x64 optimizing code generator...
2011-03-02 karlklose@chromium.orgARM: Implement untagged input for TranscendentalCacheStub.
2011-03-02 kmillikin@chromium.orgRemove some more uses of subgraphs and more cleanup...
2011-03-02 ager@chromium.orgDelete empty directories.
2011-03-02 ager@chromium.orgPrepare push to trunk. Now working on version 3.2.0.
2011-03-02 whesse@chromium.orgAdd MarkAsCall to the LArithmeticD::MOD instruction...
2011-03-02 ager@chromium.orgGeneralize fix for overflowing of the frame-element...
2011-03-02 kmillikin@chromium.orgTranslate loops without using subgraphs.
2011-03-02 fschneider... Enable optimizing JSFunctions that are in new-space.
2011-03-02 ricow@chromium.orgX64: implement DoHasCachedArrayIndex in lithium compiler.
2011-03-02 sgjesse@chromium.orgImplement int32 TypeRecordingBinaryOp on ARM.
2011-03-02 ricow@chromium.orgX64: Implement StringCharAtStub which is used from...
2011-03-02 sgjesse@chromium.orgAdding files for LiveObjectList implementation.
2011-03-02 sgjesse@chromium.orgAdding debugger interface and runtime functions hooks...
2011-03-02 ricow@chromium.orgX64: Always use rax as left register from DoInstanceOfK...
2011-03-02 ager@chromium.orgRemove break iterator support from the i18n api extensi...
2011-03-02 ager@chromium.orgAttempt to fix WebCore windows build.
2011-03-02 mmaly@chromium.orgAssignment to read only properties throws in strict...
2011-03-01 cira@chromium.orgAdding break iterator support to the i18n api extension.
2011-03-01 vitalyr@chromium.orgAllow eval to be overridden with a callable non-functio...
2011-03-01 mikhail.naganov... Refactor heap profiler's code to make possible including
2011-03-01 ricow@chromium.orgRevert 6996, causes Mozilla debug failures on x64 with...
2011-03-01 vegorov@chromium.orgCorrectly maintain virtual frame in unary operations...
2011-03-01 fschneider... Add lazy deoptimization environment to instanceof by...
2011-03-01 vitalyr@chromium.orgPort eval resolve in call optimization from classic...
2011-03-01 mikhail.naganov... Small fix for when not building with OBJECT_PRINT defined.
2011-03-01 ricow@chromium.orgReenable DoStoreContextSlot, I can't reproduce any...
2011-03-01 whesse@chromium.orgX64: Add inline SwapElements to fundamental code genera...
2011-03-01 sgjesse@chromium.orgARM: Support inlined version of %_FastAsciiArrayJoin...
2011-03-01 lrn@chromium.orgRemove HandleCell and use GlobalHandle and HandleScope...
2011-03-01 vegorov@chromium.orgFix several evaluation order sensitive GC-unsafe places.
2011-03-01 ager@chromium.orgUse correct type for the map-counters flag used in d8.
2011-03-01 ricow@chromium.orgRemove exception for mjsunit/regress/regress-deopt...
2011-03-01 sgjesse@chromium.orgARM: Fix unaligned read/write
2011-03-01 fschneider... Make the materialization of smi constants consistent...
2011-03-01 kmillikin@chromium.orgFix a stack height mismatch when deoptimizing.
2011-03-01 whesse@chromium.orgX64 Crankshaft: Add DoPower to lithium compiler on...
2011-03-01 sgjesse@chromium.orgMinor change to FullCodeGenerator::EmitFastAsciiArrayJoin
2011-03-01 ricow@chromium.orgDo not allow non-configurable global properties to...
2011-03-01 mmaly@chromium.orgRevert "Assignment to read only properties throws in...
2011-03-01 mmaly@chromium.orgAssignment to read only properties throws in strict...
2011-02-28 mmaly@chromium.orgStrict mode - allow function only in SourceElements.
2011-02-28 mmaly@chromium.orgDisable const in strict mode.
2011-02-28 whesse@chromium.orgAdd MathPowStub to x64 platform, and fix error in stub...
2011-02-28 ricow@chromium.orgX64: Add a jumptable to for deoptimization checks on...
2011-02-28 ager@chromium.orgRemove Error.prototype.toStrings prototype property.
2011-02-28 vegorov@chromium.orgWhen checking number of parameters in MakeCrankshaft...
2011-02-28 vegorov@chromium.orgPrepare push to trunk. Now working on version 3.1.8.
2011-02-28 vegorov@chromium.orgDetect overflow of contant pool in virtual frame compiler.
2011-02-28 sgjesse@chromium.orgARM: Fix the use of the ToBooleanStub when VFP3 is...
2011-02-28 kmillikin@chromium.orgRemove all functionality from class HSubgraph.
2011-02-25 vegorov@chromium.orgFlush watermarks after compacting map space on mark...
2011-02-25 sgjesse@chromium.orgARM: Align full codegen with IA32 version
2011-02-25 whesse@chromium.orgX64 Crankshaft: Fix error in r6897. Restore context...
2011-02-25 sgjesse@chromium.orgARM: Fix instruction double to i
2011-02-25 ager@chromium.orgFix assertion failure because of incorrect use of Maybe...
2011-02-25 whesse@chromium.orgX64 Crankshaft: Add untagged version of TranscendentalC...
2011-02-25 lrn@chromium.orgFix bug 73940.
2011-02-25 lrn@chromium.orgClear exceptions set during attempts to lazily optimize.
2011-02-24 ricow@chromium.orgX64: Implement DoHasInstanceType
2011-02-24 antonm@chromium.orgGet property may throw an exception thanks to JS accessors.
2011-02-24 antonm@chromium.orgLanding for Zaheer.
2011-02-24 sgjesse@chromium.orgFix bug in r6930 and r6933
2011-02-24 whesse@chromium.orgX64 Crankshaft: Implement Math.abs on x64 lithium.
2011-02-24 ricow@chromium.orgFix compile failure from revision 6934 and win64 compil...
2011-02-24 lrn@chromium.orgFix array concat to follow the specification in the...
2011-02-24 sgjesse@chromium.orgX64: Port r5445
2011-02-24 sgjesse@chromium.orgFix porting bug in r6929
2011-02-24 ricow@chromium.orgX64: Implement DoComputeOsrOutputFrame and fix Generate...
2011-02-24 sgjesse@chromium.orgARM: Port r5445
2011-02-24 sgjesse@chromium.orgX64: Port r6635 and r6659
2011-02-24 ricow@chromium.orgFix wrong assertion in assembler causing the shell...
2011-02-24 karlklose@chromium.orgARM: Fix DoubleToI.
2011-02-24 fschneider... Prepare push to trunk. Now working on version 3.1.7.
2011-02-24 mikhail.naganov... Remove old Python version of tickprocessor
2011-02-24 sgjesse@chromium.orgFix presubmit error.
2011-02-24 sgjesse@chromium.orgARM: Port r6635 and r6659
2011-02-24 ricow@chromium.orgLand update to sputnik tests.
2011-02-23 fschneider... Fix debug tracing of live ranges and remove unused...
2011-02-23 whesse@chromium.orgTemporarily disable DoStoreContextSlot in x64 lithium...
2011-02-23 whesse@chromium.orgX64 Crankshaft: Add DoOuterContext to x64 lithium.
2011-02-23 kmillikin@chromium.orgRemove most uses of HSubgraph as an argument.
2011-02-23 whesse@chromium.orgX64 Crankshaft: Add Typeof and TypeofIs to x64 lithium...
2011-02-23 karlklose@chromium.orgFix presubmit for r6908.
2011-02-23 fschneider... HIR refactoring.
2011-02-23 karlklose@chromium.orgARM: Implement DoPower in the lithium code generator.
2011-02-23 whesse@chromium.orgX64 Crankshaft: Disable incompletely implemented on...
2011-02-23 ager@chromium.orgx64: Implement delete property in lithium backend.
2011-02-23 ager@chromium.orgx64: Implement context stores and loads, unknown osr...
2011-02-23 ager@chromium.orgProperly reset external catcher if exception couldn...
2011-02-22 mmaly@chromium.orgFix for bug code.google.com/p/v8/issues/detail?id=1176.
2011-02-22 rossberg@chromium.orgOptimize functions needing a local context.
2011-02-22 mikhail.naganov... Fix CPU profiling for Crankshaft.
2011-02-22 whesse@chromium.orgX64 Crankshaft: Implement CallKeyed in optimizing compiler.
2011-02-22 vitalyr@chromium.orggrokdump: Simple windows minidump analysis on linux.
2011-02-22 ricow@chromium.orgAdd file left out of last commit.
2011-02-22 ricow@chromium.orgAdd more generic version of reloc info padding to ensur...
2011-02-22 ricow@chromium.orgFix second half of issue 1151, the first change (r6765...
2011-02-22 sgjesse@chromium.orgX64: Refactor the string add in the type recording...
2011-02-22 fschneider... Fix bug with input representation of HValueOf.
next