platform/upstream/v8.git
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.
2011-02-22 whesse@chromium.orgX64 Crankshaft: Implement DoubleToI in optimizing compiler.
2011-02-22 sandholm@chromium.orgImprove parseInt.
2011-02-22 kmillikin@chromium.orgPartial refactoring of subgraphs.
2011-02-22 sgjesse@chromium.orgRefactored PathTracer in heap.cc.
2011-02-22 sgjesse@chromium.orgARM: Add support for just one string argument in the...
2011-02-22 ager@chromium.orgRevert "Expand fast case of parseInt to include radix...
2011-02-22 sandholm@chromium.orgExpand fast case of parseInt to include radix == 10...
2011-02-22 kmillikin@chromium.orgChange the translation of break/continue into Hydrogen.
2011-02-22 kmillikin@chromium.orgFix presubmit failure.
2011-02-22 kmillikin@chromium.orgShorten live ranges for arguments to runtime calls.
2011-02-22 mmaly@chromium.orgFix Xcode project.
2011-02-22 mmaly@chromium.orgCallIC and KeyedCallIC not wrapping this for strict...
2011-02-21 antonm@chromium.orgMinor refactoring: unify lazy function compilation...
2011-02-21 mikhail.naganov... Bug: OS::MemoryMappedFile::open() should not truncate...
2011-02-21 kmillikin@chromium.orgChange the baseline compiler to match the Hydrogen...
2011-02-21 vegorov@chromium.orgHeap::gc_count_, last_gc_count, and kGCsBetweenCleanup...
2011-02-21 ager@chromium.orgImplement pixel array elements access in the presence...
2011-02-21 fschneider... Fix broken build by removing more const qualifiers.
2011-02-21 fschneider... Remove const qualifier in a few places in the hydrogen...
2011-02-21 ager@chromium.orgRemove passing tests from ARM test expectations. Yay!
2011-02-21 ager@chromium.orgRemove passing tests from expectations. Yay!
2011-02-21 whesse@chromium.orgX64 Crankshaft: Add ModI and ModT to x64 optimizing...
next