1. e6e3bea Revert "Revert "optimizing: propagate type information of arguments"" by Calin Juravle · 9 years ago
  2. c05aca7 Revert "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. 89792b9 Merge "Fix instrumentation frame check with inlining" by Sebastien Hertz · 9 years ago
  5. 296a7dc Merge "Add OatFileManager" by Mathieu Chartier · 9 years ago
  6. f9c6fc6 Add OatFileManager by Mathieu Chartier · 9 years ago
  7. 793e6fb Merge "Add test to check that unverified methods are not inlined." by Calin Juravle · 9 years ago
  8. c9f2255 Merge "Add a clarifying comment on HLoadClass::InstructionDataEquals." by Calin Juravle · 9 years ago
  9. b28e166 Merge "Don't check for optimizing test marker on unsupported ISAs." by Calin Juravle · 9 years ago
  10. d48708d Add test to check that unverified methods are not inlined. by Calin Juravle · 9 years ago
  11. a9a306d Add a clarifying comment on HLoadClass::InstructionDataEquals. by Calin Juravle · 9 years ago
  12. cff8cc7 Don't check for optimizing test marker on unsupported ISAs. by Calin Juravle · 9 years ago
  13. a36b5c0 Merge "ART: Use arena allocator with HashSet/HashMap." by Vladimir Marko · 9 years ago
  14. 1f49764 ART: Use arena allocator with HashSet/HashMap. by Vladimir Marko · 9 years ago
  15. 80d3f4f Merge "ART: Do not abort on exception in CreatePeer" by Andreas Gampe · 9 years ago
  16. 1441207 Merge "Revert "Disable clang optimization to boot up on arm64."" by Chih-hung Hsieh · 9 years ago
  17. df1ccff Revert "Disable clang optimization to boot up on arm64." by Chih-hung Hsieh · 9 years ago
  18. 4b1d4ec ART: Do not abort on exception in CreatePeer by Andreas Gampe · 9 years ago
  19. 526ec07 Merge "ART: Do not include endian.h on Mac." by Vladimir Marko · 9 years ago
  20. 4bf9012 ART: Do not include endian.h on Mac. by Vladimir Marko · 9 years ago
  21. 359f77c Merge "Add DCHECKs to ArenaVector and ScopedArenaVector." by Vladimir Marko · 9 years ago
  22. 64d8d93 Merge "Make sure classes with different access checks are not GVN-ed" by Calin Juravle · 9 years ago
  23. d40ef4b Merge "Optimizing: Clean up after tagging arena allocations." by Vladimir Marko · 9 years ago
  24. 386062d Make sure classes with different access checks are not GVN-ed by Calin Juravle · 9 years ago
  25. 5248d2b Merge "Mark a new Checker test broken for MIPS32" by David Brazdil · 9 years ago
  26. 3054704 Mark a new Checker test broken for MIPS32 by David Brazdil · 9 years ago
  27. 018545f Merge "ART: Checker tests for --debuggable" by David Brazdil · 9 years ago
  28. 5cc343d ART: Checker tests for --debuggable by David Brazdil · 9 years ago
  29. b95fb77 Optimizing: Clean up after tagging arena allocations. by Vladimir Marko · 9 years ago
  30. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 9 years ago
  31. b2e436f Merge "Don't remove type checks if we need to perform an access check." by Calin Juravle · 9 years ago
  32. 89b8691 Merge "Enforce optimizing test marker for verification errors." by Calin Juravle · 9 years ago
  33. 19631f3 Merge "Fix x86_64 round intrinsic duplicate load" by Nicolas Geoffray · 9 years ago
  34. 3079e28 Fix instrumentation frame check with inlining by Sebastien Hertz · 9 years ago
  35. 09d0056 Merge "Move dmtracedump from dalvik to art." by Jeff Hao · 9 years ago
  36. 0ccc341 Move dmtracedump from dalvik to art. by Jeff Hao · 9 years ago
  37. 80cd163 Merge "Mark breakpoint roots" by Mathieu Chartier · 9 years ago
  38. e53fb55 Don't remove type checks if we need to perform an access check. by Calin Juravle · 9 years ago
  39. 09b1d6f Enforce optimizing test marker for verification errors. by Calin Juravle · 9 years ago
  40. cde4d27 Fix x86_64 round intrinsic duplicate load by Mark Mendell · 9 years ago
  41. 9be16fe Merge "ART: Remove interpreter entrypoints" by Andreas Gampe · 9 years ago
  42. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 9 years ago
  43. f415698 Merge "ART: Change asm test logging" by Andreas Gampe · 9 years ago
  44. 7532401 ART: Change asm test logging by Andreas Gampe · 9 years ago
  45. 2cebfc6 Merge "Revert "Quick: Work around large frame sizes for x86_64."" by Vladimir Marko · 9 years ago
  46. 7bda3b6 Revert "Quick: Work around large frame sizes for x86_64." by Vladimir Marko · 9 years ago
  47. 5928931 Merge "Quick: Work around large frame sizes for x86_64." by Vladimir Marko · 9 years ago
  48. d4cf1e4 Quick: Work around large frame sizes for x86_64. by Vladimir Marko · 9 years ago
  49. 2e0cf19 Merge "Fix lint issues." by Nicolas Geoffray · 9 years ago
  50. 12be662 Fix lint issues. by Nicolas Geoffray · 9 years ago
  51. d6ace60 Merge "Add support for intrinsic optimizations." by Nicolas Geoffray · 9 years ago
  52. a83a54d Add support for intrinsic optimizations. by Nicolas Geoffray · 9 years ago
  53. ce18a7f Merge "Revert "Optimizing: Disable -Wframe-larger-than= for CompileOptimized()."" by Vladimir Marko · 9 years ago
  54. 0d9b52f Merge "The move to jack forces us to explicitly give the jar path." by Nicolas Geoffray · 9 years ago
  55. 4b29f38 The move to jack forces us to explicitly give the jar path. by Nicolas Geoffray · 9 years ago
  56. 7f9558e Merge "Disable class unloading test for CC" by Mathieu Chartier · 9 years ago
  57. d26101c Disable class unloading test for CC by Mathieu Chartier · 9 years ago
  58. a6b1ead Mark breakpoint roots by Mathieu Chartier · 9 years ago
  59. c90d7c7 Revert "Optimizing: Disable -Wframe-larger-than= for CompileOptimized()." by Vladimir Marko · 9 years ago
  60. 8c812b7 Merge "Refactor the alloc entry point generation code." by Hiroshi Yamauchi · 9 years ago
  61. 1e5d0cd Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by The Android Open Source Project · 9 years ago
  62. 92c4fc2 Merge "Fix location summary for LoadClass" by Calin Juravle · 9 years ago
  63. 580b609 Fix location summary for LoadClass by Calin Juravle · 9 years ago
  64. 6e3a838 Merge "ART: Add more error logging to assembler tests" by Andreas Gampe · 9 years ago
  65. f3e0706 ART: Add more error logging to assembler tests by Andreas Gampe · 9 years ago
  66. 4012c37 Merge "Assert we don't store an invalid dex_pc in the stack maps." by Calin Juravle · 9 years ago
  67. b5c4693 Assert we don't store an invalid dex_pc in the stack maps. by Calin Juravle · 9 years ago
  68. 7e8dd4c am 22d450d3: Merge "Remove dex_pc\'s default value from top level HInstruction" by Calin Juravle · 9 years ago
  69. 22d450d Merge "Remove dex_pc's default value from top level HInstruction" by Calin Juravle · 9 years ago
  70. 154746b Remove dex_pc's default value from top level HInstruction by Calin Juravle · 9 years ago
  71. 0050cc7 am 51d70f17: Merge "Optimizing: Disable -Wframe-larger-than= for CompileOptimized()." by Vladimir Marko · 9 years ago
  72. 51d70f1 Merge "Optimizing: Disable -Wframe-larger-than= for CompileOptimized()." by Vladimir Marko · 9 years ago
  73. 67f784e Optimizing: Disable -Wframe-larger-than= for CompileOptimized(). by Vladimir Marko · 9 years ago
  74. a5ed783 am 72305e26: Merge "Fix another Makefile typo." by Nicolas Geoffray · 9 years ago
  75. 72305e2 Merge "Fix another Makefile typo." by Nicolas Geoffray · 9 years ago
  76. 3a3cc99 am 35ef974d: Merge "ART: Mark deallocated arena memory as inaccessible." by Vladimir Marko · 9 years ago
  77. 2a1a50c am 3b6b5879: Merge "Add support for unresolved classes in optimizing." by Calin Juravle · 9 years ago
  78. 35ef974 Merge "ART: Mark deallocated arena memory as inaccessible." by Vladimir Marko · 9 years ago
  79. 3b6b587 Merge "Add support for unresolved classes in optimizing." by Calin Juravle · 9 years ago
  80. 98893e1 Add support for unresolved classes in optimizing. by Calin Juravle · 9 years ago
  81. c13f13a Fix another Makefile typo. by Nicolas Geoffray · 9 years ago
  82. 0d830eb am f82baa91: Merge "Use optimizing\'s pic boot image in art script." by Nicolas Geoffray · 9 years ago
  83. f82baa9 Merge "Use optimizing's pic boot image in art script." by Nicolas Geoffray · 9 years ago
  84. 1e085f0 Use optimizing's pic boot image in art script. by Nicolas Geoffray · 9 years ago
  85. f12088d am 7b5c395e: Merge "Fix style issue in stub_test." by Calin Juravle · 9 years ago
  86. 7b5c395 Merge "Fix style issue in stub_test." by Calin Juravle · 9 years ago
  87. 24cc1b3 Fix style issue in stub_test. by Calin Juravle · 9 years ago
  88. b4a83f1 am 26aad174: Merge "Don\'t delegate to Quick anymore." by Nicolas Geoffray · 9 years ago
  89. 26aad17 Merge "Don't delegate to Quick anymore." by Nicolas Geoffray · 9 years ago
  90. 19ea8a4 am bcb71a2c: Merge "MIPS64r6 Assembler Tests" by Andreas Gampe · 9 years ago
  91. bcb71a2 Merge "MIPS64r6 Assembler Tests" by Andreas Gampe · 9 years ago
  92. 012318a am 0edc0bdb: Merge "Disable class unloading when tracing is active" by Mathieu Chartier · 9 years ago
  93. dbce0d7 MIPS64r6 Assembler Tests by Chris Larsen · 9 years ago
  94. 0edc0bd Merge "Disable class unloading when tracing is active" by Mathieu Chartier · 9 years ago
  95. 7778b88 Disable class unloading when tracing is active by Mathieu Chartier · 9 years ago
  96. 4adeab1 Refactor the alloc entry point generation code. by Hiroshi Yamauchi · 9 years ago
  97. 85d072f am 6639985f: Merge "Fix test 087 for interpreter" by Mathieu Chartier · 9 years ago
  98. 6639985 Merge "Fix test 087 for interpreter" by Mathieu Chartier · 9 years ago
  99. 831b1cc Fix test 087 for interpreter by Mathieu Chartier · 9 years ago
  100. 7793709 am 02706fcb: Merge "Delete DexFiles in closeDexFiles" by Mathieu Chartier · 9 years ago