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