platform/upstream/v8.git
2015-04-22 erikcorryExperiment with smaller minimum elements dictionary...
2015-04-22 dcarney[turbofan] make live ranges stateless
2015-04-22 dslomovIntroduce "expression classifier" to the parser.
2015-04-22 svenpanneAdd an --omit-quit flag to d8 for Emscripten's sake.
2015-04-22 yangguoAlways optimize for adding properties to native objects.
2015-04-22 titzer[turbofan] Add a debug_name to Parameter operators.
2015-04-22 machenbachRevert of Revert of [strong] checking of this & super...
2015-04-22 machenbachRevert of Revert of Protect the emptiness of Array...
2015-04-22 machenbachRevert of Revert of [es6] don't throw if argument is...
2015-04-22 mvstantonRevert of Protect the emptiness of Array prototype...
2015-04-22 machenbachRevert of Revert of [es6] implement Array.prototype...
2015-04-22 Benedikt Meurer[mjsunit] Import asm.js test case for poppler.
2015-04-22 jochenRemove the weak list of views from array buffers
2015-04-22 dcarneyadd StdGlobalValueMap
2015-04-22 mvstantonProtect the emptiness of Array prototype elements with...
2015-04-22 machenbach[mjsunit] Skip newly added tests under asan.
2015-04-22 machenbachRevert of [strong] checking of this & super in construc...
2015-04-22 machenbachRevert of [es6] don't throw if argument is non-object...
2015-04-22 Benedikt Meurer[mjsunit] Add custom tests based on SQLite 3.8.9.
2015-04-22 yangguoCompact weak fixed arrays before serializing.
2015-04-22 Benedikt MeurerRevert "[test] Initial import of an emscripten test...
2015-04-22 v8-autorollUpdate V8 DEPS.
2015-04-21 caitpotter88[es6] don't throw if argument is non-object (O.freeze...
2015-04-21 machenbachRevert of [es6] implement Array.prototype.copyWithin...
2015-04-21 caitpotter88[es6] implement Array.prototype.copyWithin()
2015-04-21 machenbachRevert of track global accesses to constant types ...
2015-04-21 machenbachRevert of fix bad rebase in r27966 (patchset #1 id...
2015-04-21 caitpotter88[es6] stage harmony_spreadcalls
2015-04-21 titzer[turbofan] --turbo implies --turbo-type-feedback and...
2015-04-21 caitpotter88[es6] stage harmony_rest_parameters
2015-04-21 rossberg[strong] checking of this & super in constructors
2015-04-21 mvstantonVectorICs: support converting keyed loads into named...
2015-04-21 jochenRevert of Reland "LayoutDescriptor should inherit from...
2015-04-21 mstarzinger[turbofan] Use FastCloneShallow[Array|Object]Stub if...
2015-04-21 jochenReland "LayoutDescriptor should inherit from JSTypedArray"
2015-04-21 titzer[turbofan] Fix reduction of LoadProperty/StoreProperty...
2015-04-21 wingoAllow eval/arguments in arrow functions
2015-04-21 dcarneyfix bad rebase in r27966
2015-04-21 yangguoWrap promise implementation in a function.
2015-04-21 jochenRevert of LayoutDescriptor should inherit from JSTypedA...
2015-04-21 yangguoReintroduce %GetRootNaN to fix MIPS.
2015-04-21 dcarneytrack global accesses to constant types
2015-04-21 jkummerowDrop unused field from PrototypeInfo
2015-04-21 jochenLayoutDescriptor should inherit from JSTypedArray
2015-04-21 dcarney[turbofan] split all functions off of LinearScanAllocat...
2015-04-21 Benedikt Meurer[test] Initial import of an emscripten test suite.
2015-04-21 dcarney[turbofan] Split ConstraintBuilder off of LiveRangeBuilder.
2015-04-21 wingoFactor formal argument parsing into ParserBase
2015-04-21 yangguoChange hash table capacity heuristics when serializing.
2015-04-21 svenpanneRemoved src/{isolate,property-details,utils}-inl.h
2015-04-21 jochenAdd myself to include/OWNERS
2015-04-21 jochenDon't assert that no incremental marking happened durin...
2015-04-21 yangguoWrap harmony implementations in functions.
2015-04-21 dcarney[turbofan] Cleanup register allocator a little after...
2015-04-21 yangguoMigrate error messages, part 4 (v8natives.js).
2015-04-21 machenbach[test-runner] Add dedicated test mode for tryserver.
2015-04-21 dcarneymake Handle a synonym of Local
2015-04-20 ishellAvoid having untyped slots for objects embedded into...
2015-04-20 yangguoSmall polishing changes to the native js.
2015-04-20 Daniel VogelheimDisable mjsunit/es7/object-observe on gc-stress, due...
2015-04-20 svenpanneImport Reversed adapter from Chromium and use it in v8.
2015-04-20 dcarney[turbofan] split register allocator into little pieces
2015-04-20 titzerReland "Refactor compilation dependency handling."
2015-04-20 jkummerowRevert of Fix logic for doing incremental marking steps...
2015-04-20 mvstantonMake sure builtins preserve guarantees about empty...
2015-04-20 jochenAllow for accessing an ArrayBuffer contents without...
2015-04-20 yangguoThrow when attaching a stack trace to an object fails.
2015-04-20 yangguoWrap array implementation in a function.
2015-04-20 jochenRemove support for externally backed elements from...
2015-04-20 jochenDeprecate 3-args ResourceConstraints::ConfigureDefaults
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-04-20 machenbachTemporarily skip slow test.
2015-04-20 Ben L. TitzerAlways wrap AllocationSiteContext::current() in a new...
2015-04-20 jochenIndicate that low-memory-notificatin triggered GCs...
2015-04-20 yangguoCorrectly name header macros for src/snapshot/*.h.
2015-04-20 yangguoSerializer: assert that we deserialize only one native...
2015-04-20 yangguoFix serialization statistics for external strings.
2015-04-20 Benedikt Meurer[mjsunit] Import test case based on the Massive/SQLite...
2015-04-18 ulanClean up output of heap object tracing
2015-04-18 v8-autorollUpdate V8 DEPS.
2015-04-17 adamk[modules] Parsing: add ModuleRequests where missing
2015-04-17 ssidAdding missing V8_EXPORT flag in SpaceStatistics class...
2015-04-17 rmcilroyTurn off SupportsFlexibleFloorAndRound for Arm64 due...
2015-04-17 hpayerInitialize idle old generation allocation limit in...
2015-04-17 mbrandyPPC: Reland "Add basic crankshaft support for slow...
2015-04-17 danno[visualizer]: Add types to visualizer output
2015-04-17 jkummerowFix GC-induced DCHECK failure in Runtime_GetWeakMapEntries
2015-04-17 yangguoWrap object observe implementation in a function.
2015-04-17 ssidAdding V8 api to get memory statistics of spaces in...
2015-04-17 yangguoWrap JSON and generator implementation in functions.
2015-04-17 yangguoMigrate error messages, part 3 (runtime.js).
2015-04-17 jkummerowDon't use normalized map cache for prototype maps
2015-04-17 jkummerowBump limit in PushStackTraceAndDie
2015-04-17 erikcorryRename some things around incremental marking triggers
2015-04-17 Michael AchenbachWhitespace commit to trigger bots.
2015-04-17 wingoRevert "Factor formal argument parsing into ParserBase"
2015-04-17 verwaest[crankshaft] Fix property access with proxies in protot...
2015-04-17 yangguoDisable always-opt for locker tests.
2015-04-17 yangguoFix DCHECK with unsigned int in zone.cc.
2015-04-17 jkummerowRe-enable an UNREACHABLE in JSObject::GetHeaderSize()
next