1. 216eaa2 Fall back to Quick when Optimizing cannot compile. by Nicolas Geoffray · 9 years ago
  2. f2674ea Fixed maybe used uninitialized by Andrew Hsieh · 9 years ago
  3. 921d6eb Fix 32 bit loads of 64 bit direct code pointers by Mathieu Chartier · 9 years ago
  4. 15b9d52 API change in StackVisitor::GetVReg*. by Nicolas Geoffray · 9 years ago
  5. 091d238 Fix incompatible class change error for JIT stress mode by Mathieu Chartier · 9 years ago
  6. 9c8d961 Fix dex2dex logic by Mathieu Chartier · 9 years ago
  7. 6ad40cd [MIPS64] Fix GenInlinedPeek and GenInlinedPoke functions. by Goran Jakovljevic · 9 years ago
  8. 9b34b24 Trim arenas for JIT by Mathieu Chartier · 9 years ago
  9. 6ea651f Initial support for quick compiler on MIPS64r6. by Maja Gagic · 9 years ago
  10. 66b2666 Merge "ART: AddVectorReduce should store result in memory carefully" by Bill Buzbee · 9 years ago
  11. d37f919 ART: Do not produce CFI when not asked for by Andreas Gampe · 9 years ago
  12. 085b733 ART: AddVectorReduce should store result in memory carefully by Maxim Kazantsev · 9 years ago
  13. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 9 years ago
  14. 8376830 Merge "Handle another untyped dex CONST issue" by buzbee · 9 years ago
  15. 335c555 ARM: Fix LIR flags in encoding map. by Ningsheng Jian · 9 years ago
  16. 71ef044 Change already inline error to warning by Mathieu Chartier · 9 years ago
  17. 4f9bbe2 Merge "Fix JIT for vmdebug test 99" by Mathieu Chartier · 9 years ago
  18. 2d873b6 [MIPS] Fix mips32 trampoline problem. by Nikola Veljkovic · 9 years ago
  19. c0d5f89 Fix JIT for vmdebug test 99 by Mathieu Chartier · 9 years ago
  20. f58c11c Fix argument register allocation for mips32. by Douglas Leung · 9 years ago
  21. 7e6a233 Delete bad DCHECK by Mathieu Chartier · 9 years ago
  22. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  23. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  24. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  25. 4de86d0 Handle another untyped dex CONST issue by buzbee · 9 years ago
  26. 5569328 ART: Some conditions should be stricter in GenInlinedMinMax() by nikolay serdjuk · 9 years ago
  27. d7a5e55 Fix core spill mask for x86 special suspend. by Vladimir Marko · 9 years ago
  28. 6aa7fe6 Merge "Replace a few std::vector with ArenaVector in Mir2Lir." by Vladimir Marko · 9 years ago
  29. 80b96d1 Replace a few std::vector with ArenaVector in Mir2Lir. by Vladimir Marko · 9 years ago
  30. 6561551 Merge "Move arenas into runtime" by Mathieu Chartier · 9 years ago
  31. b666f48 Move arenas into runtime by Mathieu Chartier · 9 years ago
  32. 6ce3eba Add suspend checks to special methods. by Vladimir Marko · 9 years ago
  33. 2ee8837 Merge "ART: Templatize IsInt & IsUint" by Andreas Gampe · 9 years ago
  34. ab1eb0d ART: Templatize IsInt & IsUint by Andreas Gampe · 9 years ago
  35. 698e4a8 Merge "Distinguish FP and integral constants in LVN." by Vladimir Marko · 9 years ago
  36. a5c8118 Merge "ART: Fix InsertCaseLabel to return boundary_lir always" by Bill Buzbee · 9 years ago
  37. 3dbce6f Merge "ART: Promoted register may be wrong after the load of zero fp constant" by Bill Buzbee · 9 years ago
  38. 22c7f5b Distinguish FP and integral constants in LVN. by Vladimir Marko · 9 years ago
  39. 37e05bf Quick: Disable DCE until we fix FP/Core reg mismatches. by Vladimir Marko · 9 years ago
  40. 0d5fd49 ART: Promoted register may be wrong after the load of zero fp constant by Vladimir · 9 years ago
  41. afba696 Merge "Dead code elimination based on GVN results." by Vladimir Marko · 9 years ago
  42. 7a01dc2 Dead code elimination based on GVN results. by Vladimir Marko · 10 years ago
  43. d532f00 Add tests for wide constants in LVN. by Vladimir Marko · 9 years ago
  44. bce8899 Merge "Clean up Scoped-/ArenaAlocator array allocations." by Vladimir Marko · 9 years ago
  45. e4fcc5b Clean up Scoped-/ArenaAlocator array allocations. by Vladimir Marko · 9 years ago
  46. 47d2e48 LVN handles const-wide/32 incorrectly by Serguei Katkov · 9 years ago
  47. a78ef44 ART: Fix InsertCaseLabel to return boundary_lir always by Chao-ying Fu · 9 years ago
  48. aa874e0 Merge "Quick: Rewrite Phi node insertion." by Vladimir Marko · 9 years ago
  49. 69c37c3 Merge "Revert "Revert "Allow preopted apps to have sharpened calls for non-x86 architectures.""" by Jeff Hao · 9 years ago
  50. 6a8946b Quick: Rewrite Phi node insertion. by Vladimir Marko · 9 years ago
  51. 72f53af ART: Remove MIRGraph::dex_pc_to_block_map_ by Chao-ying Fu · 10 years ago
  52. a0acc2d Revert "Revert "Allow preopted apps to have sharpened calls for non-x86 architectures."" by Jeff Hao · 9 years ago
  53. 7d31862 Merge "ART: Pass Options should be strings instead of integers" by Andreas Gampe · 9 years ago
  54. f4b24f7 Merge "ART: Change x86 long param ABI (Quick/JNI/Opt)" by Nicolas Geoffray · 9 years ago
  55. 98a26e1 ART: Pass Options should be strings instead of integers by Jean-Philippe Halimi · 9 years ago
  56. 900e7b3 Merge "ARM/ARM64: Dump thread offset." by Andreas Gampe · 9 years ago
  57. a34e760 ARM/ARM64: Dump thread offset. by Zheng Xu · 9 years ago
  58. b3cdf93 ART: Fix to X86Mir2Lir::GenReduceVector by Mark Mendell · 9 years ago
  59. cc6bb73 Merge "AdvanceMIR does not know how to passthrough the empty block" by Vladimir Marko · 9 years ago
  60. ea39216 AdvanceMIR does not know how to passthrough the empty block by Serguei Katkov · 9 years ago
  61. 14247b6 Revert "Allow preopted apps to have sharpened calls for non-x86 architectures." by Brian Carlstrom · 9 years ago
  62. 3e6a3bf ART: Change x86 long param ABI (Quick/JNI/Opt) by Mark Mendell · 9 years ago
  63. 6407d3c Merge "Allow preopted apps to have sharpened calls for non-x86 architectures." by Jeff Hao · 9 years ago
  64. 5bdab12 Clean up pass driver by Mathieu Chartier · 9 years ago
  65. 763abfd Merge "ART: Even more Quick cleanup" by Andreas Gampe · 9 years ago
  66. 9c46208 ART: Even more Quick cleanup by Andreas Gampe · 9 years ago
  67. 966c3ae Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" by Mark P Mendell · 9 years ago
  68. 1e3dfff Allow preopted apps to have sharpened calls for non-x86 architectures. by Jeff Hao · 9 years ago
  69. eb6e852 Merge "ART: More Quick cleanup" by Andreas Gampe · 9 years ago
  70. 949c91f Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 9 years ago
  71. 0e92f4f ART: More Quick cleanup by Andreas Gampe · 9 years ago
  72. a2e18ed ART: Fix inlining of Mir2Lir by Andreas Gampe · 9 years ago
  73. 8c1a3a2 Merge "ART: Some Quick cleanup" by Andreas Gampe · 9 years ago
  74. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 9 years ago
  75. f80b641 Add missing EndTiming in CompileMethod by Mathieu Chartier · 9 years ago
  76. 00ca847 Quick: Fix range check for intrinsic String.charAt() on x86. by Vladimir Marko · 9 years ago
  77. 3d2c8e7 ART: Implement X86 hard float (Quick/JNI/Baseline) by Mark Mendell · 10 years ago
  78. ff87d7b ART: Fix GenInlined functions by Chao-ying Fu · 9 years ago
  79. 582f541 ART: Fix arm64 backend by Andreas Gampe · 9 years ago
  80. f681570 ART: Make some helpers non-virtual in Mir2Lir by Andreas Gampe · 9 years ago
  81. 97d9f28 Merge "ART: Some Quick cleanup" by Andreas Gampe · 9 years ago
  82. d500b53 ART: Some Quick cleanup by Andreas Gampe · 9 years ago
  83. ddf05aa ART: Fix compiler warning at arm/int_arm.cc:644 by Dmitry Petrochenko · 10 years ago
  84. 066f9e4 Quick: Clean up optimization pass order. by Vladimir Marko · 10 years ago
  85. 71fb52f ART: Optimizing compiler intrinsics by Andreas Gampe · 10 years ago
  86. 8ebdc2b ART: Fix indentation in Mips backend by Andreas Gampe · 10 years ago
  87. ea1c64d Merge "Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd." by Vladimir Marko · 10 years ago
  88. ee5e273 Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd. by Vladimir Marko · 10 years ago
  89. 7774edf Merge "Skip r1 on arm if first parameter is a long." by Nicolas Geoffray · 10 years ago
  90. 8d36591 ART: Use jalr instead of jr for Mips by Andreas Gampe · 10 years ago
  91. 69c15d3 Skip r1 on arm if first parameter is a long. by Nicolas Geoffray · 10 years ago
  92. 6650de2 Merge "Revert "ART: Implement hard float for X86"" by Vladimir Marko · 10 years ago
  93. 0f9b03c Revert "ART: Implement hard float for X86" by Vladimir Marko · 10 years ago
  94. 1342867 Merge "ART: Implement hard float for X86" by Vladimir Marko · 10 years ago
  95. 59b9cf7 ART: Implement hard float for X86 by Mark Mendell · 10 years ago
  96. 425f239 Fix handling of long argument spanning register/memory. by Nicolas Geoffray · 10 years ago
  97. d30feca Merge "ART: Remove LowestSetBit and IsPowerOfTwo" by Andreas Gampe · 10 years ago
  98. cfe71e5 ART: Fix divide-by-zero for ARM by Andreas Gampe · 10 years ago
  99. 7e49992 ART: Remove LowestSetBit and IsPowerOfTwo by Andreas Gampe · 10 years ago
  100. 3d5872e Merge "ART: Reorder entrypoint argument order" by Andreas Gampe · 10 years ago