platform/upstream/v8.git
2013-11-19 jochen@chromium.orgRemove faulty CHECK() statement.
2013-11-19 jochen@chromium.orgFix typo in header guard of v8-platform.h
2013-11-19 machenbach... Fix push-to-trunk runtime call.
2013-11-19 jochen@chromium.orgIntroduce a v8::Platform class that bundles embedder...
2013-11-19 verwaest@chromium.orgMove template instance check from Object to FunctionTem...
2013-11-19 yangguo@chromium.orgFix debugger wrt concurrent recompilation flag.
2013-11-19 jochen@chromium.orgAdd a proper way to pass the number of processors to V8
2013-11-19 jkummerow@chromium.orgFix register trashing in Emit*ByteSeqStringSetChar
2013-11-19 jochen@chromium.orgDeprecate v8::External::New without Isolate parameter
2013-11-19 yangguo@chromium.orgFix compilation.
2013-11-19 bmeurer@chromium.orgRemove unused StubType's, freeing 2 bits in Code objects.
2013-11-19 yangguo@chromium.orgMake number of available threads isolate-dependent...
2013-11-19 bmeurer@chromium.orgProperly initialize desc->origin in the ARM assembler.
2013-11-19 ishell@chromium.orgConstant-folding through HForceRepresentation fix.
2013-11-19 machenbach... Prepare push to trunk. Now working on version 3.23.8.
2013-11-19 mvstanton@chromium.orgBugfix: dependent code field in AllocationSite was...
2013-11-19 bmeurer@chromium.orgARM: use vstm/vldm when possible.
2013-11-19 palfia@homejinni.comMIPS: Convert PatchCache (and related methods) to use...
2013-11-19 palfia@homejinni.comMIPS: Make HTypeofIsAndBranch accept any representation...
2013-11-18 plind44@gmail.comMIPS: Match max property descriptor length to correspon...
2013-11-18 vegorov@chromium.orgReapply r11765
2013-11-18 verwaest@chromium.orgConvert PatchCache (and related methods) to use types...
2013-11-18 dslomov@chromium.orgFix build on arm/x64 after r17840.
2013-11-18 svenpanne@chromium.orgIntroduce addps/subps/mulps/divps for IA32/X64
2013-11-18 dslomov@chromium.orgFix data view accessors to throw execptions on offsets...
2013-11-18 dslomov@chromium.orgRevert "Fix data view accessors to throw execptions...
2013-11-18 dslomov@chromium.orgFix data view accessors to throw execptions on offsets...
2013-11-18 dslomov@chromium.orgUse mock ArrayBuffer allocator to avoid really allocati...
2013-11-18 jkummerow@chromium.orgFix broken pipe caused by commands in toolchain.gypi.
2013-11-18 jkummerow@chromium.orgMake HTypeofIsAndBranch accept any representation input
2013-11-18 machenbach... Add initial auto-roll script.
2013-11-18 dslomov@chromium.orgEnsure that ToPositiveInteger is optimizable.
2013-11-18 dslomov@chromium.orgGenerate DataViewInitialize built-in in hydrogen.
2013-11-18 machenbach... Refactor ChangeLog generation for push-to-trunk script.
2013-11-18 verwaest@chromium.orgRemove keyed load "force generic" miss case.
2013-11-18 verwaest@chromium.orgRemove unused keyed store "force generic".
2013-11-18 danno@chromium.orgMatch max property descriptor length to corresponding...
2013-11-18 machenbach... Prepare push to trunk. Now working on version 3.23.7.
2013-11-17 machenbach... [Sheriff] Revert "MIPS: Ensure double aligned allocatio...
2013-11-17 plind44@gmail.comMIPS: Ensure double aligned allocations through runtime...
2013-11-16 danno@chromium.orgCorrect r17804 to match latest version of uploaded CL
2013-11-15 palfia@homejinni.comMIPS: Generate KeyedLoadDictionaryElementStub with...
2013-11-15 mstarzinger... Fix bogus allocation limit in allocation folding.
2013-11-15 danno@chromium.orgGenerate KeyedLoadDictionaryElementStub with Hydrogen
2013-11-15 dslomov@chromium.orgAdd suppressions for regress-319722-ArrayBuffer.
2013-11-15 plind44@gmail.comMIPS: Reland and fix "Add support for keyed-call on...
2013-11-15 jkummerow@chromium.orgLimit size of dehoistable array indices
2013-11-15 dslomov@chromium.orgLimit the size for typed arrays to MaxSmi.
2013-11-15 dslomov@chromium.orgRevert "Limit the size for typed arrays to MaxSmi."
2013-11-15 dslomov@chromium.orgLimit the size for typed arrays to MaxSmi.
2013-11-15 rossberg@chromium.orgProvide Type::Of and Type::CurrentOf operators
2013-11-15 yurys@chromium.orgAdd allocation tracker test for bumb pointer allocations
2013-11-15 mstarzinger... Allow passing flags to Runtime_AllocateInTargetSpace.
2013-11-15 mstarzinger... Make some internal Heap helpers private.
2013-11-15 bmeurer@chromium.orgARM: Merge redundant entries in literal pool.
2013-11-15 mvstanton@chromium.orgRegression fix: HForceRepresentation shouldn't be an...
2013-11-15 verwaest@chromium.orgReland and fix "Add support for keyed-call on arrays...
2013-11-15 danno@chromium.orgAdd ability to do "else-if" clauses in IfBuilder
2013-11-15 machenbach... Prepare push to trunk. Now working on version 3.23.6.
2013-11-15 verwaest@chromium.orgReplace miss_mode flag with explicit Load/Store Force...
2013-11-15 yurys@chromium.orgUse path relatinve to cctest folder in cctest.status
2013-11-15 bmeurer@chromium.orgFix missing type feedback check for Generic*String...
2013-11-15 yurys@chromium.orgMark cctest/test-alloc/CodeRange as flaky on Windows
2013-11-14 rafaelw@chromium.orgReland [Object.observe] Don't force normalization of...
2013-11-14 rafaelw@chromium.orgRevert "Improvements in positions handling in optimizin...
2013-11-14 plind44@gmail.comMIPS: Also support smi in load-ICs.
2013-11-14 vegorov@chromium.orgImprovements in positions handling in optimizing compiler.
2013-11-14 rafaelw@chromium.orgFix GCMole warning
2013-11-14 plind44@gmail.comMIPS: Handle all object types (minus smi) in load/store...
2013-11-14 plind44@gmail.comMIPS: Remove unused LoadNumber* from macro assembler.
2013-11-14 plind44@gmail.comMIPS: Inline zero argument array constructor.
2013-11-14 rafaelw@chromium.orgHandlify JSObject::SetElement & brethren
2013-11-14 verwaest@chromium.orgAlso support smi in load-ICs.
2013-11-14 verwaest@chromium.orgHandle all object types (minus smi) in load/store ICs
2013-11-14 mstarzinger... Remove obsolete distance switch in SubStringStub::Generate.
2013-11-14 ulan@chromium.orgDo not update survival rate if the new space size is...
2013-11-14 mstarzinger... Add ability to disable inline bump-pointer allocation.
2013-11-14 machenbach... [Sheriff] Revert "Add support for keyed-call on arrays...
2013-11-14 machenbach... Fixed blocking dcommit in push-to-trunk script.
2013-11-14 machenbach... Add ChangeLog presubmit check.
2013-11-14 yangguo@chromium.orgRemove unused LoadNumber* from ARM macro assembler.
2013-11-14 yangguo@chromium.orgFix duplicate check in DependentCode::Insert.
2013-11-14 verwaest@chromium.orgAdd support for keyed-call on arrays of fast elements
2013-11-14 yurys@chromium.orgThis is the exact copy of r17365 which was reverted...
2013-11-14 mvstanton@chromium.orgInline zero argument array constructor.
2013-11-14 verwaest@chromium.orgAvoid integer overflow in CopyMap.
2013-11-14 dslomov@chromium.orgRuntime CHECK for overflow in NewTypedArray.
2013-11-14 dslomov@chromium.orgReland "Harden NumberToSize against overflows."
2013-11-14 jochen@chromium.orgDeprecate v8::Locker::{Start,Stop}Preemption
2013-11-14 dslomov@chromium.orgRevert "Harden NumberToSize against overflows."
2013-11-14 dslomov@chromium.orgHarden NumberToSize against overflows.
2013-11-14 machenbach... Prepare push to trunk. Now working on version 3.23.5.
2013-11-14 yangguo@chromium.orgMagic fix for Math.sin/cos.
2013-11-14 danno@chromium.orgFix overflow in TypedArray initialization function
2013-11-13 plind44@gmail.comMIPS: Simplify behavior of code stubs that accept a...
2013-11-13 ulan@chromium.orgAdd a flag to lexer-shell to replicate input file.
2013-11-13 mvstanton@chromium.orgMake HForceRepresentation an idef.
2013-11-13 dslomov@chromium.orgRemove boilerplate code in DataView getter/setter imple...
2013-11-13 yangguo@chromium.orgSlight change to Math.sin approximation.
2013-11-13 rmcilroy@chromium.orgFix shared library build after r17696
next