Revert of [builtins] Unify the various versions of [[Call]] with a Call builtin....
[platform/upstream/v8.git] / src / x64 / macro-assembler-x64.cc
2015-09-08 bmeurerRevert of [builtins] Unify the various versions of...
2015-09-08 bmeurer[builtins] Unify the various versions of [[Call]] with...
2015-09-03 bmeurerRemove obsolete functionality from the MacroAssemblers.
2015-09-03 machenbachRevert of [es5] Class of object is "Function" if object...
2015-09-03 bmeurer[es5] Class of object is "Function" if object has ...
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-08-17 mstarzingerRemove grab-bag includes of v8.h from architecture...
2015-07-31 yangguoDebugger: move implementation to a separate folder.
2015-07-23 dannoUnify "runtime-style" IC functions with Runtime intrinsics
2015-07-13 verwaestFix keyed element access wrt string wrappers
2015-07-13 yangguoDebugger: refactor reloc info.
2015-07-13 mstarzingerRemove unused byte from Map::instance_sizes field.
2015-07-10 bmeurerRemove more uses of the deprecated EnumSet template...
2015-06-17 jkummerowClean up JSConstructStub
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-26 erikcorryMove hash code from hidden string to a private symbol
2015-05-12 mvstantonNew hydrogen instruction to reduce cost of growing...
2015-05-05 dannoRevert of Collect type feedback on result of Math....
2015-05-05 dannoCollect type feedback on result of Math.[round|ceil...
2015-04-21 svenpanneRemoved src/{isolate,property-details,utils}-inl.h
2015-04-16 bmeurerRevert of [x64] Use xorl to materialize smi zero. ...
2015-04-15 bmeurer[x64] Use xorl to materialize smi zero.
2015-04-08 jing.bao[x64] Introduce BMI instructions.
2015-04-07 hpayerReland "Merge old data and pointer space."
2015-03-27 yangguoSerializer: move to a subfolder and clean up includes.
2015-03-25 mstarzingerSwitch full-codegen from StackHandlers to handler table.
2015-03-20 Benedikt Meurer[turbofan] Turn Math.clz32 into an inlinable builtin.
2015-03-19 hpayerRevert "Merge old data and pointer space."
2015-03-18 mstarzingerRemove kind field from StackHandler.
2015-03-18 hpayerMerge old data and pointer space.
2015-03-16 mstarzingerRevert of Remove kind field from StackHandler. (patchse...
2015-03-16 mstarzingerRemove kind field from StackHandler.
2015-03-10 mstarzingerRemove frame pointer from StackHandler.
2015-03-10 mstarzingerRemove code object from StackHandler.
2015-03-05 yangguoOnly reference constant root list entries in the snapshot.
2015-03-05 bmeurer[turbofan] Support for %_DoubleHi, %_DoubleLo and ...
2015-03-03 mstarzingerMove stack unwinding logic into the runtime.
2015-02-27 bmeurer[x64] Make r12 allocatable.
2015-02-25 bmeurer[x64] Improve materialization of certain double constan...
2015-02-24 jkummerowMove Maps' back pointers from "transitions" to "constru...
2015-01-30 ulanLoad callback data from weak cell instead of embedding...
2015-01-30 bmeurerReland "Initial switch to Chromium-style CHECK_* and...
2015-01-30 Benedikt MeurerRevert "Make GCC happy again." and "Initial switch...
2015-01-30 bmeurerInitial switch to Chromium-style CHECK_* and DCHECK_...
2015-01-28 ulanExtract LoadAccessor into a masm function.
2015-01-21 Benedikt MeurerUse signaling NaN for holes in fixed double arrays.
2015-01-20 dcarneymove CallApiFunctionAndReturn to code-stubs-*
2015-01-20 weiliang.lin[x86] Avoid memory form of PUSH/CALL for ATOM.
2015-01-20 dcarneyfix debug checks for api callbacks returning symbols
2015-01-19 ishellMassive renaming of PropertyType values and other impli...
2015-01-16 dcarneysplit api call stubs into accessor and function call...
2015-01-08 jochenRemove "extra checks"
2014-12-22 ulanUse weak cell in monomorphic KeyedStore IC.
2014-12-03 ulanUse 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-19 ishellPropertyDetails cleanup: NORMAL property type merged...
2014-10-17 jkummerow@chromium.orgTick processor: Print C++ entry points
2014-10-17 bmeurer@chromium.org[x64] simply tweak materialization of float/double...
2014-10-13 rmcilroy@chromium.orgRefactor FrameAndConstantPoolScope and ConstantPoolUnav...
2014-09-23 svenpanne@chromium.orgMade the detailed reason for deopts mandatory on ia32...
2014-09-23 jkummerow@chromium.orgFix method dispatch in Keyed/StoreIC, and JumpIfNotUniq...
2014-09-17 svenpanne@chromium.orgFixed deopt reasons in TaggedToI.
2014-09-10 yangguo@chromium.orgRename ascii to one-byte where applicable.
2014-09-08 bmeurer@chromium.orgReplace our home-grown BitCast with bit_cast from Chrom...
2014-09-05 svenpanne@chromium.orgGeneralized division via multiplication.
2014-09-02 bmeurer@chromium.orgFirst step to cleanup the power-of-2 mess.
2014-09-02 yangguo@chromium.orgMinor-key-ify four stubs.
2014-08-05 jochen@chromium.orgMove a bunch of GC related files to heap/ subdirectory
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-29 verwaest@chromium.orgClean up name distinction between Keyed ICs and Element...
2014-07-29 mstarzinger@chromi... Support for dynamic write-barrier counters everywhere.
2014-07-23 verwaest@chromium.orgOnly to the relevant checks in LoadFunctionPrototype
2014-07-14 mvstanton@chromium.orgUse register parameters in ElementsTransitionGenerator.
2014-07-01 ishell@chromium.orgReland r22082 "Replace HeapNumber as doublebox with...
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
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-25 danno@chromium.orgRemove distinction between hidden and normal runtime...
2014-06-24 haitao.feng@intel.comChange some cmpq to cmpp, times_8 to times_pointer_size...
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-10 haitao.feng@intel.comUpdate SmiShiftLeft, SmiShiftLogicalRight, SmiShiftArit...
2014-06-04 haitao.feng@intel.comIntroduce MakeSureDoubleAlignedHelper for x64 port.
2014-06-03 bmeurer@chromium.orgImprove write barriers in optimized code.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-30 verwaest@chromium.orgDon't push eax/rax before calling Runtime_Abort
2014-05-27 danno@chromium.orgConvert String array index/length hash to BitField
2014-05-27 danno@chromium.orgConvert ElementsKind into a BitField
2014-05-27 bmeurer@chromium.orgAvoid HeapObject check in HStoreNamedField.
2014-05-26 hpayer@chromium.orgRemove high promotion mode.
2014-05-26 bmeurer@chromium.orgLoadUint32() doesn't need a scratch register.
2014-05-16 yangguo@chromium.orgDecouple CpuFeatures from serializer state.
2014-05-15 yangguo@chromium.orgRefactor MacroAssembler::Prologue.
2014-05-12 yangguo@chromium.orgClean up debugger flags.
2014-05-09 verwaest@chromium.orgReland and fix r21225 and r21226
2014-05-09 ishell@chromium.org[Sheriff] This reverts commits r21225 and r21226 for...
2014-05-09 verwaest@chromium.orgMake BitField3 a raw uint32 field, and move to the...
2014-05-06 mstarzinger@chromi... Remove broken %_Log functionality.
next