summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common
AgeCommit message (Expand)Author
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
2014-03-09Add more tests for Common and Core/MMIOPierre Bourdon