1. e3c4fcf Merge "MIPS: Assemblers changes needed for optimizing compiler" by Nicolas Geoffray · 9 years ago
  2. 02280e6 Merge "optimizing: propagate type information of arguments" by Calin Juravle · 9 years ago
  3. 2c1ffc3 optimizing: propagate type information of arguments by Calin Juravle · 9 years ago
  4. b5c810e Merge "Optimizing: Avoid string init register set copy for debuggable." by Vladimir Marko · 9 years ago
  5. 98615e5 Merge "Optimizing: Move GraphChecker memory allocations to arena." by Vladimir Marko · 9 years ago
  6. 439ffb8 Merge "Intrinsify System.arraycopy." by Nicolas Geoffray · 9 years ago
  7. 655e585 Optimizing: Move GraphChecker memory allocations to arena. by Vladimir Marko · 9 years ago
  8. dbc2337 Optimizing: Avoid string init register set copy for debuggable. by Vladimir Marko · 9 years ago
  9. 4e2a557 Assert that referrers class should not need access check. by Calin Juravle · 9 years ago
  10. ee3cf07 Intrinsify System.arraycopy. by Nicolas Geoffray · 9 years ago
  11. f9c6fc6 Add OatFileManager by Mathieu Chartier · 9 years ago
  12. c9f2255 Merge "Add a clarifying comment on HLoadClass::InstructionDataEquals." by Calin Juravle · 9 years ago
  13. b28e166 Merge "Don't check for optimizing test marker on unsupported ISAs." by Calin Juravle · 9 years ago
  14. a9a306d Add a clarifying comment on HLoadClass::InstructionDataEquals. by Calin Juravle · 9 years ago
  15. cff8cc7 Don't check for optimizing test marker on unsupported ISAs. by Calin Juravle · 9 years ago
  16. 1f49764 ART: Use arena allocator with HashSet/HashMap. by Vladimir Marko · 9 years ago
  17. 4bf9012 ART: Do not include endian.h on Mac. by Vladimir Marko · 9 years ago
  18. 359f77c Merge "Add DCHECKs to ArenaVector and ScopedArenaVector." by Vladimir Marko · 9 years ago
  19. 64d8d93 Merge "Make sure classes with different access checks are not GVN-ed" by Calin Juravle · 9 years ago
  20. 386062d Make sure classes with different access checks are not GVN-ed by Calin Juravle · 9 years ago
  21. b95fb77 Optimizing: Clean up after tagging arena allocations. by Vladimir Marko · 9 years ago
  22. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 9 years ago
  23. b2e436f Merge "Don't remove type checks if we need to perform an access check." by Calin Juravle · 9 years ago
  24. 89b8691 Merge "Enforce optimizing test marker for verification errors." by Calin Juravle · 9 years ago
  25. e53fb55 Don't remove type checks if we need to perform an access check. by Calin Juravle · 9 years ago
  26. 09b1d6f Enforce optimizing test marker for verification errors. by Calin Juravle · 9 years ago
  27. cde4d27 Fix x86_64 round intrinsic duplicate load by Mark Mendell · 9 years ago
  28. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 9 years ago
  29. f415698 Merge "ART: Change asm test logging" by Andreas Gampe · 9 years ago
  30. 7532401 ART: Change asm test logging by Andreas Gampe · 9 years ago
  31. 7bda3b6 Revert "Quick: Work around large frame sizes for x86_64." by Vladimir Marko · 9 years ago
  32. 5928931 Merge "Quick: Work around large frame sizes for x86_64." by Vladimir Marko · 9 years ago
  33. d4cf1e4 Quick: Work around large frame sizes for x86_64. by Vladimir Marko · 9 years ago
  34. 12be662 Fix lint issues. by Nicolas Geoffray · 9 years ago
  35. d6ace60 Merge "Add support for intrinsic optimizations." by Nicolas Geoffray · 9 years ago
  36. a83a54d Add support for intrinsic optimizations. by Nicolas Geoffray · 9 years ago
  37. c90d7c7 Revert "Optimizing: Disable -Wframe-larger-than= for CompileOptimized()." by Vladimir Marko · 9 years ago
  38. 1e5d0cd Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by The Android Open Source Project · 9 years ago
  39. 92c4fc2 Merge "Fix location summary for LoadClass" by Calin Juravle · 9 years ago
  40. 580b609 Fix location summary for LoadClass by Calin Juravle · 9 years ago
  41. 6e3a838 Merge "ART: Add more error logging to assembler tests" by Andreas Gampe · 9 years ago
  42. f3e0706 ART: Add more error logging to assembler tests by Andreas Gampe · 9 years ago
  43. 4012c37 Merge "Assert we don't store an invalid dex_pc in the stack maps." by Calin Juravle · 9 years ago
  44. b5c4693 Assert we don't store an invalid dex_pc in the stack maps. by Calin Juravle · 9 years ago
  45. 7e8dd4c am 22d450d3: Merge "Remove dex_pc\'s default value from top level HInstruction" by Calin Juravle · 9 years ago
  46. 22d450d Merge "Remove dex_pc's default value from top level HInstruction" by Calin Juravle · 9 years ago
  47. 154746b Remove dex_pc's default value from top level HInstruction by Calin Juravle · 9 years ago
  48. 0050cc7 am 51d70f17: Merge "Optimizing: Disable -Wframe-larger-than= for CompileOptimized()." by Vladimir Marko · 9 years ago
  49. 67f784e Optimizing: Disable -Wframe-larger-than= for CompileOptimized(). by Vladimir Marko · 9 years ago
  50. 8c434dc MIPS: Assemblers changes needed for optimizing compiler by Goran Jakovljevic · 9 years ago
  51. 2a1a50c am 3b6b5879: Merge "Add support for unresolved classes in optimizing." by Calin Juravle · 9 years ago
  52. 98893e1 Add support for unresolved classes in optimizing. by Calin Juravle · 9 years ago
  53. b4a83f1 am 26aad174: Merge "Don\'t delegate to Quick anymore." by Nicolas Geoffray · 9 years ago
  54. 26aad17 Merge "Don't delegate to Quick anymore." by Nicolas Geoffray · 9 years ago
  55. 19ea8a4 am bcb71a2c: Merge "MIPS64r6 Assembler Tests" by Andreas Gampe · 9 years ago
  56. dbce0d7 MIPS64r6 Assembler Tests by Chris Larsen · 9 years ago
  57. c9888dc am 002117f9: Merge "MIPS64: Code cleanup." by Andreas Gampe · 9 years ago
  58. 002117f Merge "MIPS64: Code cleanup." by Andreas Gampe · 9 years ago
  59. d472287 am 1aba494d: Merge "Block callee save fp registers in debuggable." by Nicolas Geoffray · 9 years ago
  60. ecf680d Block callee save fp registers in debuggable. by Nicolas Geoffray · 9 years ago
  61. 33555f0 am c8fb997c: Merge "Revert "Don\'t use floating point callee saves in debuggable."" by Nicolas Geoffray · 9 years ago
  62. c8fb997 Merge "Revert "Don't use floating point callee saves in debuggable."" by Nicolas Geoffray · 9 years ago
  63. 75d5b9b Revert "Don't use floating point callee saves in debuggable." by Nicolas Geoffray · 9 years ago
  64. 0c4d22c am edbff6f5: Merge "ART: Use an iterative way in DoDFSPreOrderSSARename()" by Vladimir Marko · 9 years ago
  65. edbff6f Merge "ART: Use an iterative way in DoDFSPreOrderSSARename()" by Vladimir Marko · 9 years ago
  66. da3a55b Don't delegate to Quick anymore. by Nicolas Geoffray · 9 years ago
  67. 0703046 am cc245eab: Merge "Fix lint error." by Nicolas Geoffray · 9 years ago
  68. 481303b Fix lint error. by Nicolas Geoffray · 9 years ago
  69. 99240ef am d0abb395: Merge "Do more inlining when JITting." by Nicolas Geoffray · 9 years ago
  70. d0abb39 Merge "Do more inlining when JITting." by Nicolas Geoffray · 9 years ago
  71. 8d96068 am 230033ba: Merge "Don\'t force the boot image to using quick." by Nicolas Geoffray · 9 years ago
  72. ccc6197 Do more inlining when JITting. by Nicolas Geoffray · 9 years ago
  73. 230033b Merge "Don't force the boot image to using quick." by Nicolas Geoffray · 9 years ago
  74. 84fdbd7 am 77189602: Merge "Enable compilation of members with access check failures." by Calin Juravle · 9 years ago
  75. 92db65c am 487e7b3a: Merge "Revert "Revert "Support unresolved fields in optimizing"" by Calin Juravle · 9 years ago
  76. 07380a2 Enable compilation of members with access check failures. by Calin Juravle · 9 years ago
  77. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 9 years ago
  78. de6e73d am 9b29f3ef: Merge "MIPS64: Implement intrinsic java.lang.Thread.currentThread()" by Andreas Gampe · 9 years ago
  79. 9b29f3e Merge "MIPS64: Implement intrinsic java.lang.Thread.currentThread()" by Andreas Gampe · 9 years ago
  80. 1450082 MIPS64: Code cleanup. by Chris Larsen · 9 years ago
  81. a7c8f53 am 8446ed41: Merge "Fix another poisoning problem." by Nicolas Geoffray · 9 years ago
  82. a8a0fe2 Fix another poisoning problem. by Nicolas Geoffray · 9 years ago
  83. 851dce7 am b3577f0a: Merge "ART: Fix a static_cast int32_t -> uint64_t bug." by David Brazdil · 9 years ago
  84. 9f389d4 ART: Fix a static_cast int32_t -> uint64_t bug. by David Brazdil · 9 years ago
  85. fe9b010 am 47b1416f: Merge "Fix poisoining bug in arm64." by Nicolas Geoffray · 9 years ago
  86. 409e809 Don't force the boot image to using quick. by Nicolas Geoffray · 9 years ago
  87. 61b1dbe Fix poisoining bug in arm64. by Nicolas Geoffray · 9 years ago
  88. 88b8bed am dc2ce636: Merge "Optimize ArraySet for x86/x64/arm/arm64." by Nicolas Geoffray · 9 years ago
  89. dc2ce63 Merge "Optimize ArraySet for x86/x64/arm/arm64." by Nicolas Geoffray · 9 years ago
  90. b907f0c am 46dcaf93: Merge "Tidy up spelling" by Kenny Root · 9 years ago
  91. 46dcaf9 Merge "Tidy up spelling" by Kenny Root · 9 years ago
  92. 00d597a Tidy up spelling by Kenny Root · 9 years ago
  93. f0924eb am 0dbcaee5: Merge "Don\'t use floating point callee saves in debuggable." by Nicolas Geoffray · 9 years ago
  94. cd83bc5 am a841bc3f: Merge "Optimizing: Tag even more arena allocations." by Vladimir Marko · 9 years ago
  95. b7da49e am 25255512: Merge "Implemented trip-count safety information." by Aart Bik · 9 years ago
  96. 0dbcaee Merge "Don't use floating point callee saves in debuggable." by Nicolas Geoffray · 9 years ago
  97. a841bc3 Merge "Optimizing: Tag even more arena allocations." by Vladimir Marko · 9 years ago
  98. 88a95ba Don't use floating point callee saves in debuggable. by Nicolas Geoffray · 9 years ago
  99. e0395dd Optimize ArraySet for x86/x64/arm/arm64. by Nicolas Geoffray · 9 years ago
  100. 2525551 Merge "Implemented trip-count safety information." by Aart Bik · 9 years ago