]> granicus.if.org Git - clang/history - utils/ABITest
Revert r291477 "[Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtin"
[clang] / utils / ABITest /
2016-02-03 Chris BienemanAdd back the ABITest makefiles
2016-01-26 Chris BienemanRemove autoconf support
2014-08-21 Daniel SandersFix invalid test generation by utils/ABITest/ABITestGen...
2013-09-09 Benjamin KramerFix constructor-related typos.
2010-09-27 Daniel Dunbarutils/ABITest: Factor out type naming code slightly.
2010-09-27 Daniel Dunbarutils/ABITest: Tweak default bit-field types to cover...
2010-09-27 Daniel Dunbarutils/ABITest: Add a workaround for mismatches due...
2010-09-27 Daniel Dunbarutils/ABITest: Add option to skip individual tests...
2010-02-02 Douglas GregorImplement promotion for enumeration types.
2010-02-02 Douglas GregorInclude <stdlib.h>, so that we're sure to get atoi.
2009-08-16 Anders CarlssonWhoops, did not mean to commit this
2009-08-16 Anders CarlssonStore the delete operator for delete expressions.
2009-07-25 Anders CarlssonWhoops, did not mean to check this in.
2009-07-25 Anders CarlssonMore work on the constant struct builder. We now try...
2009-07-10 Eli FriedmanUse /usr/bin/env trick to find python. Patch by Kriste...
2009-05-25 Eli FriedmanMinor build system changes to make ABITest work correct...
2009-05-25 Eli FriedmanSome minor corrections: don't use offsetof on a bitfiel...
2009-05-08 Daniel DunbarABITest: Improve test driver marginally, to allow runni...
2009-05-08 Daniel DunbarABITest: Move more of the common Makefile bits into...
2009-05-08 Daniel DunbarABITest: Fix a bug in generating test values for struct...
2009-05-08 Daniel DunbarABITest: Move default set of test args into common...
2009-05-08 Daniel DunbarAdd various other bits I use to run ABITest.
2009-05-07 Daniel DunbarAdd to the house of cards that is ABITestGen.
2009-03-02 Daniel DunbarABITestGen: Add v2i16 and v16f32 as default vector...
2009-02-22 Daniel DunbarABITestGen: Use explicit list of vector types instead...
2009-02-17 Daniel DunbarABITest: Add some checking of values for return types...
2009-02-17 Daniel DunbarNote some more things to integrate into ABITest
2009-01-29 Daniel DunbarABITest: Makefile tweaks
2009-01-29 Daniel DunbarABITest: Fix access to array test values.
2009-01-29 Daniel DunbarABITest: Fix test value generation for unions.
2009-01-29 Daniel DunbarUse xcc (instead of clang directly).
2009-01-28 Daniel DunbarABITest: Support --test-layout option for generating
2009-01-26 Daniel DunbarABITestGen: Add generation of vector types.
2009-01-24 Daniel DunbarAdd simple make based harness for running ABI tests.
2009-01-15 Daniel DunbarAdd utils/ABITest, my ABI test generation tool.