1. 0ea4bf7 Merge "Update load/store utilities for 64-bit backends" by buzbee · 11 years ago
  2. 695d13a Update load/store utilities for 64-bit backends by buzbee · 11 years ago
  3. 82b1a81 Merge "Avoid allocating OatFile::OatClass on the heap." by Vladimir Marko · 11 years ago
  4. 6123d94 Merge "GenArithOpInt should ensure that reg is in core" by Bill Buzbee · 11 years ago
  5. 4e0d5ee Merge "Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException.""" by Mingyao Yang · 11 years ago
  6. 42d65c5 Add an option to specify a list of methods for LIR dumping. by Mingyao Yang · 11 years ago
  7. 80365d9 Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException."" by Mingyao Yang · 11 years ago
  8. e400aa2 Fix elf_writer_test for 64b target by Andreas Gampe · 11 years ago
  9. 7fff544 Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException." by Brian Carlstrom · 11 years ago
  10. 6b8a267 Merge "Fix a use of OpCondBranch that breaks the MIPS build." by Ian Rogers · 11 years ago
  11. 366f8ae GenArithOpInt should ensure that reg is in core by Serguei Katkov · 11 years ago
  12. d15f4e2 Fix a use of OpCondBranch that breaks the MIPS build. by Mingyao Yang · 11 years ago
  13. 957e2a2 Merge "Use LIRSlowPath for throwing ArrayOutOfBoundsException." by Mingyao Yang · 11 years ago
  14. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 11 years ago
  15. 9d46314 Use LIRSlowPath for throwing ArrayOutOfBoundsException. by Mingyao Yang · 11 years ago
  16. 425640d Merge "Use LIRSlowPath for throwing NPE." by Mingyao Yang · 11 years ago
  17. 79f2c53 Merge "String.IndexOf method handles negative start index value in incorrect way" by Bill Buzbee · 11 years ago
  18. a747a39 Code cleanup in preparation for x64 backend. by Nicolas Geoffray · 11 years ago
  19. db928fc Simplify HInvokeStatic code generation. by Nicolas Geoffray · 11 years ago
  20. a1758d8 String.IndexOf method handles negative start index value in incorrect way by Alexei Zavjalov · 11 years ago
  21. bd5ea6a Preparation for transition to libc++. by Ian Rogers · 11 years ago
  22. b4b0667 Fix volatile wide put/get to be atomic on x86 arch by Yevgeny Rouban · 11 years ago
  23. e643a17 Use LIRSlowPath for throwing NPE. by Mingyao Yang · 11 years ago
  24. 68f3e09 Fix typo in ISA centralization by Andreas Gampe · 11 years ago
  25. b94fae6 Merge "Centralize instruction-set pointer-size, alignment, 64b-width code in instruction_set.h/cc" by Andreas Gampe · 11 years ago
  26. 2faf284 Merge "Long support in optimizing compiler." by Nicolas Geoffray · 11 years ago
  27. 01bc96d Long support in optimizing compiler. by Nicolas Geoffray · 11 years ago
  28. af13ad9 Centralize instruction-set pointer-size, alignment, 64b-width code by Andreas Gampe · 11 years ago
  29. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  30. d3c5beb Avoid allocating OatFile::OatClass on the heap. by Vladimir Marko · 11 years ago
  31. 5960536 Merge "AArch64: Jni compiler fixes" by Andreas Gampe · 11 years ago
  32. 75b9113 AArch64: Jni compiler fixes by Serban Constantinescu · 11 years ago
  33. 644789f Fix problem with empty profiles. by Dave Allison · 11 years ago
  34. 135016a art: Use SIRT::GetAlignedSirtSizeTarget in calling convention by Dmitry Petrochenko · 11 years ago
  35. 08f068c AArch64 code alignment is 4 for OatWriter by Andreas Gampe · 11 years ago
  36. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 11 years ago
  37. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 11 years ago
  38. a6b20c3 Merge "ART: A workaround for a wrongly-read caller's frame" by Andreas Gampe · 11 years ago
  39. 0833af6 Merge "Tweaked profile significant_difference." by Calin Juravle · 11 years ago
  40. 2be6fc7 Merge "Test control flow instruction with optimizing compiler." by Nicolas Geoffray · 11 years ago
  41. b55f835 Test control flow instruction with optimizing compiler. by Nicolas Geoffray · 11 years ago
  42. 1512ea1 Merge "Quick compiler: fix CmpLong pair handling" by buzbee · 11 years ago
  43. 4289456 Use LIRSlowPath for throwing div by zero exception. by Mingyao Yang · 11 years ago
  44. b7a691f Merge "AArch64: Fix Managed Register unit tests" by Andreas Gampe · 11 years ago
  45. a1983d4 Quick compiler: fix CmpLong pair handling by buzbee · 11 years ago
  46. 4d3dc8a Merge "Revert "Use trampolines for calls to helpers"" by Dave Allison · 11 years ago
  47. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 11 years ago
  48. 50ca506 Merge "Inlining synthetic accessors." by Vladimir Marko · 11 years ago
  49. 12c0273 Merge "Use trampolines for calls to helpers" by Dave Allison · 11 years ago
  50. 1dd61ba ART: A workaround for a wrongly-read caller's frame by Vladimir Kostyukov · 11 years ago
  51. 1552373 AArch64: Fix Managed Register unit tests by Serban Constantinescu · 11 years ago
  52. c8f60a6 Inlining synthetic accessors. by Vladimir Marko · 11 years ago
  53. e1fced1 Inlining setters that return one of their arguments. by Vladimir Marko · 11 years ago
  54. f583e59 Add support for taking parameters in optimizing compiler. by Nicolas Geoffray · 11 years ago
  55. 9dae5b4 Tweaked profile significant_difference. by Calin Juravle · 11 years ago
  56. 73ed718 Revert "Inlining setters that return one of their arguments." by Mathieu Chartier · 11 years ago
  57. 389e11d Revert "Inlining synthetic accessors." by Mathieu Chartier · 11 years ago
  58. ad61517 Fix wrong handling of Generic JNI not finding native method. by Andreas Gampe · 11 years ago
  59. 53bee42 Fix using kArm instead of kThumb2. by Mathieu Chartier · 11 years ago
  60. 754ddad Use trampolines for calls to helpers by Dave Allison · 11 years ago
  61. 45157a4 Merge "ARM: enable optimisation for easy multiply, add modulus pattern." by Ian Rogers · 11 years ago
  62. 09379fd Merge "Disable use of R4 as a promotable register" by Dave Allison · 11 years ago
  63. 54f192c Merge "Inlining synthetic accessors." by Vladimir Marko · 11 years ago
  64. 34df691 Merge "Inlining setters that return one of their arguments." by Vladimir Marko · 11 years ago
  65. 505ebb0 Inlining synthetic accessors. by Vladimir Marko · 11 years ago
  66. 8e40c3e Inlining setters that return one of their arguments. by Vladimir Marko · 11 years ago
  67. 6cea2a6 Merge "Re-enable DEX-to-DEX compilation path" by Sebastien Hertz · 11 years ago
  68. 17965ed Re-enable DEX-to-DEX compilation path by Sebastien Hertz · 11 years ago
  69. 764c798 Merge "Fix LoadValueWide to not call MarkLive for high reg that is equal to low reg" by Bill Buzbee · 11 years ago
  70. b3e527b Clean up special method inlining. by Vladimir Marko · 11 years ago
  71. 707c809 Use target-specific word instead of runtime word. by Nicolas Geoffray · 11 years ago
  72. 7efad5d Merge "Disassemble Thumb2 shifts and more VFP instructions." by Vladimir Marko · 11 years ago
  73. 885e813 Merge "Add support for new-instance and invoke-direct." by Nicolas Geoffray · 11 years ago
  74. 2e7038a Add support for new-instance and invoke-direct. by Nicolas Geoffray · 11 years ago
  75. 8325296 Disable use of R4 as a promotable register by Dave Allison · 11 years ago
  76. cbd18b7 Fix LoadValueWide to not call MarkLive for high reg that is equal to low reg by Chao-ying Fu · 11 years ago
  77. 03bafa4 Merge "Do not output ARM64 assembler debug code." by Andreas Gampe · 11 years ago
  78. 77093dc Merge "Make frame size dependent on arch-specific constants." by Andreas Gampe · 11 years ago
  79. 242947d Make frame size dependent on arch-specific constants. by Andreas Gampe · 11 years ago
  80. c777e0d Disassemble Thumb2 shifts and more VFP instructions. by Vladimir Marko · 11 years ago
  81. 44e1354 Do not output ARM64 assembler debug code. by Andreas Gampe · 11 years ago
  82. 3da67a5 Add OpEndIT() for marking the end of OpIT blocks by Dave Allison · 11 years ago
  83. f9719f9 ARM: enable optimisation for easy multiply, add modulus pattern. by Zheng Xu · 11 years ago
  84. a7b2826 Merge "Support passing arguments to invoke-static* instructions." by Nicolas Geoffray · 11 years ago
  85. 4a34a42 Support passing arguments to invoke-static* instructions. by Nicolas Geoffray · 11 years ago
  86. 5a4139f Merge "art: Handle x86_64 architecture equal to x86" by Bill Buzbee · 11 years ago
  87. 99f391e Fix Unsafe.getLong()/putLong() for x86, add test. by Vladimir Marko · 11 years ago
  88. 5cc2d07 Merge "Profile: renamed kThresholdPercent and make it configurable" by Calin Juravle · 11 years ago
  89. 317055b Merge "Profile: repurposed kTresholdPercent" by Calin Juravle · 11 years ago
  90. 6a58cb1 art: Handle x86_64 architecture equal to x86 by Dmitry Petrochenko · 11 years ago
  91. 8549cf9 Merge "Use temp register in Unsafe Get/Put intrisics for displaced offset." by Mathieu Chartier · 11 years ago
  92. 7c95cef Use temp register in Unsafe Get/Put intrisics for displaced offset. by Mathieu Chartier · 11 years ago
  93. 4a200f5 Add support for -Xverify:none mode. by Jeff Hao · 11 years ago
  94. a7a49dd Merge "Pass instruction-set from runtime through to spawned dex2oat." by Ian Rogers · 11 years ago
  95. 8afeb85 Pass instruction-set from runtime through to spawned dex2oat. by Ian Rogers · 11 years ago
  96. 04ff226 Profile: renamed kThresholdPercent and make it configurable by Calin Juravle · 11 years ago
  97. f6b65c1 Add r4 as promotable register if implicit suspend checks by Dave Allison · 11 years ago
  98. f6a4cee Profile: repurposed kTresholdPercent by Calin Juravle · 11 years ago
  99. 161f71a Merge "Fixed total method count in profile file parsing." by Calin Juravle · 11 years ago
  100. ea1e520 Fixed total method count in profile file parsing. by Calin Juravle · 11 years ago