summaryrefslogtreecommitdiff
path: root/tests/amd64call.asm
Commit message (Collapse)AuthorAgeFilesLines
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
|
* Modernise asm syntax.Torbjorn Granlund2013-03-181-38/+38
|
* Put all of test suite under GPL, use consistent header.Torbjorn Granlund2012-11-211-13/+14
|
* Rewrite amd64 calling conventions checking code to match calls and returns.Torbjorn Granlund2010-11-291-63/+64
|
* Update license to version 3.tege2007-09-181-5/+3
|
* Rewrite to be PIC, smaller, using amd64check.c's array.tege2007-09-061-35/+72
|
* Remove bogus no-op moves.tege2007-09-041-13/+6
|
* Use jmp instead of jmpq to placate Solaris.tege2006-07-121-3/+3
|
* Update FSF's address.tege2006-02-151-2/+2
|
* * tests/amd64check.c, tests/amd64call.asm: New files, derived in partKevin Ryde2004-04-041-0/+137
from x86check.c and x86call.asm.