Milestone: close Quick side channel communication

This CL elminates side-channel communication between the Quick
Compiler's Dex->MIR->LLVM-IR and LLVM-IR->LIR lowering stages by clearing
key data structures between the two stages.

The purpose if to flush out any hidden information transfer, and thus
ensure that the GreenlandIR representation of the program is sufficient.

Note that as of this change, we've lost all register promotion info
so the Quick compiler will generate non-promoted code.  A near-future
CL will restore that info from the MethodInfo intrinsic.

Change-Id: I797845f1fc029bc03aac3ec20f8cd81f917817ca
14 files changed
tree: 0939aa6dee5f24dc4ae21dd2c06db0265d4682ca
  1. build/
  2. jdwpspy/
  3. src/
  4. test/
  5. tools/
  6. .gitignore
  7. Android.mk