1. 70dd22f Merge "Clear image file in image writer" by Mathieu Chartier · 9 years ago
  2. fd07168 Merge "Remove ALWAYS_INLINE from ReadBarrier::Mark()." by Hiroshi Yamauchi · 9 years ago
  3. 49c9333 Remove ALWAYS_INLINE from ReadBarrier::Mark(). by Hiroshi Yamauchi · 9 years ago
  4. de31ca6 Merge "Fix image test with GSS" by Mathieu Chartier · 9 years ago
  5. c68e77b Fix image test with GSS by Mathieu Chartier · 9 years ago
  6. 784bb09 Clear image file in image writer by Mathieu Chartier · 9 years ago
  7. 4047c5b Merge "Remove some more read barriers in image relocation" by Mathieu Chartier · 9 years ago
  8. 60bc39c Remove some more read barriers in image relocation by Mathieu Chartier · 9 years ago
  9. c43a8fc Merge "Doh. Forgot to ensure it's compiled." by Nicolas Geoffray · 9 years ago
  10. 1c7736c Merge "Optimizing: Try pattern substitution when we cannot inline." by Vladimir Marko · 9 years ago
  11. a60e220 Doh. Forgot to ensure it's compiled. by Nicolas Geoffray · 9 years ago
  12. 09cd656 Merge "Fix issue with IMT dispatch." by Alex Light · 9 years ago
  13. be10e8e Optimizing: Try pattern substitution when we cannot inline. by Vladimir Marko · 9 years ago
  14. fa72bf1 Merge "Stop verifier ResolveClass from putting unresolved classes in dex cache." by Jeff Hao · 9 years ago
  15. a94d54b Stop verifier ResolveClass from putting unresolved classes in dex cache. by Jeff Hao · 9 years ago
  16. 26a04e1 Merge "Factor out common code for SetPendingNext." by Richard Uhler · 9 years ago
  17. 1aa9c11 Merge "ART: Add missing swaps to MIPS codegen" by David Brazdil · 9 years ago
  18. cc0f311 ART: Add missing swaps to MIPS codegen by David Brazdil · 9 years ago
  19. 73bcf03 Merge "Do not enforce deterministic compilation with read barriers." by Roland Levillain · 9 years ago
  20. 7e742ee Merge "Add a comment to oatdump for 0 size symbols" by Tamas Berghammer · 9 years ago
  21. ae79704 Merge "Change log to avoid polluting logcat." by Nicolas Geoffray · 9 years ago
  22. 9e49ab1 Add a comment to oatdump for 0 size symbols by Tamas Berghammer · 9 years ago
  23. 6f06fdb Merge "ART: Fix gtest after liveness CL" by David Brazdil · 9 years ago
  24. b11b072 ART: Fix gtest after liveness CL by David Brazdil · 9 years ago
  25. 9ff1de0 Merge "Implement first kind of polymorphic inlining." by Nicolas Geoffray · 9 years ago
  26. a42363f Implement first kind of polymorphic inlining. by Nicolas Geoffray · 9 years ago
  27. bee600f Merge "ART: Implement HSelect" by David Brazdil · 9 years ago
  28. 74eb1b2 ART: Implement HSelect by David Brazdil · 9 years ago
  29. 75fd2a8 Merge "ART: Implement support for instruction inlining" by David Brazdil · 9 years ago
  30. b3e773e ART: Implement support for instruction inlining by David Brazdil · 9 years ago
  31. 2d36c0c Merge "Emit symbol names for trampoline symbols in oatdump" by Tamas Berghammer · 9 years ago
  32. 9e485e6 Merge "Fix ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning." by Roland Levillain · 9 years ago
  33. eb2c741 Do not enforce deterministic compilation with read barriers. by Roland Levillain · 9 years ago
  34. 05aeb40 Merge "Re-enable some run-tests with CC after mterp fix." by Roland Levillain · 9 years ago
  35. 5faf22c Merge "Don't crash if the perf map creation failed" by Tamas Berghammer · 9 years ago
  36. f0615a3 Don't crash if the perf map creation failed by Tamas Berghammer · 9 years ago
  37. 7f3e0db Change log to avoid polluting logcat. by Nicolas Geoffray · 9 years ago
  38. 8bfdf83 Merge "Revert "Revert "Lift the spill at each irreducible loop block restriction.""" by Nicolas Geoffray · 9 years ago
  39. ad4ed08 Revert "Revert "Lift the spill at each irreducible loop block restriction."" by Nicolas Geoffray · 9 years ago
  40. c5a8af7 Merge changes from topic 'pointer_conversion' by Mathieu Chartier · 9 years ago
  41. 1bbfab6 Pass template args down by Mathieu Chartier · 9 years ago
  42. d329a3b Fix pointer conversion error in SetElementPtrSize by Mathieu Chartier · 9 years ago
  43. 78e9015 Merge "ART: Add option to ensure deterministic compilation" by Andreas Gampe · 9 years ago
  44. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 9 years ago
  45. 1277108 Fix issue with IMT dispatch. by Alex Light · 9 years ago
  46. a3abcb5 Merge "reflection: Add new 1.8 AnnotatedElement methods and tests" by Igor Murashkin · 9 years ago
  47. c801425 Merge "ART: Make sure dex files are verified in the compiler" by Andreas Gampe · 9 years ago
  48. c167ee9 reflection: Add new 1.8 AnnotatedElement methods and tests by Igor Murashkin · 9 years ago
  49. 3a2bd29 ART: Make sure dex files are verified in the compiler by Andreas Gampe · 9 years ago
  50. 2aaf58e Merge "Move heap trim outside of zygote creation lock region" by Mathieu Chartier · 9 years ago
  51. d2a188d Merge "Clear dalvik-cache before running test on host." by David Srbecky · 9 years ago
  52. 044ac84 Merge "Implemented checker/unit test for various operations." by Aart Bik · 9 years ago
  53. 76ce917 Move heap trim outside of zygote creation lock region by Mathieu Chartier · 9 years ago
  54. 2e4afe8 Clear dalvik-cache before running test on host. by David Srbecky · 9 years ago
  55. ca50505 Merge "ART: Allow --no-inline-from to specify multiple dex files." by Vladimir Marko · 9 years ago
  56. 47496c2 ART: Allow --no-inline-from to specify multiple dex files. by Vladimir Marko · 9 years ago
  57. 8f75c45 Emit symbol names for trampoline symbols in oatdump by Tamas Berghammer · 9 years ago
  58. 8edb521 Re-enable some run-tests with CC after mterp fix. by Roland Levillain · 9 years ago
  59. 1be9e27 Merge "Show registered native allocations in ahat." by Richard Uhler · 9 years ago
  60. a80465a Merge "Cast method pointer to uintptr_t before uint64_t" by Mathieu Chartier · 9 years ago
  61. 60edf5c Merge "Change the order of functions in .debug_frame to save space." by David Srbecky · 9 years ago
  62. 8206291 Merge "Do not write full method signature in mini-debug-info." by David Srbecky · 9 years ago
  63. 30202b2 Merge "Revert "Revert "Add option to generate compressed backtrace info.""" by David Srbecky · 9 years ago
  64. c3a02d2 Merge "Add option to never interpret." by Tamas Berghammer · 9 years ago
  65. 05d2415 Add option to never interpret. by Siva Chandra · 9 years ago
  66. f032f3a Merge "Optimizing: Lazy creation of Handle<>s in RTP." by Vladimir Marko · 9 years ago
  67. 2e50ecb Fix ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning. by Roland Levillain · 9 years ago
  68. 7d1fbf3 Optimizing: Lazy creation of Handle<>s in RTP. by Vladimir Marko · 9 years ago
  69. f4b3dba Cast method pointer to uintptr_t before uint64_t by Mathieu Chartier · 9 years ago
  70. 902838d Merge "Remove GetImageRoots read barrier for image relocation" by Mathieu Chartier · 9 years ago
  71. 4a26f17 Remove GetImageRoots read barrier for image relocation by Mathieu Chartier · 9 years ago
  72. eacffa6 Merge "Convert to UTF8 before doing dex file location comparison" by Mathieu Chartier · 9 years ago
  73. 7617216 Convert to UTF8 before doing dex file location comparison by Mathieu Chartier · 9 years ago
  74. 522d51b Factor out common code for SetPendingNext. by Richard Uhler · 9 years ago
  75. 227e627 Merge "Blacklist new test due to so loading problems." by Nicolas Geoffray · 9 years ago
  76. 5cbd8c3 Blacklist new test due to so loading problems. by Nicolas Geoffray · 9 years ago
  77. caef579 Merge "Temporarily use -fstack-protector for the read barrier config." by Hiroshi Yamauchi · 9 years ago
  78. 37ba27a Temporarily use -fstack-protector for the read barrier config. by Hiroshi Yamauchi · 9 years ago
  79. 6e74fa9 Implemented checker/unit test for various operations. by Aart Bik · 9 years ago
  80. 6a507f3 Merge "Use mutator lock to guard adding and removing heap spaces" by Mathieu Chartier · 9 years ago
  81. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 9 years ago
  82. b1bd048 Merge "Recognize common utilities as intrinsics." by Aart Bik · 9 years ago
  83. 1e953c3 Merge "Some minor simplifications in code and tests." by Aart Bik · 9 years ago
  84. 7ccb63f Merge "Enable interface default methods by default." by Alex Light · 9 years ago
  85. 9724c63 Enable interface default methods by default. by Neil Fuller · 9 years ago
  86. 59c9454 Recognize common utilities as intrinsics. by Aart Bik · 9 years ago
  87. 09e8d5f Some minor simplifications in code and tests. by Aart Bik · 9 years ago
  88. 8881c42 Merge "Revert "Lift the spill at each irreducible loop block restriction."" by Bart Sears · 9 years ago
  89. 2818dbc Revert "Lift the spill at each irreducible loop block restriction." by Bart Sears · 9 years ago
  90. a00d5fe Merge "Lift the spill at each irreducible loop block restriction." by Nicolas Geoffray · 9 years ago
  91. 8eb3871 Merge "ART: Remove another unnecessary mutator lock annotation." by Vladimir Marko · 9 years ago
  92. 8697355 ART: Remove another unnecessary mutator lock annotation. by Vladimir Marko · 9 years ago
  93. 29347e8 Merge "Disable interpreter run-tests occasionally failing with CC." by Roland Levillain · 9 years ago
  94. 3260e11 Merge "ART: Remove some unnecessary mutator lock annotations." by Vladimir Marko · 9 years ago
  95. b0659e6 Disable interpreter run-tests occasionally failing with CC. by Roland Levillain · 9 years ago
  96. 005e4b3 Merge "Add profile support for apps with shared runtime." by Calin Juravle · 9 years ago
  97. b4eddd2 Add profile support for apps with shared runtime. by Calin Juravle · 9 years ago
  98. 7653b09 Merge "Add dependency on liblzma." by David Srbecky · 9 years ago
  99. 79e9f43 Lift the spill at each irreducible loop block restriction. by Nicolas Geoffray · 9 years ago
  100. 5e974a6 Change the order of functions in .debug_frame to save space. by David Srbecky · 9 years ago