platform/upstream/v8.git
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
2014-02-28 bmeurer@chromium.orgFix JSObject::PrintTransitions.
2014-02-28 hpayer@chromium.orgFix representation generalization for doubles.
2014-02-28 jochen@chromium.orgDelete the simulator when we don't need it anymore
2014-02-28 mvstanton@chromium.orgThe Array function must be looked up in the native...
2014-02-28 jochen@chromium.orgA64: fix cctest/test-assembler-a64
2014-02-28 dcarney@chromium.orgGet array_function from NativeContext
2014-02-28 bmeurer@chromium.orgFix handling of constant global variable assignments.
2014-02-28 titzer@chromium.orgRemove dead CompileOptimized() method from JSFunction.
2014-02-28 svenpanne@chromium.orgRemoved bogus ASSERT.
2014-02-27 ishell@chromium.orgHAllocate should never generate allocation code if...
2014-02-27 rafaelw@chromium.orgRuntime::RunMicrotask should silent return if no pendin...
2014-02-27 verwaest@chromium.orgAvoid normalizing global proxy for fuzzing purposes.
2014-02-27 verwaest@chromium.orgFix putting of prototype transitions. The length is...
2014-02-27 yangguo@chromium.orgFix bogus assertion.
2014-02-27 jarin@chromium.orgHandle arguments objects in frame when materializing...
2014-02-27 yangguo@chromium.orgFix bogus assertion in SetFastDoubleElements.
2014-02-27 mvstanton@chromium.orgFix for Clusterfuzz issue 343928.
2014-02-27 dcarney@chromium.orgRevert "Better threaded fuzzing for TestFunctionCallOpt...
2014-02-27 mstarzinger... Implement and enable zapping of code space while sweeping.
2014-02-27 dcarney@chromium.orgBetter threaded fuzzing for TestFunctionCallOptimization
2014-02-26 machenbach... Fix patch creation in merge-to-branch script.
2014-02-26 machenbach... Refactoring: Deprecate optparse in push and merge scripts.
2014-02-26 jochen@chromium.orgA64: Hardwire the decoder and the simulator
2014-02-26 jochen@chromium.orgA64: Make the Decoder a template
2014-02-26 jochen@chromium.orgA64: Move the dispatching logic of the decoder to a...
2014-02-26 jochen@chromium.orgA64: Decoder should not inherit from DecoderVisitor
2014-02-26 jochen@chromium.orgAdd vi swap files to .gitignore
2014-02-25 ishell@chromium.orgFix for failing asserts in HBoundsCheck code generation...
2014-02-25 verwaest@chromium.orgRevert "Use stability to only conditionally flush infor...
2014-02-25 marja@chromium.orgFollow up to r19538: Bump preparse data version number.
2014-02-25 hpayer@chromium.orgRe-evaluate marking bits of a descriptor array when...
2014-02-25 jkummerow@chromium.orgMark HCompareMap as having Tagged representation
2014-02-25 dcarney@chromium.orgCrash like chrome. Currently, most chrome crashes...
2014-02-25 hpayer@chromium.orgPrepare push to trunk. Now working on version 3.25.3.
2014-02-25 mvstanton@chromium.orgRevert r19430, r19459:
2014-02-25 rossberg@chromium.orgFix crasher in Object.getOwnPropertySymbols
2014-02-25 marja@chromium.orgFix the bit massaging code in CompleteParserRecorder...
2014-02-25 ulan@chromium.orgRevert r19455 "Load target types and handlers before...
2014-02-25 bmeurer@chromium.orgDon't eliminate loads with incompatible types or repres...
2014-02-25 ishell@chromium.orgFix for a smi stores optimization on x64 with a regress...
2014-02-25 jochen@chromium.orgCheck that after a weak callback, the handle is either...
2014-02-25 dcarney@chromium.orgnegative bounds checking on realm calls
2014-02-24 marja@chromium.orgLazy preparsing vs. lazy parsing fix.
2014-02-24 jkummerow@chromium.orgFix optimistic BCE to back off after deopt
2014-02-21 baptiste.afsa... A64: Replace a Subs by a Sub where flags don't need...
2014-02-21 baptiste.afsa... A64: Remove a couple of already addressed TODOs.
2014-02-21 m.m.capewell... A64: Tidy up register use in TaggedToI
2014-02-21 mstarzinger... Initialize interface descriptor for ToNumberStub.
2014-02-21 alexandre.rames... A64: Increase the margin for veneer checks.
2014-02-21 machenbach... Prepare push to trunk. Now working on version 3.25.2.
2014-02-20 danno@chromium.orgRemove bogus ASSERTs
2014-02-20 plind44@gmail.comMIPS: Add flag for testing long branch mode.
2014-02-20 jochen@chromium.orgEnsure that the worker pool is running if we intend...
2014-02-20 verwaest@chromium.orgUse holder dictionary-mode to detect FAST or NORMAL
2014-02-20 plind44@gmail.comMIPS: Fix clz implementation of the simulator.
next