1. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  2. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/dex_instruction.cc]
  3. d25de7a Preparing SSA support for SEA IR: reaching definitions. by Dragos Sbirlea · 11 years ago
  4. 39f9927 Added wrapper functions for register acccess in Instruction. by Dragos Sbirlea · 11 years ago
  5. 2d6ba51 Quickening support. by Sebastien Hertz · 11 years ago
  6. b43cef3 Fix for register number display in oatdump. by Dragos Sbirlea · 11 years ago
  7. d4e868a Partial fix for reg number display in oatdump. by Dragos Sbirlea · 11 years ago
  8. 75b2a4a Remove use of DecodedInstruction at runtime. by Sebastien Hertz · 11 years ago
  9. 807a256 Improve interpreter performance. by Sebastien Hertz · 11 years ago
  10. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  11. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  12. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  13. 5a72335 Missing dex register disassembly. by Ian Rogers · 12 years ago
  14. a75a013 Make dex instruction size a lookup. by Ian Rogers · 12 years ago
  15. 18c24b6 Add new_array type info to dex dump output. by Mathieu Chartier · 12 years ago
  16. 4c5dd5a Disassembly support of invoke range instructions. by Ian Rogers · 12 years ago
  17. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 12 years ago
  18. 90334e5 Disassembly of dex instruction improvements. by Ian Rogers · 12 years ago
  19. 1b3d6ca Improved dumping of const-wide instructions. by Elliott Hughes · 12 years ago
  20. cfe8db4 Really fix instruction decoding for throw verification error. by jeffhao · 12 years ago
  21. e89df50 Fixed instruction decoding for throw-verification error format. by jeffhao · 12 years ago
  22. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 12 years ago
  23. e3c845c Add code dumping to oatdump. by Elliott Hughes · 12 years ago
  24. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  25. ba8eee1 Remove more lint. by Elliott Hughes · 12 years ago
  26. 9fdfc18 Debug support for verifier rewriting. by Ian Rogers · 13 years ago
  27. 5ed29bf Make verifier more liberal with interfaces. by Ian Rogers · 13 years ago
  28. 2c8a857 Debug tidying some verification fixes. by Ian Rogers · 13 years ago
  29. d81871c Verifier clean up. by Ian Rogers · 13 years ago
  30. e0cfb6f Fixes to allow the verifier to process frameworks. by jeffhao · 13 years ago
  31. ba5ebb9 Added first pass of verifier and supporting changes. by jeffhao · 13 years ago
  32. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  33. e4c1ce4 Extend the instruction class with instruction attributes. by Carl Shapiro · 13 years ago
  34. 12eb78e Add an instruction abstraction and visitor. by Carl Shapiro · 13 years ago