OSDN Git Service

Fix lowering ARM shift by zero as a move.
[android-x86/external-swiftshader.git] / unittest /
2016-11-03 Nicolas CapensImplement floating-point rounding intrinsic.
2016-11-01 Nicolas CapensGeneralize the Sqrt intrinsic to process vectors.
2016-10-24 Nicolas CapensFix unit tests.
2016-10-17 Nicolas CapensAdd x86 vector packing instructions.
2016-10-07 Nicolas CapensSupport running unit tests on Windows.
2016-10-07 Nicolas CapensOptimize lowering of x86 byte and word vector unpack.
2016-04-27 John PortoSubzero. X86. Uses pshufb for shufflevector lowering.
2016-04-26 John PortoSubzero. X86. Lowers shufflevector using xmm instructions.
2016-04-02 Karl SchimpfSimplify references to command line flags.
2016-03-31 Karl SchimpfAllow Subzero to parse function blocks in parallel.
2016-03-29 Jim StichnothSubzero: Remove IceString.
2016-03-07 Jim StichnothSubzero: Fix symbol name mangling. Make flags global.
2016-02-04 John PortoSubzero. Uses fixups to calculate addend to relocations.
2016-01-26 John PortoSubzero. X8664. Enables RIP-based addressing mode.
2016-01-04 John PortoSubzero. Code organization.
2015-12-22 John PortoSubzero. x8664. Resurrects the Target.
2015-12-16 David SehrFuse icmp/fcmp with select
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-07 Karl SchimpfMake sure that all globals are internal, except for...
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-07-31 John PortoSubzero. Buildable, non-functional TargetLoweringX8664.
2015-07-28 John PortoAdds the x86-64 assembler.
2015-07-11 John PortoAdds basic tests to the AssemblerX8632.
2015-06-27 Jim StichnothSubzero: Enable errors for unused parameters.
2015-06-23 Karl SchimpfFix handling of TYPE_CODE_NUMENTRY record when size...
2015-06-11 John PortoUnittest fixes.
2015-06-08 Karl SchimpfClean up unit munging unit tests using common NaCl...
2015-04-30 Karl SchimpfFix instruction unit tests to use new editing constants.
2015-04-22 Karl SchimpfFirst attempt to capture parser/translation errors...
2015-04-16 Karl SchimpfFix locking for printing error messages.
2015-04-16 Karl SchimpfRevert "Fix locking for printing error messages."
2015-04-16 Karl SchimpfFix locking for printing error messages.
2015-04-09 Jim StichnothSubzero: Use a "deterministic" random shuffle for regis...
2015-03-20 Jan VoungMove some flag-like props from GlobalContext and Target...
2015-03-04 Karl SchimpfFix subzero translator to use new API for reporting...
2015-02-26 Jan VoungMerge latest changes from branch 'master' into merge_36...
2015-02-12 Jim StichnothSubzero: Use -filetype instead of -ias and -elf-writer.
2015-02-12 Jim StichnothSubzero: Emit functions and global initializers in...
2015-02-09 Karl SchimpfAdds accessor methods to class ClFlags.
2015-01-27 Jim StichnothSubzero: Use a "known" version of clang-format.
2015-01-27 Jim StichnothSubzero: Initial implementation of multithreaded transl...
2015-01-20 Karl SchimpfAdd instruction alignment tests to unit tests.
2015-01-09 Karl SchimpfAdd ability to test parsing of bitcode records in Subzero.
2014-12-02 Jan VoungSubzero: Add basic ELFObjectWriter (text section, symta...