OSDN Git Service

android-x86/external-swiftshader.git
2017-05-02 Nicolas CapensFix lowering ARM shift by zero as a move.
2017-04-25 Nicolas CapensFix potential null pointer dereference.
2017-02-13 Nicolas CapensOptimize floating-point minimum/maximum operations.
2017-02-13 Nicolas CapensImplement minps/maxps x86 instructions.
2017-02-13 Nicolas CapensAdd boolean type property function.
2017-02-10 Jaydeep Patil[SubZero] Generate spin-lock for atomic load store
2017-02-03 Nicolas CapensFix swizzle of second vector.
2017-02-01 Jim StichnothSubzero: Add a new document describing the register...
2017-01-31 Nicolas CapensOptimize single-vector shuffling.
2017-01-31 Nicolas CapensPerform address optimization of sub-vector load/store.
2017-01-31 Nicolas CapensOptimize x86-64 addressing with a 32-bit unsigned index.
2017-01-26 Jaydeep Patil[SubZero] Fix code generation of AtomicCmpxchg
2017-01-24 Nicolas CapensWork around empty set default parameter compilation...
2017-01-19 Nicolas CapensFix signed/unsigned comparison warning.
2017-01-17 Nicolas CapensImplement an intrinsic for nearbyint.
2017-01-17 Nicolas CapensSupport 16-byte aligned stack on 32-bit Windows.
2017-01-17 Nicolas CapensAlways align the stack to the fixed alloca requirements.
2017-01-11 Stefan MaksimovicSubzero, MIPS32: Atomic intrinsics fixes
2017-01-11 Jaydeep Patil[SubZero] Fix code generation issues occurred in Cross...
2017-01-07 Nicolas CapensFix Mac OS compilation.
2017-01-06 Nicolas CapensFix inadvertent use of the Microsoft x86-64 calling...
2016-12-27 Jim StichnothSubzero: Fix a build error against LLVM trunk.
2016-12-27 Jim StichnothSubzero: Fix build problem against LLVM trunk.
2016-12-26 Jim StichnothSubzero: Fix some build problems against LLVM trunk.
2016-12-26 Jim StichnothSubzero: Fix a build issue against LLVM trunk.
2016-12-24 Jim StichnothSubzero: Fix multiply defined symbols in Windows/g...
2016-12-23 Jim StichnothSubzero: Legalize the movzx argument.
2016-12-09 Nicolas CapensGeneralize vector shuffling to accept any operand.
2016-11-30 Nicolas CapensEnsure that the sub-vector load destination is a register.
2016-11-28 Nicolas CapensFix skipping deleted instructions before replacing...
2016-11-28 Jaydeep Patil[SubZero] Fix size of arguments on stack
2016-11-24 Nicolas CapensMatch sub-vector load/store operand order to regular...
2016-11-23 Nicolas CapensFix offset adjustment in x86 address optimization.
2016-11-22 Stefan MaksimovicSubzero, MIPS32: Changes for improving sandbox crosstes...
2016-11-18 Sagar Thakur[Subzero][MIPS] Implements atomic intrinsics for MIPS32
2016-11-10 Stefan MaksimovicSubzero, MIPS32: Sandbox initial patch
2016-11-09 Nicolas CapensSupport 64-bit jump tables with LP64 data model.
2016-11-07 Jaydeep Patil[SubZero] Utilize instructions with immediate operands
2016-11-04 Jaydeep Patil[SubZero] Generate MIPS.abiflags section
2016-11-03 Nicolas CapensImplement floating-point rounding intrinsic.
2016-11-02 Stefan MaksimovicSubzero, MIPS32: Stacksave/Stackrestore implementation
2016-11-02 Jaydeep Patil[SubZero] Fix code generation for vector type
2016-11-01 Nicolas CapensImplement saturated vector add/subtract.
2016-11-01 Nicolas CapensImplement integer vector multiply intrinsics.
2016-11-01 Nicolas CapensGeneralize the Sqrt intrinsic to process vectors.
2016-10-31 Stefan MaksimovicThis patch enables running a couple more of lit tests...
2016-10-28 Nicolas CapensPreserve rsi and rdi when using Microsoft x86-64 callin...
2016-10-28 Jaydeep Patil[SubZero] Generate relocations for MIPS
2016-10-28 Stefan MaksimovicSubzero, MIPS32: Remove --skip-unimplemented from lit...
2016-10-26 Jaydeep Patil[SubZero] Fix f64 to/from i64 moves
2016-10-26 Nicolas CapensFix two-vector unpack case.
2016-10-24 Nicolas CapensFix unit tests.
2016-10-21 Nicolas CapensRemove verified asserts.
2016-10-21 Nicolas CapensAssert that PNaCl bitcode only uses 128-bit vector...
2016-10-20 Nicolas CapensImplement vector sign mask intrinsic.
2016-10-19 Nicolas CapensImplement bitcast between i32 and (emulated) v4i8.
2016-10-19 Nicolas CapensImplement vector packing intrinsics.
2016-10-19 Nicolas CapensFix 64-bit pointer type for non-x32 ABIs.
2016-10-19 Jim StichnothSubzero: Fix compiler warnings.
2016-10-18 Nicolas CapensOptimize shuffles corresponding to x86 punpckh instruct...
2016-10-18 Sagar Thakur[Subzero][MIPS32] Account for variable alloca alignment...
2016-10-17 Nicolas CapensGenerate error on unexpected intrisics.
2016-10-17 Nicolas CapensAdd x86 vector packing instructions.
2016-10-17 Nicolas CapensFix unpacking from a single vector.
2016-10-17 Jaydeep Patil[SubZero] Implement Fcmp, ICmp, Cast and Select for...
2016-10-17 Jaydeep Patil[SubZero] Handle relocatable constants for MIPS
2016-10-16 Sagar Thakur[Subzero][MIPS32] Fix alloca alignment and offset for...
2016-10-16 Jaydeep Patil[SubZero] Legalize load, store for MIPS post lower
2016-10-12 Sagar Thakur[Subzero][MIPS32] Implement bitcast operation for both...
2016-10-07 Nicolas CapensSupport running unit tests on Windows.
2016-10-07 Nicolas CapensOptimize x86 vector shift by constant.
2016-10-07 Nicolas CapensOptimize lowering of x86 byte and word vector unpack.
2016-10-07 Nicolas CapensImplement intrinsics for loading/storing subvectors.
2016-10-06 Jim StichnothSubzero: Fix "make -f Makefile.standalone check-lit...
2016-10-05 Stefan MaksimovicSubzero, MIPS32: Fix conditional mov instructions
2016-10-03 Jim StichnothSubzero: Remove --skip-unimplemented from ARM lit tests.
2016-10-03 Jaydeep Patil[SubZero] Vector types support for MIPS
2016-09-29 Sagar Thakur[Subzero][MIPS] Implement conditional branches with...
2016-09-29 Sagar Thakur[Subzero][MIPS] Add RUN command line with -Om1 in test...
2016-09-29 Nicolas CapensDon't emit address size prefixes for native x86-64...
2016-09-28 Srdjan ObucinaSubzero, MIPS32: SRAV instruction encoding
2016-09-28 Sagar Thakur[Subzero][MIPS] Implement 64-bit integer compare operations
2016-09-28 Srdjan ObucinaSubzero, MIPS32: MOVZ instruction encoding
2016-09-28 Srdjan ObucinaSubzero, MIPS32: DIVU instruction encoding
2016-09-27 Srdjan ObucinaSubzero, MIPS32: Intrinsic call Bswap for i16, i32...
2016-09-27 Srdjan ObucinaSubzero, MIPS32: Intrinsic calls Ctlz and Cttz for i64
2016-09-27 Jaydeep PatilSubzero, MIPS32: Binding intrablock labels, uncondition...
2016-09-27 Srdjan ObucinaSubzero, MIPS32: Filling missing bits from genTargetHel...
2016-09-27 Srdjan ObucinaSubzero, MIPS32: Cross-testing enabled for MIPS32
2016-09-25 Srdjan ObucinaSubzero, MIPS32: lowerSelect for i64
2016-09-23 Sagar Thakur[Subzero][MIPS32] Implements 64-bit shl, lshr, ashr...
2016-09-23 Srdjan ObucinaSubzero, MIPS32: Intrinsic call Cttz for i32
2016-09-23 Srdjan ObucinaSubzero, MIPS32: Fix floating point comparison crosstest
2016-09-22 Srdjan ObucinaSubzero, MIPS32: Intrinsic call Ctlz for i32
2016-09-22 Srdjan ObucinaSubzero, MIPS32: Instruction NOR, pseudoinstruction NOT
2016-09-22 Srdjan ObucinaSubzero, MIPS32: Remove duplicate functionalities
2016-09-21 Jaydeep Patil[SubZero] Fix floating-point comparison for MIPS
2016-09-20 Srdjan ObucinaSubzero, MIPS32: Intrinsic call Trap
2016-09-20 Srdjan ObucinaSubzero, MIPS32: Encoding of FP comparison instructions
2016-09-20 Jaydeep Patil[SubZero] lower float and double constants for MIPS
next