platform/upstream/v8.git
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
2013-04-23 mstarzinger... Expose the GC under a name that is less collision prone...
2013-04-23 ulan@chromium.orgDo not emit Simulates in HandlePolymorphicElementAccess.
2013-04-23 ulan@chromium.orgAdd a flag to deoptimize all functions every n garbage...
2013-04-23 svenpanne@chromium.orgDo not emit double values at their use sites.
2013-04-23 mstarzinger... Make it clear that GCMole depends on Clang 2.9 currently.
2013-04-23 mstarzinger... Fix ugly typo in r14391.
2013-04-23 mstarzinger... Switch GYP script to not use utils.py anymore.
2013-04-23 yangguo@chromium.orgFix typo.
2013-04-23 yangguo@chromium.orgFix clang build.
2013-04-23 yangguo@chromium.orgDisallow dereferencing deferred handles when generating...
2013-04-23 mstarzinger... Change deprecated comments that still talk about SCons.
2013-04-23 yurys@chromium.orgPrint ProfileNode id when dumping CPU profile to console
2013-04-23 svenpanne@chromium.orgRemove the executable bit from scanner.cc file.
2013-04-22 palfia@homejinni.comMIPS: ARM: Fix erroneous detection of Double result...
2013-04-22 palfia@homejinni.comMIPS: Improvements in lithium code generation. Recogniz...
2013-04-22 rodolph.perfetta... ARM: VFP cleanup now that VFP2 is the baseline.
2013-04-22 jkummerow@chromium.orgIgnore observed Double output in binary operations...
2013-04-22 mvstanton@chromium.orgFixed issue in StoreNamedField codegen where integer32...
2013-04-22 yangguo@chromium.orgcreate uniform string api
2013-04-22 yangguo@chromium.orgAdd methods to allow resuming execution after calling...
2013-04-22 verwaest@chromium.orgEnsure callbacks transitions are actually followed.
2013-04-22 mstarzinger... Disable ParserSync test in GC stress mode for now.
2013-04-22 jkummerow@chromium.orgFix outdated build/README.txt
2013-04-22 mstarzinger... Make Clang plugins directory configurable for GCMole.
2013-04-22 rossberg@chromium.orgAdd d8 functionality for switching between realms ...
2013-04-22 mstarzinger... Replace CheckBuilder with IfBuilder everywhere.
2013-04-22 jkummerow@chromium.orgARM: Fix erroneous detection of Double result type...
2013-04-22 svenpanne@chromium.orgVarious improvements regarding the way we print code...
2013-04-22 ulan@chromium.orgPrepare push to trunk. Now working on version 3.18.3.
2013-04-22 mstarzinger... Skip one generators test because of no-snap failures.
2013-04-22 verwaest@chromium.orgInfer smi-range for smi-typed values.
2013-04-22 mvstanton@chromium.orgImprovements in lithium code generation. Recognizing...
2013-04-19 palfia@homejinni.comMIPS: Generator objects can suspend
2013-04-19 titzer@chromium.orgRefactor HCheckMaps to have a private constructor,...
2013-04-19 jkummerow@chromium.orgOS::MemMove/OS::MemCopy: Don't call through to generate...
2013-04-19 mstarzinger... Switch elements access to use IfBuilder instead of...
2013-04-19 mvstanton@chromium.orgRecordWriteStubs on ARM need to save FP registers
2013-04-19 ulan@chromium.orgPropagate OOM exception instead of crashing in CALL_HEA...
2013-04-19 mstarzinger... Fix build failures on Win64 since r14354.
2013-04-19 alph@chromium.orgRemove heap snapshot size limit.
2013-04-19 danno@chromium.orgUpdate arm and mips simulator to also use cmath
next