1. 63e4ecd am a77530fd: Merge "AArch64: Change arm64 backend to produce A64 code." by Bill Buzbee · 11 years ago
  2. a77530f Merge "AArch64: Change arm64 backend to produce A64 code." by Bill Buzbee · 11 years ago
  3. e45fb9e AArch64: Change arm64 backend to produce A64 code. by Matteo Franchin · 11 years ago
  4. 9e33cf7 am 410d87ff: Merge "Cleanup ARM load/store wide and remove unused param s_reg." by Vladimir Marko · 11 years ago
  5. 410d87f Merge "Cleanup ARM load/store wide and remove unused param s_reg." by Vladimir Marko · 11 years ago
  6. 8e91567 am 052a6479: Merge "AArch64: Add fake arm64 backend, and disable it by method filter." by Bill Buzbee · 11 years ago
  7. 40539d3 am 221b86d9: Merge "ART: BitVector and Optimization changes" by Vladimir Marko · 11 years ago
  8. 052a647 Merge "AArch64: Add fake arm64 backend, and disable it by method filter." by Bill Buzbee · 11 years ago
  9. 221b86d Merge "ART: BitVector and Optimization changes" by Vladimir Marko · 11 years ago
  10. 38fc945 am 60280e50: Merge "ART: Ensure X86 OpRegCopyWide preserves src" by Bill Buzbee · 11 years ago
  11. 60280e5 Merge "ART: Ensure X86 OpRegCopyWide preserves src" by Bill Buzbee · 11 years ago
  12. 3bf7c60 Cleanup ARM load/store wide and remove unused param s_reg. by Vladimir Marko · 11 years ago
  13. 9e06c8c AArch64: Add fake arm64 backend, and disable it by method filter. by Zheng Xu · 11 years ago
  14. 99380ed ART: Ensure X86 OpRegCopyWide preserves src by Mark Mendell · 11 years ago
  15. 37901e3 am f23a7192: Merge "Build live-in, live-out and kill sets for each block." by Nicolas Geoffray · 11 years ago
  16. f23a719 Merge "Build live-in, live-out and kill sets for each block." by Nicolas Geoffray · 11 years ago
  17. 0db0bc8 am 290fda3a: Merge "Remove LoadBaseDispWide and StoreBaseDispWide." by Vladimir Marko · 11 years ago
  18. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 11 years ago
  19. 290fda3 Merge "Remove LoadBaseDispWide and StoreBaseDispWide." by Vladimir Marko · 11 years ago
  20. 96a935f am 91152bc2: Merge "ART: ChildBlockIterator Implementation" by Vladimir Marko · 11 years ago
  21. 91152bc Merge "ART: ChildBlockIterator Implementation" by Vladimir Marko · 11 years ago
  22. 455759b Remove LoadBaseDispWide and StoreBaseDispWide. by Vladimir Marko · 11 years ago
  23. 775ab73 am 7189fee4: Merge "AArch64: Added arm64 quick backend as an arm clone." by Bill Buzbee · 11 years ago
  24. 7189fee Merge "AArch64: Added arm64 quick backend as an arm clone." by Bill Buzbee · 11 years ago
  25. 43ec873 AArch64: Added arm64 quick backend as an arm clone. by Matteo Franchin · 11 years ago
  26. 8ed76ea am 68f8e40c: Merge "Give Compiler a back reference to the driver." by Ian Rogers · 11 years ago
  27. 68f8e40 Merge "Give Compiler a back reference to the driver." by Ian Rogers · 11 years ago
  28. a70fa45 am eb534d81: Merge "Fix device booting with DlMalloc instead of RosAlloc." by Mathieu Chartier · 11 years ago
  29. eb534d8 Merge "Fix device booting with DlMalloc instead of RosAlloc." by Mathieu Chartier · 11 years ago
  30. 41961e2 Fix device booting with DlMalloc instead of RosAlloc. by Mathieu Chartier · 11 years ago
  31. 996cf43 am 05c3aa4d: Merge "Fix typo." by Ian Rogers · 11 years ago
  32. 72d3262 Give Compiler a back reference to the driver. by Ian Rogers · 11 years ago
  33. 05c3aa4 Merge "Fix typo." by Ian Rogers · 11 years ago
  34. 79e6f22 am 069849e1: Merge "Switch on implicit null pointer and stack overflow checks." by Dave Allison · 11 years ago
  35. 069849e Merge "Switch on implicit null pointer and stack overflow checks." by Dave Allison · 11 years ago
  36. 2fa98e2 Fix typo. by Ian Rogers · 11 years ago
  37. dae0467 am 47ebd77a: Merge "ART: Improve fused compare long branch" by Ian Rogers · 11 years ago
  38. 47ebd77 Merge "ART: Improve fused compare long branch" by Ian Rogers · 11 years ago
  39. 4555b4a am 484f4dad: Merge "ART: ARM64 field entrypoints" by Andreas Gampe · 11 years ago
  40. 9a1e7e5 am 80475df9: Merge "ART: Ensure use counts updated when adding SSA reg" by Bill Buzbee · 11 years ago
  41. 484f4da Merge "ART: ARM64 field entrypoints" by Andreas Gampe · 11 years ago
  42. 80475df Merge "ART: Ensure use counts updated when adding SSA reg" by Bill Buzbee · 11 years ago
  43. 6e4e59c ART: ARM64 field entrypoints by Andreas Gampe · 11 years ago
  44. 14e58b0 am fc733a14: Merge "ART: Clean field entrypoints for X86-64" by Andreas Gampe · 11 years ago
  45. 9ba01cd am d0ac3249: Merge "Improve ValidateSuperClassDescriptors performance." by Ian Rogers · 11 years ago
  46. fc733a1 Merge "ART: Clean field entrypoints for X86-64" by Andreas Gampe · 11 years ago
  47. a0fa3d7 am 30f54a93: Merge "Allow VMRuntime.newUnpaddedArray allocations in unstarted runtime." by Ian Rogers · 11 years ago
  48. d0ac324 Merge "Improve ValidateSuperClassDescriptors performance." by Ian Rogers · 11 years ago
  49. cdbeb13 am 1f1d2513: Merge "ART: Use utils.h::RoundUp instead of explicit bit-fiddling" by Andreas Gampe · 11 years ago
  50. 30f54a9 Merge "Allow VMRuntime.newUnpaddedArray allocations in unstarted runtime." by Ian Rogers · 11 years ago
  51. 151f221 Improve ValidateSuperClassDescriptors performance. by Ian Rogers · 11 years ago
  52. 1f1d251 Merge "ART: Use utils.h::RoundUp instead of explicit bit-fiddling" by Andreas Gampe · 11 years ago
  53. a4c8872 am 9780f97d: Merge "Add more context for CHECKs" by Brian Carlstrom · 11 years ago
  54. b5c9b40 ART: BitVector and Optimization changes by Jean Christophe Beyler · 11 years ago
  55. 9780f97 Merge "Add more context for CHECKs" by Brian Carlstrom · 11 years ago
  56. 2350fd6 am af12bccb: Merge "Automatically create non-/data dalvik-cache directories" by Brian Carlstrom · 11 years ago
  57. af12bcc Merge "Automatically create non-/data dalvik-cache directories" by Brian Carlstrom · 11 years ago
  58. 55eaab3 am 99b05780: Merge "Handle implicit stack overflow without affecting stack walks" by Dave Allison · 11 years ago
  59. 99b0578 Merge "Handle implicit stack overflow without affecting stack walks" by Dave Allison · 11 years ago
  60. f8c762b ART: ChildBlockIterator Implementation by Jean Christophe Beyler · 11 years ago
  61. 33f2e59 Add more context for CHECKs by Brian Carlstrom · 11 years ago
  62. 41ccffd Automatically create non-/data dalvik-cache directories by Brian Carlstrom · 11 years ago
  63. 0526643 Switch on implicit null pointer and stack overflow checks. by Dave Allison · 11 years ago
  64. 27ca396 am 36b65964: Merge "ART: Update and correct assemble_x86.cc" by Ian Rogers · 11 years ago
  65. 36b6596 Merge "ART: Update and correct assemble_x86.cc" by Ian Rogers · 11 years ago
  66. 2637f2e ART: Update and correct assemble_x86.cc by Mark Mendell · 11 years ago
  67. 9d4e5e2 ART: Clean field entrypoints for X86-64 by Andreas Gampe · 11 years ago
  68. 752e205 ART: Improve fused compare long branch by Mark Mendell · 11 years ago
  69. 49d3f4e am 0095e0b8: Merge "ART: Add a last item in the MIROptimizationFlagPositions enumeration" by Vladimir Marko · 11 years ago
  70. 0095e0b Merge "ART: Add a last item in the MIROptimizationFlagPositions enumeration" by Vladimir Marko · 11 years ago
  71. 0add77a ART: Ensure use counts updated when adding SSA reg by Mark Mendell · 11 years ago
  72. f2f8252 am 6ab0d9fe: Merge "Make all registers available when allocating an output register." by Nicolas Geoffray · 11 years ago
  73. 6ab0d9f Merge "Make all registers available when allocating an output register." by Nicolas Geoffray · 11 years ago
  74. a4e7413 Allow VMRuntime.newUnpaddedArray allocations in unstarted runtime. by Ian Rogers · 11 years ago
  75. 6601882 ART: Use utils.h::RoundUp instead of explicit bit-fiddling by Andreas Gampe · 11 years ago
  76. 216c035 am 2a12ad46: Merge "x86_64: Fix frame size calculation for 64-bit" by Andreas Gampe · 11 years ago
  77. 2a12ad4 Merge "x86_64: Fix frame size calculation for 64-bit" by Andreas Gampe · 11 years ago
  78. f29a424 x86_64: Fix frame size calculation for 64-bit by Dmitry Petrochenko · 11 years ago
  79. a206be0 am fac805ba: Merge "Implement field entrypoints for x86-64" by Andreas Gampe · 11 years ago
  80. fac805b Merge "Implement field entrypoints for x86-64" by Andreas Gampe · 11 years ago
  81. df08df2 am 66762055: Merge "Add RecordFree to the GarbageCollector interface" by Mathieu Chartier · 11 years ago
  82. 6676205 Merge "Add RecordFree to the GarbageCollector interface" by Mathieu Chartier · 11 years ago
  83. e76e70f Add RecordFree to the GarbageCollector interface by Mathieu Chartier · 11 years ago
  84. 9e2a2f0 am 0b802700: Merge "x86_64: Fix Array::DataOffset in calls" by Andreas Gampe · 11 years ago
  85. 0b80270 Merge "x86_64: Fix Array::DataOffset in calls" by Andreas Gampe · 11 years ago
  86. 7abf372 am 680d6628: Merge "Add some debugging info for bug 14469172." by Mingyao Yang · 11 years ago
  87. 680d662 Merge "Add some debugging info for bug 14469172." by Mingyao Yang · 11 years ago
  88. f486778 Add some debugging info for bug 14469172. by Mingyao Yang · 11 years ago
  89. 37498b6 x86_64: Fix Array::DataOffset in calls by Dmitry Petrochenko · 11 years ago
  90. 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 11 years ago
  91. 188ae08 am 8ea5baa1: Merge "Quick compiler: allocate doubles as doubles" by buzbee · 11 years ago
  92. 8ea5baa Merge "Quick compiler: allocate doubles as doubles" by buzbee · 11 years ago
  93. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 11 years ago
  94. 8d07e2d Implement field entrypoints for x86-64 by Alexei Zavjalov · 11 years ago
  95. 2acc5db am 7c624713: Merge "ART: ARM64 art_quick_string_compareto" by Andreas Gampe · 11 years ago
  96. 7c62471 Merge "ART: ARM64 art_quick_string_compareto" by Andreas Gampe · 11 years ago
  97. 0ede0ef am 7851ef51: Merge "Create stack traces in unstarted runtimes." by Ian Rogers · 11 years ago
  98. 7851ef5 Merge "Create stack traces in unstarted runtimes." by Ian Rogers · 11 years ago
  99. 266340d ART: ARM64 art_quick_string_compareto by Andreas Gampe · 11 years ago
  100. c45b8b5 Create stack traces in unstarted runtimes. by Ian Rogers · 11 years ago