1. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 10 years ago
  2. fd36f1f Rename callee save enumerators. by Vladimir Marko · 10 years ago
  3. 542451c ART: Convert pointer size to enum by Andreas Gampe · 10 years ago
  4. c6df1e3 Never go to resolution while inspecting inlined frames. by Nicolas Geoffray · 10 years ago
  5. 56fdd0e ART: Disambiguate access-checks mode from lock-counting by Andreas Gampe · 10 years ago
  6. ffc8707 Split profile recording from jit compilation by Calin Juravle · 10 years ago
  7. e42888f Write conflict tables in image by Mathieu Chartier · 10 years ago
  8. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 10 years ago
  9. 61b28a1 Use bit-level packing for InlineInfo in stackmaps as well. by David Srbecky · 10 years ago
  10. fe2b137 Merge "Pack stack map entries on bit level to save space." by Calin Juravle · 10 years ago
  11. 45bf250 Add way to disable resolving for stack walk by Mathieu Chartier · 10 years ago
  12. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 10 years ago
  13. 5b83050 Fix potential linear alloc memory leak by Mathieu Chartier · 10 years ago
  14. 7dc1178 Implement << operator for DexRegisterLocation::Kind. by David Srbecky · 10 years ago
  15. 8405bfd Disable kDebugStackWalk by Mathieu Chartier · 10 years ago
  16. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 10 years ago
  17. 012fc4e Don't encode a DexRegisterMap if there is no live register. by Nicolas Geoffray · 10 years ago
  18. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 11 years ago
  19. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 11 years ago
  20. a7a3ba7 Merge "Support deoptimization only to set vreg" by Sebastien Hertz · 11 years ago
  21. 3e1ff83 Merge "Fix StackVisitor::GetVReg for reference in shadow frame" by Sebastien Hertz · 11 years ago
  22. 636b925 Support deoptimization only to set vreg by Mingyao Yang · 11 years ago
  23. 0968744 Fix StackVisitor::GetVReg for reference in shadow frame by Sebastien Hertz · 11 years ago
  24. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 11 years ago
  25. 22cf3d3 Fix tests flakiness with jit when using Proxy classes. by Nicolas Geoffray · 11 years ago
  26. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 11 years ago
  27. 524e7ea Remove ArtCode. by Nicolas Geoffray · 11 years ago
  28. 46bf133 Merge "Add an abstraction over a compiled code." by Nicolas Geoffray · 11 years ago
  29. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 11 years ago
  30. 7edef74 Merge "Revert "Revert "Fix instrumentation frame check with inlining""" by Sebastien Hertz · 11 years ago
  31. b2feaaf Revert "Revert "Fix instrumentation frame check with inlining"" by Sebastien Hertz · 11 years ago
  32. e3e2fe5 Revert "Fix instrumentation frame check with inlining" by Nicolas Geoffray · 11 years ago
  33. 03ec930 ART: Lock counting in the interpreter by Andreas Gampe · 11 years ago
  34. 3079e28 Fix instrumentation frame check with inlining by Sebastien Hertz · 11 years ago
  35. ccc6197 Do more inlining when JITting. by Nicolas Geoffray · 11 years ago
  36. 951ec2c Revert "Revert "Add one LinearAlloc per ClassLoader"" by Mathieu Chartier · 11 years ago
  37. 7de5dfe Revert "Add one LinearAlloc per ClassLoader" by Nicolas Geoffray · 11 years ago
  38. 356412e Add one LinearAlloc per ClassLoader by Mathieu Chartier · 11 years ago
  39. 99170c6 Deoptimization support in optimizing compiler for setting local values by Mingyao Yang · 11 years ago
  40. 77a48ae Revert "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 11 years ago
  41. 659562a Revert "ART: Register allocation and runtime support for try/catch" by David Brazdil · 11 years ago
  42. b022fa1 ART: Register allocation and runtime support for try/catch by David Brazdil · 11 years ago
  43. d9cb68e ART: Add (Fpu)RegHigh stack map location kinds by David Brazdil · 11 years ago
  44. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 11 years ago
  45. fb326cf base: replace raw pointers for out-parameters with safer out<T> by Igor Murashkin · 11 years ago
  46. 9044347 Move to newer clang annotations by Mathieu Chartier · 11 years ago
  47. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 11 years ago
  48. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 11 years ago
  49. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 11 years ago
  50. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 11 years ago
  51. 32c9ea5 Use the caller's class loader when walking inlined frames. by Nicolas Geoffray · 11 years ago
  52. f677ebf Cache stack map encoding by David Brazdil · 11 years ago
  53. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 11 years ago
  54. d23eeef Support for inlining methods that call/throw. by Nicolas Geoffray · 11 years ago
  55. e12997f Return an invalid StackMap when one cannot be found. by Nicolas Geoffray · 11 years ago
  56. 57f6161 Stack walking of inlined frames. by Nicolas Geoffray · 11 years ago
  57. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 11 years ago
  58. 50030ef Check IsReferenceVReg during deopt by Mathieu Chartier · 11 years ago
  59. 7cc56a1 Debugger: Remove support for setting values in optimizing. by Nicolas Geoffray · 11 years ago
  60. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 11 years ago
  61. a552e1c Use unique location catalogs to encode Dex register maps. by Roland Levillain · 11 years ago
  62. fead4e4 [optimizing] Don't record None locations in the stack maps. by Nicolas Geoffray · 11 years ago
  63. 15b9d52 API change in StackVisitor::GetVReg*. by Nicolas Geoffray · 11 years ago
  64. ddd04a6 Merge "Tweak liveness when instructions are used in environments." by Nicolas Geoffray · 11 years ago
  65. 915b9d0 Tweak liveness when instructions are used in environments. by Nicolas Geoffray · 11 years ago
  66. a2d8ec6 Compress the Dex register maps built by the optimizing compiler. by Roland Levillain · 11 years ago
  67. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 11 years ago
  68. 9729e52 Revert GetThisObject change. by Nicolas Geoffray · 11 years ago
  69. 7cde48c Stack support for Optimizing compiler by Sebastien Hertz · 11 years ago
  70. c7d1188 Handle variable size of methods properly between 32 and 64 bit. by Jeff Hao · 11 years ago
  71. 96ba8dc Refactor register access from StackVisitor by Sebastien Hertz · 11 years ago
  72. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 11 years ago
  73. a836bc9 Support proxy method in StackVisitor::GetThisObject by Sebastien Hertz · 12 years ago
  74. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 12 years ago
  75. 277ccbd ART: More warnings by Andreas Gampe · 12 years ago
  76. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 12 years ago
  77. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 12 years ago
  78. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 12 years ago
  79. 1373595 stdint types all the way! by Ian Rogers · 12 years ago
  80. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 12 years ago
  81. c901dd7 Fix access to long/double stack values from debugger by Sebastien Hertz · 12 years ago
  82. 22d5e73 Remove object_utils.h. by Ian Rogers · 12 years ago
  83. e63db27 Break apart header files. by Ian Rogers · 12 years ago
  84. b5860fb Register promotion support for 64-bit targets by buzbee · 12 years ago
  85. 0bcb290 Revert "Revert "Fix access to FP registers when visiting stack"" by Sebastien Hertz · 12 years ago
  86. 8ebd94a Revert "Fix access to FP registers when visiting stack" by Sebastien Hertz · 12 years ago
  87. aa9b3ae Fix access to FP registers when visiting stack by Sebastien Hertz · 12 years ago
  88. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 12 years ago
  89. 5cf9819 Don't report down-calls as unhandled exceptions. by Ian Rogers · 12 years ago
  90. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 12 years ago
  91. 4c1c510 Improve stack walk performance. by Vladimir Marko · 12 years ago
  92. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 12 years ago
  93. ad930da Merge "Move quick frame info to OatQuickMethodHeader." by Vladimir Marko · 12 years ago
  94. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 12 years ago
  95. 119c6bd Fix stub_test to pass with SS collector. by Mathieu Chartier · 12 years ago
  96. 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 12 years ago
  97. 42fcd98 Revert "Revert "64bit changes to the stack walker for the Quick ABI."" by Nicolas Geoffray · 12 years ago
  98. f943914 Implement implicit stack overflow checks by Dave Allison · 12 years ago
  99. ed08bd4 Fix test-art 083-compiler-regressions with work around by Brian Carlstrom · 12 years ago
  100. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 12 years ago