platform/upstream/v8.git
2012-02-15 yangguo@chromium.orgRemove unnecessary elements type check when allocating...
2012-02-15 yangguo@chromium.orgMIPS: Enabled mips in tools/disasm.py.
2012-02-14 rossberg@chromium.orgMIPS: Split AST Declaration class, in preparation for...
2012-02-14 jkummerow@chromium.orgProperly disable count-based profiler on non-ia32
2012-02-14 danno@chromium.orgMIPS: Implement KeyedStoreICs to grow arrays on out...
2012-02-14 danno@chromium.orgFix crashing bugs in store-and-grow IC for double values.
2012-02-14 ulan@chromium.orgAdd Navier-Stokes benchmark.
2012-02-14 jkummerow@chromium.orgReapply r10690 ("Temporarily disable inlining of Math...
2012-02-14 jkummerow@chromium.orgSmall update to experimental profiler flags
2012-02-14 fschneider... Enable optimization of top-level code and generate...
2012-02-14 jkummerow@chromium.orgInitial support for count-based profiling
2012-02-14 rossberg@chromium.orgDon't treat function parameters as let-bound variables...
2012-02-14 ulan@chromium.orgPrepare push to trunk. Now working on version 3.9.7.
2012-02-14 fschneider... Revert r10690. Enable inlining of Math.floor again.
2012-02-14 danno@chromium.orgobjects: fix template-related linker error
2012-02-14 fschneider... Temporarily disable inlining of Math.floor called as...
2012-02-14 mstarzinger... Allow inlining of functions containing object literals.
2012-02-14 yangguo@chromium.orgPort r10674 to MIPS.
2012-02-14 yangguo@chromium.orgFix crash when using --smi-only-arrays and --trace...
2012-02-13 svenpanne@chromium.orgClear map transitions in CALLBACKS when normalizing...
2012-02-13 svenpanne@chromium.orgDescriptorArray::CopyFrom should always drop transition...
2012-02-13 danno@chromium.orgFix crash in CALLBACK KeyedIC stub.
2012-02-13 danno@chromium.orgOptimize call sites that only ever see a single element...
2012-02-13 yangguo@chromium.orgFix test expectations for the tickprocessor.
2012-02-13 svenpanne@chromium.orgEnsure that we do a non-incremental GC before relying...
2012-02-13 yangguo@chromium.orgAdd --call-graph-size option to tickprocessor.
2012-02-13 yangguo@chromium.orgPort r10674 to x64 and arm.
2012-02-13 yangguo@chromium.orgMIPS: Fixed several bugs in SubStringStub::Generate.
2012-02-10 jkummerow@chromium.orgMIPS: Count-based profiling for primitive functions...
2012-02-10 loislo@chromium.orgHeap Snapshot maximum size limit is too low for really...
2012-02-10 yurys@chromium.orgProvide user-friendly access to natively bound function...
2012-02-10 danno@chromium.orgImplement elements transitions in ia32 Array constructo...
2012-02-10 danno@chromium.orgImplement KeyedStoreICs to grow arrays on out-of-bound...
2012-02-10 yangguo@chromium.orgFix crashes on x64 with smi-only arrays active.
2012-02-10 kmillikin@chromium.orgStreamline throwing in the C entry stub.
2012-02-10 kmillikin@chromium.orgSmall cleanup of ast.h.
2012-02-09 danno@chromium.orgAdd asserts to try to flush out test flakiness.
2012-02-09 danno@chromium.orgEnsure expected behavior for transition hosting tests...
2012-02-09 rossberg@chromium.orgMake constructors explicit.
2012-02-09 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.9.6.
2012-02-09 rossberg@chromium.orgExtend AST with basic module constructs (yet unused).
2012-02-09 rossberg@chromium.orgSplit AST Declaration class, in preparation for new...
2012-02-09 yangguo@chromium.orgMIPS: Convert fast smi-only to fast object in generated...
2012-02-09 jkummerow@chromium.orgSplit experimental profiler flags
2012-02-09 danno@chromium.orgRevert 9111036: Promote double arrays to FAST_ELEMENT...
2012-02-09 svenpanne@chromium.orgHandlify GetSourceCode-related functions.
2012-02-09 jkummerow@chromium.orgCount-based profiling for primitive functions (hidden...
2012-02-09 svenpanne@chromium.orgCleaned up DescriptorArray::CopyInsert a bit.
2012-02-09 mstarzinger... Fix d8-os unit test to be skipped for isolates.
2012-02-09 kmillikin@chromium.orgSimplify handler pushing.
2012-02-09 mstarzinger... Simplify stackframe of construct stub on ARM and MIPS.
2012-02-09 danno@chromium.orgPromote double arrays to FAST_ELEMENT that use generic...
2012-02-09 danno@chromium.orgImprove GVN handling of ElementTransitions.
2012-02-09 fschneider... Increase timeout when running test.py with the --stres...
2012-02-08 jkummerow@chromium.orgBash completion for d8: fix directory name completion
2012-02-08 yangguo@chromium.orgConvert fast smi-only to fast object in generated code...
2012-02-08 vegorov@chromium.orgEnsure that regexp code flushing correctly updates...
2012-02-08 erik.corry... Remove 5 unused flags.
2012-02-08 danno@chromium.orgMIPS: Handle single element array growth + transition...
2012-02-08 danno@chromium.orgMIPS: Don't allow large immediates for certain instruct...
2012-02-08 kmillikin@chromium.orgRemove the JSON AST printing support.
2012-02-08 jkummerow@chromium.orgMIPS: Enabled native/cross-compilation for MIPS targets...
2012-02-08 fschneider... Remove remaining occurrences of the unused --opt-eagerl...
2012-02-08 fschneider... Inline builtin Math functions functions in more cases.
2012-02-08 mstarzinger... Fix d8-os unit test to work with isolates.
2012-02-08 rossberg@chromium.orgExtend scanner with new Harmony module keywords (under...
2012-02-08 fschneider... MIPS: Fix compilation error after removing an unused...
2012-02-08 fschneider... Remove another two unused flags.
2012-02-08 svenpanne@chromium.orgPrepare push to trunk. Now working on version 3.9.5.
2012-02-08 mstarzinger... Enable membrane example for proxies again.
2012-02-08 jkummerow@chromium.orgCollect AstNode type information
2012-02-08 kmillikin@chromium.orgRemove unused --peephole-optimization flag.
2012-02-08 yangguo@chromium.orgFix elements transition bug related to array.concat.
2012-02-08 lrn@chromium.orgFix handling of 'c: if (0) break c; else ()' where...
2012-02-08 svenpanne@chromium.orgFixed assertions when accessing the hidden properties...
2012-02-07 vegorov@chromium.orgDisable code compaction again.
2012-02-07 vegorov@chromium.orgTry enabling (non-incremental) code compaction again.
2012-02-07 danno@chromium.orgProperly initialize element-transitioning array literal...
2012-02-07 yangguo@chromium.orgAdd filename completion to d8's bash completion.
2012-02-07 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.9.4.
2012-02-07 vegorov@chromium.orgDisable code compaction again while we investigate...
2012-02-07 yangguo@chromium.orgWhen rethrowing an exception, print the stack trace...
2012-02-07 svenpanne@chromium.orgDescriptorArray::IsProperty-related cleanup.
2012-02-07 vegorov@chromium.orgEnable non-incremental code compaction.
2012-02-07 erik.corry... Increase size of small stacks from 32k to 64k to avoid...
2012-02-07 loislo@chromium.orgI will apply it to the nodes that can't be mapped to...
2012-02-06 fschneider... Grow lists by a factor of 2 instead of 1.5 on a resize.
2012-02-06 jkummerow@chromium.orgBash completion for d8 flags
2012-02-06 svenpanne@chromium.orgConsolidated property counting methods a bit.
2012-02-06 svenpanne@chromium.orgRemoved PropertyDetails::IsProperty.
2012-02-06 fschneider... Speed up two unit tests to avoid timeouts and make...
2012-02-06 fschneider... X64: Fix bug in minus-zero check after int32 multiplica...
2012-02-06 rossberg@chromium.orgPrepare push to trunk. Now working on version 3.9.3.
2012-02-06 yangguo@chromium.orgAdd timestamp to --trace-gc output.
2012-02-03 yurys@chromium.orgHeap profiler should report implicit references.
2012-02-03 vegorov@chromium.orgFix compilation failure introduced by r10601.
2012-02-03 vegorov@chromium.orgTweak compaction candidate selection to avoid keeping...
2012-02-03 svenpanne@chromium.orgRemoved IsTransitionType predicate.
2012-02-03 erik.corry... ARM: More micro-optimization of megamorphic lookup.
2012-02-03 fschneider... Fix presubmit errors.
next