1. a28ff0f Revert "Fix VM-less builds." by Ying Wang · 10 years ago
  2. 52222d1 Merge "Quick: Kill unreachable blocks instead of just hiding them." by Vladimir Marko · 10 years ago
  3. 6c964c9 Merge "Re-factor Quick ABI support" by Vladimir Marko · 10 years ago
  4. c4925d4 Merge "[optimizing compiler] Add REM_FLOAT and REM_DOUBLE" by Calin Juravle · 10 years ago
  5. d2ec87d [optimizing compiler] Add REM_FLOAT and REM_DOUBLE by Calin Juravle · 10 years ago
  6. cb873d8 Quick: Kill unreachable blocks instead of just hiding them. by Vladimir Marko · 10 years ago
  7. 1495a8e Merge "Test has been updated, does not fail anymore." by Nicolas Geoffray · 10 years ago
  8. 93df9f9 Test has been updated, does not fail anymore. by Nicolas Geoffray · 10 years ago
  9. 747f162 Merge "ART: Clear use count for unused VRs." by Vladimir Marko · 10 years ago
  10. 717a3e4 Re-factor Quick ABI support by Serguei Katkov · 10 years ago
  11. b218c85 ART: Clear use count for unused VRs. by Zheng Xu · 10 years ago
  12. ab6572b Merge "ART: Fix string data leak in image writer" by Andreas Gampe · 10 years ago
  13. 9d4c8dc Merge "Add pointer size logic to InitFromImageInterpretOnly" by Mathieu Chartier · 10 years ago
  14. c8b975f Merge "Fix arm unwind data for art code." by Christopher Ferris · 10 years ago
  15. 3a074e1 Merge "Make dex2oat 32bits when HOST_PREFER_32_BIT=true." by Nicolas Geoffray · 10 years ago
  16. a89d7ed Add pointer size logic to InitFromImageInterpretOnly by Mathieu Chartier · 10 years ago
  17. d02bd69 Merge "ART: Fix typo" by Andreas Gampe · 10 years ago
  18. 245ee00 ART: Fix string data leak in image writer by Andreas Gampe · 10 years ago
  19. 0a7993e ART: Fix typo by Andreas Gampe · 10 years ago
  20. ab74d3e Merge "Revert "Re-enable one thread dumping the native stack of another."" by Ian Rogers · 10 years ago
  21. edfdaf3 Revert "Re-enable one thread dumping the native stack of another." by Ian Rogers · 10 years ago
  22. 15cdca8 Merge "Quick: Fix code layout pass; don't terminate too early." by Vladimir Marko · 10 years ago
  23. f551eff Merge "Revert "Revert "Rewrite ImageWriter's merging of String char[]s.""" by Vladimir Marko · 10 years ago
  24. 9af6929 Quick: Fix code layout pass; don't terminate too early. by Vladimir Marko · 10 years ago
  25. 7f8f948 Merge "Make script suitable for vogar use on device." by Nicolas Geoffray · 10 years ago
  26. abb3977 Merge "Add support for double-to-int & double-to-long in optimizing." by Roland Levillain · 10 years ago
  27. 70a998c Make script suitable for vogar use on device. by Nicolas Geoffray · 10 years ago
  28. 4c0b61f Add support for double-to-int & double-to-long in optimizing. by Roland Levillain · 10 years ago
  29. 4a4dd70 Make dex2oat 32bits when HOST_PREFER_32_BIT=true. by Nicolas Geoffray · 10 years ago
  30. 355e3b1 Merge "Re-enable one thread dumping the native stack of another." by Ian Rogers · 10 years ago
  31. e652b62 Re-enable one thread dumping the native stack of another. by Ian Rogers · 10 years ago
  32. c545437 Merge "Tidy gAborting." by Ian Rogers · 10 years ago
  33. 015b137 Tidy gAborting. by Ian Rogers · 10 years ago
  34. faeda18 Revert "Revert "Rewrite ImageWriter's merging of String char[]s."" by Vladimir Marko · 10 years ago
  35. aad9c07 Merge "ART: Fix linting errors" by Andreas Gampe · 10 years ago
  36. 0418b5b ART: Fix linting errors by Andreas Gampe · 10 years ago
  37. 044ac4f Merge "Bounds check elimination." by Mingyao Yang · 10 years ago
  38. a21fdd0 Merge "X86_64 QBE: use RIP addressing" by Ian Rogers · 10 years ago
  39. 7be36ae Merge "ART: Add SparseSwitch support to the optimizing compiler" by Andreas Gampe · 10 years ago
  40. e4d4d32 ART: Add SparseSwitch support to the optimizing compiler by Andreas Gampe · 10 years ago
  41. 63130d0 Merge "ART: Wire up a valgrind-wrapped dex2oat run" by Andreas Gampe · 10 years ago
  42. d421eb4 Merge "Remove dex2oat watchdog warning" by Brian Carlstrom · 10 years ago
  43. 27dee8b X86_64 QBE: use RIP addressing by Mark Mendell · 10 years ago
  44. d0a0b3e Fix arm unwind data for art code. by Christopher Ferris · 10 years ago
  45. d4605cb Merge "Make Barrier robust against spurious wakeups" by Hans Boehm · 10 years ago
  46. 95b033b Remove dex2oat watchdog warning by Brian Carlstrom · 10 years ago
  47. 5567c11 Make Barrier robust against spurious wakeups by Hans Boehm · 10 years ago
  48. b510c82 Merge "Remove unused headers." by Ian Rogers · 10 years ago
  49. 283e2d6 Merge "On arm64/optimizing, compile the boot image with interpreter." by Nicolas Geoffray · 10 years ago
  50. 5e4d513 On arm64/optimizing, compile the boot image with interpreter. by Nicolas Geoffray · 10 years ago
  51. 7c8ce29 Merge "ART: Add PackedSwitch support to the optimizing compiler" by Andreas Gampe · 10 years ago
  52. d881df5 ART: Add PackedSwitch support to the optimizing compiler by Andreas Gampe · 10 years ago
  53. 8a717bc Merge "Temporary disable the test." by Nicolas Geoffray · 10 years ago
  54. 72c25a9 Temporary disable the test. by Nicolas Geoffray · 10 years ago
  55. c122261 Merge "Build core.oat without flags." by Nicolas Geoffray · 10 years ago
  56. 5d672a6 Build core.oat without flags. by Nicolas Geoffray · 10 years ago
  57. 875ca0f Merge "Revert "Rewrite ImageWriter's merging of String char[]s."" by Vladimir Marko · 10 years ago
  58. 0540330 Merge "Add support for float-to-double & double-to-float in optimizing." by Roland Levillain · 10 years ago
  59. 4c964de Revert "Rewrite ImageWriter's merging of String char[]s." by Vladimir Marko · 10 years ago
  60. 8964e2b Add support for float-to-double & double-to-float in optimizing. by Roland Levillain · 10 years ago
  61. 833e903 Merge "Add support for float-to-long in the optimizing compiler." by Roland Levillain · 10 years ago
  62. 624279f Add support for float-to-long in the optimizing compiler. by Roland Levillain · 10 years ago
  63. 3947000 Merge "Rewrite ImageWriter's merging of String char[]s." by Vladimir Marko · 10 years ago
  64. c73743c Rewrite ImageWriter's merging of String char[]s. by Vladimir Marko · 10 years ago
  65. baede34 Merge "JDWP: fix breakpoint for method in the image" by Sebastien Hertz · 10 years ago
  66. 989210e Merge "Quick: Use fewer insns for ARM LDR/STR with large offsets." by Vladimir Marko · 10 years ago
  67. aed3ad7 Quick: Use fewer insns for ARM LDR/STR with large offsets. by Vladimir Marko · 10 years ago
  68. 4334f95 Merge "Call ProcessStrings() in ImageWriter, fix prefix check." by Vladimir Marko · 10 years ago
  69. 6963e44 JDWP: fix breakpoint for method in the image by Sebastien Hertz · 10 years ago
  70. 088b16e ART: Wire up a valgrind-wrapped dex2oat run by Andreas Gampe · 10 years ago
  71. 31bacb9 Merge "Remove method verification results right after compiling a method" by Mathieu Chartier · 10 years ago
  72. ab972ef Remove method verification results right after compiling a method by Mathieu Chartier · 10 years ago
  73. f384f88 Bounds check elimination. by Mingyao Yang · 10 years ago
  74. 8b9a97e Merge "ART: Fix unclosed files in dex2oat" by Andreas Gampe · 10 years ago
  75. a650e70 ART: Fix unclosed files in dex2oat by Andreas Gampe · 10 years ago
  76. 14317f0 Remove unused headers. by Ian Rogers · 10 years ago
  77. 27478e6 Merge "Don't re-use arttest when calling loadLibrary." by Nicolas Geoffray · 10 years ago
  78. 005f697 Don't re-use arttest when calling loadLibrary. by Nicolas Geoffray · 10 years ago
  79. acb23cf Merge "Fix VM-less builds." by David 'Digit' Turner · 10 years ago
  80. 3389ca7 Call ProcessStrings() in ImageWriter, fix prefix check. by Vladimir Marko · 10 years ago
  81. ccce1c0 Merge "Implement InexpensiveConstantInt(., opcode) for ARM." by Vladimir Marko · 10 years ago
  82. 9a64a46 Merge "Add support for float-to-int in the optimizing compiler." by Roland Levillain · 10 years ago
  83. add2f94 Merge "Fix a compiler bug related to a catch-less try-finally statement." by Roland Levillain · 10 years ago
  84. 1a3960a Merge "Explicitly give compiler options to test scripts" by Nicolas Geoffray · 10 years ago
  85. c9338b9 Explicitly give compiler options to test scripts by Nicolas Geoffray · 10 years ago
  86. a29f698 Implement InexpensiveConstantInt(., opcode) for ARM. by Vladimir Marko · 10 years ago
  87. 3f8f936 Add support for float-to-int in the optimizing compiler. by Roland Levillain · 10 years ago
  88. fc600dc Fix a compiler bug related to a catch-less try-finally statement. by Roland Levillain · 10 years ago
  89. bbba809 Merge "Fix new-instance node." by Calin Juravle · 10 years ago
  90. 5ae0d29 Merge "Update libcore script and add a new expectation file." by Nicolas Geoffray · 10 years ago
  91. c3837e4 Update libcore script and add a new expectation file. by Nicolas Geoffray · 10 years ago
  92. 62753c4 Fix VM-less builds. by David 'Digit' Turner · 10 years ago
  93. 6045c9a Merge "Fix mac build" by Mathieu Chartier · 10 years ago
  94. e3a650a Fix mac build by Mathieu Chartier · 10 years ago
  95. 62070ac Merge "Remove MethodHelper." by Ian Rogers · 10 years ago
  96. 1a10218 Remove MethodHelper. by Ian Rogers · 10 years ago
  97. a4b47a1 Merge "Remove MethodHelper::HasSameSignatureWithDifferentClassLoaders." by Ian Rogers · 10 years ago
  98. 539f938 Merge "Print memory usage in dex2oat shutdown" by Mathieu Chartier · 10 years ago
  99. b5fb207 Remove MethodHelper::HasSameSignatureWithDifferentClassLoaders. by Ian Rogers · 10 years ago
  100. 49285c5 Print memory usage in dex2oat shutdown by Mathieu Chartier · 10 years ago