platform/upstream/v8.git
2013-09-25 yangguo@chromium.orgAllocate optimizing compiler thread only when necessary.
2013-09-25 yangguo@chromium.orgAdd trace output when recompilation queues are flushed.
2013-09-25 verwaest@chromium.orgInternalize names before using them in slow-mode objects.
2013-09-25 verwaest@chromium.orgSpecial handle for mul/div minus one when kAllUsesTrunc...
2013-09-25 hpayer@chromium.orgDisable timer mjsunit test on Windows.
2013-09-25 machenbach... Add windows to status variable list.
2013-09-25 olivf@chromium.orgMacrofication of HInstruction constructors with context...
2013-09-25 yangguo@chromium.orgRename "OptimizingCompiler" to the more suitable "Recom...
2013-09-25 hpayer@chromium.orgRevert OS::TimeCurrentMillis on Windows introduced...
2013-09-25 mstarzinger... Remove obsolete global SubString method.
2013-09-25 verwaest@chromium.orgReset IC to premonomorphic rather than uninitialized.
2013-09-25 yangguo@chromium.orgRemove unused kFirstMathFunctionId
2013-09-25 yangguo@chromium.orgLess aggressive polling when concurrently compiling...
2013-09-25 olivf@chromium.orgFix flaky parallel recompilation test.
2013-09-25 dslomov@chromium.orgSpeed up ArrayBuffer/typed array/DataView properties.
2013-09-25 machenbach... Prepare push to trunk. Now working on version 3.22.2.
2013-09-25 dslomov@chromium.orgRemove redundant flags for array buffer and typed arrays.
2013-09-25 plind44@gmail.comMIPS: replace RegExpCEntryStub with DirectCEntryStub.
2013-09-25 palfia@homejinni.comMIPS: Turn the NumberToStringStub into a hydrogen stub.
2013-09-25 haitao.feng... Fix a typo
2013-09-24 mstarzinger... Expose SameValue equality comparison algorithm
2013-09-24 titzer@chromium.orgDelete Runtime_NotifyOSR.
2013-09-24 yangguo@chromium.orgFlush recompile jobs on last-resort GC.
2013-09-24 yangguo@chromium.orgScripts should not care about closed tree when committing.
2013-09-24 bmeurer@chromium.orgAvoid fallback to weak entropy for the PRNGs on Windows.
2013-09-24 jkummerow@chromium.orgMigrate to new test status file syntax
2013-09-24 ulan@chromium.orgAndroid: sync test/intl to device and disable default...
2013-09-24 dcarney@chromium.orgHandleScopeImplementer::entered_contexts_ should not...
2013-09-24 mstarzinger... Disable GC stress for mjsunit/opt-elements.kind test.
2013-09-24 mstarzinger... Correctly check for AllowHeapAllocation::IsAllowed().
2013-09-24 dslomov@chromium.orgAllocate typed arrays uninitialized when constructing...
2013-09-24 rodolph.perfetta... ARM: Tweak Math.exp.
2013-09-24 mvstanton@chromium.orgAdd field nested_sites to AllocationSite. This field...
2013-09-24 titzer@chromium.orgUse Unique<Object> in HConstant and remove UniqueValueId.
2013-09-24 bmeurer@chromium.orgTurn the NumberToStringStub into a hydrogen stub.
2013-09-24 bmeurer@chromium.orgFix invalid X87 stack depth after LCompareNumericAndBranch.
2013-09-24 dcarney@chromium.orgbuild fix for 16877
2013-09-23 mstarzinger... Handlify JSObject::MigrateInstance and friends.
2013-09-23 palfia@homejinni.comMIPS: Fixed a bug in CopyBytes() and new test cases...
2013-09-23 olivf@chromium.orgRevert "Allow control intructions to have side effects."
2013-09-23 olivf@chromium.orgAllow control intructions to have side effects.
2013-09-23 jkummerow@chromium.orgrefactor test instruction on ia32
2013-09-23 mstarzinger... Revert "Handlify JSObject::MigrateInstance and friends."
2013-09-23 mstarzinger... Handlify JSObject::MigrateInstance and friends.
2013-09-23 ulan@chromium.orgOut-of-line constant pool on Arm: Stage 1 - Free up...
2013-09-23 mstarzinger... Remove duplicated heap allocation functions.
2013-09-23 machenbach... [Sheriff] Revert "Let SetEntropySource() fail if called...
2013-09-23 bmeurer@chromium.orgFix build after r16890.
2013-09-23 mstarzinger... Introduce Heap::SelectSpace helper for allocations.
2013-09-23 dcarney@chromium.orgremove IsDeadCheck
2013-09-23 bmeurer@chromium.orgMove DumpBacktrace() to checks.cc and cleanup both...
2013-09-23 bmeurer@chromium.orgLet SetEntropySource() fail if called after V8::Initial...
2013-09-23 bmeurer@chromium.orgDocument that its the job of the embedder to provide...
2013-09-23 machenbach... Prepare push to trunk. Now working on version 3.22.1.
2013-09-23 machenbach... Fast-forward version number on bleeding_edge to 3.22.0
2013-09-23 mstarzinger... Handlify JSObject::AllocateStorageForMap method.
2013-09-23 dcarney@chromium.orgmove CopyablePersistentTraits to v8.h
2013-09-23 dcarney@chromium.orgremove Isolate::GetCurrent from Context api functions
2013-09-23 machenbach... Revert "Turn the NumberToStringStub into a hydrogen...
2013-09-23 mstarzinger... Remove obsolete Factory::EnsureCanContainElements method.
2013-09-23 bmeurer@chromium.orgTurn the NumberToStringStub into a hydrogen stub.
2013-09-23 bmeurer@chromium.orgFixed a bug in CopyBytes() and new test cases for ARM...
2013-09-20 palfia@homejinni.comMIPS: Save one branch for normal heap number un-tagging.
2013-09-20 adamk@chromium.orgFix d8-readline to use modern Persistent API
2013-09-20 dcarney@chromium.orgdon't use default isolate in mksnapshot
2013-09-20 prybin@chromium.orgLiveEdit to mark more closure functions for re-instanti...
2013-09-20 jochen@chromium.orgSkip tests failing on the no-i18n bot
2013-09-20 mstarzinger... Hanldify JSObject::PreventExtensions method.
2013-09-20 titzer@chromium.orgUse Unique<Cell> and Unique<PropertyCell> in LoadGlobal...
2013-09-20 titzer@chromium.orgUse Unique<Map> in HTransitionElementsKind.
2013-09-20 mstarzinger... Test that we can bootstrap into the first page of each...
2013-09-20 mstarzinger... Handlify JSObject::NormalizeProperties method.
2013-09-20 verwaest@chromium.orgPad the environment with 0 rather than the receiver...
2013-09-20 dcarney@chromium.orgbuild fix for 16858
2013-09-20 verwaest@chromium.orgRemove duplicate way of encoding the holder in the...
2013-09-20 dcarney@chromium.orgremove remaining uses of default isolate in tests
2013-09-20 bmeurer@chromium.orgAllow IfBuilder's to join existing (captured) continuat...
2013-09-20 bmeurer@chromium.orgSave one branch for normal heap number un-tagging.
2013-09-20 mvstanton@chromium.orgSome cleanup fixes
2013-09-20 machenbach... Skip intl tests from test262 when intl support is disabled.
2013-09-20 olivf@chromium.orgUse New<> constructors in BuildBinaryOperation.
2013-09-20 mstarzinger... Prevent test-log.cc from creating log files.
2013-09-20 olivf@chromium.orgFix Environment size mismatch in r6849.
2013-09-20 mvstanton@chromium.orgTurn off GcStress for another mjsunit test that asserts...
2013-09-20 olivf@chromium.orgHydrogen binop improvements
2013-09-20 bmeurer@chromium.orgImplement IfNot() in terms of If(), and add missing...
2013-09-20 bmeurer@chromium.orgMake the use of xmm0 as double scratch register explici...
2013-09-19 mstarzinger... Handlify JSObject::Freeze method.
2013-09-19 verwaest@chromium.orgOptimize typed-array length loading.
2013-09-19 mstarzinger... Handlify JSReceiver::SetPropertyWithDefinedSetter method.
2013-09-19 titzer@chromium.orgUse Unique<Map> in CompareMap.
2013-09-19 titzer@chromium.orgMake bounds check elimination iterative instead of...
2013-09-19 mstarzinger... Mark failing test262 tests for Windows and Mac.
2013-09-19 plind44@gmail.comMIPS: Add HLoadRoot hydrogen instruction.
2013-09-19 plind44@gmail.comMIPS: Move NumberToStringStub::GenerateLookupNumberStri...
2013-09-19 plind44@gmail.comMIPS: Turn HCompareHoleAndBranch into a HUnaryControlIn...
2013-09-19 dcarney@chromium.orgstop writing isolate-* files
2013-09-19 mstarzinger... Extend test262 harness to cover intl402 suite as well.
2013-09-19 verwaest@chromium.orgReenable polymorphic getter inlining.
2013-09-19 bmeurer@chromium.orgFix missing initialization of last_true_block_ in IfBui...
next