aboutsummaryrefslogtreecommitdiff
path: root/utils/ABITest
AgeCommit message (Expand)Author
2010-09-27utils/ABITest: Factor out type naming code slightly.Daniel Dunbar
2010-09-27utils/ABITest: Tweak default bit-field types to cover some more interesting c...Daniel Dunbar
2010-09-27utils/ABITest: Add a workaround for mismatches due to PR5579.Daniel Dunbar
2010-09-27utils/ABITest: Add option to skip individual tests by index.Daniel Dunbar
2010-02-02Implement promotion for enumeration types.Douglas Gregor
2010-02-02Include <stdlib.h>, so that we're sure to get atoi.Douglas Gregor
2009-08-16Whoops, did not mean to commit thisAnders Carlsson
2009-08-16Store the delete operator for delete expressions.Anders Carlsson
2009-07-25Whoops, did not mean to check this in.Anders Carlsson
2009-07-25More work on the constant struct builder. We now try to layout all constant s...Anders Carlsson
2009-07-10Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.Eli Friedman
2009-05-25Minor build system changes to make ABITest work correctly on Linux.Eli Friedman
2009-05-25Some minor corrections: don't use offsetof on a bitfield, and cast Eli Friedman
2009-05-08ABITest: Improve test driver marginally, to allow running a specificDaniel Dunbar
2009-05-08ABITest: Move more of the common Makefile bits into the commonDaniel Dunbar
2009-05-08ABITest: Fix a bug in generating test values for structures w/ noDaniel Dunbar
2009-05-08ABITest: Move default set of test args into common makefile.Daniel Dunbar
2009-05-08Add various other bits I use to run ABITest.Daniel Dunbar
2009-05-07Add to the house of cards that is ABITestGen.Daniel Dunbar
2009-03-02ABITestGen: Add v2i16 and v16f32 as default vector types to generate.Daniel Dunbar
2009-02-22ABITestGen: Use explicit list of vector types instead of just a listDaniel Dunbar
2009-02-17ABITest: Add some checking of values for return types; useful forDaniel Dunbar
2009-02-17Note some more things to integrate into ABITestDaniel Dunbar
2009-01-29ABITest: Makefile tweaksDaniel Dunbar
2009-01-29ABITest: Fix access to array test values.Daniel Dunbar
2009-01-29ABITest: Fix test value generation for unions.Daniel Dunbar
2009-01-29Use xcc (instead of clang directly).Daniel Dunbar
2009-01-28ABITest: Support --test-layout option for generatingDaniel Dunbar
2009-01-26ABITestGen: Add generation of vector types.Daniel Dunbar
2009-01-24Add simple make based harness for running ABI tests.Daniel Dunbar
2009-01-15Add utils/ABITest, my ABI test generation tool.Daniel Dunbar