1. 16d29f8 Don't use fixed addresses in mem map test by Mathieu Chartier · 9 years ago
  2. 8a6463a Merge "ART: Improve comment about inlining into try/catch" by David Brazdil · 9 years ago
  3. 59a850e ART: Improve comment about inlining into try/catch by David Brazdil · 9 years ago
  4. ee57104 Merge "ART: Fix critical edge checks in GraphChecker" by David Brazdil · 9 years ago
  5. 83dcccb Merge "Revert "Revert "ART: Update DCE to work with try/catch""" by David Brazdil · 9 years ago
  6. 81e479e ART: Fix critical edge checks in GraphChecker by David Brazdil · 9 years ago
  7. 1963759 Merge "ART: Add clarifying comment" by David Brazdil · 9 years ago
  8. dc0d1eb ART: Add clarifying comment by David Brazdil · 9 years ago
  9. 8a7c0fe Revert "Revert "ART: Update DCE to work with try/catch"" by David Brazdil · 9 years ago
  10. 1b87033 Merge "Delete flaky DCHECK" by Mathieu Chartier · 9 years ago
  11. 21e3325 Delete flaky DCHECK by Mathieu Chartier · 9 years ago
  12. a5c3e44 Merge "Fix mac build" by Mathieu Chartier · 9 years ago
  13. 11cea0c Fix mac build by Mathieu Chartier · 9 years ago
  14. ff12923 Merge "Add low_4gb support to MapFile and MapFileAtAddress" by Mathieu Chartier · 9 years ago
  15. 02c330f Merge "Some cleanup for tests 960-965 build scripts." by Alex Light · 9 years ago
  16. 42bddce Add low_4gb support to MapFile and MapFileAtAddress by Mathieu Chartier · 9 years ago
  17. 337a396 Some cleanup for tests 960-965 build scripts. by Alex Light · 9 years ago
  18. 78232f2 Merge "ART: Rerun the verifier for compile-time failures" by Andreas Gampe · 9 years ago
  19. f1584a6 Merge "Class Linker: Implement default interface verification ordering." by Alex Light · 9 years ago
  20. f1f1049 Class Linker: Implement default interface verification ordering. by Alex Light · 9 years ago
  21. ec6e6c1 ART: Rerun the verifier for compile-time failures by Andreas Gampe · 9 years ago
  22. 3c589376 Merge "Add more image writer comments and clean up" by Mathieu Chartier · 9 years ago
  23. a808bac Add more image writer comments and clean up by Mathieu Chartier · 9 years ago
  24. ce0f43b Merge "Revert "Revert "Revert "Use Jack lang dev version for compiling art tests"""" by Nicolas Geoffray · 9 years ago
  25. daf11eb Revert "Revert "Revert "Use Jack lang dev version for compiling art tests""" by Nicolas Geoffray · 9 years ago
  26. 31f1584 Merge "Optimizing: Rewrite search for common dominators." by Vladimir Marko · 9 years ago
  27. 391d01f Optimizing: Rewrite search for common dominators. by Vladimir Marko · 9 years ago
  28. 934ea11 Merge "Fix mip64 build: hide current method input only if it exists." by Vladimir Marko · 9 years ago
  29. 6f6f359 Fix mip64 build: hide current method input only if it exists. by Vladimir Marko · 9 years ago
  30. f11f5eb Merge "ART: Fix critical edge splitting under try/catch" by David Brazdil · 9 years ago
  31. df7029f Merge "Revert "Revert "Use Jack lang dev version for compiling art tests""" by Nicolas Geoffray · 9 years ago
  32. 4461287 Merge "Fix build: lint error in elf_builder.h" by David Srbecky · 9 years ago
  33. 4d247f7 Fix build: lint error in elf_builder.h by David Srbecky · 9 years ago
  34. 03771d8 Merge "Rewrite ElfBuilder to make streaming directly to file easier." by David Srbecky · 9 years ago
  35. db51efb ART: Fix critical edge splitting under try/catch by David Brazdil · 9 years ago
  36. 3e5b3c9 Merge "Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect." by Vladimir Marko · 9 years ago
  37. 2649cba Merge "Remove unused variable." by Nicolas Geoffray · 9 years ago
  38. 8ccbd27 Remove unused variable. by Nicolas Geoffray · 9 years ago
  39. dc18417 Merge "Fix interaction between JIT and instrumentation." by Nicolas Geoffray · 9 years ago
  40. 6d8c8f0 Rewrite ElfBuilder to make streaming directly to file easier. by David Srbecky · 9 years ago
  41. 2264f62 Merge "MIPS64: small improvements in code generation" by Nicolas Geoffray · 9 years ago
  42. 4202a2f Merge "MIPS64: Improve integer division by constants" by Nicolas Geoffray · 9 years ago
  43. ba34e70 Merge "ART: Fix return-object verification" by Andreas Gampe · 9 years ago
  44. a4c98f2 ART: Fix return-object verification by Andreas Gampe · 9 years ago
  45. 8249eac Merge "Use _exit instead of exit after exec fails" by Brian Carlstrom · 9 years ago
  46. 5729f5b Merge "Revert "Mark __jit_debug_register_code as a unique symbol"" by Andreas Gampe · 9 years ago
  47. 6c7aae9 Revert "Mark __jit_debug_register_code as a unique symbol" by Andreas Gampe · 9 years ago
  48. 5c75ffa MIPS64: small improvements in code generation by Alexey Frunze · 9 years ago
  49. c857c74 MIPS64: Improve integer division by constants by Alexey Frunze · 9 years ago
  50. b554b5a Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect. by Vladimir Marko · 9 years ago
  51. b203aad Merge "ART: Fix simplification of catch blocks in the presence of dead code" by David Brazdil · 9 years ago
  52. 9bc4361 ART: Fix simplification of catch blocks in the presence of dead code by David Brazdil · 9 years ago
  53. 52960cd Merge "Mark __jit_debug_register_code as a unique symbol" by Tamas Berghammer · 9 years ago
  54. 5caf652 Mark __jit_debug_register_code as a unique symbol by Tamas Berghammer · 9 years ago
  55. ef7ef4c Merge "ART: Change behavior for rethrowing init failures (2)" by Andreas Gampe · 9 years ago
  56. a6017d8 Revert "Revert "Use Jack lang dev version for compiling art tests"" by Alex Light · 9 years ago
  57. f66f05d Merge "ART: Fix potential integer overflow in JNI." by Vladimir Marko · 9 years ago
  58. 795e341 ART: Fix potential integer overflow in JNI. by Vladimir Marko · 9 years ago
  59. 17656eb Merge "MIPS32: java.lang.String.equals" by Andreas Gampe · 9 years ago
  60. 16ba2b4 MIPS32: java.lang.String.equals by Chris Larsen · 9 years ago
  61. a5891e8 Fix interaction between JIT and instrumentation. by Nicolas Geoffray · 9 years ago
  62. 97e7401 Merge "Improve X86 handling of constants to Field/Array Set" by Nicolas Geoffray · 9 years ago
  63. 8148937 Improve X86 handling of constants to Field/Array Set by Mark Mendell · 9 years ago
  64. 5348137 Merge "JDWP: fix returned tag for ClassType.NewInstance" by Sebastien Hertz · 9 years ago
  65. 2fa6842 Merge "ART: Fix ignoring duplicate fields when loading class." by Vladimir Marko · 9 years ago
  66. 2704896 Merge "MIPS64: Implement virtual intrinsic slow path" by Nicolas Geoffray · 9 years ago
  67. 9c3cd19 Merge "Change test .dex.art to .art" by Mathieu Chartier · 9 years ago
  68. 4ca1037 Change test .dex.art to .art by Mathieu Chartier · 9 years ago
  69. 53afca1 MIPS64: Implement virtual intrinsic slow path by Alexey Frunze · 9 years ago
  70. ae04419 Merge "Revert "Revert "Add basic image writer support for app images""" by Mathieu Chartier · 9 years ago
  71. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 9 years ago
  72. 51c1b63 Merge "Fix elf writer to properly handle empty text sections" by Mathieu Chartier · 9 years ago
  73. 07ddb6f Fix elf writer to properly handle empty text sections by Mathieu Chartier · 9 years ago
  74. 1a14328 Merge "ahat: limit default number of results shown." by Richard Uhler · 9 years ago
  75. ae35c37 Use _exit instead of exit after exec fails by Tobias Lindskog · 9 years ago
  76. 4ba3766 Merge "Minor cleanup of Monitor::VisitLocks" by Sebastien Hertz · 9 years ago
  77. 81819db ART: Fix ignoring duplicate fields when loading class. by Vladimir Marko · 9 years ago
  78. 0f7c933 Minor cleanup of Monitor::VisitLocks by Sebastien Hertz · 9 years ago
  79. d93223d Merge "Finalized all components of range analysis needed for dynamic bce." by Aart Bik · 9 years ago
  80. f2a93f4 Merge "X86-64: Split long/double constant array/field set" by Nicolas Geoffray · 9 years ago
  81. ea5af68 X86-64: Split long/double constant array/field set by Mark Mendell · 9 years ago
  82. 3f96f42 Merge "Fix conditional jump over jmp (X86/X86-64/ARM32)" by Nicolas Geoffray · 9 years ago
  83. b8b9769 Fix conditional jump over jmp (X86/X86-64/ARM32) by Mark Mendell · 9 years ago
  84. f941a32 Merge "Move .dynsym ELF section after .text" by David Srbecky · 9 years ago
  85. a3e1377 JDWP: fix returned tag for ClassType.NewInstance by Sebastien Hertz · 9 years ago
  86. 55a77ef Merge "Fix flake around instrumentation." by Nicolas Geoffray · 9 years ago
  87. 19fcbda Move .dynsym ELF section after .text by David Srbecky · 9 years ago
  88. 63e47f4 Fix flake around instrumentation. by Nicolas Geoffray · 9 years ago
  89. b24301b Merge "Code cleanup to avoid CompilerDriver abstractions in JIT." by Nicolas Geoffray · 9 years ago
  90. 2b13eaa Merge "Properly delete the jit thread pool." by Nicolas Geoffray · 9 years ago
  91. 629e935 Properly delete the jit thread pool. by Nicolas Geoffray · 9 years ago
  92. d28b969 Code cleanup to avoid CompilerDriver abstractions in JIT. by Nicolas Geoffray · 9 years ago
  93. ad15539 Merge "Revert "Use Jack lang dev version for compiling art tests"" by Nicolas Geoffray · 9 years ago
  94. a5a79b6 Revert "Use Jack lang dev version for compiling art tests" by Nicolas Geoffray · 9 years ago
  95. c09b334 Merge "Revert "Add basic image writer support for app images"" by Nicolas Geoffray · 9 years ago
  96. 4b01856 Revert "Add basic image writer support for app images" by Nicolas Geoffray · 9 years ago
  97. f97ad81 Merge "Use Jack lang dev version for compiling art tests" by Yohann Roussel · 9 years ago
  98. e597d59 Merge "Fix continuous build" by Sebastien Hertz · 9 years ago
  99. ff2f2ad Fix continuous build by Sebastien Hertz · 9 years ago
  100. a930832 Merge "Add basic image writer support for app images" by Mathieu Chartier · 9 years ago