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