1. 36a296f ART: Refactor stack.h by Andreas Gampe · 7 years ago
  2. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 7 years ago
  3. 82c6933 Merge "Relax an assert in AssertPcIsWithinQuickCode()" by Mingyao Yang · 7 years ago
  4. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  5. 88ca8ba Relax an assert in AssertPcIsWithinQuickCode() by Mingyao Yang · 7 years ago
  6. f040be6 ART: Tentative fix for stack count issue in test 913 by Andreas Gampe · 7 years ago
  7. db01a09 Ensure invoking obsolete methods throws errors. by Alex Light · 7 years ago
  8. cbcedbf Add method info to oat files by Mathieu Chartier · 7 years ago
  9. eee0bd4 Revert^6 "Make class redefinition work with native methods on stack." by Alex Light · 7 years ago
  10. 02b2349 Revert "Revert^4 "Make class redefinition work with native methods on stack."" by Roland Levillain · 7 years ago
  11. 724f77e Revert^4 "Make class redefinition work with native methods on stack." by Alex Light · 7 years ago
  12. 38c20d4 Revert "Revert "Revert "Make class redefinition work with native methods on stack.""" by Alex Light · 7 years ago
  13. 4493f92 Revert "Revert "Make class redefinition work with native methods on stack."" by Alex Light · 7 years ago
  14. 575d3e6 Clean up code info table layout by Mathieu Chartier · 7 years ago
  15. 02f365f Force stack dump to diagnose empty checkpoint timeout (2). by Hiroshi Yamauchi · 7 years ago
  16. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 7 years ago
  17. 1ebe4fe Fix creating self-recursive obsolete methods. by Alex Light · 7 years ago
  18. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 8 years ago
  19. f6abcda Revert "Revert "Revert "Basic obsolete methods support""" by Nicolas Geoffray · 8 years ago
  20. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  21. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  22. b81a984 Revert "Basic obsolete methods support" by Alex Light · 8 years ago
  23. d8936da Basic obsolete methods support by Alex Light · 8 years ago
  24. 585da95 ART: Add precise root visiting by Andreas Gampe · 8 years ago
  25. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 8 years ago
  26. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  27. 986660c MIPS32: Properly handle doubles in GetRegisterIfAccessible by Goran Jakovljevic · 9 years ago
  28. 239d6ea Change deoptimize entrypoint to save everything. by Vladimir Marko · 8 years ago
  29. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  30. fd36f1f Rename callee save enumerators. by Vladimir Marko · 8 years ago
  31. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  32. c6df1e3 Never go to resolution while inspecting inlined frames. by Nicolas Geoffray · 8 years ago
  33. 56fdd0e ART: Disambiguate access-checks mode from lock-counting by Andreas Gampe · 8 years ago
  34. ffc8707 Split profile recording from jit compilation by Calin Juravle · 8 years ago
  35. e42888f Write conflict tables in image by Mathieu Chartier · 8 years ago
  36. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 8 years ago
  37. 61b28a1 Use bit-level packing for InlineInfo in stackmaps as well. by David Srbecky · 8 years ago
  38. fe2b137 Merge "Pack stack map entries on bit level to save space." by Calin Juravle · 8 years ago
  39. 45bf250 Add way to disable resolving for stack walk by Mathieu Chartier · 8 years ago
  40. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 8 years ago
  41. 5b83050 Fix potential linear alloc memory leak by Mathieu Chartier · 8 years ago
  42. 7dc1178 Implement << operator for DexRegisterLocation::Kind. by David Srbecky · 8 years ago
  43. 8405bfd Disable kDebugStackWalk by Mathieu Chartier · 8 years ago
  44. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 8 years ago
  45. 012fc4e Don't encode a DexRegisterMap if there is no live register. by Nicolas Geoffray · 9 years ago
  46. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  47. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  48. a7a3ba7 Merge "Support deoptimization only to set vreg" by Sebastien Hertz · 9 years ago
  49. 3e1ff83 Merge "Fix StackVisitor::GetVReg for reference in shadow frame" by Sebastien Hertz · 9 years ago
  50. 636b925 Support deoptimization only to set vreg by Mingyao Yang · 9 years ago
  51. 0968744 Fix StackVisitor::GetVReg for reference in shadow frame by Sebastien Hertz · 9 years ago
  52. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  53. 22cf3d3 Fix tests flakiness with jit when using Proxy classes. by Nicolas Geoffray · 9 years ago
  54. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 9 years ago
  55. 524e7ea Remove ArtCode. by Nicolas Geoffray · 9 years ago
  56. 46bf133 Merge "Add an abstraction over a compiled code." by Nicolas Geoffray · 9 years ago
  57. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 9 years ago
  58. 7edef74 Merge "Revert "Revert "Fix instrumentation frame check with inlining""" by Sebastien Hertz · 9 years ago
  59. b2feaaf Revert "Revert "Fix instrumentation frame check with inlining"" by Sebastien Hertz · 9 years ago
  60. e3e2fe5 Revert "Fix instrumentation frame check with inlining" by Nicolas Geoffray · 9 years ago
  61. 03ec930 ART: Lock counting in the interpreter by Andreas Gampe · 9 years ago
  62. 3079e28 Fix instrumentation frame check with inlining by Sebastien Hertz · 9 years ago
  63. ccc6197 Do more inlining when JITting. by Nicolas Geoffray · 9 years ago
  64. 951ec2c Revert "Revert "Add one LinearAlloc per ClassLoader"" by Mathieu Chartier · 9 years ago
  65. 7de5dfe Revert "Add one LinearAlloc per ClassLoader" by Nicolas Geoffray · 9 years ago
  66. 356412e Add one LinearAlloc per ClassLoader by Mathieu Chartier · 9 years ago
  67. 99170c6 Deoptimization support in optimizing compiler for setting local values by Mingyao Yang · 9 years ago
  68. 77a48ae Revert "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 9 years ago
  69. 659562a Revert "ART: Register allocation and runtime support for try/catch" by David Brazdil · 9 years ago
  70. b022fa1 ART: Register allocation and runtime support for try/catch by David Brazdil · 9 years ago
  71. d9cb68e ART: Add (Fpu)RegHigh stack map location kinds by David Brazdil · 9 years ago
  72. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  73. fb326cf base: replace raw pointers for out-parameters with safer out<T> by Igor Murashkin · 9 years ago
  74. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  75. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 9 years ago
  76. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 9 years ago
  77. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 9 years ago
  78. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 9 years ago
  79. 32c9ea5 Use the caller's class loader when walking inlined frames. by Nicolas Geoffray · 9 years ago
  80. f677ebf Cache stack map encoding by David Brazdil · 9 years ago
  81. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  82. d23eeef Support for inlining methods that call/throw. by Nicolas Geoffray · 9 years ago
  83. e12997f Return an invalid StackMap when one cannot be found. by Nicolas Geoffray · 9 years ago
  84. 57f6161 Stack walking of inlined frames. by Nicolas Geoffray · 9 years ago
  85. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 9 years ago
  86. 50030ef Check IsReferenceVReg during deopt by Mathieu Chartier · 9 years ago
  87. 7cc56a1 Debugger: Remove support for setting values in optimizing. by Nicolas Geoffray · 9 years ago
  88. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  89. a552e1c Use unique location catalogs to encode Dex register maps. by Roland Levillain · 9 years ago
  90. fead4e4 [optimizing] Don't record None locations in the stack maps. by Nicolas Geoffray · 9 years ago
  91. 15b9d52 API change in StackVisitor::GetVReg*. by Nicolas Geoffray · 9 years ago
  92. ddd04a6 Merge "Tweak liveness when instructions are used in environments." by Nicolas Geoffray · 9 years ago
  93. 915b9d0 Tweak liveness when instructions are used in environments. by Nicolas Geoffray · 9 years ago
  94. a2d8ec6 Compress the Dex register maps built by the optimizing compiler. by Roland Levillain · 9 years ago
  95. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  96. 9729e52 Revert GetThisObject change. by Nicolas Geoffray · 9 years ago
  97. 7cde48c Stack support for Optimizing compiler by Sebastien Hertz · 10 years ago
  98. c7d1188 Handle variable size of methods properly between 32 and 64 bit. by Jeff Hao · 9 years ago
  99. 96ba8dc Refactor register access from StackVisitor by Sebastien Hertz · 10 years ago
  100. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago