platform/upstream/v8.git
2013-12-11 ulan@chromium.orgInitialize Date parse cache with SMI instead of double...
2013-12-11 jkummerow@chromium.orgSwitch armv7 setting to arm_version==7 in v8 gyp files
2013-12-11 yangguo@chromium.orgFix off-by-one error in AstTyper.
2013-12-10 palfia@homejinni.comMIPS: Fix popping order on ARM.
2013-12-10 palfia@homejinni.comMIPS: Properly restore the receiver after the intercept...
2013-12-10 palfia@homejinni.comMIPS: Fix patching the receiver (global object -> globa...
2013-12-10 verwaest@chromium.orgPush receiver and holder separately, given that they...
2013-12-10 verwaest@chromium.orgFix popping order on ARM.
2013-12-10 hpayer@chromium.orgAdded regression test for escape analysis.
2013-12-10 verwaest@chromium.orgProperly restore the receiver after the interceptor...
2013-12-10 dslomov@chromium.orgUse FAR jump in GenerateCompareFlatAsciiStrings.
2013-12-10 titzer@chromium.orgAdd a regression test for boolean concatenation in...
2013-12-10 verwaest@chromium.orgFix patching the receiver (global object -> global...
2013-12-10 yangguo@chromium.orgTrack *all* external strings in the external string...
2013-12-10 bmeurer@chromium.orgIncrease number of available major keys.
2013-12-09 ishell@chromium.orgHLoadNamedField for Smis optimized for x64
2013-12-09 verwaest@chromium.orgx64: save a bit code size
2013-12-09 machenbach... Prepare push to trunk. Now working on version 3.24.1.
2013-12-09 machenbach... Fast-forward version number on bleeding_edge to 3.24.0
2013-12-09 svenpanne@chromium.orgAvoid FP exceptions when doing integer division.
2013-12-09 svenpanne@chromium.orgFix trivial error when building with clang.
2013-12-09 yurys@chromium.orgReplace 'operator*' with explicit 'get' method on Smart...
2013-12-06 plind44@gmail.comMIPS: Faster memcpy.
2013-12-06 plind44@gmail.comMIPS: Fix compilation with clang.
2013-12-06 jkummerow@chromium.orgFix compilation with clang
2013-12-06 jkummerow@chromium.orgRemove outdated profiler flags
2013-12-06 mvstanton@chromium.orgBugfix: HCheckInstanceType::GetCheckMaskAndTag used...
2013-12-05 palfia@homejinni.comMIPS: Fix parameter passing in callback store ics on arm
2013-12-05 verwaest@chromium.orgFix loop side-effects of deoptimizing loops with a...
2013-12-05 machenbach... Add tests and extension verifying CHECK and ASSERT.
2013-12-05 yangguo@chromium.orgFix incorrect patching for OSR.
2013-12-05 dcarney@chromium.orgFix parameter passing in callback store ics on arm
2013-12-05 jkummerow@chromium.org'make quickcheck': Assorted improvements.
2013-12-05 yangguo@chromium.orgReland "Implement hyperbolic math functions for ES6."
2013-12-05 machenbach... Pass -Goutput_dir=. to the make generator.
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
next