1. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  2. c449e8b runtime: Minor cleanup and extra comments around interpreter by Igor Murashkin · 9 years ago
  3. 6b0d6c6 Merge "Bring back verbosity override" by Sebastien Hertz · 9 years ago
  4. f795869 Follow up on CL 151605 by Sebastien Hertz · 9 years ago
  5. bba348e Bring back verbosity override by Sebastien Hertz · 9 years ago
  6. 38c8221 More LOW_4G optimizations by Mathieu Chartier · 9 years ago
  7. 1f2d3ba Fix nested deoptimization. by Mingyao Yang · 9 years ago
  8. ccd6337 Merge "ART: Reload class on miranda method in verifier" by Andreas Gampe · 9 years ago
  9. d9e2301 ART: Reload class on miranda method in verifier by Andreas Gampe · 9 years ago
  10. 69b5d8f Revert "Revert "Turn off duplicate-classes checking"" by Andreas Gampe · 9 years ago
  11. 12768a0 Revert "DO NOT MERGE ART: Turn off duplicate-classes checking" by Andreas Gampe · 9 years ago
  12. fc3f39e DO NOT MERGE ART: Turn off duplicate-classes checking by Andreas Gampe · 9 years ago
  13. b5de3bb Use runFinalizationWithTimeout for native allocations by Mathieu Chartier · 9 years ago
  14. 054a078 Add atrace calls to runtime start and heap create by Richard Uhler · 9 years ago
  15. da2fd5a Merge "If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS." by Hiroshi Yamauchi · 9 years ago
  16. 7889a77 Add optimization for LOW_4G allocator by Mathieu Chartier · 9 years ago
  17. 12bd721 If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS. by Roland Levillain · 9 years ago
  18. fd0fb02 Merge "Fix JNI GetSuperClasss" by Brian Carlstrom · 9 years ago
  19. f677ebf Cache stack map encoding by David Brazdil · 9 years ago
  20. 08ac922 Fix JNI GetSuperClasss by Brian Carlstrom · 9 years ago
  21. 7323582 Merge "Revert "Revert "Modification to the way boot classpath resources are loaded""" by Neil Fuller · 9 years ago
  22. ef48605 Revert "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 9 years ago
  23. f6c2a27 Fix valgrind large_object_space_test by Mathieu Chartier · 9 years ago
  24. dc4a4e0 Merge "Add a way to determine if a large object is a zygote object" by Mathieu Chartier · 9 years ago
  25. 449357d ART: Refactor Thread::Init by Andreas Gampe · 9 years ago
  26. e715811 Add a way to determine if a large object is a zygote object by Mathieu Chartier · 9 years ago
  27. 2519fc4 Merge "ART: Prune FindArrayClass cache in image writer" by Andreas Gampe · 9 years ago
  28. 1710bf3 Merge "Tidy up spelling" by Kenny Root · 9 years ago
  29. 7c1f53e Emit instance fields for java.lang.Object in hprof by Mathieu Chartier · 9 years ago
  30. 8ac7595 ART: Prune FindArrayClass cache in image writer by Andreas Gampe · 9 years ago
  31. 91b01c5 Merge "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 9 years ago
  32. 1e27c5b Revert "Modification to the way boot classpath resources are loaded" by Neil Fuller · 9 years ago
  33. 9731395 Merge "Modification to the way boot classpath resources are loaded" by Neil Fuller · 9 years ago
  34. 7922d0f Merge "Show stack maps and Dex register maps in oatdump's assembly code." by Roland Levillain · 9 years ago
  35. c6328be Fix linter-related error. by Roland Levillain · 9 years ago
  36. 49e3b62 Merge "Delegate long-to-float type conversions to the runtime on ARM." by Roland Levillain · 9 years ago
  37. bf44d42 Add a way to SuspendAll for a long duration by Mathieu Chartier · 9 years ago
  38. 4d64cd4 Fix tracing by Mathieu Chartier · 9 years ago
  39. 22c1caa Add more info for attempting to delete non-JNI local reference by Mathieu Chartier · 9 years ago
  40. bfa5eb6 Add heap poisoning support to the entrypoints. by Hiroshi Yamauchi · 9 years ago
  41. 1d8199d Tidy up spelling by Kenny Root · 9 years ago
  42. a40c74a Update IMT for stale miranda methods by Mathieu Chartier · 9 years ago
  43. 5b3ee56 Delegate long-to-float type conversions to the runtime on ARM. by Roland Levillain · 9 years ago
  44. 80f7a57 [MIPS64] Fix art_quick_invoke_stub argument offsets. by Nikola Veljkovic · 9 years ago
  45. f10a25f ART: Fast copy stack mask by David Brazdil · 9 years ago
  46. d84b438 Revert "ART: Fast copy stack mask" by David Brazdil · 9 years ago
  47. 6b10c9b ART: Fast copy stack mask by David Brazdil · 9 years ago
  48. cf3b1a3 Copy miranda methods before suspend point by Mathieu Chartier · 9 years ago
  49. 4181a96 Merge "Fix accidental IMT and root marking regression" by Mathieu Chartier · 9 years ago
  50. 4edd847 Fix accidental IMT and root marking regression by Mathieu Chartier · 9 years ago
  51. b588f4c ART: Fix wrong hard-failure handling in verifier by Andreas Gampe · 9 years ago
  52. c2ec628 Merge "Fix JDWP tests after ArtMethod change" by Sebastien Hertz · 9 years ago
  53. 415fd08 Fix JDWP tests after ArtMethod change by Sebastien Hertz · 9 years ago
  54. 6e1372f ART: Fix casts for 64-bit pointers on 32-bit compiler. by Vladimir Marko · 9 years ago
  55. e3b034a Fix some ArtMethod related bugs by Mathieu Chartier · 9 years ago
  56. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  57. 400ce00 Add unstarted runtime test for String.<init>. by Jeff Hao · 9 years ago
  58. 75939a2 Merge "Fix double-exception in super-class method validation." by Vladimir Marko · 9 years ago
  59. f2650d1 Show stack maps and Dex register maps in oatdump's assembly code. by Roland Levillain · 9 years ago
  60. 0028b9d Merge "ART: Add support for special handlers in sigchainlib" by Andreas Gampe · 9 years ago
  61. d23eeef Support for inlining methods that call/throw. by Nicolas Geoffray · 9 years ago
  62. d5e5a0e Fix double-exception in super-class method validation. by Vladimir Marko · 9 years ago
  63. 3360137 Merge "ART: Add Mips o32 callee-save registers to SaveAll frame" by Andreas Gampe · 9 years ago
  64. 24c24d4 Merge "Fix updating of JNI references for String.<init>." by Jeff Hao · 9 years ago
  65. 03c2cc8 ART: Add support for special handlers in sigchainlib by Andreas Gampe · 9 years ago
  66. 8363c77 Add --generate-debug-info flag and remove the other two flags. by David Srbecky · 9 years ago
  67. a4e0e67 ART: Add Mips o32 callee-save registers to SaveAll frame by Andreas Gampe · 9 years ago
  68. 31db343 Merge "Fix single-step in native thread" by Sebastien Hertz · 9 years ago
  69. 52f5f93 Fix single-step in native thread by Sebastien Hertz · 9 years ago
  70. 83c8195 Fix updating of JNI references for String.<init>. by Jeff Hao · 9 years ago
  71. d99aae1 Merge "Reset libc targetSdkVersion" by Dmitriy Ivanov · 9 years ago
  72. 33d75bc Merge "ART: Fix VerifyObject runtime verification" by Andreas Gampe · 9 years ago
  73. 65efe91 Merge "Split .oat_patches to multiple sections." by David Srbecky · 9 years ago
  74. 15efde2 Reset libc targetSdkVersion by Dmitriy Ivanov · 9 years ago
  75. 3b45ef2 ART: Fix VerifyObject runtime verification by Andreas Gampe · 9 years ago
  76. 0396ed7 Improve art::CodeInfo dumping. by Roland Levillain · 9 years ago
  77. 5b09ea0 ART: Use kBadFprBase on mips64 and arm64. by Vladimir Marko · 9 years ago
  78. 00f09ff Merge "Pass the dex method index directly to interface trampoline." by Nicolas Geoffray · 9 years ago
  79. 8ea18d0 Pass the dex method index directly to interface trampoline. by Nicolas Geoffray · 9 years ago
  80. f898087 Split .oat_patches to multiple sections. by David Srbecky · 9 years ago
  81. eabafce Merge "Fix alloc-dealloc-mismatch (new[] vs delete) in tests." by Evgenii Stepanov · 9 years ago
  82. 72133ad Fix alloc-dealloc-mismatch (new[] vs delete) in tests. by Evgenii Stepanov · 9 years ago
  83. 0eb4251 Fix mac build: cast fpr callee save addresses. by Vladimir Marko · 9 years ago
  84. ce39200 Fix mac build: include <sys/time.h> in time_utils.cc . by Vladimir Marko · 9 years ago
  85. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 9 years ago
  86. 03b5a39 Merge "Fix for potential moving GC bugs around proxy class." by Hiroshi Yamauchi · 9 years ago
  87. 1b742fc Merge "Log the process memory maps on host SIGSEGV." by Hiroshi Yamauchi · 9 years ago
  88. 679b1cf Fix for potential moving GC bugs around proxy class. by Hiroshi Yamauchi · 9 years ago
  89. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  90. c06841d Merge "Fix a few literals and assertions." by Roland Levillain · 9 years ago
  91. 6530baf Move the catalog after the stack maps. by Nicolas Geoffray · 9 years ago
  92. f39c9eb Fix a few literals and assertions. by Roland Levillain · 9 years ago
  93. 092a565 Merge "JDWP: fix breakpoint on catch statement" by Sebastien Hertz · 9 years ago
  94. de48aa6 JDWP: fix breakpoint on catch statement by Sebastien Hertz · 9 years ago
  95. ae0d7de Log the process memory maps on host SIGSEGV. by Hiroshi Yamauchi · 9 years ago
  96. ca27be7 Merge "ARM64: Move xSELF from x18 to x19." by Andreas Gampe · 9 years ago
  97. e12997f Return an invalid StackMap when one cannot be found. by Nicolas Geoffray · 9 years ago
  98. 9bd88b0 ARM64: Move xSELF from x18 to x19. by Serban Constantinescu · 9 years ago
  99. 0e08b76 Modification to the way boot classpath resources are loaded by Neil Fuller · 9 years ago
  100. 3c651fc ART: Sometimes even empty methods take forever to verify by Andreas Gampe · 9 years ago