summaryrefslogtreecommitdiffstats
path: root/utils/ABITest/ABITestGen.py
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid test generation by utils/ABITest/ABITestGen.py when the same enum...Daniel Sanders2014-08-211-1/+1
* Fix constructor-related typos.Benjamin Kramer2013-09-091-1/+1
* utils/ABITest: Factor out type naming code slightly.Daniel Dunbar2010-09-271-10/+15
* 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-021-0/+14
* Include <stdlib.h>, so that we're sure to get atoi.Douglas Gregor2010-02-021-1/+2
* Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.Eli Friedman2009-07-101-1/+1
* 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: 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-081-1/+1
* Add various other bits I use to run ABITest.Daniel Dunbar2009-05-081-1/+1
* Add to the house of cards that is ABITestGen.Daniel Dunbar2009-05-071-29/+72
* 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
* 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
* ABITest: Support --test-layout option for generatingDaniel Dunbar2009-01-281-7/+52
* ABITestGen: Add generation of vector types.Daniel Dunbar2009-01-261-22/+28
* Add utils/ABITest, my ABI test generation tool.Daniel Dunbar2009-01-151-0/+476