OSDN Git Service

Start writing out some relocation sections (text).
[android-x86/external-swiftshader.git] / src / IceInstX8632.cpp
2015-01-13 Jan VoungStart writing out some relocation sections (text).
2015-01-09 Jan VoungMake fixups reference any constant (allow const float...
2014-12-20 Jim StichnothSubzero: Convert NULL->nullptr.
2014-12-19 Jim StichnothSubzero: Use CFG-local arena allocation for relevant...
2014-11-17 Karl SchimpfTurn off dump/emit routines when building minimal subzero.
2014-11-06 Jan VoungRearrange emit vs emitIAS. Wait till function is done...
2014-11-04 Jan VoungMore consistently use auto for emit*, nullptr in asm...
2014-11-03 Jim StichnothSubzero: Support multiple fixups in one instruction.
2014-11-01 Jim StichnothSubzero: Switch to AT&T asm syntax. I give up.
2014-10-30 Jim StichnothSubzero: Implementation of "advanced Phi lowering".
2014-10-27 Jim StichnothSubzero: Refactor newline emission for Inst::emit().
2014-10-24 Jan VoungFirst pass at emitIAS for branches and binding labels
2014-10-23 Jim StichnothSubzero: Improve debugging controls, plus minor refacto...
2014-10-16 Jan VoungemitIAS for store and indirect calls.
2014-10-15 Jan VoungemitIAS for movsx and movzx.
2014-10-15 Jan VoungemitIAS for Shld and Shrd and the ternary and three...
2014-10-13 Jan VoungHandle "Mov" which is mov, movss, movsd, and used for...
2014-10-13 Jan VoungemitIAS for the couple of blend instructions.
2014-10-09 Jan VoungemitIAS for fld and fstp
2014-10-08 Jan VoungemitIAS for cvtt?.*2.*
2014-10-07 Jan VoungemitIAS for push -- simplify push since it's not used...
2014-10-07 Jim StichnothSubzero: Add a few performance measurement tools.
2014-10-06 Jan VoungemitIAS for icmp, and test, movss-reg, movq, movups...
2014-10-04 Jan VoungHandle GPR and vector shift ops. Handle pmull also.
2014-09-30 Jan VoungHandle imul, pcmpeq, pcmpgt.
2014-09-29 Jan VoungChange some explicit type checks into using helper...
2014-09-26 Jan VoungHandle add, adc, etc., mfence, div, idiv, mul in the...
2014-09-24 Jan VoungHandle "inplace" ops and unary ops w/ assembler
2014-09-23 Jan VoungHandle a few more instructions in assembler (cmov,...
2014-09-23 Jan VoungAdd initial integrated assembler w/ some Xmm ops.
2014-09-22 Jim StichnothSubzero: Refactor tracking of Defs and block-local...
2014-09-19 Jan VoungLift register and condition code enums out into their...
2014-09-18 Jim StichnothSubzero: Add branch optimization.
2014-09-16 Jan VoungSplit ConstantInteger into ConstantInteger32 and Consta...
2014-09-16 Jim StichnothSubzero: Refactor Operand::dump().
2014-09-08 Jim StichnothSubzero: Use cvttss2si and similar instead of cvtss2si...
2014-09-04 Jim StichnothSubzero: Work around another llvm-mc parser bug for...
2014-08-15 Matt WalaSubzero: Randomly insert nops.
2014-08-12 Matt WalaSubzero: Factor our commonalities between mov-like...
2014-08-12 Matt WalaSubzero: Align the stack at the point of function calls.
2014-08-08 Matt WalaSubzero: Make InstX8632Cbwdq a UnaryOp.
2014-08-07 Matt WalaSubzero: Use scalar arithmetic when no vector instructi...
2014-08-07 Jim StichnothSubzero: A few fixes toward running larger programs.
2014-07-30 Jim StichnothSubzero: Fix a signed/unsigned warning reported on...
2014-07-30 Jim StichnothSubzero: Try to fix warnings and errors in the Windows...
2014-07-30 Matt WalaSubzero: Add support for SSE4.1 instructions.
2014-07-25 Matt WalaUse movss to implement insertelement when elements...
2014-07-24 Matt WalaLower the fcmp instruction for <4 x float> operands.
2014-07-24 Matt WalaLower the select instruction when the operands are...
2014-07-18 Jan VoungLower byte swap intrinsic.
2014-07-18 Matt WalaLower insertelement and extractelement.
2014-07-17 Matt WalaLower the rest of the vector arithmetic operations.
2014-07-16 Matt WalaLower casting operations that involve vector types.
2014-07-16 Jan VoungLower bitmanip intrinsics, assuming absence of BMI...
2014-07-14 Jan VoungSubzero: lower the rest of the atomic operations.
2014-07-11 Matt WalaLower vector floating point arithmetic operations.
2014-07-09 Matt WalaAdd support for passing and returning vectors in accord...
2014-07-09 Jan VoungAdd scalar lowering for sqrt intrinsic.
2014-07-07 Matt WalaAdd support for vector types.
2014-06-29 Jim StichnothSubzero: Partial implementation of global initializers.
2014-06-25 Jan VoungAdd atomic load/store, fetch_add, fence, and is-lock...
2014-06-18 Jan VoungAdd a few Subzero intrinsics (not the atomic ones yet).
2014-06-18 Jan VoungAdd ss/sd suffix to InstX8632Store and legalize FP...
2014-05-22 Jim StichnothAdd Om1 lowering with no optimizations.