aboutsummaryrefslogtreecommitdiff
path: root/clang/utils/ABITest
AgeCommit message (Expand)AuthorFilesLines
2018-12-18Portable Python script across Python versionSerge Guelton2-2/+2
2018-12-18Portable Python script across Python versionSerge Guelton2-6/+6
2018-12-18Portable Python script across Python versionSerge Guelton1-2/+2
2018-12-18Portable Python script across Python versionSerge Guelton3-76/+79
2018-12-18Portable Python script across Python versionSerge Guelton2-2/+2
2018-12-03Portable Python script across Python versionSerge Guelton2-2/+4
2018-12-03Portable Python script across versionSerge Guelton2-2/+2
2018-12-03Portable Python script across Python versionSerge Guelton3-13/+13
2016-02-03Add back the ABITest makefilesChris Bieneman6-0/+272
2016-01-26Remove autoconf supportChris Bieneman6-272/+0
2014-08-21Fix invalid test generation by utils/ABITest/ABITestGen.py when the same enum...Daniel Sanders2-2/+6
2013-09-09Fix constructor-related typos.Benjamin Kramer1-1/+1
2010-09-27utils/ABITest: Factor out type naming code slightly.Daniel Dunbar2-10/+24
2010-09-27utils/ABITest: Tweak default bit-field types to cover some more interesting c...Daniel Dunbar1-2/+4
2010-09-27utils/ABITest: Add a workaround for mismatches due to PR5579.Daniel Dunbar1-1/+7
2010-09-27utils/ABITest: Add option to skip individual tests by index.Daniel Dunbar1-0/+6
2010-02-02Implement promotion for enumeration types.Douglas Gregor2-1/+96
2010-02-02Include <stdlib.h>, so that we're sure to get atoi.Douglas Gregor1-1/+2
2009-08-16Whoops, did not mean to commit thisAnders Carlsson1-1/+1
2009-08-16Store the delete operator for delete expressions.Anders Carlsson1-1/+1
2009-07-25Whoops, did not mean to check this in.Anders Carlsson1-2/+2
2009-07-25More work on the constant struct builder. We now try to layout all constant s...Anders Carlsson1-2/+2
2009-07-10Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.Eli Friedman1-1/+1
2009-05-25Minor build system changes to make ABITest work correctly on Linux.Eli Friedman4-5/+5
2009-05-25Some minor corrections: don't use offsetof on a bitfield, and cast Eli Friedman1-4/+4
2009-05-08ABITest: Improve test driver marginally, to allow running a specificDaniel Dunbar1-4/+12
2009-05-08ABITest: Move more of the common Makefile bits into the commonDaniel Dunbar6-214/+20
2009-05-08ABITest: Fix a bug in generating test values for structures w/ noDaniel Dunbar1-14/+10
2009-05-08ABITest: Move default set of test args into common makefile.Daniel Dunbar6-3/+55
2009-05-08Add various other bits I use to run ABITest.Daniel Dunbar8-1/+252
2009-05-07Add to the house of cards that is ABITestGen.Daniel Dunbar2-46/+136
2009-03-02ABITestGen: Add v2i16 and v16f32 as default vector types to generate.Daniel Dunbar1-1/+1
2009-02-22ABITestGen: Use explicit list of vector types instead of just a listDaniel Dunbar1-10/+30
2009-02-17ABITest: Add some checking of values for return types; useful forDaniel Dunbar1-1/+35
2009-02-17Note some more things to integrate into ABITestDaniel Dunbar1-0/+3
2009-01-29ABITest: Makefile tweaksDaniel Dunbar2-24/+52
2009-01-29ABITest: Fix access to array test values.Daniel Dunbar1-1/+4
2009-01-29ABITest: Fix test value generation for unions.Daniel Dunbar1-1/+8
2009-01-29Use xcc (instead of clang directly).Daniel Dunbar1-6/+5
2009-01-28ABITest: Support --test-layout option for generatingDaniel Dunbar2-7/+120
2009-01-26ABITestGen: Add generation of vector types.Daniel Dunbar2-24/+41
2009-01-24Add simple make based harness for running ABI tests.Daniel Dunbar2-0/+128
2009-01-15Add utils/ABITest, my ABI test generation tool.Daniel Dunbar3-0/+1068