platform/upstream/v8.git
2014-03-10 bmeurer@chromium.orgReplace the recursion in PropagateMinusZeroChecks(...
2014-03-08 rafaelw@chromium.orgReland "Enable Object.observe by default"
2014-03-08 rafaelw@chromium.orgRevert "Enable Object.observe by default"
2014-03-08 rafaelw@chromium.orgEnable Object.observe by default
2014-03-07 plind44@gmail.comMIPS: Consistenly handle power-of-2 divisors in divisio...
2014-03-07 palfia@homejinni.comMIPS: Introduce intrinsics for double values in Javascript.
2014-03-07 yurys@chromium.orgFix compiler warning on Win64
2014-03-07 m.m.capewell... A64: Improve constraints on StoreKeyed instructions
2014-03-07 yurys@chromium.orgFix compilation on 32-bit platforms after r19728
2014-03-07 yurys@chromium.orgAllocationTracker now maintains a map from address...
2014-03-07 rodolph.perfetta... A64: tidy up the disassembler
2014-03-07 plind44@gmail.comMIPS: Symbols for type cells.
2014-03-07 alexandre.rames... A64: Clean and improve ArgumentsAdaptorTrampoline.
2014-03-07 alexandre.rames... A64: Handle a few TODOs.
2014-03-07 yangguo@chromium.orgReland "Introduce intrinsics for double values in Javas...
2014-03-07 svenpanne@chromium.orgRevert "Handle non-power-of-2 divisors in division...
2014-03-07 svenpanne@chromium.orgWindows build fix.
2014-03-07 svenpanne@chromium.orgA64 tweaks for division-like operations.
2014-03-07 svenpanne@chromium.orgHandle non-power-of-2 divisors in division-like operations
2014-03-07 yurys@chromium.orgAllocation tracker: add separate entry for allocations...
2014-03-07 ulan@chromium.orgIntroduce Runtime_GetAllScopesDetails to get all scopes...
2014-03-07 mvstanton@chromium.orgTest FeedbackVectorPreservedAcrossRecompiles needs...
2014-03-07 svenpanne@chromium.orgConsistenly handle power-of-2 divisors in division...
2014-03-07 ulan@chromium.orgReduce heavy runtime calls from debug mirrors.
2014-03-07 bmeurer@chromium.orgTrack global cells as special side effects in GVN.
2014-03-07 mvstanton@chromium.orgMoved type feedback vector to SharedFunctionInfo.
2014-03-07 ulan@chromium.orgCheck and clear date cache in DateCurrentTime, DateLoca...
2014-03-07 yangguo@chromium.orgRevert "Introduce intrinsics for double values in Javas...
2014-03-07 verwaest@chromium.orgRevert "Use Representation::Integer32() for smi types...
2014-03-07 baptiste.afsa... A64: Minor improvement in FullCodeGenerator::VisitObjec...
2014-03-07 mstarzinger... Update .gitignore to new test262 package name.
2014-03-07 mvstanton@chromium.orgSymbols for type cells. We can make more efficient...
2014-03-07 baptiste.afsa... A64: Tidy up some TODOs in GenerateRecordCallTarget.
2014-03-07 yangguo@chromium.orgIntroduce intrinsics for double values in Javascript.
2014-03-07 yangguo@chromium.orgRemove duplicates in runtime macros.
2014-03-07 marja@chromium.orgRemove Script::SetData and the script_data parameter...
2014-03-07 yangguo@chromium.orgHarmony: move implementation of Math.log1p and Math...
2014-03-07 bmeurer@chromium.orgia32: Simplify inlined Smi code for SAR.
2014-03-07 yangguo@chromium.orgUse fast path for sliced and external strings in Conver...
2014-03-07 bmeurer@chromium.orgOptimistically untag the input in tagged-to-i.
2014-03-06 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.25.6.
2014-03-06 ishell@chromium.orgFix for failing asserts in HBoundsCheck code generation...
2014-03-06 jkummerow@chromium.orgFix HConstants with Smi-ranged HeapNumber values
2014-03-06 ulan@chromium.orgMark mjsunit/whitespaces as slow and timeout for a64.
2014-03-06 mvstanton@chromium.orgBugfix for 349874: we incorrectly believe we saw a...
2014-03-06 verwaest@chromium.orgOnly use the non-strict-arguments-stub if the store...
2014-03-06 jkummerow@chromium.orgLet HTransitionElementsKind take part in RestoreActualV...
2014-03-06 vegorov@chromium.orgFix VPrintHelper used on Windows.
2014-03-06 yangguo@chromium.orgRemove outdated assertion scope.
2014-03-06 bmeurer@chromium.orgAdd quickcheck targets for modes, builds and arches.
2014-03-06 yangguo@chromium.orgFix issues with JSON stringify replacer array
2014-03-06 verwaest@chromium.orgUse Representation::Integer32() for smi types on 32...
2014-03-06 verwaest@chromium.orgAlso delete force representations that have no uses.
2014-03-05 titzer@chromium.orgPrepare push to trunk. Now working on version 3.25.5.
2014-03-05 hpayer@chromium.orgIgnore slots buffer overflow when recording entries...
2014-03-05 jarin@chromium.orgFix materialization of captured objects in adapted...
2014-03-05 jarin@chromium.orgDeoptimization fix for HPushArgument.
2014-03-05 yangguo@chromium.orgHandle exception when retrieving toJSON function in...
2014-03-05 rossberg@chromium.orgAdd --es-staging flag
2014-03-05 jkummerow@chromium.orgx64: Fix LMathMinMax for constant Smi right-hand operands
2014-03-05 mstarzinger... Print properly signed displacement in disassembler.
2014-03-05 mstarzinger... Fix issue with setting __proto__ on a value
2014-03-04 machenbach... Refactoring: Make script dependencies more object-orien...
2014-03-04 plind44@gmail.comMIPS: Remove all uses of field-tracking flags that...
2014-03-04 plind44@gmail.comMIPS: Push safepoint registers in deferred number-to...
2014-03-04 alexandre.rames... A64: Move veneer emission checking in the Assembler.
2014-03-04 mstarzinger... Print properly signed displacement in IA32 disassembler.
2014-03-04 mvstanton@chromium.orgRefactoring to clean up duplicate code in Heap::Allocat...
2014-03-04 verwaest@chromium.orgRemove all uses of field-tracking flags that do not...
2014-03-04 bmeurer@chromium.orgPush safepoint registers in deferred number-to-i/u...
2014-03-04 verwaest@chromium.orgAllow objects with "" properties to stay fast.
2014-03-04 ishell@chromium.orgDon't disable hash randomization option in predictable...
2014-03-04 bmeurer@chromium.orgFix HStringAdd::PrintDataTo().
2014-03-04 titzer@chromium.orgPrepare push to trunk. Now working on version 3.25.4.
2014-03-04 yangguo@chromium.orgFix HCheckValue::Canonicalize wrt uninitialized HConsta...
2014-03-04 machenbach... Add try server configuration for 'git cl try'.
2014-03-03 machenbach... Add coverage analysis to push and merge script tests.
2014-03-03 hpayer@chromium.orgConsolidate RecordWriteFromCode and RecordWriteForEvacu...
2014-03-03 ulan@chromium.orgMake EvictFromOptimizedCodeMap more robust.
2014-03-03 ulan@chromium.orgFix A64 after 19635.
2014-03-03 verwaest@chromium.orgFix symbol printing in migration / generalization tracing
2014-03-03 ulan@chromium.orgClear optimized code cache in shared function info...
2014-02-28 machenbach... Refactoring: Long option names in push and merge scripts.
2014-02-28 commit-bot... Fix ChangeLog entries.
2014-02-28 commit-bot... Fix line distance in push and merge scripts.
2014-02-28 rossberg@chromium.orgMove all Harmony-only tests to harmony/
2014-02-28 jochen@chromium.orgUpdate README about where the test262 files are downloa...
2014-02-28 ishell@chromium.orgCheck elimination did not mark some dead blocks.
2014-02-28 marja@chromium.orgRevert "Remove Script::SetData and the script_data...
2014-02-28 jkummerow@chromium.orgFix ARM/MIPS versions of r19607
2014-02-28 marja@chromium.orgRemove Script::SetData and the script_data parameter...
2014-02-28 yangguo@chromium.orgRemove bogus assertion regarding code marked for deopt.
2014-02-28 svenpanne@chromium.orgFixed constant folding for Math.clz32.
2014-02-28 jochen@chromium.orgMake a64.release a quickcheck target
2014-02-28 jkummerow@chromium.orgFail early when re-entering code that has been patched...
2014-02-28 jochen@chromium.orgUpdate test262 to get test data from github
2014-02-28 jochen@chromium.orgWhen upgrading the test data twice, don't bail out...
2014-02-28 mvstanton@chromium.orgA JSArray may have a filler map in the elements pointer.
2014-02-28 yangguo@chromium.orgEvict from optimized code map in sync with removing...
2014-02-28 marja@chromium.orgparser: fix build on solaris
next