platform/upstream/v8.git
2013-05-02 verwaest@chromium.orgAlways tag number candidate as smi if it does not come...
2013-05-02 dslomov@chromium.orgAllow pathological zero-length typed arrays.
2013-05-02 dslomov@chromium.orgRange checking bug in typed array constructor.
2013-05-02 dslomov@chromium.orgMore typed array constructors.
2013-05-02 dslomov@chromium.orgImplementation of Uint8ClampedArray.
2013-05-02 mstarzinger... Bump virtual register width in LUnallocated.
2013-05-02 mstarzinger... Allow more virtual registers to be encoded in LUnallocated.
2013-04-30 palfia@homejinni.comMIPS: Fix mjsunit/harmony/generators-iteration test...
2013-04-30 palfia@homejinni.comMIPS: Allow setting debugger breakpoints on CompareNilICs
2013-04-30 dslomov@chromium.orgAdd Value::Is* methods for typed arrays and ArrayBuffer
2013-04-30 dslomov@chromium.orgRevert "Fix typo"
2013-04-30 dslomov@chromium.orgFix typo
2013-04-30 dslomov@chromium.orgFix typo
2013-04-30 dslomov@chromium.orgRevert "patch from issue 13993029"
2013-04-30 dslomov@chromium.orgpatch from issue 13993029
2013-04-30 yurys@chromium.orgRevert "frames.h/cc cleanup"
2013-04-30 danno@chromium.orgPrepare push to trunk. Now working on version 3.18.6.
2013-04-30 yurys@chromium.orgframes.h/cc cleanup
2013-04-30 mvstanton@chromium.orgTwo bugfixes for hydrogen-based array constructors
2013-04-30 dslomov@chromium.orgAccurate function prototypes for native calls from...
2013-04-30 dslomov@chromium.orgRevert "Accurate function prototypes for native calls...
2013-04-30 dslomov@chromium.orgRevert "Flag optimize-constructed-arrays turned on."
2013-04-30 dslomov@chromium.orgAccurate function prototypes for native calls from...
2013-04-30 mvstanton@chromium.orgFlag optimize-constructed-arrays turned on.
2013-04-30 mstarzinger... Make UsePosition::hint immutable.
2013-04-30 mstarzinger... Fix HConstant::InNewSpace() for parallel compilation.
2013-04-30 danno@chromium.orgAllow setting debugger breakpoints on CompareNilICs
2013-04-29 dslomov@chromium.orgTypedArray(length) constructor
2013-04-29 danno@chromium.orgFix bug in CompareNil IC
2013-04-29 dslomov@chromium.orgFix GCMole after r14476
2013-04-29 danno@chromium.orgFix beyond-heap load on x64 Crankshafted StringCharFromCode
2013-04-29 dslomov@chromium.orgShared build fix
2013-04-29 svenpanne@chromium.orgDo not use repeated subtractions in mod-i, it hurts...
2013-04-29 svenpanne@chromium.orgAlso print the exception when mksnapshot failed to...
2013-04-29 dslomov@chromium.orgRemove __ prefix from Harmony typed arrays implementation
2013-04-29 dslomov@chromium.orgFirst cut at API for native Typed Arrays.
2013-04-29 mstarzinger... Fix build failure on Win64 since r14458.
2013-04-26 palfia@homejinni.comMIPS: Track storage types of instance variables.
2013-04-26 palfia@homejinni.comMIPS: Lithium: avoid registers for constants when possible.
2013-04-26 verwaest@chromium.orgFix arm port of tracking field representations. Based...
2013-04-26 palfia@homejinni.comMIPS: HasOnlyAsciiChars can return incorrect results...
2013-04-26 mvstanton@chromium.orgHConstant::InNewSpace() should be a constant function
2013-04-26 jkummerow@chromium.orgFix static initializers on x64
2013-04-26 verwaest@chromium.orgTrack storage types of instance variables.
2013-04-26 mstarzinger... Fix build failure on Win64 since r14458.
2013-04-26 mvstanton@chromium.orgChange 'Parse error' to three more informative messages.
2013-04-26 dcarney@chromium.orgremove IsOneByteConvertible
2013-04-26 mvstanton@chromium.orgLithium: avoid registers for constants when possible.
2013-04-26 mstarzinger... Add assertion about module scopes to Scope::ContextChai...
2013-04-26 mstarzinger... Add support for yield expressions
2013-04-26 danno@chromium.orgPrepare push to trunk. Now working on version 3.18.5.
2013-04-26 mstarzinger... Fix yield inside with
2013-04-26 dcarney@chromium.orgHasOnlyAsciiChars can return incorrect results. Fixup...
2013-04-26 dcarney@chromium.orgforgot parends around macro arg
2013-04-26 mvstanton@chromium.orgBootstrapper code for constructed arrays needs to be...
2013-04-26 mstarzinger... Implement support for Math.imul in Crankshaft.
2013-04-26 mvstanton@chromium.orgFix test/build failures (win64 compile warning, isolate...
2013-04-26 jkummerow@chromium.orgBetter handling of Phi nodes with constant inputs
2013-04-26 mstarzinger... Prevent false positive from GCMole in DeferredFormatSta...
2013-04-26 yurys@chromium.orgAvoid unnecessary indirection when creating CodeEntries
2013-04-26 yangguo@chromium.orgDo not dereference handles during relocation.
2013-04-26 dcarney@chromium.orgDefer slow branch of GetAlignedPointerFromInternalField
2013-04-26 palfia@homejinni.comMIPS: Constructed arrays can be created with Hydrogen...
2013-04-26 palfia@homejinni.comMIPS: Capture receiver in generator object
2013-04-25 mvstanton@chromium.orgConstructed arrays can be created with Hydrogen code...
2013-04-25 dslomov@chromium.orgWin64 build
2013-04-25 hpayer@chromium.orgTell the GC prologues to construct RetainedObjectInfos...
2013-04-25 dslomov@chromium.orgFirst cut at API for ES6 ArrayBuffers
2013-04-25 mstarzinger... Relax --debug-code checks that runtime returns are...
2013-04-25 mstarzinger... Capture receiver in generator object
2013-04-25 yangguo@chromium.orgGet isolate from thread local instead of (potentially...
2013-04-25 mstarzinger... Fix evaluation order problems in Object.observe hooks.
2013-04-25 hpayer@chromium.orgGrow the old generation faster in high promotion mode.
2013-04-25 jkummerow@chromium.orgFix overflow check in mul-i which was missing since...
2013-04-24 palfia@homejinni.comMIPS: Clean up VMState a little bit.
2013-04-24 palfia@homejinni.comMIPS: Generators can resume
2013-04-24 palfia@homejinni.comMIPS: Add monomorphic CompareNilICs and Crankshaft...
2013-04-24 plind44@gmail.comMIPS: Fix NaN handling for start index in ArraySplice.
2013-04-24 mstarzinger... Remove bogus forward declaration of ObjectGroup.
2013-04-24 mstarzinger... Fix generator suspend and resume on ARM
2013-04-24 mstarzinger... New GC APIs, try 2.
2013-04-24 svenpanne@chromium.orgFixed HUnaryMathOperation regarding its possible operat...
2013-04-24 yangguo@chromium.orgClean up VMState a little bit.
2013-04-24 dcarney@chromium.orgChange cctest/test-lockers to not copy persistent handl...
2013-04-24 yangguo@chromium.orgFix windows build.
2013-04-24 yangguo@chromium.orgRemove Isolate::Current() from histograms.
2013-04-24 mstarzinger... Generators can resume
2013-04-24 svenpanne@chromium.orgMathSqrt and MathPowHalf do not cause any promotion.
2013-04-24 jkummerow@chromium.orgProperly consider Double inputs for representation...
2013-04-24 yurys@chromium.orgFix segmentation fault in CodeMap::Print
2013-04-24 yangguo@chromium.orgSimplify some code related to x64 calling convention.
2013-04-24 yangguo@chromium.orgFix clang build for x64.
2013-04-24 danno@chromium.orgAdd monomorphic CompareNilICs and Crankshaft support
2013-04-24 danno@chromium.orgReplace qsort with std::sort.
2013-04-24 ulan@chromium.orgPrepare push to trunk. Now working on version 3.18.4.
2013-04-24 svenpanne@chromium.orgRemoved unbalanced brackets when printing an LEnvironment.
2013-04-24 mvstanton@chromium.orgIf the input to an HChange is of type smi, then no...
2013-04-24 yangguo@chromium.orgRefactor ExternalReference::isolate_address() to not...
2013-04-24 palfia@homejinni.comMIPS: Disallow dereferencing deferred handles when...
2013-04-23 dslomov@chromium.orgAdds EXTERNAL_DOUBLE_ARRAY to a list of instance types
next