[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / x64 / assembler-x64-inl.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-11 mlippautzMake FlushICache part of Assembler(Base) and take Isola...
2015-07-31 yangguoDebugger: move implementation to a separate folder.
2015-07-20 yangguoDebugger: prepare code for debugging on a per-function...
2015-07-15 yangguoDebugger: use debug break slots to break at function...
2015-06-04 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-03 bmeurerRevert of Embedded constant pools. (patchset #12 id...
2015-06-02 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-04-08 jing.bao[x64] Introduce BMI instructions.
2015-03-23 balazs.kilvadyMIPS: Fix 'MIPS: Serializer: serialize internal referen...
2015-03-18 yangguoSerializer: serialize internal references via object...
2015-03-05 yangguoSerializer: correctly deal with internal references.
2015-02-06 bmeurer[x64] Assembler support for internal references and...
2014-12-01 Weiliang Lin[x64] introduce vex prefix version of float64 arithmeti...
2014-10-17 bmeurer@chromium.org[x64] simply tweak materialization of float/double...
2014-08-06 yangguo@chromium.orgAbstract out fetching of break_address in debug mode
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-15 mstarzinger@chromi... Allow embedding of ConsString objects into code.
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-12 dcarney@chromium.orgremove this == null
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-20 rmcilroy@chromium.orgAvoid flushing the icache unnecessarily when updating...
2014-05-16 yangguo@chromium.orgDecouple CpuFeatures from serializer state.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-25 yangguo@chromium.orgAlways include debugger support.
2014-04-02 haitao.feng@intel.comAdjust various constants for x32 port
2014-03-12 rmcilroy@chromium.orgReland "Pass a Code object to Assembler::(set_)target_a...
2014-03-11 rmcilroy@chromium.orgRevert "Pass a Code object to Assembler::(set_)target_a...
2014-03-11 rmcilroy@chromium.orgPass a Code object to Assembler::(set_)target_address_a...
2014-03-10 rmcilroy@chromium.orgSpecial case the recording of constant pool entries...
2013-11-05 svenpanne@chromium.orgMake snapshots reproducible.
2013-11-05 svenpanne@chromium.orgRemoved RelocInfo::target_object_address() and reconstr...
2013-11-05 svenpanne@chromium.orgRefactored EXTERNAL_REFERENCE handling.
2013-10-24 haitao.feng@intel.comUse the correct version of movq for ExternalReference...
2013-10-23 danno@chromium.orgEnable preaging of code objects when --optimize-for...
2013-09-11 dcarney@chromium.orgremove most uses of Isolate::Current in arch specific...
2013-08-06 haitao.feng@intel.comMake some constants' meaning clear for X64
2013-07-24 haitao.feng@intel.comAdd the emitp function for X64 assembler
2013-07-19 haitao.feng@intel.comUse kPointerSize to compute the call instruction offset...
2013-06-21 yangguo@chromium.orgShort-circuit embedded cons strings.
2013-06-12 danno@chromium.orgSeparate Cell and PropertyCell spaces
2013-03-11 danno@chromium.orgUse direct jump and call instruction for X64 when the...
2013-03-11 danno@chromium.orgRevert r13901 to reland with proper credit to external...
2013-03-11 danno@chromium.orgUse direct jump and call instruction for X64 when the...
2013-01-03 ulan@chromium.orgCleanup RelocInfo::NONE usage.
2012-11-08 danno@chromium.orgFix intptr_t/int32_t casting problem on Win64.
2012-11-08 danno@chromium.orgAdd code again to allow reclaiming old unexecuted funct...
2012-10-18 danno@chromium.orgUse movw/movt instead of constant pool on ARMv7.
2012-08-06 svenpanne@chromium.orgIntroduced TypeFeedbackId and BailoutId types.
2012-07-31 erik.corry@gmail.comFix deserializer to understand direct pointers from...
2012-03-21 erik.corry@gmail.comEnable snapshots on MIPS. This is based on
2012-01-25 kmillikin@chromium.orgInclude what you use for allocation, api, assembler...
2012-01-13 erik.corry@gmail.comCosmetic changes ("set up" is a verb, "setup" is a...
2011-11-11 mstarzinger@chromi... Refactor embedded pointer visitors for the serializer
2011-10-21 vegorov@chromium.orgFix compilation on ARM and x64 broken by r9738
2011-10-12 mstarzinger@chromi... Refactor how embedded pointers are visited.
2011-09-28 vegorov@chromium.orgPass correct anchor_slot for EMBEDDED_OBJECT pointers...
2011-09-19 vegorov@chromium.orgMerge experimental/gc branch to the bleeding_edge.
2011-04-27 whesse@chromium.orgAdd AST ID to RelocInfo for type-recording ICs. Change...
2011-04-19 ricow@chromium.orgRevert revisions 7644 and 7632, they are causing assert...
2011-04-15 whesse@chromium.orgRecord AST ids in relocation info at spots where we...
2011-04-01 karlklose@chromium.orgCleanup usage of HEAP in mark-compact.
2011-03-22 sgjesse@chromium.orgRename memory.h to v8memory.h
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-03-18 vitalyr@chromium.orgRevert r7268: it borked the history.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-02-25 whesse@chromium.orgX64 Crankshaft: Fix error in r6897. Restore context...
2011-02-10 ricow@chromium.orgX64: Add VisitGlobalPropertyCell to the relocinfo visitor.
2011-01-25 lrn@chromium.orgX64 Crankshaft: Added a bunch of operations.
2011-01-19 vegorov@chromium.orgMake V8 more Valgrind-friendly.
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0 (re-land r5920).
2010-12-07 kasperl@chromium.orgRevert r5920. Will re-land shortly.
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0.
2010-08-11 vegorov@chromium.orgGeneralize virtually dispatched scavenger to virtually...
2010-08-05 vegorov@chromium.orgDo not apply JS_RETURN and DEBUG_BREAK_SLOT relocations...
2010-06-17 ager@chromium.orgMove definition of NegateConditon from assembler*-inl...
2010-06-08 sgjesse@chromium.orgAdd parenthesis around '&&' within '||'
2010-06-08 sgjesse@chromium.orgMore precise break points and stepping when debugging
2010-05-26 erik.corry@gmail.comThe way reloc entries are visited by the ObjectVisitor...
2010-05-07 erik.corry@gmail.comMark a function in assembler-x64-inl.h inline.
2010-05-03 lrn@chromium.orgX64: Port inline transcendental cache to X64.
2009-11-11 lrn@chromium.orgFix warnings on Win64.
2009-10-15 whesse@chromium.orgFix X64 build in the case that debugger support is...
2009-10-08 lrn@chromium.orgX64: Convert smis to holding 32 bits of payload.
2009-10-06 whesse@chromium.orgAdd near calls (32-bit displacement) to Code objects...
2009-08-19 lrn@chromium.orgX64: Implement debugger hooks.
2009-06-23 lrn@chromium.orgX64: Addition binary operation.
2009-06-23 whesse@chromium.orgX64 implementation: Change argument to relocator to...
2009-06-22 whesse@chromium.orgX64 implementation: Add high_bit() and low_bits() to...
2009-06-19 whesse@chromium.orgClarify precedence of operations involving bitwise...
2009-06-16 whesse@chromium.orgX64 platform: Add more register allocator functions.
2009-06-12 lrn@chromium.orgX64: Remove restriction on using r12 as index register.
2009-06-11 lrn@chromium.orgX64: Create test JS-function and call it.
2009-06-10 lrn@chromium.orgX64: Implement CEntryStub and JSEntryTrampoline.
2009-06-04 lrn@chromium.orgX64: JSEntry Stub
2009-06-03 lrn@chromium.orgX64: Added implementations of Set(..., Immediate) to...
2009-06-02 whesse@chromium.orgAdd miscellaneous operations to x64 assembler.
2009-06-02 lrn@chromium.orgX64: Added jmp and call and nop(n) to X64 assembler.
2009-05-29 whesse@chromium.orgAdd test, neg, and not instructions to x64 assembler
2009-05-28 whesse@chromium.orgAdd more arithmetic to x64 assembler.
next