platform/upstream/v8.git
2014-05-27 yangguo@chromium.orgCache optimization status getter in mjsunit.js
2014-05-27 vogelheim@chromium.orgAdd defensive assert against a weak callback on an...
2014-05-27 yangguo@chromium.orgDo not break in native code (including non-builtin...
2014-05-27 jochen@chromium.orgReplace some calls to MemCopy with small constant sizes...
2014-05-27 yangguo@chromium.orgDo not (eagerly) trigger exception in mjsunit.js.
2014-05-27 m.m.capewell... ARM: use TempDoubleRegister
2014-05-27 verwaest@chromium.orgRemove HType::HeapNumber from mutable heap numbers.
2014-05-27 danno@chromium.orgConvert ElementsKind into a BitField
2014-05-27 vogelheim@chromium.orgFix the "PersistentValueMap" memory leak reported here:
2014-05-27 hpayer@chromium.orgEscape % in SNPrintF call in pretenuring test.
2014-05-27 jochen@chromium.orgReland 21502 - "Move OS::MemCopy and OS::MemMove out...
2014-05-27 hpayer@chromium.orgRemove global pretenuring mode.
2014-05-27 yangguo@chromium.orgFix d8's interactive shell.
2014-05-27 bmeurer@chromium.orgAvoid HeapObject check in HStoreNamedField.
2014-05-27 yangguo@chromium.orgFix arm64 gc stress issue.
2014-05-27 bmeurer@chromium.orgRelax register constraints for LMathSqrt.
2014-05-26 jochen@chromium.orgRevert 21502 - "Move OS::MemCopy and OS::MemMove out...
2014-05-26 jochen@chromium.orgBuildfix for arm
2014-05-26 jochen@chromium.orgMove OS::MemCopy and OS::MemMove out of platform to...
2014-05-26 jochen@chromium.orgMove NumberOfProcessorsOnline from CPU to OS
2014-05-26 plind44@gmail.comMIPS: Skip write barriers in the fast case when setting...
2014-05-26 mvstanton@chromium.orgReland "Customized support for feedback on calls to...
2014-05-26 machenbach... Send idle notification on ASAN builder for proper tear...
2014-05-26 rossberg@chromium.orgMore nuisance
2014-05-26 yangguo@chromium.orgD8 should send idle notification even after the last...
2014-05-26 rossberg@chromium.orgShut up VS
2014-05-26 rossberg@chromium.orgVarious extensions to types
2014-05-26 hpayer@chromium.orgRemove high promotion mode.
2014-05-26 mstarzinger... Make 'name' property on functions configurable.
2014-05-26 yangguo@chromium.orgActually fix the memory leak in debugger wrt promises.
2014-05-26 jochen@chromium.orgReland 21482 - "Merge v8globals.h and globals.h"
2014-05-26 yangguo@chromium.orgFix memory leak caused by fuzzing.
2014-05-26 marja@chromium.orgFix mem leaks in tests & ScriptCompiler::CompileUnbound.
2014-05-26 jochen@chromium.orgAlways fully qualify the namespace to use in v8.h
2014-05-26 jkummerow@chromium.orgRevert "Customized support for feedback on calls to...
2014-05-26 verwaest@chromium.orgRevert "Merge v8globals.h and globals.h"
2014-05-26 jochen@chromium.orgMerge v8globals.h and globals.h
2014-05-26 bmeurer@chromium.orgSkip write barriers in the fast case when setting up...
2014-05-26 ulan@chromium.orgMake let variables fresh in each iteration of a for...
2014-05-26 yangguo@chromium.orgFix memory leak in the debugger.
2014-05-26 jochen@chromium.orgSome progress on translating toolchain.gypi to gn
2014-05-26 yangguo@chromium.orgFix leak in debug mirror cache.
2014-05-26 bmeurer@chromium.orgLoadUint32() doesn't need a scratch register.
2014-05-23 plind44@gmail.comMIPS: Fix r21470 “Reland r21442 Inobject slack tracking...
2014-05-23 plind44@gmail.comMIPS: Reland r21442 "Inobject slack tracking is done...
2014-05-23 danno@chromium.orgIntroduce x87 port
2014-05-23 alexandre.rames... Allow HPushArgument to handle more than one argument.
2014-05-23 mstarzinger... Fix representation inference for mutable double boxes.
2014-05-23 dslomov@chromium.orgCheck for cached transition to ExternalArray elements...
2014-05-23 alexandre.rames... Provide a helper to generate multiple Lithium instructi...
2014-05-23 ishell@chromium.orgCleanup after inobject slack tracking improvement.
2014-05-23 bmeurer@chromium.orgSkip dead blocks/instructions in store elimination.
2014-05-23 svenpanne@chromium.orgTiny steps towards a non-local 'Merge removable simulat...
2014-05-23 mstarzinger... Revert "Make v8::TryCatch able to consume natively...
2014-05-23 yurys@chromium.orgSupport ES6 weak collections in heap profiler
2014-05-23 rodolph.perfetta... ARM64 simulator fix for EXTR
2014-05-23 bmeurer@chromium.orgAvoid dynamic initial map check when inlining call...
2014-05-23 ishell@chromium.orgReland r21442 "Inobject slack tracking is done on a...
2014-05-23 mstarzinger... Make v8::TryCatch able to consume natively thrown excep...
2014-05-23 jochen@chromium.orgDrop gitignore entry for now obsolete test262 archive
2014-05-23 bmeurer@chromium.orgFix compilation errors.
2014-05-23 bmeurer@chromium.orgIf map was deprecated, abort compilation and allow...
2014-05-23 svenpanne@chromium.orgUse the flow engine for HMergeRemovableSimulatesPhase.
2014-05-23 jochen@chromium.orgAdd a bunch of files in my checkout to .gitignore
2014-05-23 jochen@chromium.orgRemove dummy harmony-promises flag
2014-05-23 svenpanne@chromium.orgRevert "Do away with variable length memcpy to Set...
2014-05-23 svenpanne@chromium.orgDo away with variable length memcpy to Set/Get register...
2014-05-22 plind44@gmail.comMIPS: Customized support for feedback on calls to Array.
2014-05-22 ishell@chromium.orgRevert "Reland r21346 "Inobject slack tracking is done...
2014-05-22 plind44@gmail.comMIPS: Allow specifying base offset when constructing...
2014-05-22 ishell@chromium.orgReland r21346 "Inobject slack tracking is done on a...
2014-05-22 rossberg@chromium.orgConsistently say 'own' property
2014-05-22 mvstanton@chromium.orgClearTypeFeedbackInfo() assumed we have a context in...
2014-05-22 jkummerow@chromium.orgHarden a few builtins
2014-05-22 hpayer@chromium.orgIf map became unstable, abort compilation and allow...
2014-05-22 ishell@chromium.orgRevert "Inobject slack tracking is done on a per-closur...
2014-05-22 ishell@chromium.orgInobject slack tracking is done on a per-closure basis...
2014-05-22 mvstanton@chromium.orgGCMole evaluation order issue in CallIC::DoCustomHandler().
2014-05-22 mvstanton@chromium.orgClearTypeFeedbackInfo(): context may not be initialized.
2014-05-22 yurys@chromium.orgAdd support for ES6 Symbol in heap profiler
2014-05-22 mstarzinger... Revert "Make v8::TryCatch able to consume natively...
2014-05-22 jarin@chromium.orgAttempt no. 3 to fix Heap::IsHeapIterable and HeapIterator.
2014-05-22 yangguo@chromium.orgMake serializer non-static.
2014-05-22 mvstanton@chromium.orgCustomized support for feedback on calls to Array.
2014-05-22 jkummerow@chromium.orgRevert "Rename target-specific binaries built for host."
2014-05-22 mstarzinger... Make v8::TryCatch able to consume natively thrown excep...
2014-05-22 danno@chromium.orgAllow specifying base offset when constructing Keyed...
2014-05-22 hpayer@chromium.orgIncrease external allocation limit.
2014-05-22 yangguo@chromium.orgRemove usage of Locker/Unlocker where possible.
2014-05-22 ulan@chromium.orgFix Array.prototype.push and Array.prototype.unshift...
2014-05-22 yangguo@chromium.orgRemove check for SAHF support in ia32.
2014-05-22 yangguo@chromium.orgRemove special debug ExternalReferences.
2014-05-22 bmeurer@chromium.orgDon't replace initializing smi stores during store...
2014-05-22 yangguo@chromium.orgReland "Prevent liveedit on or under generators with...
2014-05-22 alph@chromium.orgIntroduce a separate event for CodeDeopt
2014-05-22 bmeurer@chromium.orgTransitioning stores change maps.
2014-05-21 yangguo@chromium.orgImplement Mirror object for Symbols.
2014-05-21 yangguo@chromium.orgMove promises recorded for debugging to thread local...
2014-05-21 hpayer@chromium.orgRevert "Increase external allocation limit."
2014-05-21 hpayer@chromium.orgIncrease external allocation limit.
next