OSDN Git Service

android-x86/external-swiftshader.git
2016-02-18 John PortoSubzero. ARM32. Enable hwdiv-arm crosstests.
2016-02-17 Eric HolkSubzero. ARM32. Enable more crosstests.
2016-02-17 Eric HolkARM32 vector lowering: fabs, scalarize remaining arithm...
2016-02-17 Eric HolkARM32 Vector lowering - scalarize select
2016-02-17 John PortoSubzero. Removes X8664_STACK_HACK from the crosstests.
2016-02-17 Karl SchimpfAdd fabs(<4 x float>) to the integrated ARM assembler.
2016-02-17 Reed KotlerThis would eliminate a lot of repetitive coding in...
2016-02-17 John PortoSubzero. ARM32. Refactors atomic intrinsics lowering.
2016-02-16 Jim StichnothSubzero: Set the correct target arch in the browser...
2016-02-16 Reed KotlerSubzero: Avoid explicit references to RegNumT sentinel...
2016-02-11 Karl SchimpfAdd move vector to the integrated ARM assembler.
2016-02-10 John PortoSubzero. ARM32. Nonsfi.
2016-02-10 Karl SchimpfFix missing register class.
2016-02-10 Karl SchimpfAdd insert/extract element to the integrated ARM assembler.
2016-02-10 Eric HolkARM32 vector ops - scalarize icmp, fcmp and cast.
2016-02-10 Jim StichnothSubzero: Use a proper RegNumT type instead of int32_t...
2016-02-10 Karl SchimpfFix bug in arith.ll (ARM) tests.
2016-02-10 Eric HolkARM32 vector division lowering.
2016-02-10 Jim StichnothSubzero: Fix trailing whitespace errors.
2016-02-09 Karl SchimpfChange ARM calls into indirect calls.
2016-02-09 Karl SchimpfAdd NOP to ARM IR lowering.
2016-02-09 Karl SchimpfFix ARM assembler to pop registers in reverse order...
2016-02-08 Eric HolkSubzero: ARM32: lowering of vector insert and extract.
2016-02-07 Jim StichnothSubzero: Clean up some uses of *_cast<>.
2016-02-05 Jim StichnothSubzero: Fix a mul lowering error.
2016-02-05 Jim StichnothSubzero: Improve an error message.
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.
next