[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / x87 / macro-assembler-x87.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-28 chunyang.daiX87: Full code shouldn't embed the type feedback vector.
2015-09-15 chunyang.daiX87: [builtins] Simplify String constructor code.
2015-09-10 chunyang.daiX87: [builtins] Unify the various versions of [[Call...
2015-09-07 chunyang.daiX87: Remove obsolete functionality from the MacroAssemb...
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-26 chunyang.daiX87: Correctify instanceof and make it optimizable.
2015-08-26 chunyang.daiX87: [Interpreter] Pass context to interpreter bytecode...
2015-08-21 chunyang.daiX87: [interpreter]: Changes to interpreter builtins...
2015-08-07 titzer[turbofan] Remove architecture-specific linkage files...
2015-07-24 chunyang.daiX87: [stubs] Optimize LoadGlobalViaContextStub and...
2015-07-16 chunyang.daiX87: Debugger: use debug break slots to break at functi...
2015-07-13 mstarzingerRemove unused byte from Map::instance_sizes field.
2015-04-07 hpayerReland "Merge old data and pointer space."
2015-03-26 chunyang.daiX87: Switch full-codegen from StackHandlers to handler...
2015-03-25 chunyang.daiX87: [turbofan] Turn Math.clz32 into an inlinable...
2015-03-19 hpayerRevert "Merge old data and pointer space."
2015-03-18 hpayerMerge old data and pointer space.
2015-03-05 chunyang.daiX87: Move stack unwinding logic into the runtime.
2015-02-27 cdai2X87: Move Maps' back pointers from "transitions" to...
2015-01-30 ulanLoad callback data from weak cell instead of embedding...
2015-01-28 ulanExtract LoadAccessor into a masm function.
2015-01-21 cdai2X87: move CallApiFunctionAndReturn to code-stubs-*
2015-01-19 chunyang.daiX87: split api call stubs into accessor and function...
2014-12-22 ulanUse weak cell in monomorphic KeyedStore IC.
2014-12-04 cdai2X87: Use weak cells to embed maps in store handler.
2014-12-02 ulanReland parts of 'Use weak cells in map checks in polymo...
2014-12-02 machenbachRevert of Use weak cells in map checks in polymorphic...
2014-12-01 ulanUse weak cells in map checks in polymorphic ICs.
2014-11-05 weiliang.lin@intel.comSet the FPU precision control to double-precision.
2014-10-13 rmcilroy@chromium.orgRefactor FrameAndConstantPoolScope and ConstantPoolUnav...
2014-10-08 weiliang.lin@intel.comX87: [turbofan] IA: Uint32ToFloat64 supports mem operand.
2014-09-24 weiliang.lin@intel.comX87: Refactor bailout reasons and disable optimization...
2014-09-24 weiliang.lin@intel.comX87: Made the detailed reason for deopts mandatory...
2014-09-23 jkummerow@chromium.orgFix method dispatch in Keyed/StoreIC, and JumpIfNotUniq...
2014-09-20 weiliang.lin@intel.comX87: enable the crankshaft compiler for X87 port.
2014-09-17 svenpanne@chromium.orgFixed deopt reasons in TaggedToI.
2014-09-12 weiliang.lin@intel.comX87: Rename ascii to one-byte where applicable.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-15 weiliang.lin@intel.comX87: Use register parameters in ElementsTransitionGenerator
2014-07-01 ishell@chromium.orgReland r22082 "Replace HeapNumber as doublebox with...
2014-06-30 ishell@chromium.orgRevert "Replace HeapNumber as doublebox with an explici...
2014-06-30 ishell@chromium.orgReplace HeapNumber as doublebox with an explicit Mutabl...
2014-06-04 weiliang.lin@intel.comX87: Improve write barriers in optimized code.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-06-02 weiliang.lin@intel.comX87: Don't push eax/rax before calling Runtime_Abort
2014-05-28 weiliang.lin@intel.comX87: Convert String array index/length hash to BitField.
2014-05-26 jochen@chromium.orgReland 21482 - "Merge v8globals.h and globals.h"
2014-05-26 verwaest@chromium.orgRevert "Merge v8globals.h and globals.h"
2014-05-26 jochen@chromium.orgMerge v8globals.h and globals.h
2014-05-23 danno@chromium.orgIntroduce x87 port