platform/upstream/v8.git
2014-12-02 vogelheimFix NativesCollection<.>::GetScriptName in natives...
2014-12-02 baptiste.afsa[turbofan] Enable DivIsSafe flag for arm64.
2014-12-02 mstarzingerSwitch CFGBuilder to use NodeMarker.
2014-12-02 mstarzingerRestrict floating control to minimal control-connected...
2014-12-02 mstarzingerMake generic algorithm a little less generic.
2014-12-02 weiliang.lin[ia32] Introduce FMA3 instructions on scalar data elements.
2014-12-02 jochenTrace how long it takes to compute the weak closure...
2014-12-02 dslomovStage ES6 classes and object literal extensions.
2014-12-02 dannoClean up node iteration
2014-12-02 ulanReland parts of 'Use weak cells in map checks in polymo...
2014-12-02 machenbachAdd Android platform to performance runner.
2014-12-02 svenpanneFixed environment handling for LFlooringDivI on ARM.
2014-12-02 Marja HölttäMake the ParserSync test faster (and re-enable it).
2014-12-02 Benedikt Meurer[turbofan] Use the temporary zone for the VN cache.
2014-12-02 Benedikt Meurer[turbofan] Cache the Branch operator(s).
2014-12-02 Benedikt Meurer[turbofan] Cache the JSStoreProperty operator(s).
2014-12-02 dslomovRestore correct logic in GC test.
2014-12-02 hpayerPerform smaller marking steps incrementally in idle...
2014-12-02 jochenAfter moving unreachable weak global handles only proce...
2014-12-02 Benedikt Meurer[turbofan] Add missing tests for SimplifiedOperatorBuilder.
2014-12-02 titzer[turbofan] Enable stage 1.
2014-12-02 marjaES6 unicode extensions, part 1.
2014-12-02 titzer[turbofan] Initialize less frequently used types in...
2014-12-02 marjaParser: Removing debug code.
2014-12-02 titzer[turbofan] Make context specialization into a reducer.
2014-12-02 Hannes PayerFix idle time trace printing.
2014-12-02 yurysAdd GetIdentityHash to v8::Name object API
2014-12-02 machenbachRevert of Use weak cells in map checks in polymorphic...
2014-12-02 machenbachRevert of MIPS: Use weak cells in map checks in polymor...
2014-12-02 weiliang.lin[ia32] Introduce vex prefix version of float64 arithmet...
2014-12-02 bmeurer[turbofan] Workaround inconsistency of the type system.
2014-12-02 bmeurerGet rid of the unused __my_bool__ macro.
2014-12-02 thakisSet V8_CC_GNU or V8_CC_MSVC for clang in gcc / cl mode.
2014-12-02 Benedikt Meurer[turbofan] Add checked load/store operators.
2014-12-01 paul.lindMIPS: Use weak cells in map checks in polymorphic ICs.
2014-12-01 dslomovharmony-classes: Fix some issues with syntactic restric...
2014-12-01 hpayerUse just one marking deque.
2014-12-01 titzer[turbofan] Add a PhaseScope for initialization.
2014-12-01 svenpanneImproved Makefile.android's readability a bit.
2014-12-01 ishellDo not call Heap::IterateAndMarkPointersToFromSpace...
2014-12-01 ulanAndroid ARM: enable PIE.
2014-12-01 titzer[turbofan] NodeMarker in ControlReducer.
2014-12-01 Weiliang Lin[x64] introduce vex prefix version of float64 arithmeti...
2014-12-01 ulanUse weak cells in map checks in polymorphic ICs.
2014-12-01 danno[turbofan]: Use "leal" more prevasively on x64
2014-12-01 halton.huoFix clang++ warnings on -Wtautological-constant-out...
2014-12-01 jochenMake sure we have non-zero idle time even after roundin...
2014-11-28 dslomovIntroduce a kill-switch for shipping features.
2014-11-28 machenbachAbstract platform in perf runner.
2014-11-28 mstarzingerRemove deprecated NodeData class.
2014-11-28 dslomovRevert of Introduce a kill-switch for shipping features...
2014-11-28 dslomovStage @@toStringTag (--harmony-tostring)
2014-11-28 mstarzingerDe-generify the GenericNode.
2014-11-28 aandreyExpose generator object internal properties via mirrors.
2014-11-28 Dmitry LomovIntroduce a kill-switch for shipping features.
2014-11-28 mstarzingerDe-generify the GenericGraph.
2014-11-28 Dusan MilosavljevicMIPS64: Fix MULT in simulator to conform the spec.
2014-11-28 Ben L. Titzer[turbofan] Add NodeMarker and use it in the GraphReducer.
2014-11-28 yangguoSerializer: use opcode to signal new chunk.
2014-11-28 mstarzingerRemove deprecated pieces from generic algorithm.
2014-11-28 hpayerUse incremental marking deque in idle notification.
2014-11-28 machenbachMake resources config ready for android test runner.
2014-11-28 dcarneyadd fast path for hashing small cons strings
2014-11-28 mstarzingerRemove duplicate code for searching SharedFunctionInfo.
2014-11-28 hpayerUse deadline in IdleNotification.
2014-11-28 machenbachAdd test flags feature to perf runner.
2014-11-28 machenbachFix candidate lookup in auto push script.
2014-11-28 Dmitry LomovFix nosnap build
2014-11-28 chunyang.daiX87: Flesh out vector ic state query and set mechanisms.
2014-11-28 dslomovharmony-classes: Implement 'super(...)' call syntactic...
2014-11-27 Balazs KilvadyMIPS: Flesh out vector ic state query and set mechanisms.
2014-11-27 machenbachSet clang directory in gyp.
2014-11-27 Michael StantonFlesh out vector ic state query and set mechanisms.
2014-11-27 titzer[turbofan] Avoid repeatedly revisiting inputs in GraphR...
2014-11-27 dslomovSet @@toStringTag on GeneratorFunction prototype.
2014-11-27 caitpotter88Make TemplateLiteral hashing algorithm more memory...
2014-11-27 mstarzingerRemove deprecated constant helpers from JSGenericLowering.
2014-11-27 mstarzingerFix reduction result for branches in generic lowering.
2014-11-27 hpayerJust account for context disposal garbage collections...
2014-11-27 Hannes PayerRe-land: Distinguish beween final incremental mark...
2014-11-27 hpayerJust finalize incremental marking when marking is done...
2014-11-27 mstarzingerStart immediate dominator propagation at entry to float...
2014-11-27 mstarzingerSwitch backedge table in scheduler to use ZoneVector.
2014-11-27 balazs.kilvadyMIPS: harmony-scoping: make assignment to 'const' a...
2014-11-27 jochenIntroduce a new growth criterion for the new space...
2014-11-27 hpayerJust print interesting idle notification events in...
2014-11-27 jochenAdd support for downloading clang
2014-11-27 dcarneyAdd interceptor support for symbols
2014-11-27 dslomovShip harmony-strings
2014-11-27 ishellFast-to-slow migration should wipe out in-object space...
2014-11-27 yangguoEnsure double alignment when deserializing.
2014-11-27 dcarney[turbofan] add initial move optimizer
2014-11-27 Chunyang DaiX87: harmony-scoping: make assignment to 'const' a...
2014-11-26 mstarzingerMove linked list for RPO order into BasicBlock itself.
2014-11-26 ishellMap::CopyGeneralizeAllRepresentations() left incorrect...
2014-11-26 caitpotter88Fix raw TemplateLiteral spans with non-ascii characters
2014-11-26 titzerAbort optimization in corner case.
2014-11-26 jarinDo not try to inline if the function has an illegal...
2014-11-26 machenbachPush roll candidates based on candidate ref instead...
2014-11-26 mstarzingerReuse CFGBuilder in the scheduler to save memory.
next