platform/upstream/v8.git
2014-06-03 adamk@chromium.orgAdd API support for passing a C++ function as a microta...
2014-06-03 plind44@gmail.comMIPS: Improve write barriers in optimized code.
2014-06-03 jochen@chromium.orgRoll buildtools to 5d89977ce55240995d1596fe420b818468f5ec37
2014-06-03 mstarzinger... Visit encountered JSWeakCollection list during scavenging.
2014-06-03 rmcilroy@chromium.orgFix Arm release build after r21653
2014-06-03 rmcilroy@chromium.orgAdd support for extended constant pool arrays.
2014-06-03 marja@chromium.orgMisc cleanup (split from the "delay string / value...
2014-06-03 ishell@chromium.orgFixed lint errors caused by "runtime/references" rule...
2014-06-03 marja@chromium.orgFix leaky tests added by r21649.
2014-06-03 marja@chromium.orgAdd tests for FuncNameInferrer.
2014-06-03 machenbach... Let benchmark runner exit with proper return codes.
2014-06-03 yangguo@chromium.orgRename EnterDebugger to DebugScope.
2014-06-03 vogelheim@chromium.orgSupport external startup data in V8.
2014-06-03 yangguo@chromium.orgEntering debugger scope should not make debugger active.
2014-06-03 yangguo@chromium.orgAdd option to disable MirrorCache.
2014-06-03 machenbach... Add buildtools to svn:ignore.
2014-06-03 jochen@chromium.orgAdd DEPS files and run checkdeps in presubmit check
2014-06-03 jochen@chromium.orgIgnore buildtools directory in presubmit.py checks
2014-06-03 jochen@chromium.orgCorrect include paths in checks.h
2014-06-03 jochen@chromium.orgMake dependencies target less noisy when run repeatedly
2014-06-03 jochen@chromium.orgAdd buildtools/ to .gitignore
2014-06-03 mvstanton@chromium.orgAdjust cctest.status for Cpu profiler tests which are...
2014-06-03 jochen@chromium.orgAdd dependency on buildtools repo
2014-06-03 hpayer@chromium.orgDeopt maybe tenure allocation sites when semi-space...
2014-06-03 mvstanton@chromium.orgRevert "Reland "Make 'name' property on functions confi...
2014-06-03 jochen@chromium.orgUpdate include paths for gcmole
2014-06-03 bmeurer@chromium.orgImprove write barriers in optimized code.
2014-06-03 hpayer@chromium.orgRename new_space_dominator to dominator since dominator...
2014-06-03 rossberg@chromium.orgFix test
2014-06-03 jochen@chromium.orgFix compilation on win shared and mips
2014-06-03 ishell@chromium.orgFix PathTracer.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-06-03 mvstanton@chromium.org%ObjectFreeze needs to exclude non-fast-path objects.
2014-06-03 hpayer@chromium.orgTenure allocation sites only when semi-space is maximum...
2014-06-03 mvstanton@chromium.orgWhen flag --nouse-osr is set, don't allow osr from...
2014-06-03 marja@chromium.orgMinor cleanups & trivial refactoring related to Ast.
2014-06-03 Jacob.Bramley... ARM64: Fix ASM_LOCATION and the like.
2014-06-03 jochen@chromium.orgAdd collection-iterator.js to BUILD.gn after r21615
2014-06-03 jochen@chromium.orgFirst cut at run_mksnapshot action for gn
2014-06-03 bmeurer@chromium.orgInline fast path for Array.indexOf() and Array.lastInde...
2014-06-03 adamk@chromium.orgSplit Put into Put and Remove
2014-06-03 adamk@chromium.orgES6: Add support for values/keys/entries for Map and Set
2014-06-02 weiliang.lin... X87: Don't push eax/rax before calling Runtime_Abort
2014-06-02 weiliang.lin... X87: Simplify known successor block lowering.
2014-06-02 plind44@gmail.comMIPS: Simplify known successor block lowering.
2014-06-02 mstarzinger... Reland "Make 'name' property on functions configurable."
2014-06-02 Jacob.Bramley... ARM64: Restructure the L1 deopt jump table.
2014-06-02 yangguo@chromium.orgSome more debugger-related refactorings.
2014-06-02 bmeurer@chromium.orgHandle HCheckInstanceType and HIsStringAndBranch in...
2014-06-02 yangguo@chromium.orgRelease execution lock before dispatching interrupt...
2014-06-02 yangguo@chromium.orgSome debugger-related clean-ups and renamings.
2014-06-02 weiliang.lin... X87: use more suitable build flag
2014-06-02 weiliang.lin... X87: Remove check for SAHF support in ia32
2014-06-02 weiliang.lin... X87: Refactor CallICStub to use a different stub for...
2014-06-02 weiliang.lin... X87: Move LiveEdit-related code.
2014-06-02 jochen@chromium.orgUpdate gn config after r21578
2014-06-02 verwaest@chromium.orgRemove PROHIBITS_OVERWRITING as it is subsumed by non...
2014-06-02 verwaest@chromium.orgClean up (Get|Set)Property(Attributes)WithFailedAccessC...
2014-06-02 bmeurer@chromium.orgRevert "Handle HCheckInstanceType and HIsStringAndBranc...
2014-06-02 bmeurer@chromium.orgHandle HCheckInstanceType and HIsStringAndBranch in...
2014-06-02 bmeurer@chromium.orgInline Array.shift() fast path instead of using a code...
2014-06-02 bmeurer@chromium.orgFix HPushArguments instruction.
2014-06-02 yangguo@chromium.orgRemove unused debug API.
2014-06-02 bmeurer@chromium.orgSimplify known successor block lowering.
2014-05-31 jkummerow@chromium.orgBuildNumberToString: Check for undefined keys in the...
2014-05-30 jkummerow@chromium.orgInlined optimized runtime functions: expose Runtime...
2014-05-30 jkummerow@chromium.orgHarden Runtime_FunctionSetPrototype, Isolate::PrintStack
2014-05-30 bmeurer@chromium.orgHRor and HSar can deoptimize.
2014-05-30 verwaest@chromium.orgDon't push eax/rax before calling Runtime_Abort
2014-05-30 rmcilroy@chromium.orgFix typo in test/fuzz-natives/testcfg.py
2014-05-29 plind44@gmail.comMIPS: Refactor HType to get rid of various hacks.
2014-05-29 weiliang.lin... X87: Refactor HType to get rid of various hacks.
2014-05-29 bmeurer@chromium.orgRefactor HType to get rid of various hacks.
2014-05-28 rafaelw@chromium.orgSimplify, speed-up correct-context ObjectObserve calls
2014-05-28 adamk@chromium.orgAllow microtasks to throw exceptions and handle them...
2014-05-28 ishell@chromium.orgFastCloneShallowArrayStub should not be used it the...
2014-05-28 rossberg@chromium.orgSplit Distributivity test
2014-05-28 ulan@chromium.orgCheck that all properties are processed in NameDictiona...
2014-05-28 machenbach... Add new benchmark suite runner.
2014-05-28 mstarzinger... Use non-copying sorting in test harness.
2014-05-28 machenbach... Fix deopt fuzzer after adding a no_sorting flag.
2014-05-28 danno@chromium.orgFix lint complaints in objects.h
2014-05-28 jochen@chromium.orgAdd a dummy v8 target to BUILD.gn so we can depend...
2014-05-28 mvstanton@chromium.orgCallIC::PrintState() was incorrectly declared as V8_FINAL.
2014-05-28 mvstanton@chromium.orgRefactor CallICStub to use a different stub for each...
2014-05-28 mstarzinger... Fix processing of partially initialized JSWeakCollection.
2014-05-28 yangguo@chromium.orgFree memory in the mock array buffer allocator.
2014-05-28 mstarzinger... Add flag to test harness to stop sorting test cases.
2014-05-28 yangguo@chromium.orgRefactor after break target computation.
2014-05-28 yangguo@chromium.orgMove LiveEdit-related code.
2014-05-28 mvstanton@chromium.orgChanging the attributes of a data property implemented...
2014-05-28 mstarzinger... Add Seq[One,Two]ByteString to runtime test generator.
2014-05-28 yangguo@chromium.orgForce inline runtime functions into its wrapper.
2014-05-28 verwaest@chromium.orgCleanup GetPropertyWithCallback / SetPropertyWithCallba...
2014-05-28 mstarzinger... Drop bogus assert after r21552.
2014-05-28 mvstanton@chromium.orgRepairs to FLAG_pretenure_call_new.
2014-05-28 mstarzinger... Make incremental marker post-process JSWeakCollection.
2014-05-28 weiliang.lin... X87: Fix a typo in below CL
2014-05-28 weiliang.lin... X87: Small changes in preparation for Hydrogen-generate...
2014-05-28 weiliang.lin... X87: Convert String array index/length hash to BitField.
next