OSDN Git Service

Subzero: Cleanup Inst==>Instr.
[android-x86/external-swiftshader.git] / src / IceInstX86BaseImpl.h
2016-02-05 Jim StichnothSubzero: Cleanup Inst==>Instr.
2016-02-04 John PortoSubzero. Uses fixups to calculate addend to relocations.
2016-02-02 John PortoSubzero. Enables moar complex relocation offsets.
2016-01-27 John PortoSubzero. X8664. Fixes various small bugs.
2016-01-14 John PortoSuzero. X8664. NaCl Sandboxing.
2016-01-04 Jim StichnothSubzero: Add Non-SFI support for x86-32.
2016-01-04 John PortoSubzero. Code organization.
2015-12-24 John PortoSubzero. X8664. Fixes filetype=asm.
2015-12-22 John PortoSubzero. x8664. Resurrects the Target.
2015-12-17 David SehrAdd template parameter for suffix to BinopXmm
2015-12-16 Jim StichnothSubzero: Fix mid-line comments when using -asm-verbose .
2015-12-16 Jim StichnothSubzero: Separate "\t" from "opcode" in asm emission.
2015-12-16 David SehrFuse icmp/fcmp with select
2015-12-03 Jim Stichnothfix doxygen brief in subzero header files
2015-11-26 David Sehr1) Move helper creation to separate method, which also...
2015-11-17 David SehrReserve space for scalar FP returns in the stack frame
2015-11-14 David SehrFix MINIMAL=1 build
2015-11-14 David SehrEliminate stack adjustment for float-returning functions
2015-11-12 David SehrAdd a getTarget method that returns the x86 target...
2015-11-12 Jim StichnothSubzero: Add "--verbose=status" option.
2015-11-11 David SehrCombine allocas
2015-11-09 Jim StichnothSubzero: Refactor x86 register representation to active...
2015-10-28 Jim StichnothSets the stage for enabling the use of the 8-bit high...
2015-10-27 David SehrEnhance address mode recovery
2015-10-15 David SehrOptimize 64-bit compares with zero
2015-10-06 David SehrUse three-address form of imul
2015-09-22 David SehrOptimize 64-bit shifts by constants for x86-32
2015-09-16 Andrew ScullReflow comments to use the full width.
2015-08-20 Andrew ScullInline memove for small constant sizes and refactor...
2015-08-12 John PortoSubzero. Native 64-bit int arithmetic on x86-64.
2015-08-06 Andrew ScullIntroduce the ability to insert IACA (Intel Architectur...
2015-08-04 Andrew ScullInline memset when there is a constant value and count.
2015-07-30 Andrew ScullIasm and obj lowering for advanced switch lowering.
2015-07-20 Andrew ScullIntroduction of improved switch lowering.
2015-07-07 John PortoX8632 Templatization completed.