summaryrefslogtreecommitdiff
path: root/utils/ABITest
Commit message (Expand)AuthorAgeFilesLines
* Portable Python script across Python versionSerge Guelton2018-12-182-2/+2
* Portable Python script across Python versionSerge Guelton2018-12-182-6/+6
* Portable Python script across Python versionSerge Guelton2018-12-181-2/+2
* Portable Python script across Python versionSerge Guelton2018-12-183-76/+79
* Portable Python script across Python versionSerge Guelton2018-12-182-2/+2
* Portable Python script across Python versionSerge Guelton2018-12-032-2/+4
* Portable Python script across versionSerge Guelton2018-12-032-2/+2
* Portable Python script across Python versionSerge Guelton2018-12-033-13/+13
* Add back the ABITest makefilesChris Bieneman2016-02-036-0/+272
* Remove autoconf supportChris Bieneman2016-01-266-272/+0
* Fix invalid test generation by utils/ABITest/ABITestGen.py when the same enum...Daniel Sanders2014-08-212-2/+6
* Fix constructor-related typos.Benjamin Kramer2013-09-091-1/+1
* utils/ABITest: Factor out type naming code slightly.Daniel Dunbar2010-09-272-10/+24
* utils/ABITest: Tweak default bit-field types to cover some more interesting c...Daniel Dunbar2010-09-271-2/+4
* utils/ABITest: Add a workaround for mismatches due to PR5579.Daniel Dunbar2010-09-271-1/+7
* utils/ABITest: Add option to skip individual tests by index.Daniel Dunbar2010-09-271-0/+6
* Implement promotion for enumeration types.Douglas Gregor2010-02-022-1/+96
* Include <stdlib.h>, so that we're sure to get atoi.Douglas Gregor2010-02-021-1/+2
* Whoops, did not mean to commit thisAnders Carlsson2009-08-161-1/+1
* Store the delete operator for delete expressions.Anders Carlsson2009-08-161-1/+1
* Whoops, did not mean to check this in.Anders Carlsson2009-07-251-2/+2
* More work on the constant struct builder. We now try to layout all constant s...Anders Carlsson2009-07-251-2/+2
* Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.Eli Friedman2009-07-101-1/+1
* Minor build system changes to make ABITest work correctly on Linux.Eli Friedman2009-05-254-5/+5
* Some minor corrections: don't use offsetof on a bitfield, and cast Eli Friedman2009-05-251-4/+4
* ABITest: Improve test driver marginally, to allow running a specificDaniel Dunbar2009-05-081-4/+12
* ABITest: Move more of the common Makefile bits into the commonDaniel Dunbar2009-05-086-214/+20
* ABITest: Fix a bug in generating test values for structures w/ noDaniel Dunbar2009-05-081-14/+10
* ABITest: Move default set of test args into common makefile.Daniel Dunbar2009-05-086-3/+55
* Add various other bits I use to run ABITest.Daniel Dunbar2009-05-088-1/+252
* Add to the house of cards that is ABITestGen.Daniel Dunbar2009-05-072-46/+136
* ABITestGen: Add v2i16 and v16f32 as default vector types to generate.Daniel Dunbar2009-03-021-1/+1
* ABITestGen: Use explicit list of vector types instead of just a listDaniel Dunbar2009-02-221-10/+30
* ABITest: Add some checking of values for return types; useful forDaniel Dunbar2009-02-171-1/+35
* Note some more things to integrate into ABITestDaniel Dunbar2009-02-171-0/+3
* ABITest: Makefile tweaksDaniel Dunbar2009-01-292-24/+52
* ABITest: Fix access to array test values.Daniel Dunbar2009-01-291-1/+4
* ABITest: Fix test value generation for unions.Daniel Dunbar2009-01-291-1/+8
* Use xcc (instead of clang directly).Daniel Dunbar2009-01-291-6/+5
* ABITest: Support --test-layout option for generatingDaniel Dunbar2009-01-282-7/+120
* ABITestGen: Add generation of vector types.Daniel Dunbar2009-01-262-24/+41
* Add simple make based harness for running ABI tests.Daniel Dunbar2009-01-242-0/+128
* Add utils/ABITest, my ABI test generation tool.Daniel Dunbar2009-01-153-0/+1068