platform/upstream/v8.git
2013-07-15 hpayer@chromium.orgRevert r15649 and fix for loop dominator propagation...
2013-07-15 bmeurer@chromium.orgDisable compiled_transitions by default.
2013-07-15 machenbach... Make optimizations for debug configurable with compile...
2013-07-15 jochen@chromium.orgFix gyp_v8 to work with use_system_icu=1
2013-07-15 danno@chromium.orgRevert 15635: Turn ElementsTransitionAndStore stub...
2013-07-15 mstarzinger... Reland deprecation of HAllocateObject in favor of HAllo...
2013-07-15 rossberg@chromium.orgFix sloppy-mode 'const' under Harmony flag.
2013-07-15 jkummerow@chromium.orgFix --deopt-every-n-times flag
2013-07-15 bmeurer@chromium.orgAndroid lacks support for cxxabi.h.
2013-07-15 mstarzinger... Use internal array as API function cache.
2013-07-15 loislo@chromium.orgCurrent logger code is messy. It mixes together
2013-07-15 bmeurer@chromium.orgFix possible stack overflow in range analysis.
2013-07-15 bmeurer@chromium.orgTurn propagate deoptimizing mark into a proper HPhase.
2013-07-15 dslomov@chromium.orgUse corerct conversions for DataView accessors.
2013-07-15 danno@chromium.orgPrepare push to trunk. Now working on version 3.20.6.
2013-07-15 dslomov@chromium.orgThis does not match ES6 spec but is the behavior in...
2013-07-15 bmeurer@chromium.orgCleanup leftover definitions in HGraph.
2013-07-14 danno@chromium.orgDon't use StoreIC_ArrayLength on frozen arrays
2013-07-13 adamk@chromium.orgAdd map transition for observed objects
2013-07-12 hpayer@chromium.orgCollect side effects on paths to dominated block includ...
2013-07-12 danno@chromium.orgFix windows build breakage due to 15645
2013-07-12 olivf@chromium.orgFix number tag for no-sse2.
2013-07-12 danno@chromium.orgFix LGapResolver::EmitMove for X64 when the dst is...
2013-07-12 danno@chromium.orgImplement truncated d-to-i as a stub on x86
2013-07-12 bmeurer@chromium.orgAdd a common templatized implementation of OS::DumpBack...
2013-07-12 yangguo@chromium.orgCheck for scheduled exceptions after a failed-access...
2013-07-12 yangguo@chromium.orgTest case for missing access checks in object observe.
2013-07-12 yangguo@chromium.orgFall back to generic on access checks in JSON.stringify.
2013-07-12 titzer@chromium.orgRemove special-casing of EAGER and SOFT deoptimization...
2013-07-11 olivf@chromium.orgEncapsulate compare nil ic_state.
2013-07-11 titzer@chromium.orgRefactor JavaScriptFrame::function() to return a JSFunc...
2013-07-11 danno@chromium.orgFix build breakage after 15630
2013-07-11 hpayer@chromium.orgUse filler maps for folded allocations when verify...
2013-07-11 bmeurer@chromium.orgTurn ElementsTransitionAndStore stub into a HydrogenCod...
2013-07-11 mvstanton@chromium.orgBogus assert needs to be removed on non-ia32 platforms
2013-07-11 verwaest@chromium.orgSupport grow-stub by >1 if the target is holey.
2013-07-11 titzer@chromium.orgAdded %NeverOptimize runtime call that can disable...
2013-07-11 hpayer@chromium.orgRemove filler map when folding allocations and turn...
2013-07-11 bmeurer@chromium.orgEnable compiled transitions by default.
2013-07-11 mvstanton@chromium.orgAllocationSites: when updating allocation site transiti...
2013-07-11 olivf@chromium.orgImplement X87 stack tracking and x87 multiplication
2013-07-11 bmeurer@chromium.orgTurn array index dehoisting into a proper HPhase.
2013-07-11 verwaest@chromium.orgKeep IC monomorphic on transition, even if previously...
2013-07-11 rossberg@chromium.orgIntroduce type Bounds record
2013-07-11 hpayer@chromium.orgAllocation folding integrated into the GVN phase.
2013-07-11 bmeurer@chromium.orgCleanup common POSIX functionality.
2013-07-11 jochen@chromium.orgRoll ICU to 210659
2013-07-11 hpayer@chromium.orgPerform new space evacuation based on marking bits.
2013-07-11 rossberg@chromium.orgThis adds the following array iterator methods:
2013-07-11 jochen@chromium.orgOnly depend on icudata on windows.
2013-07-11 jochen@chromium.orgMove InitializeICU() to the V8 API and use it.
2013-07-11 mvstanton@chromium.orgA bug in AllocationSite::GetMode(from, to) meant that...
2013-07-11 hpayer@chromium.orgImplemented lazy sweeping of new space.
2013-07-11 bmeurer@chromium.orgTurn canonicalization into a proper HPhase.
2013-07-11 verwaest@chromium.orgFix StoreIsUninitialized, and add Soft Deopt if keyed...
2013-07-11 yangguo@chromium.orgSet mime-type of test log file to text/plain.
2013-07-10 adamk@chromium.orgHasRealIndexedProperty doesn't work on JSGlobalProxy
2013-07-10 bmeurer@chromium.orgTurn merge removable simulates into a proper HPhase.
2013-07-10 machenbach... Suppress array bounds check for nacl build.
2013-07-10 dslomov@chromium.orgChange DataView accessors behavior for insufficient...
2013-07-10 verwaest@chromium.orgFlag rewriting an IC while writing to a global constant...
2013-07-10 olivf@chromium.orgFix unary op type feedback.
2013-07-10 verwaest@chromium.orgRevert "Allow NORMAL ICs to go polymorphic."
2013-07-10 olivf@chromium.orgUse static_cast instead of reinterpret_cast
2013-07-10 rodolph.perfetta... ARM: Implement memcpy using NEON.
2013-07-10 palfia@homejinni.comMIPS: Replace custom builtin invocation instructions...
2013-07-10 verwaest@chromium.orgAllow NORMAL ICs to go polymorphic.
2013-07-10 machenbach... Enable debug builds with some optimizations turned on.
2013-07-10 danno@chromium.orgPrepare push to trunk. Now working on version 3.20.5.
2013-07-10 bmeurer@chromium.orgRefactor compute minus zero checks into a proper HPhase.
2013-07-10 bmeurer@chromium.orgInsert HTrapAllocationMemento only when required for...
2013-07-10 verwaest@chromium.orgTurn polymorphic calls using the same prototype monomor...
2013-07-10 loislo@chromium.orgImprove test-cpu-profiler.cc tests stability
2013-07-10 loislo@chromium.orgHeapProfiler: check that heap snapshot has no unretaine...
2013-07-10 mvstanton@chromium.orgRevert "Calls to HCheckFunction can be eliminated if...
2013-07-10 bmeurer@chromium.orgUse BuildGrowElementsCapacity for the TransitionElement...
2013-07-10 verwaest@chromium.orgUnify Count Operation assignment with other assignments
2013-07-10 olivf@chromium.orgFix missing spaces
2013-07-10 olivf@chromium.orgType::GetName(...) for inspecting Types in the debugger
2013-07-10 jochen@chromium.orgFactor out toolset definitions in a separate gypi file
2013-07-10 jochen@chromium.orgImport intl test suite from v8-i18n project
2013-07-10 palfia@homejinni.comMIPS: Adjust default Heap sizes.
2013-07-10 olivf@chromium.orgReplace custom builtin invocation instructions by a...
2013-07-10 yangguo@chromium.orgFix plot script.
2013-07-10 dslomov@chromium.orgRevert "Unify the Count Operation assignment with other...
2013-07-09 dslomov@chromium.orgAllow parameterless typed array constructors.
2013-07-09 verwaest@chromium.orgUnify the Count Operation assignment with other assignm...
2013-07-09 palfia@homejinni.comMIPS: Do not omit the write-barrier if the input value...
2013-07-09 palfia@homejinni.comMIPS: Implement Polymorphic Store ICs.
2013-07-09 mvstanton@chromium.orgBugfix: AllocationSite objects need to be walkable...
2013-07-09 yangguo@chromium.orgDo not implicitly convert receivers for builtin functio...
2013-07-09 verwaest@chromium.orgARM: Do not omit the write-barrier if the input value...
2013-07-09 jochen@chromium.orgInitialize ICU data files in d8 and disable i18n for...
2013-07-09 rossberg@chromium.orgUnrevert^2 "Derive synthetic type bounds for expressions""
2013-07-09 jochen@chromium.orgFix win build after r15568
2013-07-09 verwaest@chromium.orgAdd support to turn polymorphic loads from the same...
2013-07-09 jochen@chromium.orgUpdate standalone configuration for compiling icu on...
2013-07-09 hpayer@chromium.orgDo not iterate the new space on marking deque overflow.
2013-07-09 verwaest@chromium.org- Makes a common superclass for Load and Store stub...
2013-07-09 jochen@chromium.orgDon't use the identifiers TRUE and FALSE
next