1. 94dec48 Merge "ART: Rerun the verifier for compile-time failures" am: 78232f2482 by Andreas Gampe · 9 years ago
  2. 78232f2 Merge "ART: Rerun the verifier for compile-time failures" by Andreas Gampe · 9 years ago
  3. 611fd5d Merge "Class Linker: Implement default interface verification ordering." by Alex Light · 9 years ago
  4. f1584a6 Merge "Class Linker: Implement default interface verification ordering." by Alex Light · 9 years ago
  5. f1f1049 Class Linker: Implement default interface verification ordering. by Alex Light · 9 years ago
  6. ec6e6c1 ART: Rerun the verifier for compile-time failures by Andreas Gampe · 9 years ago
  7. 0500e80 Merge "Add more image writer comments and clean up" am: 3c58937626 by Mathieu Chartier · 9 years ago
  8. 3c589376 Merge "Add more image writer comments and clean up" by Mathieu Chartier · 9 years ago
  9. a808bac Add more image writer comments and clean up by Mathieu Chartier · 9 years ago
  10. 6161fd8 Merge "Revert "Revert "Revert "Use Jack lang dev version for compiling art tests"""" by Nicolas Geoffray · 9 years ago
  11. ce0f43b Merge "Revert "Revert "Revert "Use Jack lang dev version for compiling art tests"""" by Nicolas Geoffray · 9 years ago
  12. daf11eb Revert "Revert "Revert "Use Jack lang dev version for compiling art tests""" by Nicolas Geoffray · 9 years ago
  13. 41dbd46 Merge "Optimizing: Rewrite search for common dominators." am: 31f1584b6b by Vladimir Marko · 9 years ago
  14. 31f1584 Merge "Optimizing: Rewrite search for common dominators." by Vladimir Marko · 9 years ago
  15. 391d01f Optimizing: Rewrite search for common dominators. by Vladimir Marko · 9 years ago
  16. c0b87bf Merge "Fix mip64 build: hide current method input only if it exists." by Vladimir Marko · 9 years ago
  17. 934ea11 Merge "Fix mip64 build: hide current method input only if it exists." by Vladimir Marko · 9 years ago
  18. 6f6f359 Fix mip64 build: hide current method input only if it exists. by Vladimir Marko · 9 years ago
  19. c112091 Merge "ART: Fix critical edge splitting under try/catch" am: f11f5ebe32 by David Brazdil · 9 years ago
  20. f11f5eb Merge "ART: Fix critical edge splitting under try/catch" by David Brazdil · 9 years ago
  21. bbb53e9 Merge "Revert "Revert "Use Jack lang dev version for compiling art tests""" by Nicolas Geoffray · 9 years ago
  22. df7029f Merge "Revert "Revert "Use Jack lang dev version for compiling art tests""" by Nicolas Geoffray · 9 years ago
  23. 94fcbf7 Merge "Fix build: lint error in elf_builder.h" am: 44612873bb by David Srbecky · 9 years ago
  24. 4461287 Merge "Fix build: lint error in elf_builder.h" by David Srbecky · 9 years ago
  25. 4d247f7 Fix build: lint error in elf_builder.h by David Srbecky · 9 years ago
  26. 01fbff1 Merge "Rewrite ElfBuilder to make streaming directly to file easier." by David Srbecky · 9 years ago
  27. 03771d8 Merge "Rewrite ElfBuilder to make streaming directly to file easier." by David Srbecky · 9 years ago
  28. db51efb ART: Fix critical edge splitting under try/catch by David Brazdil · 9 years ago
  29. 5dfa8a5 Merge "Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect." by Vladimir Marko · 9 years ago
  30. 3e5b3c9 Merge "Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect." by Vladimir Marko · 9 years ago
  31. 8e1aad2 Merge "Remove unused variable." am: 2649cba0fb by Nicolas Geoffray · 9 years ago
  32. 2649cba Merge "Remove unused variable." by Nicolas Geoffray · 9 years ago
  33. 8ccbd27 Remove unused variable. by Nicolas Geoffray · 9 years ago
  34. 8aee1b1 Merge "Fix interaction between JIT and instrumentation." am: dc18417745 by Nicolas Geoffray · 9 years ago
  35. dc18417 Merge "Fix interaction between JIT and instrumentation." by Nicolas Geoffray · 9 years ago
  36. 6d8c8f0 Rewrite ElfBuilder to make streaming directly to file easier. by David Srbecky · 9 years ago
  37. 6bc2b57 Merge "MIPS64: small improvements in code generation" am: 2264f624e4 by Nicolas Geoffray · 9 years ago
  38. 2264f62 Merge "MIPS64: small improvements in code generation" by Nicolas Geoffray · 9 years ago
  39. 6b3db0b Merge "MIPS64: Improve integer division by constants" am: 4202a2ff49 by Nicolas Geoffray · 9 years ago
  40. 4202a2f Merge "MIPS64: Improve integer division by constants" by Nicolas Geoffray · 9 years ago
  41. 1301a1b Merge "ART: Fix return-object verification" am: ba34e70223 by Andreas Gampe · 9 years ago
  42. ba34e70 Merge "ART: Fix return-object verification" by Andreas Gampe · 9 years ago
  43. a4c98f2 ART: Fix return-object verification by Andreas Gampe · 9 years ago
  44. ba41085 Merge "Use _exit instead of exit after exec fails" am: 8249eac33f by Brian Carlstrom · 9 years ago
  45. 8249eac Merge "Use _exit instead of exit after exec fails" by Brian Carlstrom · 9 years ago
  46. 4fa1ab2 Merge "Revert "Mark __jit_debug_register_code as a unique symbol"" by Andreas Gampe · 9 years ago
  47. 5729f5b Merge "Revert "Mark __jit_debug_register_code as a unique symbol"" by Andreas Gampe · 9 years ago
  48. 6c7aae9 Revert "Mark __jit_debug_register_code as a unique symbol" by Andreas Gampe · 9 years ago
  49. 5c75ffa MIPS64: small improvements in code generation by Alexey Frunze · 9 years ago
  50. c857c74 MIPS64: Improve integer division by constants by Alexey Frunze · 9 years ago
  51. b554b5a Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect. by Vladimir Marko · 9 years ago
  52. e7106f2 Merge "ART: Fix simplification of catch blocks in the presence of dead code" by David Brazdil · 9 years ago
  53. b203aad Merge "ART: Fix simplification of catch blocks in the presence of dead code" by David Brazdil · 9 years ago
  54. 9bc4361 ART: Fix simplification of catch blocks in the presence of dead code by David Brazdil · 9 years ago
  55. 2f1849f Merge "Mark __jit_debug_register_code as a unique symbol" am: 52960cd1ae by Tamas Berghammer · 9 years ago
  56. 52960cd Merge "Mark __jit_debug_register_code as a unique symbol" by Tamas Berghammer · 9 years ago
  57. 5caf652 Mark __jit_debug_register_code as a unique symbol by Tamas Berghammer · 10 years ago
  58. a628843 Merge "ART: Change behavior for rethrowing init failures (2)" am: ef7ef4ce04 by Andreas Gampe · 9 years ago
  59. ef7ef4c Merge "ART: Change behavior for rethrowing init failures (2)" by Andreas Gampe · 9 years ago
  60. a6017d8 Revert "Revert "Use Jack lang dev version for compiling art tests"" by Alex Light · 9 years ago
  61. 01ed1f4 Merge "ART: Fix potential integer overflow in JNI." am: f66f05ddfc by Vladimir Marko · 9 years ago
  62. f66f05d Merge "ART: Fix potential integer overflow in JNI." by Vladimir Marko · 9 years ago
  63. 795e341 ART: Fix potential integer overflow in JNI. by Vladimir Marko · 9 years ago
  64. 23ac2ad Merge "MIPS32: java.lang.String.equals" am: 17656eb32a by Andreas Gampe · 9 years ago
  65. 17656eb Merge "MIPS32: java.lang.String.equals" by Andreas Gampe · 9 years ago
  66. 16ba2b4 MIPS32: java.lang.String.equals by Chris Larsen · 9 years ago
  67. a5891e8 Fix interaction between JIT and instrumentation. by Nicolas Geoffray · 9 years ago
  68. e6bf4a1 Merge "Improve X86 handling of constants to Field/Array Set" am: 97e740166a by Nicolas Geoffray · 9 years ago
  69. 97e7401 Merge "Improve X86 handling of constants to Field/Array Set" by Nicolas Geoffray · 9 years ago
  70. 8148937 Improve X86 handling of constants to Field/Array Set by Mark Mendell · 9 years ago
  71. 0392859 Merge "JDWP: fix returned tag for ClassType.NewInstance" am: 5348137d15 by Sebastien Hertz · 9 years ago
  72. 5348137 Merge "JDWP: fix returned tag for ClassType.NewInstance" by Sebastien Hertz · 9 years ago
  73. feda70f Merge "ART: Fix ignoring duplicate fields when loading class." am: 2fa684206b by Vladimir Marko · 9 years ago
  74. 2fa6842 Merge "ART: Fix ignoring duplicate fields when loading class." by Vladimir Marko · 9 years ago
  75. 3f8c6ab Merge "MIPS64: Implement virtual intrinsic slow path" am: 2704896d3a by Nicolas Geoffray · 9 years ago
  76. 2704896 Merge "MIPS64: Implement virtual intrinsic slow path" by Nicolas Geoffray · 9 years ago
  77. f8bcb25 Merge "Change test .dex.art to .art" am: 9c3cd19d85 by Mathieu Chartier · 9 years ago
  78. 9c3cd19 Merge "Change test .dex.art to .art" by Mathieu Chartier · 9 years ago
  79. 4ca1037 Change test .dex.art to .art by Mathieu Chartier · 9 years ago
  80. 53afca1 MIPS64: Implement virtual intrinsic slow path by Alexey Frunze · 9 years ago
  81. 578c1aa Merge "Revert "Revert "Add basic image writer support for app images""" by Mathieu Chartier · 9 years ago
  82. ae04419 Merge "Revert "Revert "Add basic image writer support for app images""" by Mathieu Chartier · 9 years ago
  83. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 9 years ago
  84. 7bdb2bc Merge "Fix elf writer to properly handle empty text sections" am: 51c1b63fc7 by Mathieu Chartier · 9 years ago
  85. 51c1b63 Merge "Fix elf writer to properly handle empty text sections" by Mathieu Chartier · 9 years ago
  86. 07ddb6f Fix elf writer to properly handle empty text sections by Mathieu Chartier · 9 years ago
  87. 7b53ae2 Merge "ahat: limit default number of results shown." am: 1a143287f2 by Richard Uhler · 9 years ago
  88. 1a14328 Merge "ahat: limit default number of results shown." by Richard Uhler · 9 years ago
  89. ae35c37 Use _exit instead of exit after exec fails by Tobias Lindskog · 9 years ago
  90. 8c9b6fe Merge "Minor cleanup of Monitor::VisitLocks" am: 4ba3766449 by Sebastien Hertz · 9 years ago
  91. 4ba3766 Merge "Minor cleanup of Monitor::VisitLocks" by Sebastien Hertz · 9 years ago
  92. 81819db ART: Fix ignoring duplicate fields when loading class. by Vladimir Marko · 9 years ago
  93. 0f7c933 Minor cleanup of Monitor::VisitLocks by Sebastien Hertz · 9 years ago
  94. 23fee0f Merge "Finalized all components of range analysis needed for dynamic bce." by Aart Bik · 9 years ago
  95. d93223d Merge "Finalized all components of range analysis needed for dynamic bce." by Aart Bik · 9 years ago
  96. 3bfec90 Merge "X86-64: Split long/double constant array/field set" am: f2a93f4d82 by Nicolas Geoffray · 9 years ago
  97. f2a93f4 Merge "X86-64: Split long/double constant array/field set" by Nicolas Geoffray · 9 years ago
  98. ea5af68 X86-64: Split long/double constant array/field set by Mark Mendell · 9 years ago
  99. f3c8b86 Merge "Fix conditional jump over jmp (X86/X86-64/ARM32)" am: 3f96f42b37 by Nicolas Geoffray · 9 years ago
  100. 3f96f42 Merge "Fix conditional jump over jmp (X86/X86-64/ARM32)" by Nicolas Geoffray · 9 years ago