summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/MethodCodegenDriver.cc
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2012-03-05 11:19:57 -0800
committer buzbee <buzbee@google.com> 2012-03-05 11:22:32 -0800
commite88dfbf138bc204b1ce21911f1c34098ea74af7c (patch)
treec7ca47856bf4b47563cb31b455f299871f7b7a6f /src/compiler/codegen/MethodCodegenDriver.cc
parent9831bfac0d2ef54a996ae02e0755600ecb5f66ea (diff)
x86 codegen source file skeletons
Add source files for x86 code generation. These are basically just the MIPS versions with all bodies ifdef'd out and replaced with UNIMPLEMENTED(WARNING). There is also one real change in this CL related to the way the assembler computes instruction size. We now set the initial instruction size into the LIR during flag generation. For x86, this size may be changed during assembly when we detect the ability to substitute a general instruction for an equivalent one with a shorter encoding. NOTE: the new files are not yet ready for compilation. That will be the next CL. Change-Id: Id94fbeeb7c3e36ba4a8d93c3807351ea20c74133
Diffstat (limited to 'src/compiler/codegen/MethodCodegenDriver.cc')
0 files changed, 0 insertions, 0 deletions