1. 29a2648 Move DecodedInstruction into MIR. by Ian Rogers · 11 years ago
  2. 1dbbbf6 Merge "Add finalizer references from the entrypoints." by Mathieu Chartier · 11 years ago
  3. e66cdaa Merge "Replace the bool kDoReadBarrier template parameter with an enum." by Hiroshi Yamauchi · 11 years ago
  4. f6ba35d Merge "ART: Move oat_data_flow_attributes_ to private and put an API" by Vladimir Marko · 11 years ago
  5. cc794c3 ART: Move oat_data_flow_attributes_ to private and put an API by Jean Christophe Beyler · 11 years ago
  6. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 11 years ago
  7. 42fcd98 Revert "Revert "64bit changes to the stack walker for the Quick ABI."" by Nicolas Geoffray · 11 years ago
  8. 6e83c17 Replace the bool kDoReadBarrier template parameter with an enum. by Hiroshi Yamauchi · 11 years ago
  9. 8668c3c Add finalizer references from the entrypoints. by Mathieu Chartier · 11 years ago
  10. d110432 ART: aarch64 jni compiler needs to extend small return types by Andreas Gampe · 11 years ago
  11. 69cf921 Merge "Fix a few 64-bit compilation of 32-bit code issues." by Ian Rogers · 11 years ago
  12. ff093b3 Fix a few 64-bit compilation of 32-bit code issues. by Ian Rogers · 11 years ago
  13. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 11 years ago
  14. 5a4fa82 x86_64 Assembler Test Infrastructure, fix x86_64 assembler by Andreas Gampe · 11 years ago
  15. 3c541e3 Merge "Simplify GenConstString" by Mingyao Yang · 11 years ago
  16. 3b004ba Simplify GenConstString by Mingyao Yang · 11 years ago
  17. be47069 Merge "Force inlining on trivial accessors." by Ian Rogers · 11 years ago
  18. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  19. 6ffcfa0 Rewrite suspend test check with LIRSlowPath. by Mingyao Yang · 11 years ago
  20. becc372 Merge "ART: Initialization of RegLocation and API for GrowableArray Iterator" by Vladimir Marko · 11 years ago
  21. 1ceea7e ART: Initialization of RegLocation and API for GrowableArray Iterator by Jean Christophe Beyler · 11 years ago
  22. 5108b67 Merge "Quick compiler: debugging assists" by buzbee · 11 years ago
  23. 7a11ab0 Quick compiler: debugging assists by buzbee · 11 years ago
  24. a7aca37 Setup policies for register allocation. by Nicolas Geoffray · 11 years ago
  25. 53e5d10 Merge "Add a Transform to SSA phase to the optimizing compiler." by Nicolas Geoffray · 11 years ago
  26. c32e770 Add a Transform to SSA phase to the optimizing compiler. by Nicolas Geoffray · 11 years ago
  27. 0f73e2e Merge "Quick compiler: fix DCHECKS" by buzbee · 11 years ago
  28. 990d46f Merge "Move mapping table and vmap table offsets to OatMethodHeader." by Vladimir Marko · 11 years ago
  29. fd698e6 Quick compiler: fix DCHECKS by buzbee · 11 years ago
  30. e8256e7 Merge "Skip BBs without SSA representation in the Constant Propagation phase" by Bill Buzbee · 11 years ago
  31. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 11 years ago
  32. 9c3b089 Revert "Revert "ART: Extracts an utility function of the duplicated code"" by Andreas Gampe · 11 years ago
  33. b5a14d2 Revert "ART: Extracts an utility function of the duplicated code" by Andreas Gampe · 11 years ago
  34. 973cc95 ART: Extracts an utility function of the duplicated code by Dmitry Petrochenko · 11 years ago
  35. 96a4f29 Merge "ART: Fixes an issue with REX prefix for instructions with no ModRM byte" by Ian Rogers · 11 years ago
  36. 125011d Merge "Delete throw launchpads." by Mingyao Yang · 11 years ago
  37. de981b0 Merge "Separate maps from code in oat file." by Vladimir Marko · 11 years ago
  38. 0ea4bf7 Merge "Update load/store utilities for 64-bit backends" by buzbee · 11 years ago
  39. 695d13a Update load/store utilities for 64-bit backends by buzbee · 11 years ago
  40. 96c6ab9 Separate maps from code in oat file. by Vladimir Marko · 11 years ago
  41. 82b1a81 Merge "Avoid allocating OatFile::OatClass on the heap." by Vladimir Marko · 11 years ago
  42. 6123d94 Merge "GenArithOpInt should ensure that reg is in core" by Bill Buzbee · 11 years ago
  43. 3a74d15 Delete throw launchpads. by Mingyao Yang · 11 years ago
  44. 4e0d5ee Merge "Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException.""" by Mingyao Yang · 11 years ago
  45. 9d89466 Skip BBs without SSA representation in the Constant Propagation phase by Alexei Zavjalov · 11 years ago
  46. 42d65c5 Add an option to specify a list of methods for LIR dumping. by Mingyao Yang · 11 years ago
  47. 80365d9 Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException."" by Mingyao Yang · 11 years ago
  48. e400aa2 Fix elf_writer_test for 64b target by Andreas Gampe · 11 years ago
  49. 7fff544 Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException." by Brian Carlstrom · 11 years ago
  50. 6b8a267 Merge "Fix a use of OpCondBranch that breaks the MIPS build." by Ian Rogers · 11 years ago
  51. 366f8ae GenArithOpInt should ensure that reg is in core by Serguei Katkov · 11 years ago
  52. d15f4e2 Fix a use of OpCondBranch that breaks the MIPS build. by Mingyao Yang · 11 years ago
  53. 957e2a2 Merge "Use LIRSlowPath for throwing ArrayOutOfBoundsException." by Mingyao Yang · 11 years ago
  54. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 11 years ago
  55. 9d46314 Use LIRSlowPath for throwing ArrayOutOfBoundsException. by Mingyao Yang · 11 years ago
  56. 425640d Merge "Use LIRSlowPath for throwing NPE." by Mingyao Yang · 11 years ago
  57. 79f2c53 Merge "String.IndexOf method handles negative start index value in incorrect way" by Bill Buzbee · 11 years ago
  58. a747a39 Code cleanup in preparation for x64 backend. by Nicolas Geoffray · 11 years ago
  59. db928fc Simplify HInvokeStatic code generation. by Nicolas Geoffray · 11 years ago
  60. a1758d8 String.IndexOf method handles negative start index value in incorrect way by Alexei Zavjalov · 11 years ago
  61. fba52f1 ART: Fixes an issue with REX prefix for instructions with no ModRM byte by Vladimir Kostyukov · 11 years ago
  62. bd5ea6a Preparation for transition to libc++. by Ian Rogers · 11 years ago
  63. b4b0667 Fix volatile wide put/get to be atomic on x86 arch by Yevgeny Rouban · 11 years ago
  64. e643a17 Use LIRSlowPath for throwing NPE. by Mingyao Yang · 11 years ago
  65. 68f3e09 Fix typo in ISA centralization by Andreas Gampe · 11 years ago
  66. b94fae6 Merge "Centralize instruction-set pointer-size, alignment, 64b-width code in instruction_set.h/cc" by Andreas Gampe · 11 years ago
  67. 2faf284 Merge "Long support in optimizing compiler." by Nicolas Geoffray · 11 years ago
  68. 01bc96d Long support in optimizing compiler. by Nicolas Geoffray · 11 years ago
  69. af13ad9 Centralize instruction-set pointer-size, alignment, 64b-width code by Andreas Gampe · 11 years ago
  70. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  71. d3c5beb Avoid allocating OatFile::OatClass on the heap. by Vladimir Marko · 11 years ago
  72. 5960536 Merge "AArch64: Jni compiler fixes" by Andreas Gampe · 11 years ago
  73. 75b9113 AArch64: Jni compiler fixes by Serban Constantinescu · 11 years ago
  74. 644789f Fix problem with empty profiles. by Dave Allison · 11 years ago
  75. 135016a art: Use SIRT::GetAlignedSirtSizeTarget in calling convention by Dmitry Petrochenko · 11 years ago
  76. 08f068c AArch64 code alignment is 4 for OatWriter by Andreas Gampe · 11 years ago
  77. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 11 years ago
  78. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 11 years ago
  79. a6b20c3 Merge "ART: A workaround for a wrongly-read caller's frame" by Andreas Gampe · 11 years ago
  80. 0833af6 Merge "Tweaked profile significant_difference." by Calin Juravle · 11 years ago
  81. 2be6fc7 Merge "Test control flow instruction with optimizing compiler." by Nicolas Geoffray · 11 years ago
  82. b55f835 Test control flow instruction with optimizing compiler. by Nicolas Geoffray · 11 years ago
  83. 1512ea1 Merge "Quick compiler: fix CmpLong pair handling" by buzbee · 11 years ago
  84. 4289456 Use LIRSlowPath for throwing div by zero exception. by Mingyao Yang · 11 years ago
  85. b7a691f Merge "AArch64: Fix Managed Register unit tests" by Andreas Gampe · 11 years ago
  86. a1983d4 Quick compiler: fix CmpLong pair handling by buzbee · 11 years ago
  87. 4d3dc8a Merge "Revert "Use trampolines for calls to helpers"" by Dave Allison · 11 years ago
  88. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 11 years ago
  89. 50ca506 Merge "Inlining synthetic accessors." by Vladimir Marko · 11 years ago
  90. 12c0273 Merge "Use trampolines for calls to helpers" by Dave Allison · 11 years ago
  91. 1dd61ba ART: A workaround for a wrongly-read caller's frame by Vladimir Kostyukov · 11 years ago
  92. 1552373 AArch64: Fix Managed Register unit tests by Serban Constantinescu · 11 years ago
  93. c8f60a6 Inlining synthetic accessors. by Vladimir Marko · 11 years ago
  94. e1fced1 Inlining setters that return one of their arguments. by Vladimir Marko · 11 years ago
  95. f583e59 Add support for taking parameters in optimizing compiler. by Nicolas Geoffray · 11 years ago
  96. 9dae5b4 Tweaked profile significant_difference. by Calin Juravle · 11 years ago
  97. 73ed718 Revert "Inlining setters that return one of their arguments." by Mathieu Chartier · 11 years ago
  98. 389e11d Revert "Inlining synthetic accessors." by Mathieu Chartier · 11 years ago
  99. ad61517 Fix wrong handling of Generic JNI not finding native method. by Andreas Gampe · 11 years ago
  100. 53bee42 Fix using kArm instead of kThumb2. by Mathieu Chartier · 11 years ago