summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_gen_asm
Commit message (Expand)AuthorAgeFilesLines
* Revert "NCG(x86): Compile add+shift as lea if possible."Matthew Pickering2023-01-093-59/+0
* NCG(x86): Compile add+shift as lea if possible.wip/andreask/add_mul_leaAndreas Klebinger2022-08-083-0/+59
* llvmGen: Consider Relocatable read-only data as not constantReferences: #18137Tuan Le2020-05-213-0/+8
* codegen: unroll memcpy calls for small bytearraysArtem Pyanykh2019-04-143-0/+28
* codegen: fix memset unroll for small bytearrays, add 64-bit setsArtem Pyanykh2019-04-093-4/+28
* testsuite: Try accepting new output for memcpy testBen Gamari2018-12-121-2/+2
* testsuite: Ensure that unregisterised function is calledBen Gamari2018-12-111-1/+1
* Encode alignment in MO_Memcpy and friendsBen Gamari2015-06-161-1/+1
* testsuite: disable memcpy asm comparison tests on UNREGSergei Trofimovich2014-08-231-8/+9
* Add flags to control memcpy and memset inliningJohan Tibell2014-03-263-0/+24
* Replace 'if_platform' and 'unless_platform' with 'platform'Ian Lynagh2013-02-081-3/+3
* The asm tests pass on Linux, but not OS XIan Lynagh2012-10-131-3/+6
* Make it possible to test the generated assemblyJohan Tibell2012-10-098-0/+84