OSDN Git Service

Fix lowering ARM shift by zero as a move.
[android-x86/external-swiftshader.git] / crosstest /
2016-11-22 Stefan MaksimovicSubzero, MIPS32: Changes for improving sandbox crosstes...
2016-11-18 Sagar Thakur[Subzero][MIPS] Implements atomic intrinsics for MIPS32
2016-10-26 Jaydeep Patil[SubZero] Fix f64 to/from i64 moves
2016-05-31 Jim StichnothSubzero: Crosstest test_arith properly tests i8/i16.
2016-04-26 John PortoSubzero. X86. Lowers shufflevector using xmm instructions.
2016-02-17 Eric HolkSubzero. ARM32. Enable more crosstests.
2016-02-17 John PortoSubzero. Removes X8664_STACK_HACK from the crosstests.
2016-02-17 John PortoSubzero. ARM32. Refactors atomic intrinsics lowering.
2016-02-10 John PortoSubzero. ARM32. Nonsfi.
2016-01-06 Jim StichnothSubzero: Enable Non-SFI vector cross tests.
2016-01-04 Jim StichnothSubzero: Add Non-SFI support for x86-32.
2015-12-16 David SehrFuse icmp/fcmp with select
2015-11-24 John PortoSubzero. ARM32. Strength reduce multiplications.
2015-10-15 David SehrOptimize 64-bit compares with zero
2015-10-06 John PortoSubzero. Enable Atomics in ARM.
2015-09-25 John PortoSubzero. Enables (most) crosstests for ARM32.
2015-09-22 David SehrOptimize 64-bit shifts by constants for x86-32
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-06-12 Jim StichnothSubzero: Strength-reduce mul by certain constants.
2015-04-21 Jim StichnothSubzero: Auto-detect cmake versus autoconf LLVM build.
2015-03-19 Jim StichnothSubzero: Add fabs intrinsic support.
2015-03-10 Jim StichnothSubzero: Run cross tests as a much more configurable...
2015-03-04 Jim StichnothSubzero: Rerun clang-format after LLVM 3.6 merge.
2015-03-04 Jim StichnothSubzero: Run sandboxed cross tests, and do some cleanup.
2015-02-26 Jan VoungMerge latest changes from branch 'master' into merge_36...
2015-02-24 Jim StichnothSubzero: Improve class definition hygiene.
2015-01-27 Jim StichnothSubzero: Use a "known" version of clang-format.
2014-10-20 Karl SchimpfFix cross test test_global.
2014-10-20 Karl SchimpfFix handling of relocation names, so that prefix mangli...
2014-10-13 Karl SchimpfIntroduce the notion of function addresses in Subzero.
2014-10-08 Jan VoungAdd cross test for vector itofp and fptoi casts.
2014-10-07 Karl SchimpfIntroduce model of global initializers in Subzero.
2014-09-24 Jan VoungHandle "inplace" ops and unary ops w/ assembler
2014-09-09 Jim StichnothSubzero: The cross tests should use the actual Subzero...
2014-09-08 Jim StichnothSubzero: Move python scripts into a common pydir.
2014-09-08 Jim StichnothSubzero: Be more strict about i1 calculations.
2014-09-08 Jim StichnothSubzero: Use cvttss2si and similar instead of cvtss2si...
2014-09-02 Jim StichnothSubzero: Remove the need for a separate NaCl SDK instal...
2014-08-12 Matt WalaSubzero: Align the stack at the point of function calls.
2014-08-12 Matt WalaSubzero: Fix a debugging string in the test_icmp crosstest.
2014-08-07 Matt WalaSubzero: Use scalar arithmetic when no vector instructi...
2014-08-05 Jim StichnothSubzero: Fix and clean up some cross tests.
2014-07-30 Matt WalaSubzero: Add support for SSE4.1 instructions.
2014-07-29 Jan VoungAdd a peephole to fuse cmpxchg w/ later cmp+branch.
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-24 Matt WalaFix a counter in the test_global crosstest.
2014-07-23 Matt WalaLower icmp operations between vector values.
2014-07-22 Matt WalaFactor out common vector crosstesting code.
2014-07-18 Matt WalaFix array index in test initialization.
2014-07-18 Jan VoungLower stacksave and restore intrinsics.
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 Jan VoungLower bitmanip intrinsics, assuming absence of BMI...
2014-07-14 Jan VoungRemove memcpy test workaround for name mangling substit...
2014-07-14 Jan VoungSubzero: lower the rest of the atomic operations.
2014-07-09 Jan VoungAdd scalar lowering for sqrt intrinsic.
2014-06-29 Jim StichnothSubzero: Partial implementation of global initializers.
2014-06-18 Jan VoungAdd a few Subzero intrinsics (not the atomic ones yet).
2014-06-12 Jan VoungSubzero: give crosstest .sz intermediate files names...
2014-06-04 Jim StichnothSubzero: Initial O2 lowering
2014-05-22 Jim StichnothAdd Om1 lowering with no optimizations.