1. 3beafe1 Merge "Add intrinsics for Memory peek/poke." into dalvik-dev by Vladimir Marko · 12 years ago
  2. 65636e5 Add intrinsics for Memory peek/poke. by Vladimir Marko · 12 years ago
  3. cdb4b71 Fix intrinsic Long.reverseBytes(). by Vladimir Marko · 12 years ago
  4. 0b1191c Revert "Revert "Null check elimination improvement"" by Bill Buzbee · 12 years ago
  5. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 12 years ago
  6. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 12 years ago
  7. c844a0f Merge "Implement Interface Method Tables (IMT)." into dalvik-dev by Jeff Hao · 12 years ago
  8. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 12 years ago
  9. 6bdf1ff Add intrinsics for {Short,Int,Long}.reverseBytes(). by Vladimir Marko · 12 years ago
  10. a8b4caf Add byte swap instructions for ARM and x86. by Vladimir Marko · 12 years ago
  11. 17088bb Fix invalid DCHECK for movzx/movsx. by Vladimir Marko · 12 years ago
  12. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 12 years ago
  13. 3c2a6e2 Merge "Revert "Null check elimination improvement"" into dalvik-dev by Ian Rogers · 12 years ago
  14. 31aa97c Revert "Null check elimination improvement" by Ian Rogers · 12 years ago
  15. 75fabbe Merge "Populate dex cache for sharpened calls." into dalvik-dev by Ian Rogers · 12 years ago
  16. 83883d7 Populate dex cache for sharpened calls. by Ian Rogers · 12 years ago
  17. dbf39a7 Merge "Add timing logger to Quick compiler" into dalvik-dev by buzbee · 12 years ago
  18. a61f495 Add timing logger to Quick compiler by buzbee · 12 years ago
  19. bbf8813 Merge "Null check elimination improvement" into dalvik-dev by buzbee · 12 years ago
  20. 7f835b4 Merge "Refactor ArenaBitVector to create more general BitVector" into dalvik-dev by Brian Carlstrom · 12 years ago
  21. 413e89f Refactor ArenaBitVector to create more general BitVector by Brian Carlstrom · 12 years ago
  22. 4db179d Null check elimination improvement by buzbee · 12 years ago
  23. 8a70bcc Merge "Fix x86 code generation for 0x0F 0x3A 0x?? instructions." into dalvik-dev by Vladimir Marko · 12 years ago
  24. fd7e33f Merge "Throw IOException at source of failing to open a dex file." into dalvik-dev by Ian Rogers · 12 years ago
  25. e6ed00b Fix x86 code generation for 0x0F 0x3A 0x?? instructions. by Vladimir Marko · 12 years ago
  26. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 12 years ago
  27. a8d24bf Merge "64-bit prep" into dalvik-dev by buzbee · 12 years ago
  28. 0d82948 64-bit prep by buzbee · 12 years ago
  29. b917ea1 Fix intrinsification of floatToRawIntBits. by Ian Rogers · 12 years ago
  30. 379067c Don't clobber array reg if its needed for card marking by Ian Rogers · 12 years ago
  31. 773aab1 Correct free-ing of temp register. by Ian Rogers · 12 years ago
  32. 409fe94 Quick assembler fix by buzbee · 12 years ago
  33. 41cdd43 Disable select instruction generation on ARM. by Ian Rogers · 12 years ago
  34. 252a002 Merge "Add missing references." into dalvik-dev by Sebastien Hertz · 12 years ago
  35. 74e256b Add missing references. by Sebastien Hertz · 12 years ago
  36. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 12 years ago
  37. c68fb20 Merge "Inflate contended lock word by suspending owner." into dalvik-dev by Ian Rogers · 12 years ago
  38. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 12 years ago
  39. b48819d Compile-time tuning: assembly phase by buzbee · 12 years ago
  40. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 12 years ago
  41. fc0e94b StringPiece clean up. by Ian Rogers · 12 years ago
  42. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 12 years ago
  43. 1fc5800 Art compiler: minor instruction assembler fix by buzbee · 12 years ago
  44. c729a6b Improve promotion of double-precision regs by buzbee · 12 years ago
  45. cd6f5fe Merge "Timely color fix" into dalvik-dev by buzbee · 12 years ago
  46. d0a03b8 Timely color fix by buzbee · 12 years ago
  47. 2de2aa1 Make inlined CAS32 loop until store is successful if values match. by Jeff Hao · 12 years ago
  48. b048dd2 Merge "Add valgrind support to compiler arena allocator." into dalvik-dev by Mathieu Chartier · 12 years ago
  49. 75165d0 Add valgrind support to compiler arena allocator. by Mathieu Chartier · 12 years ago
  50. 77695d2 am 715084a2: am 9d7e507f: am 95848d01: Revert "Fix CAS intrinsic to clear exclusive if values don\'t match." by Jeff Hao · 12 years ago
  51. 95848d0 Revert "Fix CAS intrinsic to clear exclusive if values don't match." by Jeff Hao · 12 years ago
  52. 3a08315 Fix CAS intrinsic to clear exclusive if values don't match. by Jeff Hao · 12 years ago
  53. 78765e8 Fix CAS intrinsic to clear exclusive if values don't match. by Jeff Hao · 12 years ago
  54. bd663de Compile-time tuning: register/bb utilities by buzbee · 12 years ago
  55. fffd663 Merge "More Quick compile-time tuning: labels & branches" into dalvik-dev by buzbee · 12 years ago
  56. 252254b More Quick compile-time tuning: labels & branches by buzbee · 12 years ago
  57. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 12 years ago
  58. 28c2300 More compile-time tuning by buzbee · 12 years ago
  59. 9f799db Merge "Compile-time tuning" into dalvik-dev by buzbee · 12 years ago
  60. 56c7178 Compile-time tuning by buzbee · 12 years ago
  61. 9b297bf Refactor CompilerDriver::Compute..FieldInfo by Ian Rogers · 12 years ago
  62. 65ec92c Refactor CompilerDriver::ComputeInvokeInfo by Ian Rogers · 12 years ago
  63. 866709c Merge "Disable devirtualization detection in DEX-to-DEX compiler." into dalvik-dev by Sebastien Hertz · 12 years ago
  64. 1e54d68 Disable devirtualization detection in DEX-to-DEX compiler. by Sebastien Hertz · 12 years ago
  65. d1946a2 am 22955837: Merge "Multi threaded hashed deduplication during compilation." into klp-dev by Mathieu Chartier · 12 years ago
  66. 193bad9 Multi threaded hashed deduplication during compilation. by Mathieu Chartier · 12 years ago
  67. 6e28820 Revert "Update ART for LLVM merge up to r187914." by Brian Carlstrom · 12 years ago
  68. 70814f7 Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  69. e0948e1 Make DexFiles opened from files readonly by default, but writable during dex2oat by Brian Carlstrom · 12 years ago
  70. a7d56cf Revert "Update ART for LLVM merge up to r187914." by Ian Rogers · 12 years ago
  71. eaeab46 Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  72. 11b63d1 Quick compiler: division by literal fix by buzbee · 12 years ago
  73. f6c4b3b New arena memory allocator. by Mathieu Chartier · 12 years ago
  74. 4b8c13e Fix sort order to make register promotion stable by Brian Carlstrom · 12 years ago
  75. ec0cf9b Revert "Update ART for LLVM merge up to r187914." by Brian Carlstrom · 12 years ago
  76. b8a874c Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  77. 677ffa4 Don't skip compilation for portable builds. by Ian Rogers · 12 years ago
  78. fe9ca40 Compiler filter update by buzbee · 12 years ago
  79. b7767e8 Revert "Update ART for LLVM merge up to r187914." by Brian Carlstrom · 12 years ago
  80. 6a94caa Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  81. 9329e6d More suspend check repair. by buzbee · 12 years ago
  82. cbcfaf3 Fix suspend check optimization by buzbee · 12 years ago
  83. be6810d Revert "Update ART for LLVM merge up to r187914." by Brian Carlstrom · 12 years ago
  84. 6e6819f Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  85. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  86. 73a7907 Revert "Update ART for LLVM merge up to r187914." by Stephen Hines · 12 years ago
  87. 34de74b Merge "Update ART for LLVM merge up to r187914." into klp-dev by Stephen Hines · 12 years ago
  88. a49bdff Don't add barriers to clinit methods. by Ian Rogers · 12 years ago
  89. 96faf5b Uleb128 compression of vmap and mapping table. by Ian Rogers · 12 years ago
  90. 468532e Entry point clean up. by Ian Rogers · 12 years ago
  91. 1961a27 Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  92. ee17e0a Compilation filter by buzbee · 12 years ago
  93. 1b8b2e4 Merge "Adds a DEX-to-DEX compilation level." into dalvik-dev by Sebastien Hertz · 12 years ago
  94. 7502122 Adds a DEX-to-DEX compilation level. by Sebastien Hertz · 12 years ago
  95. 0b12b931 resolved conflicts for merge of 2724776a to dalvik-dev by buzbee · 12 years ago
  96. 2724776 Support inline dex data, take 2 by buzbee · 12 years ago
  97. 7655f29 Portable refactorings. by Ian Rogers · 12 years ago
  98. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago
  99. 46a1270 Revert "Support inline dex data" by Brian Carlstrom · 12 years ago
  100. 64d8f18 Merge "Support inline dex data" by buzbee · 12 years ago