[stubs] Don't pass name to Load/StoreGlobalViaContext stubs.
[platform/upstream/v8.git] / src /
2015-07-28 bmeurer[stubs] Don't pass name to Load/StoreGlobalViaContext...
2015-07-27 mbrandyUpdate PPC OWNERS
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 mbrandyPPC: [stubs] Properly handle read-only properties in...
2015-07-27 bmeurer[stubs] Properly handle read-only properties in StoreGl...
2015-07-27 mbrandyPPC: Cross-script variables handling fixed. It was...
2015-07-27 mbrandyPPC: Fix '[stubs] Optimize LoadGlobalViaContextStub...
2015-07-27 mbrandyPPC: VectorICs: vector [keyed]store ic MISS handling...
2015-07-27 adamkRemove old TODO and commented-out DCHECK in Isolate...
2015-07-27 michael_dawsonAdd Junliang to PPC owners list
2015-07-27 yangguoDebugger: do not reject data parsed in the background...
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
2015-07-27 yangguoDebugger: correctly recompile toplevel eval functions...
2015-07-27 mvstantonVectorICs: vector [keyed]store ic MISS handling infrast...
2015-07-27 yangguoDebugger: do not hold onto debug infos weakly.
2015-07-27 mbrandyPPC: [stubs] Optimize LoadGlobalViaContextStub and...
2015-07-27 yangguoRevert "In RegExp, lastIndex is read with ToLength...
2015-07-27 chunyang.daiX87: implement MathPow stub for X87.
2015-07-27 hpayerRemove slot buffer entries in deoptimized code objects...
2015-07-27 yangguoRevert of Debugger: correctly redirect eval code. ...
2015-07-27 paul.lindAdd arch OWNERS files to full-codegen dir.
2015-07-27 ishellCross-script variables handling fixed. It was possible...
2015-07-26 paul.lindMIPS64: Fix LoadGlobalViaContextStub
2015-07-25 littledanSplit off a separate --harmony_sloppy_let flag
2015-07-24 hichris123Make dates default to the local timezone if none specified
2015-07-24 rmcilroy[interpreter] A couple of minor tweaks to BytecodeArray.
2015-07-24 rossbergRemove remnants of INTERNAL variable handling from...
2015-07-24 jochenDon't try to get the mark bits of the one ptr filler...
2015-07-24 bmeurerReland^2 "Enable loads and stores to global vars throug...
2015-07-24 yangguoDebugger: correctly redirect eval code.
2015-07-24 mvstantonVectorICs: VisitClassLiteral needs adjustment for IC...
2015-07-24 yangguoDebugger: always include deoptimization support for...
2015-07-24 rossbergFind right scope associated with prologue
2015-07-24 bmeurer[mips] Fix Load/StoreGlobalContext stubs.
2015-07-24 oth[Interpreter] Add BytecodeArray class and add to Shared...
2015-07-24 yangguoDebugger: fix deoptimizing inlined function.
2015-07-24 ulanExtract function to compute mutator utilization.
2015-07-24 yangguoMove Full-codegen into its own folder.
2015-07-24 chunyang.daiX87: [stubs] Optimize LoadGlobalViaContextStub and...
2015-07-24 chunyang.daiX87: [interpreter] Add basic framework for bytecode...
2015-07-24 chunyang.daiX87: Unify "runtime-style" IC functions with Runtime...
2015-07-24 chunyang.daiX87: HydrogenCodeStubs consume stack arguments via...
2015-07-24 machenbachRevert of Revert "In RegExp, lastIndex is read with...
2015-07-24 bmeurer[stubs] Optimize LoadGlobalViaContextStub and StoreGlob...
2015-07-24 chunyang.daiX87: Eliminate redundant descriptor ElementTransitionAn...
2015-07-24 littledanRevert "In RegExp, lastIndex is read with ToLength...
2015-07-24 chunyang.daiX87: Fix pushing of register in CallConstructStub outsi...
2015-07-23 mostynbconvert a bunch of DCHECKs to STATIC_ASSERT
2015-07-23 Adam KleinFix d8 prompt after readline removal
2015-07-23 mbrandyPPC: Fix pushing of register in CallConstructStub outsi...
2015-07-23 mbrandyPPC: [interpreter] Add basic framework for bytecode...
2015-07-23 mbrandyPPC: Unify "runtime-style" IC functions with Runtime...
2015-07-23 mbrandyPPC: HydrogenCodeStubs consume stack arguments via...
2015-07-23 mbrandyPPC: Eliminate redundant descriptor ElementTransitionAn...
2015-07-23 rmcilroy[interpreter] Fix GCMole warning.
2015-07-23 mstarzinger[turbofan] Remove deprecated code from RawMachineAssembler.
2015-07-23 hichris123Fix check for a date with a 24th hour
2015-07-23 rossberg[es6] Fix and clean up recognition of simple parameter...
2015-07-23 rmcilroy[interpreter] Add basic framework for bytecode handler...
2015-07-23 mvstantonHydrogenCodeStubs consume stack arguments via descriptor.
2015-07-23 rossberg[es6] Make sure temporaries are not allocated in block...
2015-07-23 dannoUnify "runtime-style" IC functions with Runtime intrinsics
2015-07-23 yangguoRemove readline support from d8.
2015-07-23 jochenRemove code for no longer present external array on...
2015-07-23 rossberg[es6] Some renamings and minor clean-ups in parameter...
2015-07-23 yangguoReduce duplicate code in full-codegen across platforms.
2015-07-23 hpayerUse a lock in pages to synchronize sweeper threads...
2015-07-23 rossberg[es6] Fix function context check for super and new...
2015-07-23 yangguoRevert of Reduce duplicate code in full-codegen across...
2015-07-23 yangguoRemove d8's interactive Javascript debugger.
2015-07-23 mstarzinger[turbofan] Add some documenting comments to RawMachineA...
2015-07-23 mstarzinger[turbofan] Remove bloated GraphBuilder base class.
2015-07-23 yangguoReduce duplicate code in full-codegen across platforms.
2015-07-23 yurysRemove RestartFrame from live edit API
2015-07-23 Ilija.PavlovicMIPS: Fix simulator data trace for DSLL and BAL/BGEZAL.
2015-07-23 adamk[es6] Array.prototype[Symbol.iterator].name should...
2015-07-22 danno[turbofan]: Fix tail calls edge cases and add tests
2015-07-22 mstarzinger[turbofan] Preserve cached code across GCs.
2015-07-22 mvstantonEliminate redundant descriptor ElementTransitionAndStor...
2015-07-22 mstarzingerAllow for optimized code map to have zero entries.
2015-07-22 mstarzingerFix pushing of register in CallConstructStub outside...
2015-07-22 jochenStore offset between fixed typed array base and data...
2015-07-22 mstarzinger[arm] Fix pushing of stale register in CallConstructStub.
2015-07-22 yangguoDebugger: fix crash when debugger is enabled between...
2015-07-22 mtrofinUnit tests for the live range conflict detection mechan...
2015-07-22 bbudgeSIMD.js: Update Float32x4 and tests to current spec.
2015-07-21 hpayerRevert "Directly remove slot buffer entries in deoptimi...
2015-07-21 rmcilroy[turbofan] Change RawMachineAssembler to take a CallDes...
2015-07-21 dstencePPC: perf enhancement: Use larger heap page size on...
2015-07-21 mstarzinger[arm] Address TODO in CallConstructStub::Generate.
2015-07-21 mstarzinger[arm64] Address TODO in CallConstructStub::Generate.
2015-07-21 ulanARM: make sure that the expected code size is computed...
2015-07-21 epertosoAlways run the second pass of the phantom callbacks...
2015-07-21 mlippautzAdd scavenger events to GC tracer
2015-07-21 binji[d8] Remove deprecated calls from d8-readline
2015-07-21 chunyang.daiX87: Debugger: prepare code for debugging on a per...
2015-07-20 mbrandyPPC: Debugger: prepare code for debugging on a per...
2015-07-20 danno[turbofan]: Add a context relaxation Reducer
2015-07-20 mstarzinger[turbofan] Move workaround with TDZ of 'this' variable.
2015-07-20 epertosoTakes the script offset into account when obtaining...
next