platform/upstream/v8.git
2011-03-09 sgjesse@chromium.orgAdd the possibility for a code stub to be non-movable
2011-03-09 ricow@chromium.orgRemove unneccesary JumpTableEntry pointer from lithium...
2011-03-09 ricow@chromium.orgFix memory leaks on x64
2011-03-08 fschneider... Avoid allocation of temporary zone lists when inserting...
2011-03-08 sgjesse@chromium.orgFix release build
2011-03-08 ricow@chromium.orgRemove GetProvidedParametersCount from JavaScriptFrame...
2011-03-08 lrn@chromium.orgFix bug in X64 RegExpExec stub.
2011-03-08 lrn@chromium.orgFix Issue 1234.
2011-03-08 sgjesse@chromium.orgEnsure the result is used for the remaining calls to...
2011-03-08 fschneider... Fix assertion failure introduced by my previous change.
2011-03-08 karlklose@chromium.orgARM: Implement MathPowStub and DoMathPowHalf.
2011-03-08 fschneider... Improve dead phi elimination.
2011-03-07 mmaly@chromium.orgStrict mode arguments do not share binding with formal...
2011-03-07 kmillikin@chromium.orgFix a stack-height mismatch during deoptimization.
2011-03-07 fschneider... Make the typefeedback oracle use a NumberDictionary...
2011-03-07 kmillikin@chromium.orgRefactor inlined functions to avoid using subgraphs.
2011-03-07 karlklose@chromium.orgPrepare push to trunk. Now working on version 3.2.1.
2011-03-07 kmillikin@chromium.orgFix presubmit errors.
2011-03-07 kmillikin@chromium.orgRefactor polymorphic load and inline function graph...
2011-03-07 whesse@chromium.orgX64 Crankshaft: Revert r7071 and fix DoStoreContextSlot...
2011-03-07 lrn@chromium.orgX64: Ensure that there is always room for a call betwee...
2011-03-07 whesse@chromium.orgX64 Crankshaft: Fix bug in DoStoreContextSlot, and...
2011-03-07 whesse@chromium.orgX64: Make sure that all Win64 Visual Studio project...
2011-03-07 lrn@chromium.orgOptimize loads from root-array in X64.
2011-03-04 mmaly@chromium.orgThrow if setting length of a string in strict mode.
2011-03-04 cira@chromium.orgFix memory corruption with AdoptText method.
2011-03-04 whesse@chromium.orgX64: Fix error in Win64 platform specific code in regex...
2011-03-04 whesse@chromium.orgFix X64 Crankshaft error on Win64 platform, in deoptimi...
2011-03-04 fschneider... Reorganize code for range analysis and suppress unneces...
2011-03-04 vitalyr@chromium.orgStart sampler for the runtime profiler even when we...
2011-03-04 kmillikin@chromium.orgChange the translation of polymorphic stores.
2011-03-04 sgjesse@chromium.orgAdd missing cast.
2011-03-04 ricow@chromium.orgRemove unused label from lithium-codegen-ia32
2011-03-04 sgjesse@chromium.orgMinor bug in int32 TypeRecordingBinaryOpStub.
2011-03-04 mmaly@chromium.orgFix presubmit.
2011-03-04 mmaly@chromium.orgPassing strict mode throughout SetElement.
2011-03-03 cira@chromium.orgAdding break iterator support to the i18n api extension.
2011-03-03 mmaly@chromium.orgRenaming strict to strict_mode for uniformity.
2011-03-03 whesse@chromium.orgRevert change 7048
2011-03-03 whesse@chromium.orgX64 Crankshaft: Fix and enable StoreContextSlot in...
2011-03-03 fschneider... Mark HChange that convert to int32 with truncation...
2011-03-03 lrn@chromium.orgRemove tests for being the normal array constructor...
2011-03-03 kmillikin@chromium.orgRefactor translation of short-circuit logical operation...
2011-03-03 lrn@chromium.orgMore cases of CallFunction that doesn't work correctly.
2011-03-03 lrn@chromium.orgUndo change from .call to %_CallFunction.
2011-03-03 whesse@chromium.orgAdd new ARM macro assembler function CompareRoot left...
2011-03-03 whesse@chromium.orgSimplify test for typeof x == 'y' on all platforms.
2011-03-03 lrn@chromium.orgStop using plain Arrays internally in built-in functions.
2011-03-03 lrn@chromium.orgHandled return-value of SetElement in some cases, or...
2011-03-03 sgjesse@chromium.orgFix mistake in r7033
2011-03-03 sgjesse@chromium.orgAdd lithium support for %_GetCachedArrayIndex for IA32...
2011-03-03 sgjesse@chromium.orgRemove unwanted character
2011-03-03 sgjesse@chromium.orgTurn on crankshaft as the default for X64 and ARM
2011-03-03 sgjesse@chromium.orgARM: Support %_SwapElements in the full compiler
2011-03-03 sgjesse@chromium.orgFixed lol SetProperty() calls to specify the needed...
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...
next