1. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  2. 90ef3db Address some comments and clean up by Mathieu Chartier · 9 years ago
  3. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  4. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 9 years ago
  5. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 9 years ago
  6. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 9 years ago
  7. a06b49b interpreter: Fix string init for soft-failed invokes by Igor Murashkin · 9 years ago
  8. f12ffdb Merge "Fix moving GC bug in DoFilledNewArray" by Mathieu Chartier · 9 years ago
  9. 52ea33b Fix moving GC bug in DoFilledNewArray by Mathieu Chartier · 9 years ago
  10. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  11. c449e8b runtime: Minor cleanup and extra comments around interpreter by Igor Murashkin · 9 years ago
  12. f795869 Follow up on CL 151605 by Sebastien Hertz · 9 years ago
  13. 1f2d3ba Fix nested deoptimization. by Mingyao Yang · 9 years ago
  14. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  15. 799681b ART: Refactor UnstartedRuntime for testing by Andreas Gampe · 9 years ago
  16. 8c638bc Fix non-range String init calls by Kenny Root · 9 years ago
  17. 9651d9b Restore interpreter check during DoCall removed by string init. by Jeff Hao · 9 years ago
  18. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  19. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  20. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  21. 45b1597 Use va_list argument to abort transaction by Sebastien Hertz · 9 years ago
  22. 2fd7e69 Use specific exception class to abort transaction by Sebastien Hertz · 9 years ago
  23. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 9 years ago
  24. eb07669 JDWP: Optimized single step during debugging by Daniel Mihalyi · 10 years ago
  25. 2969bcd ART: Refactor unstarted runtime by Andreas Gampe · 9 years ago
  26. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  27. 5c9d8f0 Merge "Compute the right catch location for the debugger." by Nicolas Geoffray · 9 years ago
  28. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  29. e2be653 ART: Allow arraycopy with int[] in unstarted runtime by Andreas Gampe · 9 years ago
  30. 029113f Merge "ART: Fix missing handles" by Andreas Gampe · 9 years ago
  31. 729699d ART: Fix missing handles by Andreas Gampe · 9 years ago
  32. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 9 years ago
  33. f0e128a ART: Allow more operations in unstarted Runtime by Andreas Gampe · 9 years ago
  34. 1c80bec Fix transaction aborting by Sebastien Hertz · 9 years ago
  35. ffc605c Add missing iget quick for bool, byte, char, short by Mathieu Chartier · 10 years ago
  36. a048560 Move GetClassFromTypeIdx to ArtMethod. by Ian Rogers · 10 years ago
  37. 08f1f50 Remove FieldHelper. by Ian Rogers · 10 years ago
  38. e94652f Remove MethodHelper from the interpreter. by Ian Rogers · 10 years ago
  39. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  40. 6b14d55 Move GetNameAsString out of MethodHelper into ArtMethod. by Ian Rogers · 10 years ago
  41. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  42. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  43. 5ad97da Handlerize methods across some GC points. by Hiroshi Yamauchi · 10 years ago
  44. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  45. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 10 years ago
  46. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 10 years ago
  47. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  48. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  49. bf99f77 Clean up Handle usage. by Mathieu Chartier · 10 years ago
  50. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  51. 792f596 Merge "Fix class initialization checks in interpreter" by Sebastien Hertz · 10 years ago
  52. 1edbd8e Fix class initialization checks in interpreter by Sebastien Hertz · 10 years ago
  53. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  54. 4e99b3d Add missing class initialization during compilation and tests by Sebastien Hertz · 10 years ago
  55. 7b1cabf CW on Master: Propagate or throw exception when no class found happens in interpreter. by Sean Wan · 10 years ago
  56. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 10 years ago
  57. 5487494 Workaround frame size issues. by Ian Rogers · 10 years ago
  58. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  59. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  60. 2a0d4ec ART: Fix forbidden thread state change in interpreter by Andreas Gampe · 10 years ago
  61. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  62. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  63. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  64. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  65. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  66. c45b8b5 Create stack traces in unstarted runtimes. by Ian Rogers · 10 years ago
  67. 29a2648 Move DecodedInstruction into MIR. by Ian Rogers · 10 years ago
  68. b2c7ead Don't allow allocating finalizable objects during transactions. by Mathieu Chartier · 10 years ago
  69. 7104cbf Fix sign problem, implement low-mem mmap wraparound by Andreas Gampe · 10 years ago
  70. 563b47c Fix the bug that some compiled code was invoked with -Xint. by Hiroshi Yamauchi · 10 years ago
  71. 6fac447 Make allocations report usable size. by Ian Rogers · 10 years ago
  72. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 10 years ago
  73. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 10 years ago
  74. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  75. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  76. abff643 Refactor array access for the interpreter. by Sebastien Hertz · 11 years ago
  77. 406388e Merge "Cleanup invoke's receiver handling in interpreter." by Sebastien Hertz · 11 years ago
  78. 1d99e45 Disallow JNI NewObjectArray of primitive types. by Ian Rogers · 11 years ago
  79. 9119c5f Cleanup invoke's receiver handling in interpreter. by Sebastien Hertz · 11 years ago
  80. 4fa0bcd Remove unneeded quoting by Brian Carlstrom · 11 years ago
  81. fa31b3c Add some functions to the unitialized VM handling by Kenny Root · 11 years ago
  82. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  83. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  84. e861ebd Fix interpreter bugs. by Mathieu Chartier · 11 years ago
  85. c671485 Enable thread analysis on template functions. by Sebastien Hertz · 11 years ago
  86. 9ace87b Optimize shadow frame initialization during invoke. by Sebastien Hertz · 11 years ago
  87. c61124b Cleanup invoke in interpreter. by Sebastien Hertz · 11 years ago
  88. a3faaf4 Fix handling of unresolved references in verifier. by Jeff Hao · 11 years ago
  89. 8ece050 Add an interpreter using computed goto table. by Sebastien Hertz · 11 years ago