platform/upstream/v8.git
2014-10-22 dslomov@chromium.orgRemove [[PROTOTYPE]] from ObjectToStringHarmony
2014-10-22 wingo@igalia.comArray.prototype.{reduce, reduceRight}: Wrong order...
2014-10-22 machenbach... Move js perf tests to a common root on the perf dashboard.
2014-10-22 machenbach... Add an --msan flag to run-tests.py.
2014-10-22 machenbach... Whitespace change to test new git workflow.
2014-10-22 mstarzinger... Switch ScheduleLateNodeVisitor to use explicit queue.
2014-10-22 bmeurer@chromium.org[turbofan] Add support for deferred code.
2014-10-22 dslomov@chromium.orgPerf tests for fromCodePoint and codePointAt.
2014-10-22 sigurds@chromium.orgAdd FRINTP (round towards positive infinity) instruction.
2014-10-22 balazs.kilvady... MIPS64: Spread the knowledge!
2014-10-22 bmeurer@chromium.orgDisable libstdc++ debug mode on x64 for now.
2014-10-22 mstarzinger... Remove testing artifacts from Schedule::AddFoo.
2014-10-22 dslomov@chromium.orgFlatten the string in StringToDouble function.
2014-10-22 jochen@chromium.orgReally disable test when running with optimize for...
2014-10-22 bmeurer@chromium.orgEnable libstdc++ debug mode in debug builds.
2014-10-22 dslomov@chromium.orgSpread the knowledge!
2014-10-22 jochen@chromium.orgFix newly added test to not run with optimize-for-size
2014-10-22 jochen@chromium.orgAdd support for a target new space size
2014-10-22 bmeurer@chromium.orgUse getauxval() if available.
2014-10-21 machenbach... Whitespace change to trigger revert of new test262...
2014-10-21 machenbach... Whitespace change to trigger new test262-es6 tests.
2014-10-21 machenbach... Whitespace change to trigger new test262-es6 tests.
2014-10-21 adamk@chromium.orgReplace single quotes with double quotes to fix BUILD.gn
2014-10-21 adamk@chromium.orgArray.prototype.{slice,splice} should use [[DefineOwnPr...
2014-10-21 dslomov@chromium.orgUpdate ObjectToString to Harmony-draft algorithm
2014-10-21 mstarzinger... Revert "Make sure floating phi nodes are coupled to...
2014-10-21 mstarzinger... Make sure floating phi nodes are coupled to their control.
2014-10-21 titzer@chromium.orgFix scheduler not to connect final merge block in the...
2014-10-21 dcarney@chromium.org[turbofan] use ZonePool in most places in the compiler...
2014-10-21 titzer@chromium.orgFix off-by-one bug in TurboFan register allocator.
2014-10-21 titzer@chromium.orgFix AstGraphBuilder for loops like for(;;).
2014-10-21 rossberg@chromium.orgFix incorrect private access
2014-10-21 mvstanton@chromium.orgThe issue is that by handling strings with map/handler...
2014-10-21 rossberg@chromium.orgFix data race with interface caching
2014-10-21 jochen@chromium.orgUse an idle notification of 0ms as hint that a GC after...
2014-10-21 dcarney@chromium.org[turbofan] add ZonePool to correctly track compiler...
2014-10-21 bmeurer@chromium.org[turbofan] Reduce ~~x to x.
2014-10-21 wingo@igalia.comAssign bailout and type feedback IDs in a post-pass
2014-10-21 dslomov@chromium.orgHandle property name "-0" correctly for typed arrays.
2014-10-21 verwaest@chromium.orgRemove unused IsDirty
2014-10-21 dusan.milosavljevic... Handle NaN value storing in Uint8Clamped typed arrays.
2014-10-21 dslomov@chromium.orgPerf tests for harmony string functions.
2014-10-21 bmeurer@chromium.org[x86] Select better left operand for comparisons.
2014-10-21 yangguo@chromium.orgFix leak in d8.
2014-10-21 svenpanne@chromium.orgRevert "Assign bailout and type feedback IDs in a post...
2014-10-21 verwaest@chromium.orgRemove unused GetConstructor
2014-10-21 yurys@chromium.orgFix use-of-uninitialized-value introduced in r24700
2014-10-21 ulan@chromium.orgFix Win64 after r24758.
2014-10-21 ulan@chromium.orgUse smi zero instead of undefine_value to zap dead...
2014-10-21 svenpanne@chromium.orgAssign bailout and type feedback IDs in a post-pass
2014-10-21 weiliang.lin... X87: vector-based ICs did not update type feedback...
2014-10-21 svenpanne@chromium.orgRemove v8stdint.h, it doesn't serve a purpose anymore.
2014-10-21 dcarney@chromium.orgfix ia32 after r24753
2014-10-21 dcarney@chromium.org[turbofan] cleanup InstructionSequence
2014-10-21 yangguo@chromium.orgd8: create compile cache in a separate isolate.
2014-10-21 bmeurer@chromium.orgVisual Studio provides stdint.h these days.
2014-10-20 balazs.kilvady... MIPS64: vector-based ICs did not update type feedback...
2014-10-20 mvstanton@chromium.orgFix gc mole test failure.
2014-10-20 yangguo@chromium.orgRemove deprecated Ascii-related identifiers from includ...
2014-10-20 dslomov@chromium.orgSimplify language feature management.
2014-10-20 bmeurer@chromium.orgDrop obsolete misc-intrinsics.h file.
2014-10-20 verwaest@chromium.orgRemove dead GeneralizeFieldRepresentation
2014-10-20 rossberg@chromium.orgUpgrade test262-es6
2014-10-20 yangguo@chromium.orgRemove fuzz-natives tests.
2014-10-20 ulan@chromium.orgAnnotate PromotionQueue::RelocateQueueHead for MemorySa...
2014-10-20 jochen@chromium.orgRead object pointer atomically while updating slots
2014-10-20 yangguo@chromium.orgMove some Runtime:: functions and remove runtime.h...
2014-10-20 bmeurer@chromium.orgRemove (untested) code for unsupported compilers.
2014-10-20 machenbach... Whitespace change to test new git workflow.
2014-10-20 mvstanton@chromium.orgvector-based ICs did not update type feedback counts...
2014-10-20 mikhail.naganov... Add README.md file
2014-10-20 bmeurer@chromium.orgplatform: fix build on SmartOS
2014-10-20 bmeurer@chromium.org[turbofan] Move node matchers to separate file.
2014-10-20 dcarney@chromium.org[turbofan] pass zone to InstructionSequence
2014-10-20 dcarney@chromium.org[turbofan] fix build after r24726
2014-10-20 dcarney@chromium.org[turbofan] remove schedule from InstructionSequence
2014-10-20 marja@chromium.orgScript streaming: more UTF-8 handing fixes (again).
2014-10-20 bmeurer@chromium.org[arm64] Skip TF tests that time out in simulator debug...
2014-10-20 yangguo@chromium.orgSpecial handling for inline caches in code serializer.
2014-10-20 svenpanne@chromium.orgAvoid the Marsaglia effect in 3D
2014-10-20 sigurds@chromium.orgFix Win64 size_t/int conversion after b3f2277ea42a.
2014-10-20 sigurds@chromium.orgAdd inlining for intrinsics.
2014-10-20 dcarney@chromium.orgsome static casts for windows to fix r24717
2014-10-20 dcarney@chromium.org[turbofan] decouple register allocation from schedule...
2014-10-20 bmeurer@chromium.org[turbofan] Skip bounds checks for positive indices...
2014-10-20 bmeurer@chromium.orgRevert "Enable libstdc++ debug mode in debug builds.".
2014-10-20 weiliang.lin... X87: ReceiverCheckMode needs to be utilized further.
2014-10-20 weiliang.lin... X87: Tick processor: Print C++ entry points.
2014-10-20 bmeurer@chromium.orgAdd turbo.cfg to .gitignore.
2014-10-20 weiliang.lin... X87: Implement the new semantics for 'super(...)'
2014-10-20 weiliang.lin... X87: Make disassembler string tables read-only.
2014-10-17 adamk@chromium.orgFix webkit getOwnPropertyNames test after r24706 remove...
2014-10-17 akos.palfi... MIPS64: ReceiverCheckMode needs to be utilized further.
2014-10-17 adamk@chromium.orgDon't expose Array.prototype.values as it breaks webcompat
2014-10-17 dslomov@chromium.orgCorrect semantics for numerically indexed stores to...
2014-10-17 mvstanton@chromium.orgReceiverCheckMode needs to be utilized further.
2014-10-17 jkummerow@chromium.orgFix compilation with GCC-4.8 after r24685
2014-10-17 jkummerow@chromium.orgTick processor: Print C++ entry points
2014-10-17 yangguo@chromium.orgFix compile issue.
2014-10-17 dcarney@chromium.orgskip some gc stress tests for tf
next