platform/upstream/v8.git
2012-08-16 verwaest@chromium.orgMIPS: Swapped transition array and descriptor array.
2012-08-16 svenpanne@chromium.orgChange the maximum optimization count into a commandlin...
2012-08-16 svenpanne@chromium.orgFix accessor lookup in crankshaft.
2012-08-16 yangguo@chromium.orgMIPS: Check for function in %_CallFunction.
2012-08-16 mstarzinger... Extend constructor inlining test case.
2012-08-16 mstarzinger... MIPS: Fix improved LoadICs for dictionaries with callbacks.
2012-08-15 erik.corry... Fix bug in compare IC. BUG=2291
2012-08-15 svenpanne@chromium.orgImproved constructor inlining unit tests.
2012-08-14 mstarzinger... Fix improved LoadICs for dictionaries with callbacks.
2012-08-14 yangguo@chromium.orgDo checks when receiving external string resources...
2012-08-14 yangguo@chromium.orgEnsure capacity when adding parts in String.replace.
2012-08-14 yangguo@chromium.orgPrevent segfault on undefined inline runtime call.
2012-08-14 erik.corry... Disable array index dehoisting due to stability issues.
2012-08-13 yangguo@chromium.orgFix indexing bug in regexp, part 2.
2012-08-13 mstarzinger... Remove prototype of global builtins object.
2012-08-13 yangguo@chromium.orgFix wrong indexing in global regexp.
2012-08-13 yangguo@chromium.orgCheck for function in %_CallFunction.
2012-08-13 verwaest@chromium.orgSwapped transition array and descriptor array.
2012-08-13 yangguo@chromium.orgFix array-iteration test case.
2012-08-10 mstarzinger... Prepare push to trunk. Now working on version 3.13.1.
2012-08-10 mstarzinger... Fix compile failure on Win64 introduced in r12291.
2012-08-10 erik.corry... Fix intermittent failure in ReleaseOverReservedPages...
2012-08-10 mstarzinger... Add histograms for total allocated/live heap size,...
2012-08-10 erik.corry... MIPS: Improve load IC so it can call a native accessor...
2012-08-10 yangguo@chromium.orgAllow multiple lines of custom flags in javascript...
2012-08-10 erik.corry... Revert inadvertent commit of testing change to flag...
2012-08-10 erik.corry... Fix the full compiler on ARM to always generate the...
2012-08-10 svenpanne@chromium.orgInline simple setter calls.
2012-08-09 mstarzinger... Remove obsolete SLOT_ADDR macro usages.
2012-08-09 svenpanne@chromium.orgUse the correct oracle in TestContext::BuildBranch.
2012-08-09 yangguo@chromium.orgMIPS: Improve constant element index access code generation
2012-08-09 yangguo@chromium.orgMIPS: Refactor Math.min/max to be a single HInstruction.
2012-08-08 jkummerow@chromium.orgtools/push-to-trunk.sh: Add a check whether grepping...
2012-08-08 ulan@chromium.orgFix Win64 compile error caused by r12272.
2012-08-08 mstarzinger... Temporary skip failure on simulators due to r12270.
2012-08-08 yangguo@chromium.orgFix mozilla test expectations.
2012-08-08 yangguo@chromium.orgFix parseInt's octal parsing behavior (ECMA-262 Annex...
2012-08-08 ulan@chromium.orgAdd heap space sizes and external memory counter to...
2012-08-07 erik.corry... Add checks for interceptors to negative lookup code...
2012-08-07 mstarzinger... Force eager compilation of parenthesized functions.
2012-08-07 ulan@chromium.orgAdd flag to trace the amount of external memory.
2012-08-07 svenpanne@chromium.orgUnify handling of bailout IDs for property loads.
2012-08-07 ulan@chromium.orgAdjust GC tracing: add a flag to ignore scavenger trace...
2012-08-06 jkummerow@chromium.orgRefactor Math.min/max to be a single HInstruction.
2012-08-06 erik.corry... Improve load IC so it can call a native accessor even...
2012-08-06 svenpanne@chromium.orgIntroduced TypeFeedbackId and BailoutId types.
2012-08-06 ulan@chromium.orgMake AdjustAmountOfExternalAllocatedMemory() more robust.
2012-08-06 mstarzinger... Fix integer division truncation error.
2012-08-06 mstarzinger... Factor out SimulateIncrementalMarking in test-heap.
2012-08-06 mstarzinger... Make incremental marking clear ICs.
2012-08-06 yangguo@chromium.orgTake advantage of batched results when matching global...
2012-08-06 yangguo@chromium.orgAllow SetHiddenValue to accept empty value.
2012-08-03 yangguo@chromium.orgFix crash bug when calling getV8Statistics().
2012-08-03 svenpanne@chromium.orgFixed compound/count operations with getter-only access...
2012-08-02 mstarzinger... Make test-heap resilient against --stress-compaction.
2012-08-02 svenpanne@chromium.organdroid: refine custom ucontext_t definitions.
2012-08-01 ulan@chromium.orgAndroid: increase default test timeout and skip time...
2012-08-01 mstarzinger... When specifying a new create histogram callback, reset...
2012-08-01 erik.corry... Fix the 137002 fix (Don't generate ICs for accessors...
2012-08-01 mstarzinger... Refactor marking to share embedded pointer visitor.
2012-08-01 mstarzinger... Make incremental marking clear type feedback cells.
2012-08-01 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.13.0.
2012-08-01 verwaest@chromium.orgDon't leak inobject space when transforming to fast...
2012-08-01 mstarzinger... Make test-serialize resilient against --gc-interval.
2012-07-31 erik.corry... Fix full code generator to not use --debug-code if...
2012-07-31 danno@chromium.orgFix write barrier for StoreKeyedFastElements on ARM
2012-07-31 erik.corry... Speed up quicksort test to avoid timeouts on simulators.
2012-07-31 verwaest@chromium.orgUse architecture-specific alignment for hashing in...
2012-07-31 mstarzinger... Fix build for disassembler=on and objectprint=off.
2012-07-31 danno@chromium.orgFix bogus AbortIfNotZeroExtended on x64 for bounds...
2012-07-31 erik.corry... Fix deserializer to understand direct pointers from...
2012-07-31 danno@chromium.orgImprove constant element index access code generation
2012-07-30 yangguo@chromium.orgFix regression test on x64.
2012-07-30 yangguo@chromium.orgLimit initial size of hidden properties and store ident...
2012-07-30 mstarzinger... Make AlwaysAllocateScope imply DisallowAllocationFailure.
2012-07-30 yangguo@chromium.orgR=yangguo@chromium.org,svenpanne@chromium.org
2012-07-30 ulan@chromium.orgPrepare push to trunk. Now working on version 3.12.19.
2012-07-30 mstarzinger... Implement verification of context separation.
2012-07-30 svenpanne@chromium.orgInline simple getter calls.
2012-07-30 mstarzinger... Implement TracePathToObjectFrom helper for debugging.
2012-07-30 yangguo@chromium.orgActually fix build.
2012-07-30 yangguo@chromium.orgFix build.
2012-07-30 yangguo@chromium.orgForce signed zero double.
2012-07-30 jkummerow@chromium.orgRemove unused fields in test.py
2012-07-30 yangguo@chromium.orgFix build errors.
2012-07-30 yangguo@chromium.orgMake sure double to int conversion is correct.
2012-07-27 verwaest@chromium.orgRemoved recording of Target Slot in transition arrays...
2012-07-27 mstarzinger... Fix minor handle unsafety in exception throwing code.
2012-07-27 svenpanne@chromium.orgMove some Pop/Drop calls directly to the places where...
2012-07-27 mstarzinger... Print type feedback info together with code objects.
2012-07-27 yangguo@chromium.orgRewrite Makefile rules for Android to allow parallel...
2012-07-27 yangguo@chromium.orgAvoid GC when printing shared function info.
2012-07-27 svenpanne@chromium.orgMove BuildCallGetter/BuildCallSetter up in the call...
2012-07-27 verwaest@chromium.orgPrepare push to trunk. Now working on version 3.12.18.
2012-07-27 svenpanne@chromium.orgCleaned up BuildLoadNamed/BuildStoreNamed.
2012-07-26 verwaest@chromium.orgExtending map verification to also verify LastAdded...
2012-07-26 mmassi@chromium.orgRe-enable array index dehoisting.
2012-07-26 verwaest@chromium.orgSet LastAdded to kNoneAdded in RawCopy.
2012-07-26 jkummerow@chromium.orgAlways set the callee's context when calling a function...
2012-07-26 mikhail.naganov... Fix path to d8 and properly quote strings so it works...
next