Updated the demangler to also demangle operator names. You can also pass a filename to demangle now. There is also a test, but I don't really know what good tests are for the demangler. (details)
removed fences for ARM that are likely not needed, insertion of fences into waituntil codegen TBD (details)
forgot to include in last push. Added a get_proc_count that doesn't need a cluster argument (details)
The demangler now uses the compiler's genType. The only difference I can find is that the demangler genType wrote functions ': RET_TYPE' instead of the C style. If this or a different change turns out to be imported it will have to be replicated post-translation. (details)
Translated the demangling code from the old ast to the new ast. (details)
Made UniqueName use other tools we have, removed the unused default and did some general clean-up. (details)
Commit
3d9d0170b69d58d6ff9ab9c9c720c0a1697c7582
by caparson
Commit
c649d2ca01cbdb7314ff65ad9c6c915eaf2010c5
by ajbeach
Updated the demangler to also demangle operator names. You can also pass a filename to demangle now. There is also a test, but I don't really know what good tests are for the demangler.
Commit
0589e83d12bef5409ba2bb4eb9afaa0e0986ead4
by ajbeach
The demangler now uses the compiler's genType. The only difference I can find is that the demangler genType wrote functions ': RET_TYPE' instead of the C style. If this or a different change turns out to be imported it will have to be replicated post-translation.