1. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  2. 2c8206f Correctly send MethodExit events from exception handlers by Alex Light · 7 years ago
  3. a296f90 Merge "Use iterators to access stack map data." by David Srbecky · 7 years ago
  4. 93bd361 Use iterators to access stack map data. by David Srbecky · 7 years ago
  5. 35d5b8a ART: Do not use std::<container>::at(). by Vladimir Marko · 7 years ago
  6. e140212 Move some helper methods to DexRegisterLocation. by David Srbecky · 7 years ago
  7. fd89b07 Remove unused GetDexRegisterMap arguments. by David Srbecky · 7 years ago
  8. 6e69e52 Remove depth argument from InlineInfo accessors in stack maps. by David Srbecky · 7 years ago
  9. 71ec1cc Rewrite dex register map encoding in stackmaps. by David Srbecky · 7 years ago
  10. 21d45b4 Simplify DexRegisterMap API. by David Srbecky · 7 years ago
  11. 4b59d10 Revert^2 "Optimize register mask and stack mask in stack maps." by David Srbecky · 7 years ago
  12. 8b20b5c Revert "Optimize register mask and stack mask in stack maps." by Vladimir Marko · 7 years ago
  13. ffaf87a Optimize register mask and stack mask in stack maps. by David Srbecky · 7 years ago
  14. aaebb14 Merge "ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses." by Vladimir Marko · 7 years ago
  15. 6ec2a1b ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. by Vladimir Marko · 7 years ago
  16. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 7 years ago
  17. fac2178 Fix delivering async exception while in compiled code. by Vladimir Marko · 7 years ago
  18. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  19. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  20. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  21. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  22. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  23. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 8 years ago
  24. b77b698 Check the to-space invariant on a delivered exception. by Roland Levillain · 8 years ago
  25. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 8 years ago
  26. 646d638 Move deopt and jit logs from LOG(INFO) to VLOG(jit). by Nicolas Geoffray · 8 years ago
  27. 4e92c3c Add runtime reasons for deopt. by Nicolas Geoffray · 8 years ago
  28. 6d7abbd ART: More header cleanup - method_verifier.h by Andreas Gampe · 8 years ago
  29. 575d3e6 Clean up code info table layout by Mathieu Chartier · 8 years ago
  30. 1a20b68 Deduplicate register masks by Mathieu Chartier · 8 years ago
  31. 45aa598 Deduplicate stack masks by David Srbecky · 9 years ago
  32. 500d491 Merge "Revert "Revert "Make --debuggable rely on JIT code.""" by Nicolas Geoffray · 8 years ago
  33. 433b79a Revert "Revert "Make --debuggable rely on JIT code."" by Nicolas Geoffray · 8 years ago
  34. d7c4ad0 Merge "Revert "Make --debuggable rely on JIT code."" by Vladimir Marko · 8 years ago
  35. 8135664 Revert "Make --debuggable rely on JIT code." by Vladimir Marko · 8 years ago
  36. 8f28bd4 Merge "Make --debuggable rely on JIT code." by Nicolas Geoffray · 8 years ago
  37. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 9 years ago
  38. 12f1b99 Remove alignment bits in between stack maps by Mathieu Chartier · 8 years ago
  39. f5769e1 Move most of art::Thread to ObjPtr by Mathieu Chartier · 8 years ago
  40. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  41. 3fec9ac ART: Use libbase logging by Andreas Gampe · 9 years ago
  42. 9323e6e Separate annotations from dexfile reading. by David Sehr · 9 years ago
  43. 3a21e38 Clean up some includes. by Vladimir Marko · 9 years ago
  44. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  45. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  46. f711f2c Partial fragment deoptimization by Mingyao Yang · 9 years ago
  47. bf80a06 Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 9 years ago
  48. 471118e Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  49. ffc8707 Split profile recording from jit compilation by Calin Juravle · 9 years ago
  50. fe2b137 Merge "Pack stack map entries on bit level to save space." by Calin Juravle · 9 years ago
  51. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 9 years ago
  52. bf9611f ART: Clean up verifier by Andreas Gampe · 9 years ago
  53. dcedaaa Merge "Implement << operator for DexRegisterLocation::Kind." by David Srbecky · 9 years ago
  54. 7dc1178 Implement << operator for DexRegisterLocation::Kind. by David Srbecky · 9 years ago
  55. b52de24 Fix braino in single frame deopt. by Nicolas Geoffray · 9 years ago
  56. b88d59e Be a bit smarter with JIT code triggering deoptimization. by Nicolas Geoffray · 9 years ago
  57. 012fc4e Don't encode a DexRegisterMap if there is no live register. by Nicolas Geoffray · 9 years ago
  58. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 10 years ago
  59. efc3f02 ART: Fix deopt from optimized code under inlining by David Brazdil · 10 years ago
  60. 3385650 Do not run the verifier when deopting optimized frames. by Nicolas Geoffray · 10 years ago
  61. 524e7ea Remove ArtCode. by Nicolas Geoffray · 10 years ago
  62. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 10 years ago
  63. 639bdd1 ART: Single-frame deopt by Andreas Gampe · 10 years ago
  64. 99170c6 Deoptimization support in optimizing compiler for setting local values by Mingyao Yang · 10 years ago
  65. 5836f84 Merge "Cleanup thread access in StackVisitor" by Sebastien Hertz · 10 years ago
  66. 72f7b88 ART: Fix 004-ReferenceMap run test by David Brazdil · 10 years ago
  67. 77a48ae Revert "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 10 years ago
  68. 26f7286 Cleanup thread access in StackVisitor by Sebastien Hertz · 10 years ago
  69. 659562a Revert "ART: Register allocation and runtime support for try/catch" by David Brazdil · 10 years ago
  70. b022fa1 ART: Register allocation and runtime support for try/catch by David Brazdil · 10 years ago
  71. 520633b Support deoptimization on exception by Sebastien Hertz · 10 years ago
  72. b995c0a Update instrumentation stack after exception event by Sebastien Hertz · 10 years ago
  73. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  74. f795869 Follow up on CL 151605 by Sebastien Hertz · 10 years ago
  75. 1f2d3ba Fix nested deoptimization. by Mingyao Yang · 10 years ago
  76. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  77. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 10 years ago
  78. 50030ef Check IsReferenceVReg during deopt by Mathieu Chartier · 10 years ago
  79. 241a958 Fix mismatched new[]/delete. by Christopher Ferris · 10 years ago
  80. 15b9d52 API change in StackVisitor::GetVReg*. by Nicolas Geoffray · 10 years ago
  81. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  82. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 10 years ago
  83. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 10 years ago
  84. 2e04bb2 ART: Allow class-loading during deopt by Andreas Gampe · 10 years ago
  85. 270a0e1 Fix exception handling during deoptimization by Sebastien Hertz · 10 years ago
  86. 4306ef8 Don't allow suspension from FindLocksAtDexPc by Mathieu Chartier · 11 years ago
  87. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  88. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 11 years ago
  89. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 11 years ago
  90. 0714083 Enable -Wunreachable-code by Ian Rogers · 11 years ago
  91. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  92. bf99f77 Clean up Handle usage. by Mathieu Chartier · 11 years ago
  93. dc37617 Handlerize MethodVerifier::mirror_method_. by Hiroshi Yamauchi · 11 years ago
  94. 649278c More efficient stack walk in exception throwing. by Hiroshi Yamauchi · 11 years ago
  95. c901dd7 Fix access to long/double stack values from debugger by Sebastien Hertz · 11 years ago
  96. e63db27 Break apart header files. by Ian Rogers · 11 years ago
  97. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  98. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 11 years ago
  99. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 11 years ago
  100. 5cf9819 Don't report down-calls as unhandled exceptions. by Ian Rogers · 11 years ago