index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
UnitTests
/
Common
Age
Commit message (
Expand
)
Author
2014-12-06
UnitTests: add tests for bitwise AVX instructions
Tillmann Karras
2014-12-06
UnitTests: fix register symbol name in AVX tests
Tillmann Karras
2014-10-25
Add unit test.
comex
2014-10-07
X64Emitter: add unit test for FMA
Fiora
2014-09-14
Merge pull request #1083 from FioraAeterna/lzcnt
Ryan Houdek
2014-09-14
x64Emitter: add LZCNT/TZCNT support and detection
Fiora
2014-09-13
UnitTests: Fix misplaced braces in the x64Emitter tests
Lioncash
2014-09-13
Add immediate tests for WriteNormalOp
Fiora
2014-09-08
Rename Log2 and add IsPow2 to MathUtils for future use
Fiora
2014-09-05
Revert "JIT64: optimize CA calculations"
Fiora
2014-09-05
Merge pull request #852 from FioraAeterna/optimizeca
comex
2014-09-03
x64Emitter: add BMI1/BMI2 support
Fiora
2014-09-03
x64EmitterTest: Fake support for all CPU extensions
Pierre Bourdon
2014-09-02
UnitTests: Add tests for the x64Emitter
Pierre Bourdon
2014-09-01
msvc: get UnitTests compiling
Shawn Hoffman
2014-09-01
Rename Log2 and add IsPow2 to MathUtils for future use
Fiora
2014-09-01
unittests: correct some integers which should have been floating point types
Shawn Hoffman
2014-08-07
Fix more warnings from #579
Tillmann Karras
2014-08-02
UnitTests: make it possible to build tests for code that has global dependencies
Pierre Bourdon
2014-07-15
Fix incorrect clamping in SWRenderer.
Scott Mansell
2014-05-29
Remove the min/max functions in CommonFuncs.
Lioncash
2014-04-19
BitFieldTest: fix warnings
Tillmann Karras
2014-04-14
Merge pull request #271 from delroth/threading-stuff
Pierre Bourdon
2014-04-14
Common::Flag: Add support for TestAndSet + test by implementing basic spinlocks.
Pierre Bourdon
2014-04-14
UnitTests: Add a test for BitField behavior on odd structure alignment.
Tony Wasserka
2014-04-14
Common: Move the Event class to a separate file, and add tests for it. Fix in...
Pierre Bourdon
2014-04-14
Common: Add a 'Flag' class that is used to encapsulate a boolean flag manipul...
Pierre Bourdon
2014-03-25
UnitTests: Add tests for BitField.
Tony Wasserka
2014-03-24
MathUtilTest: add test for FlushToZero
Tillmann Karras
2014-03-17
Tests: fix signed/unsigned comparison warning
Tillmann Karras
2014-03-09
MathUtil: fix IsQNAN()
Tillmann Karras
2014-03-09
Add more tests for Common and Core/MMIO
Pierre Bourdon