1. 9ff8460 Add oat checksum check for app image loading by Mathieu Chartier · 8 years ago
  2. ab00be9 Merge "Do not use atomic increment in allocation as fence." by Hans Boehm · 8 years ago
  3. 2624ffc Merge "Implement compare() on ARM64." by Aart Bik · 8 years ago
  4. 392899e Merge "ART: Dump full exception on re-init failure message" by Andreas Gampe · 8 years ago
  5. 7b56502 Implement compare() on ARM64. by Aart Bik · 8 years ago
  6. ea3a007 Merge "Implementation of integer intrinsics on x86_64" by Aart Bik · 8 years ago
  7. 1c720b7 Merge "Optimizing compiler support for directly calling interface methods" by Alex Light · 8 years ago
  8. ba5ea70 Merge "Disable test after failing test was pushed." by Nicolas Geoffray · 8 years ago
  9. fd82520 Disable test after failing test was pushed. by Nicolas Geoffray · 8 years ago
  10. e38a328 Merge "Re-enable test 566-polymorphic-inlining." by Nicolas Geoffray · 8 years ago
  11. c26f128 Re-enable test 566-polymorphic-inlining. by Nicolas Geoffray · 8 years ago
  12. 5bd53a9 Merge "Re-enable test 496-checker-inlining-and-class-loader with CC." by Roland Levillain · 8 years ago
  13. 560297f Re-enable test 496-checker-inlining-and-class-loader with CC. by Roland Levillain · 8 years ago
  14. 87d38b7 Merge "Optimizing: Use dex pc 0 for pattern substitution-generated IGET." by Vladimir Marko · 8 years ago
  15. 4cd4c39 Merge "ART: Do not use AT register in MIPS DSS<->RP swap" by David Brazdil · 8 years ago
  16. adda435 Optimizing: Use dex pc 0 for pattern substitution-generated IGET. by Vladimir Marko · 8 years ago
  17. 10cd5ee Merge "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"" by Nicolas Geoffray · 8 years ago
  18. 28a2a18 Revert "reflection: Add new 1.8 AnnotatedElement methods and tests" by Nicolas Geoffray · 8 years ago
  19. 04d3e87 ART: Do not use AT register in MIPS DSS<->RP swap by David Brazdil · 8 years ago
  20. ed1d318 Merge "ART: Fix single-step interpretation for mterp" by Bill Buzbee · 8 years ago
  21. b0171b9 Do not use atomic increment in allocation as fence. by Hans Boehm · 8 years ago
  22. d6b48db ART: Fix single-step interpretation for mterp by buzbee · 8 years ago
  23. 1d81df8 Merge "Fix "Never Interpret" option for all interpreters" by Bill Buzbee · 8 years ago
  24. 734f3aa Fix "Never Interpret" option for all interpreters by buzbee · 8 years ago
  25. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 8 years ago
  26. 369c851 ART: Dump full exception on re-init failure message by Andreas Gampe · 8 years ago
  27. 97f4bc0 Merge "Disable test for now." by Nicolas Geoffray · 8 years ago
  28. 1cdee57 Disable test for now. by Nicolas Geoffray · 8 years ago
  29. 70dd22f Merge "Clear image file in image writer" by Mathieu Chartier · 8 years ago
  30. fd07168 Merge "Remove ALWAYS_INLINE from ReadBarrier::Mark()." by Hiroshi Yamauchi · 8 years ago
  31. 49c9333 Remove ALWAYS_INLINE from ReadBarrier::Mark(). by Hiroshi Yamauchi · 8 years ago
  32. de31ca6 Merge "Fix image test with GSS" by Mathieu Chartier · 8 years ago
  33. c68e77b Fix image test with GSS by Mathieu Chartier · 8 years ago
  34. 784bb09 Clear image file in image writer by Mathieu Chartier · 8 years ago
  35. c5d4754 Implementation of integer intrinsics on x86_64 by Aart Bik · 8 years ago
  36. 4047c5b Merge "Remove some more read barriers in image relocation" by Mathieu Chartier · 8 years ago
  37. 60bc39c Remove some more read barriers in image relocation by Mathieu Chartier · 8 years ago
  38. c43a8fc Merge "Doh. Forgot to ensure it's compiled." by Nicolas Geoffray · 8 years ago
  39. 1c7736c Merge "Optimizing: Try pattern substitution when we cannot inline." by Vladimir Marko · 8 years ago
  40. a60e220 Doh. Forgot to ensure it's compiled. by Nicolas Geoffray · 8 years ago
  41. 09cd656 Merge "Fix issue with IMT dispatch." by Alex Light · 8 years ago
  42. be10e8e Optimizing: Try pattern substitution when we cannot inline. by Vladimir Marko · 8 years ago
  43. fa72bf1 Merge "Stop verifier ResolveClass from putting unresolved classes in dex cache." by Jeff Hao · 8 years ago
  44. a94d54b Stop verifier ResolveClass from putting unresolved classes in dex cache. by Jeff Hao · 8 years ago
  45. 26a04e1 Merge "Factor out common code for SetPendingNext." by Richard Uhler · 8 years ago
  46. 1aa9c11 Merge "ART: Add missing swaps to MIPS codegen" by David Brazdil · 8 years ago
  47. cc0f311 ART: Add missing swaps to MIPS codegen by David Brazdil · 8 years ago
  48. 73bcf03 Merge "Do not enforce deterministic compilation with read barriers." by Roland Levillain · 8 years ago
  49. 7e742ee Merge "Add a comment to oatdump for 0 size symbols" by Tamas Berghammer · 8 years ago
  50. ae79704 Merge "Change log to avoid polluting logcat." by Nicolas Geoffray · 8 years ago
  51. 9e49ab1 Add a comment to oatdump for 0 size symbols by Tamas Berghammer · 8 years ago
  52. 6f06fdb Merge "ART: Fix gtest after liveness CL" by David Brazdil · 8 years ago
  53. b11b072 ART: Fix gtest after liveness CL by David Brazdil · 8 years ago
  54. 9ff1de0 Merge "Implement first kind of polymorphic inlining." by Nicolas Geoffray · 8 years ago
  55. a42363f Implement first kind of polymorphic inlining. by Nicolas Geoffray · 9 years ago
  56. bee600f Merge "ART: Implement HSelect" by David Brazdil · 8 years ago
  57. 74eb1b2 ART: Implement HSelect by David Brazdil · 9 years ago
  58. 75fd2a8 Merge "ART: Implement support for instruction inlining" by David Brazdil · 8 years ago
  59. b3e773e ART: Implement support for instruction inlining by David Brazdil · 8 years ago
  60. 2d36c0c Merge "Emit symbol names for trampoline symbols in oatdump" by Tamas Berghammer · 8 years ago
  61. 9e485e6 Merge "Fix ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning." by Roland Levillain · 8 years ago
  62. eb2c741 Do not enforce deterministic compilation with read barriers. by Roland Levillain · 8 years ago
  63. 05aeb40 Merge "Re-enable some run-tests with CC after mterp fix." by Roland Levillain · 8 years ago
  64. 5faf22c Merge "Don't crash if the perf map creation failed" by Tamas Berghammer · 8 years ago
  65. f0615a3 Don't crash if the perf map creation failed by Tamas Berghammer · 8 years ago
  66. 7f3e0db Change log to avoid polluting logcat. by Nicolas Geoffray · 8 years ago
  67. 8bfdf83 Merge "Revert "Revert "Lift the spill at each irreducible loop block restriction.""" by Nicolas Geoffray · 8 years ago
  68. ad4ed08 Revert "Revert "Lift the spill at each irreducible loop block restriction."" by Nicolas Geoffray · 8 years ago
  69. c5a8af7 Merge changes from topic 'pointer_conversion' by Mathieu Chartier · 8 years ago
  70. 1bbfab6 Pass template args down by Mathieu Chartier · 8 years ago
  71. d329a3b Fix pointer conversion error in SetElementPtrSize by Mathieu Chartier · 8 years ago
  72. 78e9015 Merge "ART: Add option to ensure deterministic compilation" by Andreas Gampe · 8 years ago
  73. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 8 years ago
  74. 1277108 Fix issue with IMT dispatch. by Alex Light · 8 years ago
  75. a3abcb5 Merge "reflection: Add new 1.8 AnnotatedElement methods and tests" by Igor Murashkin · 8 years ago
  76. c801425 Merge "ART: Make sure dex files are verified in the compiler" by Andreas Gampe · 8 years ago
  77. c167ee9 reflection: Add new 1.8 AnnotatedElement methods and tests by Igor Murashkin · 8 years ago
  78. 3a2bd29 ART: Make sure dex files are verified in the compiler by Andreas Gampe · 8 years ago
  79. 2aaf58e Merge "Move heap trim outside of zygote creation lock region" by Mathieu Chartier · 8 years ago
  80. d2a188d Merge "Clear dalvik-cache before running test on host." by David Srbecky · 8 years ago
  81. 044ac84 Merge "Implemented checker/unit test for various operations." by Aart Bik · 8 years ago
  82. 76ce917 Move heap trim outside of zygote creation lock region by Mathieu Chartier · 8 years ago
  83. 2e4afe8 Clear dalvik-cache before running test on host. by David Srbecky · 8 years ago
  84. ca50505 Merge "ART: Allow --no-inline-from to specify multiple dex files." by Vladimir Marko · 8 years ago
  85. 47496c2 ART: Allow --no-inline-from to specify multiple dex files. by Vladimir Marko · 8 years ago
  86. 8f75c45 Emit symbol names for trampoline symbols in oatdump by Tamas Berghammer · 8 years ago
  87. 8edb521 Re-enable some run-tests with CC after mterp fix. by Roland Levillain · 8 years ago
  88. 1be9e27 Merge "Show registered native allocations in ahat." by Richard Uhler · 8 years ago
  89. a80465a Merge "Cast method pointer to uintptr_t before uint64_t" by Mathieu Chartier · 8 years ago
  90. 60edf5c Merge "Change the order of functions in .debug_frame to save space." by David Srbecky · 8 years ago
  91. 8206291 Merge "Do not write full method signature in mini-debug-info." by David Srbecky · 8 years ago
  92. 30202b2 Merge "Revert "Revert "Add option to generate compressed backtrace info.""" by David Srbecky · 8 years ago
  93. c3a02d2 Merge "Add option to never interpret." by Tamas Berghammer · 8 years ago
  94. 05d2415 Add option to never interpret. by Siva Chandra · 8 years ago
  95. f032f3a Merge "Optimizing: Lazy creation of Handle<>s in RTP." by Vladimir Marko · 8 years ago
  96. 2e50ecb Fix ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning. by Roland Levillain · 8 years ago
  97. 7d1fbf3 Optimizing: Lazy creation of Handle<>s in RTP. by Vladimir Marko · 8 years ago
  98. f4b3dba Cast method pointer to uintptr_t before uint64_t by Mathieu Chartier · 8 years ago
  99. 902838d Merge "Remove GetImageRoots read barrier for image relocation" by Mathieu Chartier · 8 years ago
  100. 4a26f17 Remove GetImageRoots read barrier for image relocation by Mathieu Chartier · 8 years ago