1. 79de311 am 94ead767: Merge "Quick: Clean up Mir2Lir codegen." by Vladimir Marko · 10 years ago
  2. 94ead76 Merge "Quick: Clean up Mir2Lir codegen." by Vladimir Marko · 10 years ago
  3. f6737f7 Quick: Clean up Mir2Lir codegen. by Vladimir Marko · 10 years ago
  4. bb4a823 am 274395fe: Merge "Quick: Create GC map based on compiler data." by Vladimir Marko · 10 years ago
  5. 274395f Merge "Quick: Create GC map based on compiler data." by Vladimir Marko · 10 years ago
  6. 98dd36a am bce0855c: Merge "Revert "Deoptimization-based bce."" by Andreas Gampe · 10 years ago
  7. bce0855 Merge "Revert "Deoptimization-based bce."" by Andreas Gampe · 10 years ago
  8. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 10 years ago
  9. 16a4f61 am 27a40aac: Merge "Deoptimization-based bce." by Mingyao Yang · 10 years ago
  10. 27a40aa Merge "Deoptimization-based bce." by Mingyao Yang · 10 years ago
  11. e295e6e Deoptimization-based bce. by Mingyao Yang · 10 years ago
  12. ce60eed am 075a6090: Merge "RTLD_LAZY is not supported, use RTLD_NOW instead." by Dmitriy Ivanov · 10 years ago
  13. 075a609 Merge "RTLD_LAZY is not supported, use RTLD_NOW instead." by Dmitriy Ivanov · 10 years ago
  14. 5305672 RTLD_LAZY is not supported, use RTLD_NOW instead. by Dmitriy Ivanov · 10 years ago
  15. b41221f am 526e2ab1: Merge "Add code cache test" by Mathieu Chartier · 10 years ago
  16. 526e2ab Merge "Add code cache test" by Mathieu Chartier · 10 years ago
  17. bce416f Add code cache test by Mathieu Chartier · 10 years ago
  18. 0d322d0 am fc06816c: Merge "Add paths to apk!lib/<abi> to LD_LIBRARY_PATH" by Dmitriy Ivanov · 10 years ago
  19. fc06816 Merge "Add paths to apk!lib/<abi> to LD_LIBRARY_PATH" by Dmitriy Ivanov · 10 years ago
  20. 785049f Add paths to apk!lib/<abi> to LD_LIBRARY_PATH by Dmitriy Ivanov · 11 years ago
  21. 17ce91d am d24ba2c4: Merge "Inline across dex files." by Nicolas Geoffray · 10 years ago
  22. d24ba2c Merge "Inline across dex files." by Nicolas Geoffray · 10 years ago
  23. 7e4c350 Inline across dex files. by Nicolas Geoffray · 10 years ago
  24. f8e4dcb am 90d480c2: Merge "Implement a space filter for optimizing." by Nicolas Geoffray · 10 years ago
  25. 90d480c Merge "Implement a space filter for optimizing." by Nicolas Geoffray · 10 years ago
  26. 6d5d793 am c6de977f: Merge "Fix a bug in AddToCodeCache" by Mathieu Chartier · 10 years ago
  27. c6de977 Merge "Fix a bug in AddToCodeCache" by Mathieu Chartier · 10 years ago
  28. f5fee5c am 5af26bd4: Merge "Opt Compiler: Materialise constants that cannot be encoded" by Nicolas Geoffray · 10 years ago
  29. b4e1808 Fix a bug in AddToCodeCache by Mathieu Chartier · 10 years ago
  30. 5af26bd Merge "Opt Compiler: Materialise constants that cannot be encoded" by Nicolas Geoffray · 10 years ago
  31. a6aad47 am af2bec33: Merge "[optimizing] Improve x86, x86_64 code" by Nicolas Geoffray · 10 years ago
  32. 5adf876 am 461bd6cb: Merge "Improve dex2oat --dex-file and --dex-location usage info." by Richard Uhler · 10 years ago
  33. af2bec3 Merge "[optimizing] Improve x86, x86_64 code" by Nicolas Geoffray · 10 years ago
  34. 461bd6c Merge "Improve dex2oat --dex-file and --dex-location usage info." by Richard Uhler · 10 years ago
  35. 36540cb Implement a space filter for optimizing. by Nicolas Geoffray · 10 years ago
  36. faa2b84 am b8fb4f49: Merge "Update script now that optimizing is default." by Nicolas Geoffray · 10 years ago
  37. b8fb4f4 Merge "Update script now that optimizing is default." by Nicolas Geoffray · 10 years ago
  38. 0e07125 Update script now that optimizing is default. by Nicolas Geoffray · 10 years ago
  39. f5d1e88 am 47644812: Merge "Change "no-","no" test prefix to n" by Mathieu Chartier · 10 years ago
  40. 4764481 Merge "Change "no-","no" test prefix to n" by Mathieu Chartier · 10 years ago
  41. 8dba0eb am 0b1692cd: Merge "Fix interpreter to allow 0 size sparse switches." by Jeff Hao · 10 years ago
  42. 75ecb39 am ea379885: Merge "ART: Add Mips32r6 backend support" by Andreas Gampe · 10 years ago
  43. c8c4d12 am 7aa81a45: Merge "Fix verifier handling of empty switch as last instruction." by Jeff Hao · 10 years ago
  44. 8c99a9f am bd891ccd: Merge "Remove some spammy logging" by Mathieu Chartier · 10 years ago
  45. 0f811c1 am 248701ef: Merge "Fix the mac build." by Hiroshi Yamauchi · 10 years ago
  46. 541bb29 am 8c66b5fd: Merge "Enable more direct code for JIT" by Mathieu Chartier · 10 years ago
  47. 0b1692c Merge "Fix interpreter to allow 0 size sparse switches." by Jeff Hao · 10 years ago
  48. 935e01a Fix interpreter to allow 0 size sparse switches. by Jeff Hao · 10 years ago
  49. ea37988 Merge "ART: Add Mips32r6 backend support" by Andreas Gampe · 10 years ago
  50. 7aa81a4 Merge "Fix verifier handling of empty switch as last instruction." by Jeff Hao · 10 years ago
  51. 9ccd151 Fix verifier handling of empty switch as last instruction. by Jeff Hao · 10 years ago
  52. bd891cc Merge "Remove some spammy logging" by Mathieu Chartier · 10 years ago
  53. cd8f637 Remove some spammy logging by Mathieu Chartier · 10 years ago
  54. 248701e Merge "Fix the mac build." by Hiroshi Yamauchi · 10 years ago
  55. 3d900a7 Fix the mac build. by Hiroshi Yamauchi · 10 years ago
  56. 8c66b5f Merge "Enable more direct code for JIT" by Mathieu Chartier · 10 years ago
  57. 027f0ff ART: Add Mips32r6 backend support by Douglas Leung · 10 years ago
  58. 6ced409 Enable more direct code for JIT by Mathieu Chartier · 10 years ago
  59. a4253ed am 6cc763c8: Merge "Quick: Clean up slow paths." by Vladimir Marko · 10 years ago
  60. 767c752 Quick: Create GC map based on compiler data. by Vladimir Marko · 10 years ago
  61. 1445dd3 Change "no-","no" test prefix to n by Mathieu Chartier · 10 years ago
  62. 6cc763c Merge "Quick: Clean up slow paths." by Vladimir Marko · 10 years ago
  63. 0b40ecf Quick: Clean up slow paths. by Vladimir Marko · 10 years ago
  64. 162fbd5 am 37431742: Merge "Assembly TLAB allocation fast path for x86_64." by Hiroshi Yamauchi · 10 years ago
  65. 3743174 Merge "Assembly TLAB allocation fast path for x86_64." by Hiroshi Yamauchi · 10 years ago
  66. e00fb74 am a5bfefb1: Merge "ART: Fix expectations for instruction-set-features string" by Andreas Gampe · 10 years ago
  67. a5bfefb Merge "ART: Fix expectations for instruction-set-features string" by Andreas Gampe · 10 years ago
  68. a7d38fc ART: Fix expectations for instruction-set-features string by Goran Jakovljevic · 10 years ago
  69. a472d9b am 2a395848: Merge "ART: Change the isa defaults for Mips" by Andreas Gampe · 10 years ago
  70. 2a39584 Merge "ART: Change the isa defaults for Mips" by Andreas Gampe · 10 years ago
  71. 3d12ead ART: Change the isa defaults for Mips by Douglas Leung · 10 years ago
  72. e01a520 Assembly TLAB allocation fast path for x86_64. by Hiroshi Yamauchi · 10 years ago
  73. e87d97e am dbd065a8: Merge "Make it possible to enable tlab with a build parameter." by Hiroshi Yamauchi · 10 years ago
  74. dbd065a Merge "Make it possible to enable tlab with a build parameter." by Hiroshi Yamauchi · 10 years ago
  75. 1cea113 am 5888026f: Merge "Add verify-at-runtime compiler filter" by Mathieu Chartier · 10 years ago
  76. 5888026 Merge "Add verify-at-runtime compiler filter" by Mathieu Chartier · 10 years ago
  77. 79bd2bf Make it possible to enable tlab with a build parameter. by Hiroshi Yamauchi · 10 years ago
  78. e86deef Add verify-at-runtime compiler filter by Mathieu Chartier · 10 years ago
  79. c8161e0 am 2f590438: Merge "Revert "Revert "Use optimizing for apps.""" by Nicolas Geoffray · 10 years ago
  80. ba53812 am 37c22c61: Merge "Compress the StackMaps." by Nicolas Geoffray · 10 years ago
  81. 2f59043 Merge "Revert "Revert "Use optimizing for apps.""" by Nicolas Geoffray · 10 years ago
  82. 37c22c6 Merge "Compress the StackMaps." by Nicolas Geoffray · 10 years ago
  83. 004c230 Compress the StackMaps. by Nicolas Geoffray · 10 years ago
  84. 1412dfa Revert "Revert "Use optimizing for apps."" by Nicolas Geoffray · 10 years ago
  85. 5ee74af am 39374ce1: Merge "Remember whether a method was worth inlining." by Nicolas Geoffray · 10 years ago
  86. 39374ce Merge "Remember whether a method was worth inlining." by Nicolas Geoffray · 10 years ago
  87. c0365b1 Remember whether a method was worth inlining. by Nicolas Geoffray · 10 years ago
  88. 14da2e6 am 157fb9e5: Merge "Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER" by Mathieu Chartier · 10 years ago
  89. 157fb9e Merge "Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER" by Mathieu Chartier · 10 years ago
  90. d7cbf8a Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER by Mathieu Chartier · 10 years ago
  91. ab38d4d am f5988cf0: Merge "Revert "Use optimizing for apps."" by Nicolas Geoffray · 10 years ago
  92. feb0db8 am 00bb33c8: Merge "Fix 003-omnibus-opcodes flaky failures with GSS GC." by Hiroshi Yamauchi · 10 years ago
  93. f5988cf Merge "Revert "Use optimizing for apps."" by Nicolas Geoffray · 10 years ago
  94. 00bb33c Merge "Fix 003-omnibus-opcodes flaky failures with GSS GC." by Hiroshi Yamauchi · 10 years ago
  95. 706cae3 Revert "Use optimizing for apps." by Nicolas Geoffray · 10 years ago
  96. 5b783e6 Fix 003-omnibus-opcodes flaky failures with GSS GC. by Hiroshi Yamauchi · 10 years ago
  97. b8f2cb3 am 735dc87c: Merge "Fix JIT options with late init" by Mathieu Chartier · 10 years ago
  98. 735dc87 Merge "Fix JIT options with late init" by Mathieu Chartier · 10 years ago
  99. 455f67c Fix JIT options with late init by Mathieu Chartier · 10 years ago
  100. ff666c3 am b63ff273: Merge "Remove the Android.mk GCC-only source files hackery" by Colin Cross · 10 years ago