platform/upstream/v8.git
2015-09-15 chunyang.daiX87: [stubs] Simplify the non-function case of CallCons...
2015-09-15 chunyang.daiX87: Vector ICs: The Oracle needs to report feedback...
2015-09-15 mstarzinger[turbofan] Fix JSInliner to handle non-returning bodies.
2015-09-15 mvstantonReland VectorICs: ia32 store ics need a virtual register.
2015-09-15 cbrunibuiltins.cc return PackedElementsKind where applicable
2015-09-15 mstarzinger[turbofan] Model arguments object materialization in...
2015-09-15 machenbachPort cfi blacklist from chromium.
2015-09-15 brettwRemove transitional GN code.
2015-09-15 oth[Interpreter] Avoid shadowing variables in the bytecode...
2015-09-15 machenbach[test] More robust perf runner with profiler option.
2015-09-15 hablich[Docs] Add information on how to contribute to the...
2015-09-15 Ilija.PavlovicMIPS: Fix testcases r6_beqzc and mov.
2015-09-15 neisFix printing of types and do some cleanups.
2015-09-15 machenbachRevert of [crankshaft] Re-add fast-case for string...
2015-09-15 bmeurer[crankshaft] Re-add fast-case for string add left/right.
2015-09-15 jarin[turbofan] Limit the load/store machine types to the...
2015-09-15 v8-autorollUpdate V8 DEPS.
2015-09-15 alphRemoving function filtering from the v8 sampling
2015-09-14 mbrandyPPC: [builtins] Simplify String constructor code.
2015-09-14 mbrandyPPC: [Interpreter] Add support for JS calls.
2015-09-14 gdeepti[test] Add an option to the perf runner to support...
2015-09-14 machenbachRevert of VectorICs: ia32 store ics need a virtual...
2015-09-14 mvstantonVectorICs: ia32 store ics need a virtual register.
2015-09-14 cbrunielements.cc CopyDoubleToObjectElements: avoid excessive...
2015-09-14 mstarzinger[heap] No leakage of objects-visiting.h outside of...
2015-09-14 cbruniUsing GetMoreGeneralElementsKind in more places
2015-09-14 mlippautz[loggers] Guard object/code move events using mutexes.
2015-09-14 mlippautzFix initialization order (setup) for JSArrayBuffer...
2015-09-14 mstarzinger[heap] Separate scavenger functionality into own file.
2015-09-14 cbruniPreserve the ElementsKind in builtin.cc Slice early...
2015-09-14 rmcilroy[Interpreter] Add support for JS calls.
2015-09-14 neisMake --turbo-stats output more self-explanatory.
2015-09-14 neisConstruct Range rather than Constant when typing integers.
2015-09-14 bmeurer[builtins] Remove STRING_ADD_LEFT and STRING_ADD_RIGHT...
2015-09-14 bmeurer[builtins] Simplify String constructor code.
2015-09-14 cbruniFixing Sloppy Symbol.iterator setter
2015-09-13 tandriiWhitespace change to test gnumbd for master branch.
2015-09-11 brettwOptionally use new GN optimization config.
2015-09-11 yurysProfiler code clean-up
2015-09-11 mstarzinger[MIPS] Remove obsolete MacroAssembler::FlushICache.
2015-09-11 akos.palfiMIPS: Save and restore callee-saved FP registers in...
2015-09-11 balazs.kilvadyMIPS: Refine '[stubs] Simplify the non-function case...
2015-09-11 mbrandyPPC: Make FlushICache part of Assembler(Base) and take...
2015-09-11 mbrandyPPC: [builtins] Remove the weird STACK_OVERFLOW builtin.
2015-09-11 mbrandyPPC: [stubs] Simplify the non-function case of CallCons...
2015-09-11 mlippautzMake FlushICache part of Assembler(Base) and take Isola...
2015-09-11 Michael AchenbachWhitespace change to smoke-test auto-bisect.
2015-09-11 bmeurer[builtins] Remove the weird STACK_OVERFLOW builtin.
2015-09-11 mvstantonVector ICs: gyp flag to run with vector-stores on.
2015-09-11 bmeurer[stubs] Simplify the non-function case of CallConstruct...
2015-09-11 mtrofin[turbofan] Greedy: live range grouping.
2015-09-10 mbrandyPPC: Vector ICs: The Oracle needs to report feedback...
2015-09-10 yurysProfiler: resolve top of stack address to a function
2015-09-10 oth[Interpreter] Skeleton bytecode graph builder
2015-09-10 mvstantonVector ICs: The Oracle needs to report feedback for...
2015-09-10 conradwParsing especially large nested functions takes up...
2015-09-10 ishellEnable loads and stores to global vars through property...
2015-09-10 jkummerowAdd instrumentation to track down a crasher
2015-09-10 caitpotter88[es6] fixup for rest parameters perf test
2015-09-10 mythriaContinuing removing deprecated functions from cctests
2015-09-10 bmeurer[runtime] Move binary operator fallbacks into the runtime.
2015-09-10 ishellDo not look for the slot in the ScopeInfo's global...
2015-09-10 fedorTypedArray accessor detection: consider entire prototyp...
2015-09-10 mvstantonFix for v8:4380 introduced a regression in Octane crypto.
2015-09-10 cbruniAdding template parameter to PrototypeIterator GetCurrent
2015-09-10 mstarzinger[runtime] Remove Runtime::KeyedGetObjectProperty function.
2015-09-10 mstarzinger[turbofan] Disable test that started to timeout.
2015-09-10 mstarzinger[turbofan] Remove obsolete --turbo-try-catch flag.
2015-09-10 chunyang.daiX87: On a call to Array(), we patched a call ic.
2015-09-10 bmeurer[runtime] Sanitize %NewClosure runtime entries.
2015-09-10 Djordje.PesicMIPS: Fix illegal use of at register
2015-09-10 chunyang.daiX87: [calls] Consistent call protocol for calls.
2015-09-10 chunyang.daiX87: [builtins] Unify the various versions of [[Call...
2015-09-10 chunyang.daiX87: [runtime] Replace many buggy uses of %_CallFunctio...
2015-09-09 mbrandyPPC: Fix "Desugar %DefaultConstructorCallSuper partiall...
2015-09-09 mtrofin[turbofan] relative_id of splinters and their children.
2015-09-09 mstarzingerDesugar %DefaultConstructorCallSuper partially in parser.
2015-09-09 mstarzinger[runtime] Move AtomicIsLockFree out of Runtime class.
2015-09-09 mbrandyPPC: [calls] Consistent call protocol for calls.
2015-09-09 mbrandyPPC: On a call to Array(), we patched a call ic. This...
2015-09-09 rmcilroy[Interpreter] Add support for property store operations.
2015-09-09 mvstantonCrankshaft: consolidated element loads always deopted...
2015-09-09 mbrandyAIX: Fix 'may be used uninitialized' compiler errors
2015-09-09 mbrandyPPC: Reland Vector ICs: platform support for vector...
2015-09-09 mbrandyPPC: [builtins] Unify the various versions of [[Call...
2015-09-09 mbrandyPPC: [runtime] Replace many buggy uses of %_CallFunctio...
2015-09-09 mstarzinger[turbofan] Make %Arguments composable with inlining.
2015-09-09 balazs.kilvadyMIPS64: Fix 'On a call to Array(), we patched a call...
2015-09-09 bmeurer[runtime] Remove unused %NumberUnaryMinus runtime function.
2015-09-09 mstarzinger[turbofan] Handle stack overflow exceptions in JSInliner.
2015-09-09 jochenUse v8-reviews@ for review mail, so v8-dev@ is free...
2015-09-09 mvstantonOn a call to Array(), we patched a call ic. This CL...
2015-09-09 bmeurer[calls] Consistent call protocol for calls.
2015-09-08 caitpotter88[es6] add js-perf-test for rest parameters
2015-09-08 paul.lindMIPS: minor cleanup in macro-assembler.
2015-09-08 dusan.m.milosavljevicMIPS64: [turbofan] Improve changes from and to Smi.
2015-09-08 balazs.kilvadyMIPS: Fix 'Optimize simulator.'
2015-09-08 paul.lindMIPS: Fix MacroAssembler::AssertFunction()
2015-09-08 mstarzinger[heap] Prevent leakage of GCCallbacksScope outside...
2015-09-08 ulanUse idle task to perform incremental marking steps.
next