platform/upstream/v8.git
2013-12-04 yangguo@chromium.orgRemove unused trigonometric code.
2013-12-04 mvstanton@chromium.orgRemove unnecessary overflow check in HGraphBuilder...
2013-12-04 svenpanne@chromium.orgRemove internal uses of HandleScope::Close().
2013-12-04 mvstanton@chromium.orgAllocationSite::memento_found_count() and friends need...
2013-12-04 machenbach... Prepare push to trunk. Now working on version 3.23.19.
2013-12-04 bmeurer@chromium.orgRevert "Use constant types to represent the fixed right...
2013-12-04 yangguo@chromium.orgRevert "Implement hyperbolic math functions for ES6."
2013-12-04 machenbach... Add fully automated mode to push-to-trunk script.
2013-12-04 bmeurer@chromium.orgUse constant types to represent the fixed right arg...
2013-12-04 yangguo@chromium.orgImplement hyperbolic math functions for ES6.
2013-12-04 bmeurer@chromium.orgFix performance regression in Kraken audio-oscillator.
2013-12-04 bmeurer@chromium.orgSkip write barrier if value and object originate from...
2013-12-03 titzer@chromium.orgAdd some test cases with dead loops.
2013-12-03 verwaest@chromium.orgCheck whether the receiver to a keyed-call is actually...
2013-12-03 dslomov@chromium.orgFix condition in merge-to-branch.sh
2013-12-03 jkummerow@chromium.org'make quickcheck': don't overwrite debug output.
2013-12-03 hpayer@chromium.orgDisable escape analysis.
2013-12-03 jochen@chromium.orgTests that make a stack allocated persistent weak and...
2013-12-03 machenbach... Mock out date call in push-to-trunk script for testability.
2013-12-03 ulan@chromium.orgMake LCodeGen::RegisterDependentCodeForEmbeddedMaps...
2013-12-03 bmeurer@chromium.orgRevert "Use constant types to represent the fixed right...
2013-12-03 bmeurer@chromium.orgUse constant types to represent the fixed right arg...
2013-12-03 jochen@chromium.orgRemove deprecated Persistent::MakeWeak usage from V8
2013-12-03 jochen@chromium.orgChange clang-format config to allow for two empty lines...
2013-12-03 jochen@chromium.orgAdd dcarney to V8 OWNERS
2013-12-03 bmeurer@chromium.orgEnable new string add.
2013-12-03 yurys@chromium.orgRemove HeapSnapshotsCollection class
2013-12-03 machenbach... Fix change log generation in push-to-trunk script.
2013-12-03 machenbach... Prepare push to trunk. Now working on version 3.23.18.
2013-12-03 haitao.feng... Refactor X64 movq assembler instruction
2013-12-03 haitao.feng... Use ULL and LL suffix for uint64_t and int64_t constant...
2013-12-02 palfia@homejinni.comMIPS: Tidy up Throw and Mod
2013-12-02 palfia@homejinni.comMIPS: Refactor BinaryOpIC to be able to use different...
2013-12-02 palfia@homejinni.comMIPS: Fix HInnerAllocatedObject to use an HValue for...
2013-12-02 palfia@homejinni.comMIPS: Optimize WrapReceiver
2013-12-02 titzer@chromium.orgCheck elimination: Learn from if(CompareMap(x)) on...
2013-12-02 jochen@chromium.orgRemove remaining HandleScope::Close usage
2013-12-02 palfia@homejinni.comMIPS: Remove the obsolete Code::IsPregenerated flag.
2013-12-02 ulan@chromium.orgPrint exit code on crash in run-tests.py
2013-12-02 marja@chromium.orgFix: test-debug.cc: don't misuse C++.
2013-12-02 mvstanton@chromium.orgBug in StoreIC::GenerateMegamorphic: strict_mode/extra_...
2013-12-02 jkummerow@chromium.orgSupport 'werror=no' on Mac/Xcode
2013-12-02 m.m.capewell... ARM: Tidy up Throw and Mod
2013-12-02 titzer@chromium.orgEnable global load elimination.
2013-12-02 yurys@chromium.orgSimplify allocation tracker API
2013-12-02 rossberg@chromium.orgMove more logic from AST to oracle, pt 3
2013-12-02 bmeurer@chromium.orgFix NaCl build.
2013-12-02 bmeurer@chromium.orgRefactor BinaryOpIC to be able to use different stubs.
2013-12-02 bmeurer@chromium.orgFix invalid assertion with OSR in BuildBinaryOperation.
2013-12-02 yangguo@chromium.orgMake sin-cos test case compatible with --always-osr.
2013-12-02 mstarzinger... Handle captured objects in OptimizedFrame::Summarize.
2013-12-02 mvstanton@chromium.orgRemoved pieces of extra_ic_state scattered around the...
2013-12-02 bmeurer@chromium.orgFix HInnerAllocatedObject to use an HValue for the...
2013-12-02 m.m.capewell... ARM: Optimize WrapReceiver
2013-12-02 machenbach... Prepare push to trunk. Now working on version 3.23.17.
2013-12-02 machenbach... Add retry feature for push-to-trunk script.
2013-12-02 verwaest@chromium.orgRemove special "store global proxy" IC, use as slow_stub().
2013-12-02 bmeurer@chromium.orgRemove the obsolete Code::IsPregenerated flag.
2013-12-02 bmeurer@chromium.orgFix compilation error with latest Xcode.
2013-12-01 bmeurer@chromium.orgDon't run tests if build fails in quickcheck.
2013-11-30 palfia@homejinni.comMIPS: Drop IsPregenerated() and allow_stub_calls flag.
2013-11-29 palfia@homejinni.comMIPS: Fix failures on Octane 2.0 zlib benchmark.
2013-11-29 bmeurer@chromium.orgDrop IsPregenerated() and allow_stub_calls flag.
2013-11-29 palfia@homejinni.comMIPS: Fix --new-string-add feature.
2013-11-29 palfia@homejinni.comMIPS: Optimize NumberTagU
2013-11-29 mvstanton@chromium.orgArray builtins need to be prevented from changing froze...
2013-11-29 m.m.capewell... ARM: Optimize NumberTagU
2013-11-29 verwaest@chromium.orgReupload CallIC changes.
2013-11-29 titzer@chromium.orgEliminate HCheckHeapObject instructions in check elimin...
2013-11-29 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.23.16.
2013-11-29 yangguo@chromium.orgTurn off new_string_add flag.
2013-11-29 yangguo@chromium.orgRevert r18144, r18143.
2013-11-29 jkummerow@chromium.orgA few small refactorings and typo fixes
2013-11-29 mstarzinger... Follow-up fix for r18135 in TryCallApply.
2013-11-29 yurys@chromium.orgDo not put allocated block into HeapObjectsMap
2013-11-29 mstarzinger... Fix context register allocation in LTransitionElementsKind.
2013-11-29 yurys@chromium.orgMove heap profiler state flags to HeapProfiler
2013-11-29 bmeurer@chromium.orgEnable --new-string-add by default.
2013-11-29 yangguo@chromium.orgFix build.
2013-11-29 yangguo@chromium.orgRevert r18131 and r18139 "Clean up in the CallStubCompi...
2013-11-29 palfia@homejinni.comMIPS: Fetch strictmode in the interceptor setter from...
2013-11-29 palfia@homejinni.comMIPS: Fix register usage.
2013-11-29 palfia@homejinni.comMIPS: Cleanup in the CallStubCompiler.
2013-11-29 palfia@homejinni.comMIPS: Use the HandlerFrontendHeader in most call compilers.
2013-11-28 verwaest@chromium.orgRemove strictmode from FindHandler.
2013-11-28 verwaest@chromium.orgFetch strictmode in the interceptor setter from the IC.
2013-11-28 verwaest@chromium.orgFix register usage.
2013-11-28 titzer@chromium.orgRemove static asserts that dont compile on windows
2013-11-28 titzer@chromium.orgImplement global check elimination using the HFlowEngine.
2013-11-28 mvstanton@chromium.orgMove responsibility for definition of ExtraICState...
2013-11-28 yangguo@chromium.orgFix bug in inlining Function.apply.
2013-11-28 titzer@chromium.orgFix load elimination: can only .Equals() GVN-able instr...
2013-11-28 verwaest@chromium.orgCleanup in the CallStubCompiler.
2013-11-28 rossberg@chromium.orgMove more logic from AST to oracle, pt 2
2013-11-28 dslomov@chromium.orgEnsure that length is Smi in TypedArrayFromArrayLike...
2013-11-28 jochen@chromium.orgUndeprecate Persistent::ClearAndLeak
2013-11-28 rmcilroy@chromium.orgSwap cp and pp registers on Arm such for work on OOL...
2013-11-28 machenbach... Fix quickcheck make target.
2013-11-28 verwaest@chromium.orgUse the HandlerFrontendHeader in most call compilers.
2013-11-28 hpayer@chromium.orgFix allocation memento bookeeping code for js arrays.
next