move more helpers out of code-gen
commitaf07c475f5154e46bc47de0bccc622d0131da304
authorSean Cannella <seanc@fb.com>
Thu, 22 Aug 2013 22:24:53 +0000 (22 15:24 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 23 Aug 2013 16:59:26 +0000 (23 09:59 -0700)
tree2b134f13e281be8532cedc8a13322c1720dcda6c
parent7a8c8474ecc2f6e17ff82e880a84d8c64ee40b32
move more helpers out of code-gen

Move more stateless platform dependent and agnostic helpers out of
code-gen.cpp

Differential Revision: D936727
12 files changed:
hphp/runtime/base/object-data.h
hphp/runtime/vm/bytecode.h
hphp/runtime/vm/jit/code-gen-helpers-x64.cpp
hphp/runtime/vm/jit/code-gen-helpers-x64.h
hphp/runtime/vm/jit/code-gen-helpers.cpp [new file with mode: 0644]
hphp/runtime/vm/jit/code-gen-helpers.h
hphp/runtime/vm/jit/code-gen.cpp
hphp/runtime/vm/jit/code-gen.h
hphp/runtime/vm/jit/hhbc-translator.cpp
hphp/runtime/vm/jit/native-calls.cpp
hphp/runtime/vm/jit/translator-x64.cpp
hphp/tools/bootstrap/gen-infotabs.cpp