1. c38752d Merge "ART: Don't leave rex_ & length_ uninitialized" by Andreas Gampe · 10 years ago
  2. 181211d ART: Don't leave rex_ & length_ uninitialized by Andreas Gampe · 10 years ago
  3. 6c6c6f6 Merge "Avoid use of std::string where we have const char*." by Ian Rogers · 10 years ago
  4. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  5. 8c914c0 Implement GenInlinedReverseBits by Yixin Shou · 10 years ago
  6. f1770fd Fix missing operation in CombineBlocks by Junmo Park · 10 years ago
  7. 90223cc Fix missing operation in SplitBlock by Junmo Park · 10 years ago
  8. e70f179 ART: Fix two small DumpLIRInsn issues for x86_64 port. by Haitao Feng · 10 years ago
  9. 76c9502 Merge "ART: Make assembler_test less chatty" by Andreas Gampe · 10 years ago
  10. 54e15de ART: Make assembler_test less chatty by Andreas Gampe · 10 years ago
  11. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  12. 947717a Add arraycopy intrinsic for arm and arm64. by Zheng Xu · 10 years ago
  13. 52fed5a Merge "Emit CFI for x86 & x86_64 JNI compiler." by Andreas Gampe · 10 years ago
  14. f6e206c Support x86_64 stack overflow checks in opt compiler. by Nicolas Geoffray · 10 years ago
  15. dfd3b47 Add implicit checks for x86_64 architecture. by Dave Allison · 10 years ago
  16. 547cdfd Emit CFI for x86 & x86_64 JNI compiler. by Tong Shen · 10 years ago
  17. 70c3e11 Merge "Fix analysis_attributes_ to update missing definitions." by Bill Buzbee · 10 years ago
  18. 81550fa Merge "AArch64: Implicit StackOverflow/NPE/Suspend checks." by Dave Allison · 10 years ago
  19. b30d858 Merge "Fix art build script." by Ian Rogers · 10 years ago
  20. 9c59767 Merge "Fixed build breakage due to incorrect class TypeId." by Mathieu Chartier · 10 years ago
  21. 4fc7853 Fixed build breakage due to incorrect class TypeId. by Fred Shih · 10 years ago
  22. 255916d Merge "Make patchoat use the sht_entsize when patching." by Nicolas Geoffray · 10 years ago
  23. 4b0d2d9 Make patchoat use the sht_entsize when patching. by Alex Light · 10 years ago
  24. d5c78f4 AArch64: Implicit StackOverflow/NPE/Suspend checks. by Stuart Monteith · 10 years ago
  25. 4d110c2 Merge "ART: Remove test files after test" by Andreas Gampe · 10 years ago
  26. 7747c8d ART: Remove test files after test by Andreas Gampe · 10 years ago
  27. 57cd9d3b Merge "Added support for patching classes from different dex files." by Mathieu Chartier · 10 years ago
  28. e7f82e2 Added support for patching classes from different dex files. by Fred Shih · 10 years ago
  29. b9dbab6 Revert "Temporary fix for bad LIR generation in GenInlinedGet." by Fred Shih · 10 years ago
  30. ae5092f Merge "Fix movw in x86_64 assembler." by Nicolas Geoffray · 10 years ago
  31. e4ded41 Fix movw in x86_64 assembler. by Nicolas Geoffray · 10 years ago
  32. 4b6d27c Merge "x86: Fix assembler for Pextr" by Ian Rogers · 10 years ago
  33. 3ac17fc Fix SsaDeadPhiElimination in the presence of dependent phis. by Nicolas Geoffray · 10 years ago
  34. 269c336 Merge "ART: Add guards to the dex cache and its shortcuts" by Andreas Gampe · 10 years ago
  35. 58a5af8 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 10 years ago
  36. 1b19226 Merge "ART: Generate chained compare-and-branch for short switches" by Andreas Gampe · 10 years ago
  37. 48971b3 ART: Generate chained compare-and-branch for short switches by Andreas Gampe · 10 years ago
  38. f768db4 Merge "X86: Assembler: Correct r8_form for some cases" by Ian Rogers · 10 years ago
  39. adc73cb Fix checks for kLiteral in local optimizations. by Dave Allison · 10 years ago
  40. cf73835 Merge "Revert "Temporary fix for bad LIR generation in GenInlinedGet."" by Mathieu Chartier · 10 years ago
  41. 0f56c9c Merge "ART: Rework CFA frame initialization and writing code" by Andreas Gampe · 10 years ago
  42. 7927380 ART: Rework CFA frame initialization and writing code by Andreas Gampe · 10 years ago
  43. de7b436 ART: Skip compiling redefined classes in apps by Andreas Gampe · 10 years ago
  44. 30687af Fix SIB for base + index addressing in x86_64 assembler. by Nicolas Geoffray · 10 years ago
  45. f6e8d03 Merge "x86_64: Load double constant using core register" by Ian Rogers · 10 years ago
  46. 0e63ce1 x86_64: Load double constant using core register by Alexei Zavjalov · 10 years ago
  47. 8081d2b Create allocator adapter for using Arena in std containers. by Vladimir Marko · 10 years ago
  48. 6175442 Merge changes Ibe92d8b5,I9bada598 by Brian Carlstrom · 10 years ago
  49. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 10 years ago
  50. eb76e11 Temporary fix for bad LIR generation in GenInlinedGet. by Alex Light · 10 years ago
  51. 5a5e856 ART: Enable x86_64 bit support for intrinsic for System.arraycopy(char[], ..) by DaniilSokolov · 10 years ago
  52. c76c614 ART: Refactor long ops in quick compiler by Andreas Gampe · 10 years ago
  53. 2bc4770 Set REG0_USED on X86 Set8R instruction by Mark Mendell · 10 years ago
  54. cf81841 x86_64: Fix Test32RM by Chao-ying Fu · 10 years ago
  55. c763e35 AArch64: Implement InexpensiveConstant methods. by Matteo Franchin · 10 years ago
  56. e1fa1dd Fix analysis_attributes_ to update missing definitions. by Junmo Park · 10 years ago
  57. 03f92f4 Fix art build script. by Junmo Park · 10 years ago
  58. 2eba1fa AArch64: Add inlining support for ceil(), floor(), rint(), round() by Serban Constantinescu · 10 years ago
  59. 6bbf096 ART: Implement the easy long division/remainder by a constant by Alexei Zavjalov · 10 years ago
  60. 77a5b50 Merge "AArch64: Remove unnecessary work around for sp." by Andreas Gampe · 10 years ago
  61. cedee47 AArch64: Remove unnecessary work around for sp. by Zheng Xu · 10 years ago
  62. 7906b25 Merge "ART: Rework ARM64 entry sequence" by Andreas Gampe · 10 years ago
  63. f29ecd6 ART: Rework ARM64 entry sequence by Andreas Gampe · 10 years ago
  64. 89c210b Merge "Revert "Revert "Enable Load Store Elimination for ARM and ARM64""" by Bill Buzbee · 10 years ago
  65. fd0c237 X86: Assembler: Correct r8_form for some cases by Mark Mendell · 10 years ago
  66. 00d1ef4 Merge "ART: LoadConstWide should clobber temp reg" by Bill Buzbee · 10 years ago
  67. 54659e3 ART: LoadConstWide should clobber temp reg by Alexei Zavjalov · 10 years ago
  68. 7da9586 Add read barriers for the roots in the verifier. by Hiroshi Yamauchi · 10 years ago
  69. b19955d Reduce time and memory usage of GVN. by Vladimir Marko · 10 years ago
  70. bda2722 ART: Build fix by Andreas Gampe · 10 years ago
  71. cc75c1b Merge "1. Fix CFI for quick compiled code in x86 & x86_64; 2. Emit CFI in .eh_frame instead of .debug_frame." by Ian Rogers · 10 years ago
  72. 35e1e6a 1. Fix CFI for quick compiled code in x86 & x86_64; by Tong Shen · 10 years ago
  73. aa910d5 ART: Fix verifier mishandling erroneous array component types by Andreas Gampe · 10 years ago
  74. 6399968 Revert "Revert "Enable Load Store Elimination for ARM and ARM64"" by Serban Constantinescu · 10 years ago
  75. 1c7c399 ART: Remove bogus dcheck by Andreas Gampe · 10 years ago
  76. 3f49507 Merge "ART: Rework quick entrypoint code in Mir2Lir, cleanup" by Andreas Gampe · 10 years ago
  77. 9843059 ART: Rework quick entrypoint code in Mir2Lir, cleanup by Andreas Gampe · 10 years ago
  78. 1740eca Remove the per-project FDO support. Use the common FDO support from build/core. by Dehao Chen · 10 years ago
  79. c32447b Revert "Enable Load Store Elimination for ARM and ARM64" by Bill Buzbee · 10 years ago
  80. fcc36ba Enable Load Store Elimination for ARM and ARM64 by Serban Constantinescu · 10 years ago
  81. a65d63e Merge "SetConstantWide should mark both SSA regs as constant" by Bill Buzbee · 10 years ago
  82. 5e3f45b Merge "ART: ReEnable check for a gap between method's arg "in" vregs and rest of its vregs" by Bill Buzbee · 10 years ago
  83. b07c1f9 ART: Special-case cb(n)z even for in-reg constant by Andreas Gampe · 10 years ago
  84. 688e7c5 ART: ReEnable check for a gap between method's arg "in" vregs and rest of its vregs by Alexei Zavjalov · 10 years ago
  85. b551fdc AArch64: Clean up CalleeSaveMethod frame and the use of temp registers. by Zheng Xu · 10 years ago
  86. 8eddd2a ART: Fix missing initialization in stack_map_stream.h by Andreas Gampe · 10 years ago
  87. 3c7bb98 Implement array get and array put in optimizing. by Nicolas Geoffray · 10 years ago
  88. 75c99e9 Merge "x86: GenSelect utility update" by Andreas Gampe · 10 years ago
  89. 9fbe946 Merge "Fix JNI compiler frame size adjustments." by Vladimir Marko · 10 years ago
  90. 4e24b9d Fix JNI compiler frame size adjustments. by Vladimir Marko · 10 years ago
  91. 86507ed Merge "Add a new stack map scheme that encodes compilation info per pc." by Nicolas Geoffray · 10 years ago
  92. 9ee4519 x86: GenSelect utility update by Serguei Katkov · 10 years ago
  93. 0edcfd6 Merge "Fix implicit stack overflow check on optimizing/x86." by Nicolas Geoffray · 10 years ago
  94. 397f2e4 Fix implicit stack overflow check on optimizing/x86. by Nicolas Geoffray · 10 years ago
  95. 55fff04 Rewrite topological sort order and improve GVN. by Vladimir Marko · 10 years ago
  96. 7c66c8d Merge "Fix null pointer check elimination for catch entries." by Vladimir Marko · 10 years ago
  97. 0a810d2 Fix null pointer check elimination for catch entries. by Vladimir Marko · 10 years ago
  98. c389c97 Merge "Set vtable in class object to null after linking." by Mingyao Yang · 10 years ago
  99. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 10 years ago
  100. 99ea58c Add a new stack map scheme that encodes compilation info per pc. by Nicolas Geoffray · 10 years ago