[builtins] Unify the various versions of [[Call]] with a Call builtin.
[platform/upstream/v8.git] / src / ia32 / assembler-ia32.cc
2015-09-08 bmeurer[builtins] Unify the various versions of [[Call]] with...
2015-09-08 bmeurerRevert of [builtins] Unify the various versions of...
2015-09-08 bmeurer[builtins] Unify the various versions of [[Call]] with...
2015-08-12 jfbSecurity: disable nontemporals.
2015-07-15 yangguoDebugger: use debug break slots to break at function...
2015-07-13 yangguoDebugger: refactor reloc info.
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-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-04-11 Weiliang Lin[x86] Introduce vandps/vandpd/vxorps/vxorpd.
2015-04-09 jing.bao[ia32] Introduce BMI instructions.
2015-03-30 bmeurer[turbofan] Add backend support for float32 operations.
2015-03-12 bmeurer[turbofan] Introduce optional Float64Min and Float64Max...
2015-03-05 bmeurer[turbofan] Support for %_DoubleHi, %_DoubleLo and ...
2015-03-04 yangguoRefactor BreakLocationIterator.
2015-02-13 loisloMove identical code from platform specific assemblers...
2015-02-12 loisloCPUProfiler: Push deopt reason further to ProfileNode.
2015-02-12 loisloRevert of CPUProfiler: Push deopt reason further to...
2015-02-12 loisloCPUProfiler: Push deopt reason further to ProfileNode.
2015-02-12 dannoRemove redundant source position information in RelocInfo
2015-02-06 bmeurer[ia32] Assembler support for internal references.
2015-02-05 loisloExternalize deoptimization reasons.
2015-02-05 bmeurerRevert of Externalize deoptimization reasons. (patchset...
2015-02-05 loisloExternalize deoptimization reasons.
2015-02-04 loisloRevert of Externalize deoptimization reasons. (patchset...
2015-02-04 loisloExternalize deoptimization reasons.
2015-01-27 bmeurer[x86] Disable AVX unless the operating system explicitl...
2015-01-23 bmeurer[x86] Blacklist AVX for Windows versions before 6.1...
2015-01-20 weiliang.lin[x86] Avoid memory form of PUSH/CALL for ATOM.
2015-01-07 Benedikt Meurer[x86] Blacklist AVX for all Mac OS versions up to 10.9.
2015-01-07 bmeurer[x86] Disable AVX on Mac OS X 10.9.
2014-12-02 weiliang.lin[ia32] Introduce FMA3 instructions on scalar data elements.
2014-12-02 weiliang.lin[ia32] Introduce vex prefix version of float64 arithmet...
2014-12-02 Benedikt Meurer[turbofan] Add checked load/store operators.
2014-11-03 bmeurer@chromium.orgIA: Double arithmetic binops support memory operand
2014-10-13 dcarney@chromium.org[turbofan]IA: ChangeFloat32ToFloat64 supports mem operand
2014-10-13 dcarney@chromium.org[turbofan] IA: TruncateFloat64ToFloat32 supports mem...
2014-10-09 bmeurer@chromium.org[ia32] Better code generation for materialization of...
2014-10-02 dcarney@chromium.org[turbofan] support all shift operands on ia32
2014-09-25 dcarney@chromium.orgconvert disassembler to use OStream
2014-09-19 titzer@chromium.org[turbofan] IA: Float64ToUint32 supports mem operand
2014-09-02 bmeurer@chromium.orgFirst step to cleanup the power-of-2 mess.
2014-08-06 verwaest@chromium.orgWe should never allocate a 0-sized buffer, so never...
2014-08-06 verwaest@chromium.orgGet rid of the "spare buffer" cache.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-11 jochen@chromium.orgDrop globals.h include from platform.h
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-27 jochen@chromium.orgReland 21502 - "Move OS::MemCopy and OS::MemMove out...
2014-05-27 bmeurer@chromium.orgRelax register constraints for LMathSqrt.
2014-05-26 jochen@chromium.orgRevert 21502 - "Move OS::MemCopy and OS::MemMove out...
2014-05-26 jochen@chromium.orgMove OS::MemCopy and OS::MemMove out of platform to...
2014-05-22 yangguo@chromium.orgRemove check for SAHF support in ia32.
2014-05-16 yangguo@chromium.orgDecouple CpuFeatures from serializer state.
2014-05-13 yangguo@chromium.orgSimplify DoubleRegister for the ia32 port.
2014-05-13 yangguo@chromium.orgRequire CMOV support for the ia32 port.
2014-05-09 yangguo@chromium.orgRequire SSE2 support for the ia32 port.
2014-04-30 svenpanne@chromium.orgAdded a Isolate* parameter to Serializer::enabled().
2014-04-28 svenpanne@chromium.orgSimplified CPU/CpuFeatures a bit.
2014-04-17 mvstanton@chromium.orgSerializer enable/disable flags need thread safety.
2014-04-16 yangguo@chromium.orgHandlify code allocation.
2014-03-24 jkummerow@chromium.org[ia32/x64] Smaller instruction to check NaN
2014-03-19 rmcilroy@chromium.orgReland "Add out-of-line constant pool support to Arm."
2014-03-19 yangguo@chromium.orgRevert "Add out-of-line constant pool support to Arm."
2014-03-19 rmcilroy@chromium.orgAdd out-of-line constant pool support to Arm.
2014-03-10 rmcilroy@chromium.orgSpecial case the recording of constant pool entries...
2014-02-19 yangguo@chromium.orgHarmony: optimize Math.clz32.
2013-11-18 svenpanne@chromium.orgIntroduce addps/subps/mulps/divps for IA32/X64
2013-11-06 bmeurer@chromium.orgImprove implementation of HSeqStringSetChar.
2013-11-05 svenpanne@chromium.orgIntroduce orps for IA32/X64
2013-10-28 svenpanne@chromium.orgIntroduce andps for IA32/X64
2013-10-23 danno@chromium.orgEnable preaging of code objects when --optimize-for...
2013-10-18 jkummerow@chromium.orgTweak Math.log on ia32/x64
2013-10-15 svenpanne@chromium.orgFixed bug in extractps instruction on ia32 and x64
2013-10-10 olivf@chromium.orgEnsure only whitelisted stubs have sse2 versions in...
2013-09-23 jkummerow@chromium.orgrefactor test instruction on ia32
2013-09-09 olivf@chromium.orgExtend assembler and codegen with more fpu arithmetic
2013-08-26 bmeurer@chromium.orgFix the CPU feature detection.
2013-08-22 bmeurer@chromium.orgDrop unused rdtsc instruction.
2013-08-20 olivf@chromium.orgAdd X87 implementations for Integer32ToDouble, DoubleTo...
2013-08-02 jkummerow@chromium.orgUse test(reg, imm) when the operand is a register on...
2013-07-11 olivf@chromium.orgImplement X87 stack tracking and x87 multiplication
2013-07-05 yangguo@chromium.orgKeep two empty lines between declarations for cpp files
2013-06-28 jkummerow@chromium.orgClean up the usage of V8_TARGET_ARCH_${arch} and V8_HOS...
2013-06-11 jkummerow@chromium.orgIncrease sanity of integer division handling on ARM
2013-04-23 yangguo@chromium.orgDisallow dereferencing deferred handles when generating...
2013-04-16 jkummerow@chromium.orgReplace OS::MemCopy with OS::MemMove (just as fast...
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-03-05 svenpanne@chromium.orgCleaned up CpuFeature scope handling.
2013-02-25 svenpanne@chromium.orgMade Isolate a mandatory parameter for everything Handl...
2013-01-23 ulan@chromium.orgARM: Make use of d16-d31 when available.
2013-01-07 ulan@chromium.orgUse RelocInfo::IsNone in a few more places.
2013-01-04 ulan@chromium.orgRename RelocInfo::NONE to RelocInfo::NONE32.
2013-01-03 ulan@chromium.orgCleanup RelocInfo::NONE usage.
2012-12-21 svenpanne@chromium.orgAdded (dis-)assembler support for movmskps on ia32...
2012-12-18 danno@chromium.orgRe-land Crankshaft-generated KeyedLoad stubs.
next