platform/upstream/v8.git
2015-03-17 dcarneyconvert String::New functions to maybe
2015-03-17 mvstantonUse platform specific stubs for vector-based Load/Keyed...
2015-03-17 yangguoSerializer: Cache FlagList::Hash result.
2015-03-17 ulanRetain maps that have live prototypes.
2015-03-17 jarin[turbofan] Variable liveness analysis for deopt.
2015-03-17 loisloCpuProfiler: extract DeoptInfo fill in code into a...
2015-03-17 yangguoSerializer: micro-optimizations for the deserializer.
2015-03-17 dcarneyadd missing dcheck to ToLocalChecked
2015-03-17 v8-autorollUpdate V8 DEPS.
2015-03-16 jacob.bramley[ARM64] [turbofan] Improve construction of doubles.
2015-03-16 svenpanneMake valgrind a bit more happy by zero-terminating...
2015-03-16 jochenHook up over approximating the weak closure to the...
2015-03-16 loisloCpuProfiler: replace FLAG_hydrogen_track_positions...
2015-03-16 ishellBugfix in hydrogen GVN.
2015-03-16 jarin[turbofan] Cache for reusing parts of value vector...
2015-03-16 loisloCpuProfiler: convert List<InlinedFunctionInfo> into...
2015-03-16 yangguoPromote code from code cache to compilation cache.
2015-03-16 svenpanneRemove BLACKLIST from check-name-clashes.py, it's wrong...
2015-03-16 jochenRepeatedly overapproximate the weak closure as long...
2015-03-16 hpayerRemove all atomic access from store buffer.
2015-03-16 yangguoFix RelocInfo::Mode enum wrt LAST_STANDARD_NONCOMPACT_ENUM.
2015-03-16 mstarzingerRevert of Remove kind field from StackHandler. (patchse...
2015-03-16 hpayerDelete dead store buffer verification code and code...
2015-03-16 jacob.bramleyFix ll_prof.py for static binaries.
2015-03-16 dusan.milosavljevicMIPS64: Unify and improve Word32 compares to use same...
2015-03-16 ulanFix data race in Isolate::CheckDetachedContextsAfterGC
2015-03-16 mstarzingerRemove kind field from StackHandler.
2015-03-16 jochenClarify arm gn configuration
2015-03-16 yurysRemove obsolete TakeHeapSnapshot method from API
2015-03-16 ishellRevert of Reland of Remove slots that point to unboxed...
2015-03-16 michael_dawsonPPC: Exclude mirror-object test until issue is resolved
2015-03-16 yurysBeautify syntax error for unterminated argument list
2015-03-16 michael_dawsonPPC: Further leverage internal references.
2015-03-16 yangguoAdd more debug output for flaky debug-references test.
2015-03-16 michael_dawsonPPC: Implement turbofan Float64Min and Float64Max machi...
2015-03-16 bmeurer[turbofan] Fix typo in ControlReducer.
2015-03-14 machenbachUpdate V8 DEPS.
2015-03-14 Michael AchenbachWhitespace change for updating perf shards (2)
2015-03-14 Michael AchenbachWhitespace change for updating perf shards (1)
2015-03-14 machenbachMake release scripts even more robust.
2015-03-14 machenbachMake release scripts more robust.
2015-03-14 Michael AchenbachWhitespace change to test slave-side triggers.
2015-03-13 Michael AchenbachWhitespace change to test slave-side triggers.
2015-03-13 Michael AchenbachWhitespace change to test slave-side triggers.
2015-03-13 jochenDon't assert that we only cross compile on linux
2015-03-13 mstarzingerRemove some dead code from the Isolate.
2015-03-13 arv[es6] Function length property should be configurable
2015-03-13 dslomovFix test for function declarations syntax error.
2015-03-13 rossberg[strong] Check super constructor calls
2015-03-13 dslomovRemove --harmony-scoping flag.
2015-03-13 kozyatinskiy[V8] Use Function.name in Error.stack
2015-03-13 yangguoHide Symbol implementation in a closure.
2015-03-13 jochenUse the incremental root marking visitor for overapprox...
2015-03-13 yangguoEncode RelocInfo extra tag to fit changed RelocInfo...
2015-03-13 dslomovImplement TDZ in StoreIC for top-level lexicals.
2015-03-13 yangguoAdd more output to flaky debug-references test.
2015-03-13 jochenExtract code to mark an object during incremental marking
2015-03-13 yangguoPPC: fix allocation issues for PPC64.
2015-03-13 titzerSpeed up FastElementsAccessor::ValidContents by removin...
2015-03-13 yangguoSerializer: prepare support for INTERNAL_REFERENCE_ENCODED.
2015-03-13 marjaRemove duplicate script scope.
2015-03-13 jochenTurn on job-based optimizing compiler
2015-03-13 michael_dawsonPPC: [turbofan] Introduce optional Float64Min and Float...
2015-03-13 michael_dawsonPPC: Simplify pending message object handling.
2015-03-13 bmeurer[turbofan] Use builtin inlining mechanism for Math...
2015-03-12 adamkFix error message for Object.observe accept argument
2015-03-12 Hannes PayerReactivate all the cores in cpu.sh.
2015-03-12 balazs.kilvadyMIPS: Improve naming of turbofan ops for %_DoubleHi...
2015-03-12 balazs.kilvadyMIPS: [turbofan] Introduce optional Float64Min and...
2015-03-12 arvUse path in name for test262-es6
2015-03-12 dcarneyremove DeletedField from PropertyDetails
2015-03-12 dslomovSwitch the order of experimental global initialization...
2015-03-12 jochenUse target_cpu instead of cpu_arch in BUILD.gn
2015-03-12 johanFix build on solaris platforms
2015-03-12 mstarzinger[turbofan] Bring back long lost comment to AstGraphBuilder.
2015-03-12 yangguoHide RegExp and String initialization in a closure.
2015-03-12 bmeurer[turbofan] Introduce optional Float64Min and Float64Max...
2015-03-12 caitpotter88[es6] support template literals after MemberExpression
2015-03-12 balazs.kilvadyMIPS: Simplify pending message object handling.
2015-03-12 mstarzinger[turbofan] Introduce builders for property access.
2015-03-12 bashiAdd Cast() for Int32 and Uint32
2015-03-12 Sven PanneRemove funky 2-stage initialization of ParserInfo and...
2015-03-12 ishellIncorrect handling of HTransitionElementsKind in hydrog...
2015-03-12 marja[strong] Cleanup and fix test (declaration-after-use...
2015-03-12 balazs.kilvadyMIPS: CpuProfiler: enable tests except four failing...
2015-03-12 dcarneyadd 0 length guard in IsNonArrayIndexInteger
2015-03-12 mstarzingerSimplify pending message object handling.
2015-03-12 mvstantonVector-ICs: Implement slot sharing for global loads.
2015-03-12 bmeurer[turbofan] Remove unused diamonds during control reduction.
2015-03-12 machenbachMark ProcessDebugMessagesThreaded as flaky.
2015-03-12 michael_dawsonPPC: simplify delta calculation in DoDeferredInstanceOf...
2015-03-12 michael_dawsonPPC: remove test excludes no longer required
2015-03-12 michael_dawsonPPC: Simplify pending message script handling.
2015-03-11 adamkModules: simplify logic around allocation of module...
2015-03-11 dprankeFix the toolchain used to build the snapshots in GN.
2015-03-11 ishellReland of Remove slots that point to unboxed doubles...
2015-03-11 balazs.kilvadyMIPS: Simplify pending message script handling.
2015-03-11 balazs.kilvadyMIPS64: CpuProfiler: fix for CollectDeoptEvents test.
2015-03-11 yangguoHide native Date implementation in function context.
2015-03-11 svenpanneRe-arranged intrinsic macros a bit.
next