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
/
VtableTest
Age
Commit message (
Expand
)
Author
2010-03-29
More magic.
Anders Carlsson
2010-03-29
Sprinkle some sed dust over check-ztt to make it work with newer clang asm ou...
Anders Carlsson
2010-03-26
Didn't mean to commit this.
Anders Carlsson
2010-03-26
Use the new vtable layout code for construction vtables.
Anders Carlsson
2010-03-24
make the vtable tester a little friendlier, with a clean target and without r...
Douglas Gregor
2010-01-12
Remove unused code.
Mike Stump
2010-01-12
Improve covariance tester to randomize the return value more.
Mike Stump
2010-01-12
Add covariance tester.
Mike Stump
2010-01-12
Allow N_FIELDS to be 0.
Mike Stump
2010-01-08
Fix indentation.
Mike Stump
2010-01-08
Add in final overrider logic.
Mike Stump
2010-01-07
Add checker for type infos.
Mike Stump
2010-01-07
Add checked for VTTs.
Mike Stump
2010-01-07
Detailed vtable checker.
Mike Stump
2010-01-07
1/2 off all structs should not have any virtual functions.
Mike Stump
2010-01-07
Add a descriptive tag to each line to make the exact differences
Mike Stump
2010-01-07
Don't use two argument mixing function.
Mike Stump
2010-01-07
Also generate the .s files.
Mike Stump
2010-01-07
Add a testcase generator for vtable/rtti testing. WIP.
Mike Stump