platform/upstream/v8.git
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...
2011-02-21 ager@chromium.orgUnifying the handling of storing and loading from safep...
2011-02-21 karlklose@chromium.orgARM: Implement DoMathRound in the lithium code generator.
2011-02-21 ager@chromium.orgx64: implement apply with arguments in lithium backend.
2011-02-18 vegorov@chromium.orgAdjust pointer maps for branches when connecting live...
2011-02-18 ager@chromium.orgx64: Fix safepoint register index calculation.
2011-02-18 whesse@chromium.orgX64 Crankshaft: Implement MathRound, MathFloor, MathSqr...
2011-02-18 antonm@chromium.orgMinor cleanup.
2011-02-18 ager@chromium.orgFix presubmit.
2011-02-18 ager@chromium.orgx64: Implement regexp literals and string CharCodeAt...
2011-02-18 ager@chromium.orgx64: Implement the missing generic load and store opera...
2011-02-18 whesse@chromium.orgX64 Crankshaft: Implement LValueOf and (dummy) LArgumen...
2011-02-18 antonm@chromium.orgUse [[DefineOwnProperty]] to put 'constructor' field...
2011-02-18 ricow@chromium.orgAdd access checks to Object.preventExtensions + add...
2011-02-17 mmaly@chromium.orgRevert "This is not wrapped for strict mode and builtin...
2011-02-17 ager@chromium.orgChange behavior of global declarations in the presence...
2011-02-17 mmaly@chromium.orgThis is not wrapped for strict mode and builtin functions.
2011-02-17 antonm@chromium.orgMake OutOfMemory exception thrown from JS call into...
2011-02-17 ager@chromium.orgRevert change to const and global variable declarations...
2011-02-17 vegorov@chromium.orgCygwin support
2011-02-17 ager@chromium.orgCall accessors in the global object prototype when...
2011-02-17 vegorov@chromium.orgAvoid clobbering register containing name in CompilerSt...
2011-02-17 whesse@chromium.orgARM: Port new version of ParallelMove's GapResolver...
2011-02-17 lrn@chromium.orgRevert 6832.
2011-02-17 kmillikin@chromium.orgFix incorrect deoptimization for logical not in an...
2011-02-17 lrn@chromium.orgHandle exceptions thrown while parsing lazy functions...
2011-02-17 kmillikin@chromium.orgFix a bug in deoptimization after logical expressions...
2011-02-17 whesse@chromium.orgARM: Enable loads and stores of VFP registers with...
2011-02-17 sgjesse@chromium.orgARM: Don't try to flush the icache when there is nothin...
2011-02-16 vegorov@chromium.orgGBDJIT: Do not check unwinding information correctness...
2011-02-16 whesse@chromium.orgX64 Crankshaft: Start using LCallFunction, remove error...
2011-02-16 whesse@chromium.orgX64 Crankshaft: Implement LCallFunction.
2011-02-16 whesse@chromium.orgX64 Crankshaft: Implement InstanceOf and InstanceOfKnow...
2011-02-16 sgjesse@chromium.orgARM: Remove crankshaft dependency on the generic binary...
2011-02-16 danno@chromium.orgFix syntax error, feel sheepish.
2011-02-16 ager@chromium.orgAttempt to disambiguate RUNTIME_FUNCTION for win64...
2011-02-16 danno@chromium.orgFix presubmit problem.
2011-02-16 ager@chromium.orgBlargh. Yet another shot in the dark attempt to fix...
2011-02-16 ager@chromium.orgAnother attempt to fix win64 compile.
2011-02-16 danno@chromium.orgImplement crankshaft support for pixel array stores.
2011-02-16 ager@chromium.orgSpeculative fix for win64 build breakage.
2011-02-16 kmillikin@chromium.orgPrepare push to trunk. We are now working on version...
2011-02-16 ager@chromium.orgHandle indexed properties on value objects correctly.
2011-02-16 antonm@chromium.orgProperly process try/finally blocks.
2011-02-16 ricow@chromium.orgX64: Enable OSR as default on x64
2011-02-16 sgjesse@chromium.orgARM: Add inlined smi binary operations in full code...
2011-02-16 lrn@chromium.orgFix non-simulated ARM calling of RegExp code.
2011-02-16 karlklose@chromium.orgARM: Implement GetCachedArrayIndex in the lithium code...
2011-02-16 lrn@chromium.orgFix bug 1137. No longer allow the RegExp /(*)/.
2011-02-15 vegorov@chromium.orgAdded gdb-jit interface support for ARM. Compressed...
2011-02-15 mmaly@chromium.orgFix presubmit.
2011-02-15 mmaly@chromium.orgStrict mode "this" transformation in Function.call...
2011-02-15 rossberg@chromium.orgEnable compound assignment to context slots.
2011-02-15 ricow@chromium.orgFix wrong assert in ia32 deoptimizer.
2011-02-15 vitalyr@chromium.orgFix issue 1160: check array elements in ArrayJoin.
2011-02-15 ricow@chromium.orgMake sure we always have room for patching the reloc...
2011-02-15 lrn@chromium.orgChange native RegExp call code to properly set C++...
2011-02-15 vitalyr@chromium.orgFix issue 1152: temporary JS array invariant violation...
2011-02-15 ricow@chromium.orgx64: Port OSR to the x64 platform.
2011-02-15 whesse@chromium.orgX64 Crankshaft: Fix another error in pushed registers...
2011-02-15 whesse@chromium.orgFix FastPixelArrayStore on X64 platform.
2011-02-15 karlklose@chromium.orgFix ARM debug build: remove ASSERT.
2011-02-15 ricow@chromium.orgAdd access check when Object.keys is called on the...
next