1. 6bdf1ff Add intrinsics for {Short,Int,Long}.reverseBytes(). by Vladimir Marko · 12 years ago
  2. a8b4caf Add byte swap instructions for ARM and x86. by Vladimir Marko · 12 years ago
  3. 17088bb Fix invalid DCHECK for movzx/movsx. by Vladimir Marko · 12 years ago
  4. 3c2a6e2 Merge "Revert "Null check elimination improvement"" into dalvik-dev by Ian Rogers · 12 years ago
  5. 31aa97c Revert "Null check elimination improvement" by Ian Rogers · 12 years ago
  6. 75fabbe Merge "Populate dex cache for sharpened calls." into dalvik-dev by Ian Rogers · 12 years ago
  7. 83883d7 Populate dex cache for sharpened calls. by Ian Rogers · 12 years ago
  8. dbf39a7 Merge "Add timing logger to Quick compiler" into dalvik-dev by buzbee · 12 years ago
  9. a61f495 Add timing logger to Quick compiler by buzbee · 12 years ago
  10. bbf8813 Merge "Null check elimination improvement" into dalvik-dev by buzbee · 12 years ago
  11. 4db179d Null check elimination improvement by buzbee · 12 years ago
  12. e6ed00b Fix x86 code generation for 0x0F 0x3A 0x?? instructions. by Vladimir Marko · 12 years ago
  13. a8d24bf Merge "64-bit prep" into dalvik-dev by buzbee · 12 years ago
  14. 0d82948 64-bit prep by buzbee · 12 years ago
  15. b917ea1 Fix intrinsification of floatToRawIntBits. by Ian Rogers · 12 years ago
  16. 379067c Don't clobber array reg if its needed for card marking by Ian Rogers · 12 years ago
  17. 773aab1 Correct free-ing of temp register. by Ian Rogers · 12 years ago
  18. 409fe94 Quick assembler fix by buzbee · 12 years ago
  19. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 12 years ago
  20. c68fb20 Merge "Inflate contended lock word by suspending owner." into dalvik-dev by Ian Rogers · 12 years ago
  21. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 12 years ago
  22. b48819d Compile-time tuning: assembly phase by buzbee · 12 years ago
  23. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 12 years ago
  24. fc0e94b StringPiece clean up. by Ian Rogers · 12 years ago
  25. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 12 years ago
  26. 1fc5800 Art compiler: minor instruction assembler fix by buzbee · 12 years ago
  27. c729a6b Improve promotion of double-precision regs by buzbee · 12 years ago
  28. cd6f5fe Merge "Timely color fix" into dalvik-dev by buzbee · 12 years ago
  29. d0a03b8 Timely color fix by buzbee · 12 years ago
  30. 2de2aa1 Make inlined CAS32 loop until store is successful if values match. by Jeff Hao · 12 years ago
  31. 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
  32. 95848d0 Revert "Fix CAS intrinsic to clear exclusive if values don't match." by Jeff Hao · 12 years ago
  33. 3a08315 Fix CAS intrinsic to clear exclusive if values don't match. by Jeff Hao · 12 years ago
  34. 78765e8 Fix CAS intrinsic to clear exclusive if values don't match. by Jeff Hao · 12 years ago
  35. bd663de Compile-time tuning: register/bb utilities by buzbee · 12 years ago
  36. fffd663 Merge "More Quick compile-time tuning: labels & branches" into dalvik-dev by buzbee · 12 years ago
  37. 252254b More Quick compile-time tuning: labels & branches by buzbee · 12 years ago
  38. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 12 years ago
  39. 28c2300 More compile-time tuning by buzbee · 12 years ago
  40. 9f799db Merge "Compile-time tuning" into dalvik-dev by buzbee · 12 years ago
  41. 56c7178 Compile-time tuning by buzbee · 12 years ago
  42. 9b297bf Refactor CompilerDriver::Compute..FieldInfo by Ian Rogers · 12 years ago
  43. 65ec92c Refactor CompilerDriver::ComputeInvokeInfo by Ian Rogers · 12 years ago
  44. 866709c Merge "Disable devirtualization detection in DEX-to-DEX compiler." into dalvik-dev by Sebastien Hertz · 12 years ago
  45. 1e54d68 Disable devirtualization detection in DEX-to-DEX compiler. by Sebastien Hertz · 12 years ago
  46. 193bad9 Multi threaded hashed deduplication during compilation. by Mathieu Chartier · 12 years ago
  47. 11b63d1 Quick compiler: division by literal fix by buzbee · 12 years ago
  48. f6c4b3b New arena memory allocator. by Mathieu Chartier · 12 years ago
  49. 4b8c13e Fix sort order to make register promotion stable by Brian Carlstrom · 12 years ago
  50. 9329e6d More suspend check repair. by buzbee · 12 years ago
  51. cbcfaf3 Fix suspend check optimization by buzbee · 12 years ago
  52. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  53. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 12 years ago
  54. 848871b Entry point clean up. by Ian Rogers · 12 years ago
  55. 7655f29 Portable refactorings. by Ian Rogers · 12 years ago
  56. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago
  57. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  58. 479f83c Dex compiler: re-enable method pattern matching by buzbee · 12 years ago
  59. 4274889 Fixing cpplint readability/check issues by Brian Carlstrom · 12 years ago
  60. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 12 years ago
  61. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 12 years ago
  62. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 12 years ago
  63. 9b7085a Fix cpplint readability/braces issues by Brian Carlstrom · 12 years ago
  64. 38f85e4 Fix cpplint whitespace/operators issues by Brian Carlstrom · 12 years ago
  65. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 12 years ago
  66. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 12 years ago
  67. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 12 years ago
  68. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 12 years ago
  69. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 12 years ago
  70. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  71. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  72. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago