OSDN Git Service

android-x86/external-swiftshader.git
2016-02-05 Jim StichnothSubzero: Cleanup Inst==>Instr.
2016-02-05 Karl SchimpfClean up assembling MOV instructions in the integrated...
2016-02-04 Karl SchimpfFix vector load/stores in the ARM assembler.
2016-02-04 John PortoSubzero. Uses fixups to calculate addend to relocations.
2016-02-04 John PortoSubzero. X86. Fixes bundle lock/unlock.
2016-02-04 John PortoSubzero. Adds symbolic references to RelocInitializer.
2016-02-03 Reed KotlerFollowing the newer convention enhances readability...
2016-02-03 Karl SchimpfAdd VMUL vector instructions to the integrated ARM...
2016-02-03 Karl SchimpfAdd vector VEOR instruction to the integrated ARM assem...
2016-02-02 John PortoSubzero. Enables moar complex relocation offsets.
2016-02-02 Karl SchimpfFix nits from CL https://codereview.chromium.org/166163...
2016-02-02 Karl SchimpfAdd FABS intrinsic to the integrated ARM assembler.
2016-02-02 Karl SchimpfAdd VORR instruction to the integrated ARM assembler.
2016-02-02 Karl SchimpfAdd VAND to the integrated ARM assembler.
2016-02-02 Karl SchimpfAdd VSUB vector instruction to the integrated ARM assem...
2016-02-02 Karl SchimpfFix skip_unimplemented for filetype=obj in ARM.
2016-02-02 Jim StichnothSubzero: Improve x86-32's implementation of getGprForTy...
2016-02-02 Reed KotlerSubzero: Mips: Lower some i64 arithmetic instructions.
2016-02-01 Karl SchimpfImprove readability of error messages for VADD in ARM...
2016-02-01 Karl SchimpfImplements the vector add instructions in the integrate...
2016-02-01 John PortoSubzero. ARM32. Enables obj output.
2016-02-01 Jim StichnothSubzero: Fix a -verbose=regalloc bug.
2016-02-01 Karl SchimpfFix nits in committed CL's for the integrated ARM assem...
2016-01-29 Karl SchimpfAdd the trap instruction to the integrated ARM assembler.
2016-01-29 Karl SchimpfAdd VSQRT instruction to the integrated ARM assembler.
2016-01-29 Karl SchimpfAdd multi-source/dest VMOV to the integrated ARM assembler.
2016-01-29 Karl SchimpfAdd the VMLS instruction to the integrated ARM assembler.
2016-01-29 Jim StichnothSubzero: Make the register allocator more robust with...
2016-01-28 Eric HolkARM32 vector mul
2016-01-28 Eric HolkARM32 vector xor
2016-01-27 Karl SchimpfFix issues raised in CL 1645683003 by stichnot.
2016-01-27 Karl SchimpfAdd vmov between integers and floats in ARM assembler.
2016-01-27 Eric HolkARM32 vorr lowering
2016-01-27 Eric HolkUnimplementedLoweringError's message now includes the...
2016-01-27 Karl SchimpfAdd vmov between floating point registers to ARM assembler.
2016-01-27 Eric HolkSubzero. ARM32. Vector lowering. And.
2016-01-27 Eric HolkSubzero. ARM32. Vector lowering. Subtract.
2016-01-27 John PortoSubzero. X8664. Fixes various small bugs.
2016-01-27 Reed Kotleradd doxypypy support to Subzero doxygen
2016-01-26 Karl SchimpfFix template method InstARM32FourAddrFP to only have...
2016-01-26 Karl SchimpfAdd VMLA (floating point) to the integrated ARM assembler.
2016-01-26 John PortoSubzero. X8664. Enables RIP-based addressing mode.
2016-01-26 Karl SchimpfAdd VMOV(immediate) instructions to the ARM assembler.
2016-01-26 Eric HolkInitial support for vector addition on ARM32.
2016-01-25 Karl SchimpfClean up register+immediate addresses in ARM.
2016-01-25 Karl SchimpfClean up emitInst() in the integrated ARM assembler.
2016-01-25 Karl SchimpfAdd the VMRS instruction to the integrated ARM assembler.
2016-01-22 Eric HolkAdding eholk@chromium.org (Eric Holk) to OWNERS
2016-01-22 Karl SchimpfClean up handling of ARM IR instruction "mov".
2016-01-22 Karl SchimpfAdd missing vcvt instructions to integrated ARM assembler.
2016-01-22 Jim StichnothSubzero: Make -reg-use and -reg-exclude specific to...
2016-01-22 Karl SchimpfFix vldrs/vstrs handling of immediate offsets in ARM.
2016-01-22 Karl SchimpfAdd vcvt.s32.f32 instruction to the integrated ARM...
2016-01-22 Karl SchimpfFix vldrd/vstrd handling of immediate offsets in ARM.
2016-01-22 John PortoSubzero. X86. Refactors Address Mode formation.
2016-01-22 David SehrMerge x86 data and header lowering
2016-01-22 Reed Kotlerwith this patch you can run check-lit on a specific...
2016-01-22 Reed KotlerSubzero: Use sphinx to generate production-quality...
2016-01-22 Reed KotlerSubzero: Add to doxygen output the python scripts relat...
2016-01-22 Reed KotlerSubzero: Always enable --echo-cmd in the lit tests.
2016-01-21 Karl SchimpfAdd instruction veord to the integrated ARM assembler.
2016-01-21 Karl SchimpfAdd vstr{s,d} to the integrated ARM assembler.
2016-01-21 Karl SchimpfAdd vdlr{s,d} to the integrated ARM assembler.
2016-01-21 David SehrMerged addProlog and addEpilog on x86.
2016-01-20 Jim StichnothSubzero: Change the szbuild.py --force default.
2016-01-20 John PortoSubzero. X8664. Fix broken call sequence.
2016-01-20 John PortoSubzero. ARM32 RegTable. Adds missing headers.
2016-01-20 John PortoSubzero. ARM32. Fixes infinite loop during address...
2016-01-20 David SehrMerge lowerCall and lowerRet between x86 and x64
2016-01-19 Jim StichnothSubzero: Remove unneeded ScratchRegs.
2016-01-19 Jim StichnothSubzero: Improve the usability of UnimplementedError...
2016-01-19 John PortoSubzero. ARM32. Fixes vpush/vpop bug.
2016-01-15 John PortoSubzero. RAII NaCl Bundling.
2016-01-15 Karl SchimpfImplements include/exclude register lists for translation.
2016-01-15 Jim StichnothSubzero: Make optimizations more resilient for early...
2016-01-15 Karl SchimpfMake RegARM32 a namespace rather than a class.
2016-01-15 Karl SchimpfFix bitcode parser to check type signatures of functions.
2016-01-14 John PortoSuzero. X8664. NaCl Sandboxing.
2016-01-13 David SehrAdd option to force filetype=asm for testing
2016-01-13 Jim StichnothSubzero: Fix -build-atts option.
2016-01-13 Jim StichnothSubzero: Fix g++ warnings.
2016-01-11 Sean KleinBetter error message for running szbuild.py out of...
2016-01-11 Karl SchimpfAdd VCMP{s,sz,d,dz} Instructions to ARM integrated...
2016-01-11 Karl SchimpfRefactor PUSH/POP in ARM assemblers.
2016-01-11 John PortoSubzero. ARM32. Adds header to auto-generated register...
2016-01-11 Jim StichnothFix g++ linking error.
2016-01-10 Jim StichnothFix the g++ build.
2016-01-10 Reed Kotleradd scripts to doxygen for subzero
2016-01-08 Karl SchimpfAdd vcvt<c>.f32.f64 and vcvt<c>.f64.32 to ARM.
2016-01-08 Reed Kotlermake sure there is always a build directory to put...
2016-01-07 Karl SchimpfAdd VMULS and VMULD instructions to integrated ARM...
2016-01-07 Karl SchimpfAdd VDIVS and VDIVD instructions to the integrated...
2016-01-07 Karl SchimpfAdd VSUB{S,D} instructions to the integrated ARM assembler.
2016-01-07 Reed KotlerMove Doxyfile files to docs and associated makefile...
2016-01-07 Karl SchimpfAdd VADD instruction to the ARM integrated assembler.
2016-01-07 Reed Kotlermove .rst to docs
2016-01-06 Jim StichnothSubzero: Enable Non-SFI vector cross tests.
2016-01-04 Jim StichnothSubzero: Add Non-SFI support for x86-32.
2016-01-04 John PortoSubzero. ARM32. Materializes the register table.
2016-01-04 John PortoSubzero. ARM32. Adds an IsGPR attribute to the register...
next