1. ae08cc2 ART: Split out old instruction flags by Andreas Gampe · 7 years ago
  2. d810470 ART: Additional verifier flags for invoke-custom by Orion Hodson · 7 years ago
  3. c069a30 ART: invoke-custom support by Orion Hodson · 8 years ago
  4. cfa325e ART: Add verifier support for invoke-polymorphic. by Orion Hodson · 8 years ago
  5. b34bb19 Dex disassembly suppport for invoke-polymorphic. by Orion Hodson · 8 years ago
  6. 9823e78 Basic implementation of invoke / invoke-polymorphic. by Narayan Kamath · 8 years ago
  7. 8ec3bd2 Instruction: Add new formats 45cc and 4rcc. by Narayan Kamath · 8 years ago
  8. 14832ef Revert experimental lambda feature. by Narayan Kamath · 8 years ago
  9. bd48b34 dex_instruction: remove unused parameter from instruction definitions. by Narayan Kamath · 8 years ago
  10. 6918bf1 Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Igor Murashkin · 9 years ago
  11. 7bbb80a Revert "lambda: Experimental support for capture-variable and liberate-variable" by Nicolas Geoffray · 9 years ago
  12. b721234 lambda: Experimental support for capture-variable and liberate-variable by Igor Murashkin · 9 years ago
  13. b1f3753 Added index type of dex byte instructions. by Aart Bik · 9 years ago
  14. 2ee54e2 runtime: Partially implement box-lambda and unbox-lambda experimental opcodes by Igor Murashkin · 9 years ago
  15. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  16. d7cbf8a Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER by Mathieu Chartier · 9 years ago
  17. ffc605c Add missing iget quick for bool, byte, char, short by Mathieu Chartier · 10 years ago
  18. 4266fd7 Merge "Fix sput-wide verification flag." by Ian Rogers · 10 years ago
  19. 984fb79 ART: Fix verifier flags for quickened IPUT by Andreas Gampe · 10 years ago
  20. be8d99c Fix sput-wide verification flag. by Logan Chien · 10 years ago
  21. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  22. c331431 ART: Method verifier must check invoke-virtuals for non-zero args by Andreas Gampe · 10 years ago
  23. 5fb22a9 Don't verify runtime only opcodes in the data-flow phase of verification. by Ian Rogers · 10 years ago
  24. c3db20b ART: API to dex instructions by Jean Christophe Beyler · 10 years ago
  25. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  26. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  27. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/dex_instruction_list.h]
  28. cc10e0e Constructor barrier support in DEX-to-DEX compiler. by Sebastien Hertz · 11 years ago
  29. 2d6ba51 Quickening support. by Sebastien Hertz · 11 years ago
  30. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 12 years ago
  31. 526643e Remove unnecessary exception and suspend checks. by TDYa127 · 12 years ago
  32. eb57014 fill-array-data opcode marked as throw, so it generates a gc map. by jeffhao · 12 years ago
  33. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  34. b4df514 Added more checking upon resolution and bytecode rewriting to verifier. by jeffhao · 13 years ago
  35. ba5ebb9 Added first pass of verifier and supporting changes. by jeffhao · 13 years ago
  36. e4c1ce4 Extend the instruction class with instruction attributes. by Carl Shapiro · 13 years ago
  37. d84f49c Limit the visibility of the instruction list. by Carl Shapiro · 13 years ago