summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common
AgeCommit message (Expand)Author
2016-04-03MathUtilTest: Fix tests on MSVC - Document compiler bugLioncash
2015-09-06General: Replace GC_ALIGN macros with alignasLioncash
2015-09-03CommonFuncs: Replace ArraySize define with constexpr equivalentLioncash
2015-08-21MathUtil: Remove IsNAN and IsINFLioncash
2015-08-06x64Emitter: add MOVSLDUP/MOVSHDUPTillmann Karras
2015-06-14Revert "x64: build a Position-Independent Executable (PIE)"Matthew Parlane
2015-06-06Merge pull request #2496 from Tilka/fma4flacs
2015-06-03MemoryUtil: get executable pages near static dataTillmann Karras
2015-06-02XEmitter: add FMA4 instructionsTillmann Karras
2015-05-30Unittests: Add BlockingLoopTestdegasus
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-18Merge pull request #2417 from Tilka/vexFiora
2015-05-17XEmitter: restructure WriteVEXOp wrappersTillmann Karras
2015-05-17Reset faked CPU extension support at test end to ensure test isolation.yerejm
2015-03-18XEmitter: add PUNPCKLQDQTillmann Karras
2015-03-01Fix include order of files outside of Source/CoreTillmann Karras
2015-01-18XEmitter: overload MOVBE()Tillmann Karras
2015-01-07x64Emitter: add MOVLPS/MOVHPSTillmann Karras
2015-01-07x64Emitter: fix MOVLPD/MOVHPDTillmann Karras
2014-12-06UnitTests: add tests for bitwise AVX instructionsTillmann Karras
2014-12-06UnitTests: fix register symbol name in AVX testsTillmann Karras
2014-10-25Add unit test.comex
2014-10-07X64Emitter: add unit test for FMAFiora
2014-09-14Merge pull request #1083 from FioraAeterna/lzcntRyan Houdek
2014-09-14x64Emitter: add LZCNT/TZCNT support and detectionFiora
2014-09-13UnitTests: Fix misplaced braces in the x64Emitter testsLioncash
2014-09-13Add immediate tests for WriteNormalOpFiora
2014-09-08Rename Log2 and add IsPow2 to MathUtils for future useFiora
2014-09-05Revert "JIT64: optimize CA calculations"Fiora
2014-09-05Merge pull request #852 from FioraAeterna/optimizecacomex
2014-09-03x64Emitter: add BMI1/BMI2 supportFiora
2014-09-03x64EmitterTest: Fake support for all CPU extensionsPierre Bourdon
2014-09-02UnitTests: Add tests for the x64EmitterPierre Bourdon
2014-09-01msvc: get UnitTests compilingShawn Hoffman
2014-09-01Rename Log2 and add IsPow2 to MathUtils for future useFiora
2014-09-01unittests: correct some integers which should have been floating point typesShawn Hoffman
2014-08-07Fix more warnings from #579Tillmann Karras
2014-08-02UnitTests: make it possible to build tests for code that has global dependenciesPierre Bourdon
2014-07-15Fix incorrect clamping in SWRenderer.Scott Mansell
2014-05-29Remove the min/max functions in CommonFuncs.Lioncash
2014-04-19BitFieldTest: fix warningsTillmann Karras
2014-04-14Merge pull request #271 from delroth/threading-stuffPierre Bourdon
2014-04-14Common::Flag: Add support for TestAndSet + test by implementing basic spinlocks.Pierre Bourdon
2014-04-14UnitTests: Add a test for BitField behavior on odd structure alignment.Tony Wasserka
2014-04-14Common: Move the Event class to a separate file, and add tests for it. Fix in...Pierre Bourdon
2014-04-14Common: Add a 'Flag' class that is used to encapsulate a boolean flag manipul...Pierre Bourdon
2014-03-25UnitTests: Add tests for BitField.Tony Wasserka
2014-03-24MathUtilTest: add test for FlushToZeroTillmann Karras
2014-03-17Tests: fix signed/unsigned comparison warningTillmann Karras
2014-03-09MathUtil: fix IsQNAN()Tillmann Karras