1. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  2. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  3. 9139e00 Correct exception behavior for default methods by Alex Light · 9 years ago
  4. f33ea79 Merge "lambda: Minor capture-variable/liberate-variable clean-up after post-merge reviews." by Igor Murashkin · 9 years ago
  5. 30c475a lambda: Minor capture-variable/liberate-variable clean-up after post-merge reviews. by Igor Murashkin · 9 years ago
  6. 2d096c9 Fix moving GC bugs in MonitorEnter and MonitorExit by Mathieu Chartier · 9 years ago
  7. 03ec930 ART: Lock counting in the interpreter by Andreas Gampe · 9 years ago
  8. 6918bf1 Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Igor Murashkin · 9 years ago
  9. 7bbb80a Revert "lambda: Experimental support for capture-variable and liberate-variable" by Nicolas Geoffray · 9 years ago
  10. b721234 lambda: Experimental support for capture-variable and liberate-variable by Igor Murashkin · 9 years ago
  11. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 9 years ago
  12. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  13. 3a35714 ART: Clean up unnecessary ArtMethod** by Andreas Gampe · 9 years ago
  14. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  15. fb326cf base: replace raw pointers for out-parameters with safer out<T> by Igor Murashkin · 9 years ago
  16. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  17. e2facc5 runtime: Add lambda box/unbox object equality by Igor Murashkin · 9 years ago
  18. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 9 years ago
  19. ec3a4e7 Merge "runtime: Partially implement box-lambda and unbox-lambda experimental opcodes" by Igor Murashkin · 9 years ago
  20. 2ee54e2 runtime: Partially implement box-lambda and unbox-lambda experimental opcodes by Igor Murashkin · 9 years ago
  21. 247e977 Merge "interpreter: Add experimental lambda opcodes for invoke/create-lambda" by Igor Murashkin · 9 years ago
  22. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  23. 2ef645b ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 9 years ago
  24. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  25. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  26. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  27. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  28. 45b1597 Use va_list argument to abort transaction by Sebastien Hertz · 9 years ago
  29. 935e01a Fix interpreter to allow 0 size sparse switches. by Jeff Hao · 9 years ago
  30. 2969bcd ART: Refactor unstarted runtime by Andreas Gampe · 9 years ago
  31. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  32. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 9 years ago
  33. e94652f Remove MethodHelper from the interpreter. by Ian Rogers · 10 years ago
  34. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 10 years ago
  35. f72a11d Add math routines with defined wrapping behavior for the interpreter. by Ian Rogers · 10 years ago
  36. 6786a58 Remove ResolveString from MethodHelper. by Ian Rogers · 10 years ago
  37. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  38. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  39. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  40. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  41. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 10 years ago
  42. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  43. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  44. 2fd08e2 Merge "Fix compilation errors when setting kTracing = true." by Ian Rogers · 10 years ago
  45. 4965c02 Fix compilation errors when setting kTracing = true. by Douglas Leung · 10 years ago
  46. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 10 years ago
  47. 5487494 Workaround frame size issues. by Ian Rogers · 10 years ago
  48. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  49. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  50. c24234e Merge "Another workaround for stack overflow issue with clang" by Sebastien Hertz · 10 years ago
  51. 822266b Ignore catch blocks whose type can't be resolved. by Ian Rogers · 10 years ago
  52. da843e1 Another workaround for stack overflow issue with clang by Sebastien Hertz · 10 years ago
  53. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  54. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  55. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  56. 82aeddb Workaround stack overflow issue with clang by Sebastien Hertz · 10 years ago
  57. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  58. 72b3e43 ART: Fix typo in ArtMethod::FindCatchBlock by Andreas Gampe · 10 years ago
  59. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  60. b2c7ead Don't allow allocating finalizable objects during transactions. by Mathieu Chartier · 10 years ago
  61. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  62. 479fc1e Support field watchpoint in interpreter by Sebastien Hertz · 10 years ago
  63. aa96191 Fix FindCatchBlock to work in -Xverify:none mode. by Jeff Hao · 10 years ago
  64. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  65. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  66. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  67. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  68. 9119c5f Cleanup invoke's receiver handling in interpreter. by Sebastien Hertz · 11 years ago
  69. 4605362 Don't rely on gcc extensions by Bernhard Rosenkränzer · 11 years ago
  70. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  71. d4beb6b Inline field and method resolution. by Sebastien Hertz · 11 years ago
  72. e861ebd Fix interpreter bugs. by Mathieu Chartier · 11 years ago
  73. c671485 Enable thread analysis on template functions. by Sebastien Hertz · 11 years ago
  74. c61124b Cleanup invoke in interpreter. by Sebastien Hertz · 11 years ago
  75. a3faaf4 Fix handling of unresolved references in verifier. by Jeff Hao · 11 years ago
  76. 2e2deeb Fix compiler warning in interpreter. by Ian Rogers · 11 years ago
  77. 3b588e0 Optimize instruction data fetch in interpreter. by Sebastien Hertz · 11 years ago
  78. 947ff08 Load shadow frame's this object only upon instrumentation. by Sebastien Hertz · 11 years ago
  79. 1eda226 Move thread suspend check at safepoints. by Sebastien Hertz · 11 years ago
  80. 8ece050 Add an interpreter using computed goto table. by Sebastien Hertz · 11 years ago