summaryrefslogtreecommitdiffstats
path: root/tests/checkasm
Commit message (Expand)AuthorAgeFilesLines
* checkasm: Cast unsigned to signedLuca Barbato2016-07-231-1/+1
* checkasm: add HEVC test for testing IDCT DCAlexandra Hájková2016-07-224-1/+76
* arm: Check for support for the .fpu directiveMartin Storsjö2016-07-211-1/+1
* checkasm: arm: Ignore changes to bits 0-4 and 7 of FPSCRMartin Storsjö2016-07-171-4/+6
* cheackasm/arm: remove NEON instructions from checkasm_checked_call_vfpJanne Grunau2016-07-171-3/+10
* checkasm: arm: Don't start new const blocks for each stringMartin Storsjö2016-07-171-2/+2
* checkasm: arm: report the first clobbered register in checkasm_checked_callJanne Grunau2016-07-161-25/+39
* checkasm/arm: preserve the stack alignment checkasm_checked_callJanne Grunau2016-07-131-4/+7
* checkasm: vp8.mc: initialize the full src buffer after ec32574209fJanne Grunau2016-07-131-1/+1
* checkasm/arm: align the clobber check data properly for ldrdJanne Grunau2016-07-101-1/+1
* checkasm: vp8: mc: test unequal width/height for partitionsJanne Grunau2016-07-101-7/+9
* checkasm: Add tests for vp8dspMartin Storsjö2016-07-084-0/+522
* checkasm: hevc: Iterate over features first, then over bitdepthsMartin Storsjö2016-06-291-5/+13
* checkasm: h264dsp: Move the x and y variables into the randomize_buffer macroMartin Storsjö2016-06-281-2/+2
* checkasm: h264dsp: Initialize the padding areaMartin Storsjö2016-06-281-1/+1
* checkasm: Issue emms after benchmarking functionsMartin Storsjö2016-06-211-0/+2
* checkasm: Add tests for h264 idctMartin Storsjö2016-06-174-0/+237
* Split global .gitignore file into per-directory filesDiego Biurrun2016-05-131-0/+1
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
* build: miscellaneous cosmeticsDiego Biurrun2016-04-071-9/+12
* checkasm: Use standard multiple inclusion guardsDiego Biurrun2016-02-181-3/+3
* x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-231-4/+4
* checkasm: Check register clobbering on aarch64Martin Storsjö2016-01-073-0/+153
* checkasm: Check register clobbering on armMartin Storsjö2016-01-074-0/+167
* checkasm: x86: post commit review fixesJanne Grunau2015-12-291-11/+9
* dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková2015-12-241-45/+0
* checkasm: add fmtconvert testsJanne Grunau2015-12-214-0/+110
* checkasm: add synth_filter testJanne Grunau2015-12-214-1/+124
* checkasm: add tests for dcadspJanne Grunau2015-12-214-0/+142
* checkasm: add float comparison util functionsJanne Grunau2015-12-212-0/+84
* x86: checkasm: check for or handle missing cleanup after MMX instructionsJanne Grunau2015-12-214-26/+78
* arm: add a cpu flag for the VFPv2 vector modeJanne Grunau2015-12-141-0/+1
* checkasm: add HEVC MC testsAnton Khirnov2015-12-054-0/+325
* checkasm: Fix the function name sorting algorithmHenrik Gramner2015-10-031-2/+6
* checkasm/x86: Correctly handle variadic functionsHenrik Gramner2015-09-281-2/+5
* checkasm: Use a self-balancing treeHenrik Gramner2015-09-281-12/+47
* checkasm: v210: Fix array overwriteHenrik Gramner2015-09-171-1/+1
* checkasm: add unit tests for v210encHenrik Gramner2015-09-064-0/+99
* checkasm: Fix floating point arguments on 64-bit WindowsHenrik Gramner2015-08-281-3/+7
* checkasm: Explicitly declare function prototypesHenrik Gramner2015-08-207-39/+53
* checkasm: x86: properly save rdx/edx in checked_call()Henrik Gramner2015-08-201-0/+7
* checkasm: Remove unnecessary includeHenrik Gramner2015-08-111-4/+0
* checkasm: Include io.h for isatty, if availableMartin Storsjö2015-07-301-0/+4
* checkasm: Modify report formatHenrik Gramner2015-07-273-31/+30
* checkasm: Use LOCAL_ALIGNEDMichael Niedermayer2015-07-263-10/+13
* checkasm: remove empty array initializer list in h264pred testJanne Grunau2015-07-221-2/+1
* checkasm: Always link staticallyLuca Barbato2015-07-211-2/+2
* checkasm: test all architectures with optimisationsJanne Grunau2015-07-181-1/+15
* checkasm: Give macro a body to avoid potential unexpected syntax issuesMichael Niedermayer2015-07-181-1/+1
* checkasm: exit with status 0 instead of 1 if there are no tests to performHenrik Gramner2015-07-181-1/+1
OpenPOWER on IntegriCloud