1. a4c98f2 ART: Fix return-object verification by Andreas Gampe · 9 years ago
  2. 5729f5b Merge "Revert "Mark __jit_debug_register_code as a unique symbol"" by Andreas Gampe · 9 years ago
  3. 6c7aae9 Revert "Mark __jit_debug_register_code as a unique symbol" by Andreas Gampe · 9 years ago
  4. b203aad Merge "ART: Fix simplification of catch blocks in the presence of dead code" by David Brazdil · 9 years ago
  5. 9bc4361 ART: Fix simplification of catch blocks in the presence of dead code by David Brazdil · 9 years ago
  6. 52960cd Merge "Mark __jit_debug_register_code as a unique symbol" by Tamas Berghammer · 9 years ago
  7. 5caf652 Mark __jit_debug_register_code as a unique symbol by Tamas Berghammer · 9 years ago
  8. ef7ef4c Merge "ART: Change behavior for rethrowing init failures (2)" by Andreas Gampe · 9 years ago
  9. f66f05d Merge "ART: Fix potential integer overflow in JNI." by Vladimir Marko · 9 years ago
  10. 795e341 ART: Fix potential integer overflow in JNI. by Vladimir Marko · 9 years ago
  11. 17656eb Merge "MIPS32: java.lang.String.equals" by Andreas Gampe · 9 years ago
  12. 16ba2b4 MIPS32: java.lang.String.equals by Chris Larsen · 9 years ago
  13. 97e7401 Merge "Improve X86 handling of constants to Field/Array Set" by Nicolas Geoffray · 9 years ago
  14. 8148937 Improve X86 handling of constants to Field/Array Set by Mark Mendell · 9 years ago
  15. 5348137 Merge "JDWP: fix returned tag for ClassType.NewInstance" by Sebastien Hertz · 9 years ago
  16. 2fa6842 Merge "ART: Fix ignoring duplicate fields when loading class." by Vladimir Marko · 9 years ago
  17. 2704896 Merge "MIPS64: Implement virtual intrinsic slow path" by Nicolas Geoffray · 9 years ago
  18. 9c3cd19 Merge "Change test .dex.art to .art" by Mathieu Chartier · 9 years ago
  19. 4ca1037 Change test .dex.art to .art by Mathieu Chartier · 9 years ago
  20. 53afca1 MIPS64: Implement virtual intrinsic slow path by Alexey Frunze · 9 years ago
  21. ae04419 Merge "Revert "Revert "Add basic image writer support for app images""" by Mathieu Chartier · 9 years ago
  22. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 9 years ago
  23. 51c1b63 Merge "Fix elf writer to properly handle empty text sections" by Mathieu Chartier · 9 years ago
  24. 07ddb6f Fix elf writer to properly handle empty text sections by Mathieu Chartier · 9 years ago
  25. 1a14328 Merge "ahat: limit default number of results shown." by Richard Uhler · 9 years ago
  26. 4ba3766 Merge "Minor cleanup of Monitor::VisitLocks" by Sebastien Hertz · 9 years ago
  27. 81819db ART: Fix ignoring duplicate fields when loading class. by Vladimir Marko · 9 years ago
  28. 0f7c933 Minor cleanup of Monitor::VisitLocks by Sebastien Hertz · 9 years ago
  29. d93223d Merge "Finalized all components of range analysis needed for dynamic bce." by Aart Bik · 9 years ago
  30. f2a93f4 Merge "X86-64: Split long/double constant array/field set" by Nicolas Geoffray · 9 years ago
  31. ea5af68 X86-64: Split long/double constant array/field set by Mark Mendell · 9 years ago
  32. 3f96f42 Merge "Fix conditional jump over jmp (X86/X86-64/ARM32)" by Nicolas Geoffray · 9 years ago
  33. b8b9769 Fix conditional jump over jmp (X86/X86-64/ARM32) by Mark Mendell · 9 years ago
  34. f941a32 Merge "Move .dynsym ELF section after .text" by David Srbecky · 9 years ago
  35. a3e1377 JDWP: fix returned tag for ClassType.NewInstance by Sebastien Hertz · 9 years ago
  36. 55a77ef Merge "Fix flake around instrumentation." by Nicolas Geoffray · 9 years ago
  37. 19fcbda Move .dynsym ELF section after .text by David Srbecky · 9 years ago
  38. 63e47f4 Fix flake around instrumentation. by Nicolas Geoffray · 9 years ago
  39. b24301b Merge "Code cleanup to avoid CompilerDriver abstractions in JIT." by Nicolas Geoffray · 9 years ago
  40. 2b13eaa Merge "Properly delete the jit thread pool." by Nicolas Geoffray · 9 years ago
  41. 629e935 Properly delete the jit thread pool. by Nicolas Geoffray · 9 years ago
  42. d28b969 Code cleanup to avoid CompilerDriver abstractions in JIT. by Nicolas Geoffray · 9 years ago
  43. ad15539 Merge "Revert "Use Jack lang dev version for compiling art tests"" by Nicolas Geoffray · 9 years ago
  44. a5a79b6 Revert "Use Jack lang dev version for compiling art tests" by Nicolas Geoffray · 9 years ago
  45. c09b334 Merge "Revert "Add basic image writer support for app images"" by Nicolas Geoffray · 9 years ago
  46. 4b01856 Revert "Add basic image writer support for app images" by Nicolas Geoffray · 9 years ago
  47. f97ad81 Merge "Use Jack lang dev version for compiling art tests" by Yohann Roussel · 9 years ago
  48. e597d59 Merge "Fix continuous build" by Sebastien Hertz · 9 years ago
  49. ff2f2ad Fix continuous build by Sebastien Hertz · 9 years ago
  50. a930832 Merge "Add basic image writer support for app images" by Mathieu Chartier · 9 years ago
  51. cb08695 ART: Change behavior for rethrowing init failures (2) by Andreas Gampe · 9 years ago
  52. c033474 Add basic image writer support for app images by Mathieu Chartier · 9 years ago
  53. accc249 Merge "ART: Change behavior for rethrowing init failures" by Andreas Gampe · 9 years ago
  54. 3c60103 Merge "Revert "ART: Implement DeadPhiHandling in PrimitiveTypePropagation"" by David Brazdil · 9 years ago
  55. 2bd4c5c Revert "ART: Implement DeadPhiHandling in PrimitiveTypePropagation" by David Brazdil · 9 years ago
  56. 99babb6 ART: Change behavior for rethrowing init failures by Andreas Gampe · 9 years ago
  57. 26bfcec Merge "ART: Implement DeadPhiHandling in PrimitiveTypePropagation" by David Brazdil · 9 years ago
  58. 1749e2c ART: Implement DeadPhiHandling in PrimitiveTypePropagation by David Brazdil · 9 years ago
  59. 389b3db Finalized all components of range analysis needed for dynamic bce. by Aart Bik · 9 years ago
  60. 55fed87 Use Jack lang dev version for compiling art tests by Yohann Roussel · 9 years ago
  61. c8894ab Merge "Delay emitting CFI PC adjustments until after Thumb2/Mips fixup." by Vladimir Marko · 9 years ago
  62. 10ef694 Delay emitting CFI PC adjustments until after Thumb2/Mips fixup. by Vladimir Marko · 9 years ago
  63. b178e11 Merge "Fix test in case we run the ART_TEST_TRACE tests." by Nicolas Geoffray · 9 years ago
  64. 41f10bc Fix test in case we run the ART_TEST_TRACE tests. by Nicolas Geoffray · 9 years ago
  65. 6bf6e43 Merge "JDWP: fix java.lang.String creation" by Sebastien Hertz · 9 years ago
  66. 12cbc87 Merge "Fix TODO on instrumentation and add some more DCHECKs." by Nicolas Geoffray · 9 years ago
  67. 147bc83 Merge "Fix mips32oc ArraySet null constant assignment" by Nicolas Geoffray · 9 years ago
  68. 5a23d2e Fix TODO on instrumentation and add some more DCHECKs. by Nicolas Geoffray · 9 years ago
  69. 934808f Fix mips32oc ArraySet null constant assignment by Pavle Batuta · 9 years ago
  70. f33ea79 Merge "lambda: Minor capture-variable/liberate-variable clean-up after post-merge reviews." by Igor Murashkin · 9 years ago
  71. 1af86f1 ahat: limit default number of results shown. by Richard Uhler · 9 years ago
  72. 530dcc8 Merge "Annotate References with their referent." by Richard Uhler · 9 years ago
  73. b357730 Annotate References with their referent. by Richard Uhler · 9 years ago
  74. fb4b605 Merge "Fix broken handling of instrumentation lists." by Nicolas Geoffray · 9 years ago
  75. 3f922d1 Merge "Make things generally quieter." by Alex Light · 9 years ago
  76. 91de25f Make things generally quieter. by Alex Light · 9 years ago
  77. 243a468 Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by Bill Yi · 9 years ago
  78. 7727ea6 Merge "Limit summary string lengths to 200 characters." by Richard Uhler · 9 years ago
  79. 514a616 Fix broken handling of instrumentation lists. by Nicolas Geoffray · 9 years ago
  80. 56d5e50 JDWP: fix java.lang.String creation by Sebastien Hertz · 9 years ago
  81. ca0e1f1 Merge "Use --oat-fd instead of --oat-file when calling dex2oat." am: ea834bbed4 by Richard Uhler · 9 years ago
  82. ea834bb Merge "Use --oat-fd instead of --oat-file when calling dex2oat." by Richard Uhler · 9 years ago
  83. f7542d8 Merge "Fix deadlock with the JIT code cache." am: df6dc42ba2 by Nicolas Geoffray · 9 years ago
  84. df6dc42 Merge "Fix deadlock with the JIT code cache." by Nicolas Geoffray · 9 years ago
  85. 6262340 Fix deadlock with the JIT code cache. by Nicolas Geoffray · 9 years ago
  86. 210077c Merge "Minor improvements for the CC collector." am: 4bbe7807f3 by Hiroshi Yamauchi · 9 years ago
  87. 4bbe780 Merge "Minor improvements for the CC collector." by Hiroshi Yamauchi · 9 years ago
  88. 30c475a lambda: Minor capture-variable/liberate-variable clean-up after post-merge reviews. by Igor Murashkin · 9 years ago
  89. c798654 Merge "Fix minor problems with interface verification and default methods." by Alex Light · 9 years ago
  90. 3482c27 Merge "Fix minor problems with interface verification and default methods." by Alex Light · 9 years ago
  91. 368273a Merge "Revert "ART: Update DCE to work with try/catch"" am: 86a8e247e3 by David Brazdil · 9 years ago
  92. 86a8e24 Merge "Revert "ART: Update DCE to work with try/catch"" by David Brazdil · 9 years ago
  93. fb552d7 Revert "ART: Update DCE to work with try/catch" by David Brazdil · 9 years ago
  94. 723e6ce Minor improvements for the CC collector. by Hiroshi Yamauchi · 9 years ago
  95. 923c78b Merge "ART: Update DCE to work with try/catch" am: 808e752491 by David Brazdil · 9 years ago
  96. 808e752 Merge "ART: Update DCE to work with try/catch" by David Brazdil · 9 years ago
  97. ce52901 ART: Update DCE to work with try/catch by David Brazdil · 9 years ago
  98. 08e679a Merge "Add application image dex2oat options" am: 49560fcce5 by Mathieu Chartier · 9 years ago
  99. 49560fc Merge "Add application image dex2oat options" by Mathieu Chartier · 9 years ago
  100. a90c772 Add application image dex2oat options by Mathieu Chartier · 9 years ago