Heh, yeah you are right. It should retain the old name. I'll fix that along with some minor formatting issues I've come across.In order to align with a standard naming convention, this patch renames all the __sync_mem references to __atomic.The only real addition is in builtins.c::is_builtin_name needed to know that __atomic_ is also a builtin prefix.Are you sure about the renaming get_builtin_sync_mem -> get_builtin_atomic?
Andrew