1. 1452bee Fast Art interpreter by buzbee · 9 years ago
  2. 3108daf Add backward branch instumentation to the switch interpreter. by Nicolas Geoffray · 9 years ago
  3. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  4. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  5. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  6. 03ec930 ART: Lock counting in the interpreter by Andreas Gampe · 9 years ago
  7. 6918bf1 Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Igor Murashkin · 9 years ago
  8. 7bbb80a Revert "lambda: Experimental support for capture-variable and liberate-variable" by Nicolas Geoffray · 9 years ago
  9. b721234 lambda: Experimental support for capture-variable and liberate-variable by Igor Murashkin · 9 years ago
  10. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  11. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  12. 2ee54e2 runtime: Partially implement box-lambda and unbox-lambda experimental opcodes by Igor Murashkin · 9 years ago
  13. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  14. c449e8b runtime: Minor cleanup and extra comments around interpreter by Igor Murashkin · 9 years ago
  15. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  16. 9d6bf69 JDWP: properly combine location events by Sebastien Hertz · 9 years ago
  17. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  18. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  19. 45b1597 Use va_list argument to abort transaction by Sebastien Hertz · 9 years ago
  20. d7cbf8a Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER by Mathieu Chartier · 9 years ago
  21. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  22. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  23. 270a0e1 Fix exception handling during deoptimization by Sebastien Hertz · 10 years ago
  24. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 10 years ago
  25. ffc605c Add missing iget quick for bool, byte, char, short by Mathieu Chartier · 10 years ago
  26. e94652f Remove MethodHelper from the interpreter. by Ian Rogers · 10 years ago
  27. f72a11d Add math routines with defined wrapping behavior for the interpreter. by Ian Rogers · 10 years ago
  28. ded66a0 Move MethodHelper::GetReturnType to mirror::ArtMethod. by Ian Rogers · 10 years ago
  29. 6786a58 Remove ResolveString from MethodHelper. by Ian Rogers · 10 years ago
  30. 647b1a8 Fix 2 new sets of clang compiler warnings. by Ian Rogers · 10 years ago
  31. 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 10 years ago
  32. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  33. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  34. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  35. 4e99b3d Add missing class initialization during compilation and tests by Sebastien Hertz · 10 years ago
  36. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 10 years ago
  37. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  38. 3035961 Clean up and augment Atomic class. Replace QuasiAtomic MemBars. by Hans Boehm · 10 years ago
  39. 3c5aec1 Add missing preamble in switch-based interpreter by Sebastien Hertz · 10 years ago
  40. da843e1 Another workaround for stack overflow issue with clang by Sebastien Hertz · 10 years ago
  41. 1526c30 Merge "Secure move-exception in intepreter" by Sebastien Hertz · 10 years ago
  42. 5c00490 Secure move-exception in intepreter by Sebastien Hertz · 10 years ago
  43. 82aeddb Workaround stack overflow issue with clang by Sebastien Hertz · 10 years ago
  44. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  45. e713d93 Fix JDWP location event report on return instructions by Sebastien Hertz · 10 years ago
  46. 8379b22 Combine JDWP location events by Sebastien Hertz · 10 years ago
  47. 2fa98e2 Fix typo. by Ian Rogers · 10 years ago
  48. b2c7ead Don't allow allocating finalizable objects during transactions. by Mathieu Chartier · 10 years ago
  49. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  50. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  51. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  52. abff643 Refactor array access for the interpreter. by Sebastien Hertz · 11 years ago
  53. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  54. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  55. e861ebd Fix interpreter bugs. by Mathieu Chartier · 11 years ago
  56. 253ea07 Fix an Art debug build boot failure. by Hiroshi Yamauchi · 11 years ago
  57. c671485 Enable thread analysis on template functions. by Sebastien Hertz · 11 years ago
  58. c61124b Cleanup invoke in interpreter. by Sebastien Hertz · 11 years ago
  59. a3faaf4 Fix handling of unresolved references in verifier. by Jeff Hao · 11 years ago
  60. 450dcb5 Improve float to integral conversion. by Ian Rogers · 11 years ago
  61. 3b588e0 Optimize instruction data fetch in interpreter. by Sebastien Hertz · 11 years ago
  62. 947ff08 Load shadow frame's this object only upon instrumentation. by Sebastien Hertz · 11 years ago
  63. 043036f Add missing memory barrier. by Sebastien Hertz · 11 years ago
  64. 1eda226 Move thread suspend check at safepoints. by Sebastien Hertz · 11 years ago
  65. 8ece050 Add an interpreter using computed goto table. by Sebastien Hertz · 11 years ago