1. b3937e3 ART: Collect instruction flags in a struct by Andreas Gampe · 7 years ago
  2. ae08cc2 ART: Split out old instruction flags by Andreas Gampe · 7 years ago
  3. e05cc66 ART: Add experimental constexpr by Andreas Gampe · 7 years ago
  4. d810470 ART: Additional verifier flags for invoke-custom by Orion Hodson · 7 years ago
  5. c069a30 ART: invoke-custom support by Orion Hodson · 7 years ago
  6. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 7 years ago
  7. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 8 years ago
  8. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 8 years ago
  9. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  10. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  11. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  12. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  13. 8ec3bd2 Instruction: Add new formats 45cc and 4rcc. by Narayan Kamath · 8 years ago
  14. 14832ef Revert experimental lambda feature. by Narayan Kamath · 8 years ago
  15. bd48b34 dex_instruction: remove unused parameter from instruction definitions. by Narayan Kamath · 8 years ago
  16. fba3997 Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 8 years ago
  17. 67c5ddd ART: Instruction dumper should handle out-of-bound index for const-string by Serdjuk, Nikolay Y · 9 years ago
  18. 30c475a lambda: Minor capture-variable/liberate-variable clean-up after post-merge reviews. by Igor Murashkin · 9 years ago
  19. 6918bf1 Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Igor Murashkin · 9 years ago
  20. 7bbb80a Revert "lambda: Experimental support for capture-variable and liberate-variable" by Nicolas Geoffray · 9 years ago
  21. b721234 lambda: Experimental support for capture-variable and liberate-variable by Igor Murashkin · 9 years ago
  22. b1f3753 Added index type of dex byte instructions. by Aart Bik · 9 years ago
  23. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  24. 4f0be4d ART: Fix off-by-two whitespace by Andreas Gampe · 9 years ago
  25. 32f500d ART: oatdump enhancements by Anestis Bechtsoudis · 9 years ago
  26. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  27. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  28. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  29. 576ca0c Reduce header files including header files. by Ian Rogers · 10 years ago
  30. 29a2648 Move DecodedInstruction into MIR. by Ian Rogers · 10 years ago
  31. 7aca91d Fix instruction printing for filled-new-array by Andreas Gampe · 10 years ago
  32. b574c18 64bit friendly printf modifiers in Instruction::DumpString. by Ian Rogers · 10 years ago
  33. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 11 years ago
  34. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  35. 0e260a3 Added code generation framework. by Dragos Sbirlea · 11 years ago
  36. 5775391 am 6f485c62: Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  37. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  38. b907009 resolved conflicts for merge of df62950e to dalvik-dev by Brian Carlstrom · 11 years ago
  39. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  40. 1db9113 resolved conflicts for merge of 7940e44f to dalvik-dev by Brian Carlstrom · 11 years ago
  41. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/dex_instruction.cc]
  42. bba5dd5 Merge "Semi-pruned SSA support for sea-ir." into dalvik-dev by Anwar Ghuloum · 11 years ago
  43. d25de7a Preparing SSA support for SEA IR: reaching definitions. by Dragos Sbirlea · 11 years ago
  44. 39f9927 Added wrapper functions for register acccess in Instruction. by Dragos Sbirlea · 11 years ago
  45. 2d6ba51 Quickening support. by Sebastien Hertz · 11 years ago
  46. b43cef3 Fix for register number display in oatdump. by Dragos Sbirlea · 11 years ago
  47. d4e868a Partial fix for reg number display in oatdump. by Dragos Sbirlea · 11 years ago
  48. 75b2a4a Remove use of DecodedInstruction at runtime. by Sebastien Hertz · 11 years ago
  49. 807a256 Improve interpreter performance. by Sebastien Hertz · 11 years ago
  50. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  51. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  52. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  53. 5a72335 Missing dex register disassembly. by Ian Rogers · 12 years ago
  54. a75a013 Make dex instruction size a lookup. by Ian Rogers · 12 years ago
  55. 18c24b6 Add new_array type info to dex dump output. by Mathieu Chartier · 12 years ago
  56. 4c5dd5a Disassembly support of invoke range instructions. by Ian Rogers · 12 years ago
  57. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 12 years ago
  58. 90334e5 Disassembly of dex instruction improvements. by Ian Rogers · 12 years ago
  59. 1b3d6ca Improved dumping of const-wide instructions. by Elliott Hughes · 12 years ago
  60. cfe8db4 Really fix instruction decoding for throw verification error. by jeffhao · 12 years ago
  61. e89df50 Fixed instruction decoding for throw-verification error format. by jeffhao · 12 years ago
  62. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 12 years ago
  63. e3c845c Add code dumping to oatdump. by Elliott Hughes · 12 years ago
  64. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  65. ba8eee1 Remove more lint. by Elliott Hughes · 12 years ago
  66. 9fdfc18 Debug support for verifier rewriting. by Ian Rogers · 13 years ago
  67. 5ed29bf Make verifier more liberal with interfaces. by Ian Rogers · 13 years ago
  68. 2c8a857 Debug tidying some verification fixes. by Ian Rogers · 13 years ago
  69. d81871c Verifier clean up. by Ian Rogers · 13 years ago
  70. e0cfb6f Fixes to allow the verifier to process frameworks. by jeffhao · 13 years ago
  71. ba5ebb9 Added first pass of verifier and supporting changes. by jeffhao · 13 years ago
  72. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  73. e4c1ce4 Extend the instruction class with instruction attributes. by Carl Shapiro · 13 years ago
  74. 12eb78e Add an instruction abstraction and visitor. by Carl Shapiro · 13 years ago