provide our own hashset implementation
authorMatthias Braun <matthias.braun@kit.edu>
Mon, 16 Jul 2012 14:40:15 +0000 (16:40 +0200)
committerMatthias Braun <matthias.braun@kit.edu>
Mon, 16 Jul 2012 14:49:51 +0000 (16:49 +0200)
commitc1cc71ca2c79b3f2a9afe2be86a678c544ff6e62
tree1c20251e85f4f42957e24222a77450bca2097898
parentb4247586bc646b1203215ccb648df4e8dda10717
provide our own hashset implementation

We want to be independent of libfirms containertypes (as they may get
deprecated at some point).
The implementation we use is a copy of libfirm :)
12 files changed:
adt/hashset.c
adt/hashset.h
adt/pset_new.c [new file with mode: 0644]
adt/pset_new.h [new file with mode: 0644]
entitymap.c
entitymap_t.h
libfirm
symbol_table.c
symbol_table_t.h
type_hash.c
type_hash.h
wrappergen/write_jna.c