platform/upstream/v8.git
2015-08-18 Ben Smith[d8] Fix compile failure due to kMaxWorkers
2015-08-18 binji[d8 Workers] Add max worker count, throw an exception...
2015-08-18 binji[d8] Fix flakiness when calling quit() with isolates
2015-08-18 mstarzingerAdd presubmit check for header inclusion violation.
2015-08-18 mstarzingerMake heap.h usable without objects-inl.h header.
2015-08-18 rmcilroy[Interpreter] Add implementations for load immediate...
2015-08-18 bradnelsonAllowing optional build of a WASM prototype behind...
2015-08-18 danno[turbofan] Unify referencing of stack slots
2015-08-18 yangguoSkip regress-4279 for --isolates tests.
2015-08-18 mstarzingerRemove inline header includes from natives.h header.
2015-08-18 oth[Interpreter] Minimal bytecode generator.
2015-08-18 yangguoNative context: Fix issue when running prologue.js...
2015-08-18 rmcilroy[interpreter]: Changes to interpreter builtins for...
2015-08-18 mlippautz[api,heap] Fix external GC callbacks.
2015-08-18 yangguoNative context: run prologue.js before runtime.js
2015-08-18 yangguoSkip regress-crbug-501711 for --isolates tests.
2015-08-18 yangguoReland of move property loads from js builtins objects...
2015-08-18 Djordje.PesicMIPS: Fix bug in disassembler for JALR
2015-08-18 yangguoRevert of Remove property loads from js builtins object...
2015-08-18 jarin[turbofan] Remove the output_index field that was unuse...
2015-08-18 hpayerOnly evacuation candidate pages have a slots buffer...
2015-08-18 yangguoReenable code recompilation verification.
2015-08-18 yangguoRemove property loads from js builtins objects from...
2015-08-18 v8-autorollUpdate V8 DEPS.
2015-08-17 Adam KleinPoint @@isConcatSpreadable test failure line at the...
2015-08-17 bbudge[simd.js] Macro-ize more SIMD code.
2015-08-17 hpayerRevert "Regularly check hash set addresses to verify...
2015-08-17 mlippautz[heap] Get rid of unused regexp includes.
2015-08-17 titzer[turbofan] Support unboxed float and double stack param...
2015-08-17 mstarzinger[heap] Unify MarkingDeque push and unshift operations.
2015-08-17 hablichRevert of Remove property loads from js builtins object...
2015-08-17 hpayerFilter out slot buffer slots, that point to SMIs in...
2015-08-17 yangguoRemove property loads from js builtins objects from...
2015-08-17 vogelheimDefault-enable external startup snapshot for, like...
2015-08-17 titzer[turbofan] Handle void return in simplified-lowering.cc.
2015-08-17 jkummerow[test] Remove FLAG_always_opt special case in NotifyDeo...
2015-08-17 mstarzingerRemove grab-bag includes of v8.h from heap.
2015-08-17 mstarzinger[heap] Simplify MarkingDeque implementation.
2015-08-17 danno[turbofan]: Fix bug in register hinting
2015-08-17 rossberg[es6] Implement default parameters
2015-08-17 jianghua.yjhfix StrDup memory leak in CcTest
2015-08-17 rmcilroy[Interpreter] Move interpreter initialization until...
2015-08-17 yangguoDo not use js builtins object when constructing an...
2015-08-17 yangguoAdd DCHECK that the script context table do not contain...
2015-08-17 mstarzingerRemove grab-bag includes of v8.h from architecture...
2015-08-17 bmeurer[runtime] Unify and fix the strict equality comparison.
2015-08-17 chunyang.daiX87: Realize IWYU pattern for frames-inl.h header.
2015-08-15 caitpotter88[parser] make kInvalidLhsInFor a SyntaxError
2015-08-14 domenicPut V8 extras into the snapshot
2015-08-14 chunyang.daiAdd per-file OWNERS for x87-specific cctests.
2015-08-14 yangguoClean up native context slots and add new ones.
2015-08-14 mstarzingerRemove grab-bag includes of v8.h from regexp engine.
2015-08-14 ofrobotsNew flag --perf_basic_prof_only_functions
2015-08-14 mstarzingerRemove grab-bag includes of v8.h from IC subsystem.
2015-08-14 jkummerow[serializer] Move WeakFixedArray compaction to separate...
2015-08-14 titzer[turbofan] Gracefully handle missing info()->context...
2015-08-14 yangguoDo not export natives to runtime via js builtins object.
2015-08-14 vogelheimRework startup-data-util.
2015-08-14 yangguoNo longer use js builtins object as receiver for calls...
2015-08-14 mstarzingerRemove grab-bag includes of v8.h from several files.
2015-08-14 mstarzingerMake some foo.h headers usable without foo-inl.h header.
2015-08-14 yangguoDebugger: simplify calling into Javascript.
2015-08-14 v8-autorollUpdate V8 DEPS.
2015-08-13 adamkAlign PreParser for loop early error-checking with...
2015-08-13 rossberg[es6] Remove redundant flag parameter
2015-08-13 adamk[es6] Make assignment to new.target an early ReferenceError
2015-08-13 rmcilroy[interpreter]: Fix interpreter handler table initializa...
2015-08-13 mlippautz[api] Do not force external GCs when only trying to...
2015-08-13 oth[Interpreter] Register conversion fix and test.
2015-08-13 yangguoDebugger: remove duplicate heap iterations.
2015-08-13 mstarzingerRemove inline header includes from non-inline headers...
2015-08-13 adamkRemove old webkit Object-getOwnPropertyNames test
2015-08-13 paul.lindMIPS64: Fix InterpreterEntryTrampoline().
2015-08-13 mstarzingerMake some foo.h headers usable without foo-inl.h header.
2015-08-13 titzer[turbofan] Propagate representation information from...
2015-08-13 chunyang.daiX87: [compiler] Remove broken support for undetectable...
2015-08-13 bmeurerRevert of [runtime] Remove useless IN builtin. (patchse...
2015-08-13 bmeurer[runtime] Remove useless IN builtin.
2015-08-13 yangguoRevert of Debugger: use a Map to cache mirrors. (patchs...
2015-08-13 mstarzingerMake object.h usable without object-inl.h header.
2015-08-13 rmcilroy[interpreter]: Update BytecodeArrayBuilder register...
2015-08-13 yangguoDebugger: use a Map to cache mirrors.
2015-08-13 yangguoDebugger: do not expose global object.
2015-08-13 bmeurer[runtime] Remove useless DELETE builtin.
2015-08-13 Benedikt MeurerAdd more OWNERS for components.
2015-08-13 bmeurer[strong] Simplify (and sortof optimize) string addition...
2015-08-13 yangguoRevert of Group lexical context variables for faster...
2015-08-13 yangguoMove regexp implementation into its own folder.
2015-08-13 titzerAdd tests for float32/float64 parameters/returns passed...
2015-08-13 v8-autorollUpdate V8 DEPS.
2015-08-12 littledanStage sloppy classes
2015-08-12 littledanAdd class to existing lexical scoping tests
2015-08-12 jfbSecurity: disable nontemporals.
2015-08-12 binji[Atomics] Fix compile failure in clang/win build in...
2015-08-12 adamk[api] Delete non-maybe version of CompileModule
2015-08-12 yangguoDebugger: load debugger builtins as normal native JS.
2015-08-12 bmeurer[runtime] Remove useless %_IsUndetectableObject intrinsic.
2015-08-12 yangguoDo not save script object on the class constructor.
2015-08-12 yangguoAdd to full-codegen/OWNERS.
2015-08-12 bmeurer[compiler] Remove broken support for undetectable strings.
next