1. c6b4dd8 Implement CFI for Optimizing. by David Srbecky · 10 years ago
  2. 1109fb3 Implement CFI for Quick. by David Srbecky · 10 years ago
  3. cde8e5d Merge "Remove the old CFI infrastructure." by David Srbecky · 10 years ago
  4. 40f6556 Merge "ART: Fix 64-bit ELF file support" by Andreas Gampe · 10 years ago
  5. 3c54b00 ART: Fix 64-bit ELF file support by Andreas Gampe · 10 years ago
  6. 8c57831 Remove the old CFI infrastructure. by David Srbecky · 10 years ago
  7. cc23481 Promote pointer to dex cache arrays on arm. by Vladimir Marko · 10 years ago
  8. e5c76c5 PC-relative loads from dex cache arrays for arm. by Vladimir Marko · 10 years ago
  9. 3477307 Quick: Use PC-relative dex cache array loads for SGET/SPUT. by Vladimir Marko · 10 years ago
  10. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 10 years ago
  11. b207e14 Pass linker patches around as const. by Vladimir Marko · 10 years ago
  12. e8a339e Merge "Write .debug_line section using the new DWARF library." by David Srbecky · 10 years ago
  13. dc56cc5 PC-relative loads from dex cache arrays for x86-64. by Vladimir Marko · 10 years ago
  14. 6f71589 Write .debug_line section using the new DWARF library. by David Srbecky · 10 years ago
  15. ef3456f Merge "Cortex-A53 Erratum 843419 workaround in OatWriter." by Vladimir Marko · 10 years ago
  16. c74658b Cortex-A53 Erratum 843419 workaround in OatWriter. by Vladimir Marko · 10 years ago
  17. f93c6fe Merge "Fixed layout for dex caches in boot image." by Vladimir Marko · 10 years ago
  18. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 10 years ago
  19. 1095793 [MIPS] Refactoring code for quick compiler by Goran Jakovljevic · 10 years ago
  20. 356a181 Quick: Finding upper half of kMirOpCheckPart2 should passthough empty blocks by Pavel Vyssotski · 10 years ago
  21. 410f5cf Merge "Quick: Fix "select" pattern to update data used for GC maps." by Vladimir Marko · 10 years ago
  22. 6e07183 Quick: Fix "select" pattern to update data used for GC maps. by Vladimir Marko · 10 years ago
  23. da4d79b Unify ART's various implementations of bit_cast. by Roland Levillain · 10 years ago
  24. f6737f7 Quick: Clean up Mir2Lir codegen. by Vladimir Marko · 10 years ago
  25. 274395f Merge "Quick: Create GC map based on compiler data." by Vladimir Marko · 10 years ago
  26. 027f0ff ART: Add Mips32r6 backend support by Douglas Leung · 10 years ago
  27. 767c752 Quick: Create GC map based on compiler data. by Vladimir Marko · 10 years ago
  28. 0b40ecf Quick: Clean up slow paths. by Vladimir Marko · 10 years ago
  29. d7cbf8a Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER by Mathieu Chartier · 10 years ago
  30. 22fe45d Quick: Eliminate check-cast guaranteed by instance-of. by Vladimir Marko · 10 years ago
  31. 216eaa2 Fall back to Quick when Optimizing cannot compile. by Nicolas Geoffray · 10 years ago
  32. f2674ea Fixed maybe used uninitialized by Andrew Hsieh · 10 years ago
  33. 921d6eb Fix 32 bit loads of 64 bit direct code pointers by Mathieu Chartier · 10 years ago
  34. 15b9d52 API change in StackVisitor::GetVReg*. by Nicolas Geoffray · 10 years ago
  35. 6ad40cd [MIPS64] Fix GenInlinedPeek and GenInlinedPoke functions. by Goran Jakovljevic · 10 years ago
  36. 9b34b24 Trim arenas for JIT by Mathieu Chartier · 10 years ago
  37. 6ea651f Initial support for quick compiler on MIPS64r6. by Maja Gagic · 10 years ago
  38. 66b2666 Merge "ART: AddVectorReduce should store result in memory carefully" by Bill Buzbee · 10 years ago
  39. d37f919 ART: Do not produce CFI when not asked for by Andreas Gampe · 10 years ago
  40. 085b733 ART: AddVectorReduce should store result in memory carefully by Maxim Kazantsev · 10 years ago
  41. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  42. 8376830 Merge "Handle another untyped dex CONST issue" by buzbee · 10 years ago
  43. 335c555 ARM: Fix LIR flags in encoding map. by Ningsheng Jian · 11 years ago
  44. 71ef044 Change already inline error to warning by Mathieu Chartier · 10 years ago
  45. 2d873b6 [MIPS] Fix mips32 trampoline problem. by Nikola Veljkovic · 10 years ago
  46. f58c11c Fix argument register allocation for mips32. by Douglas Leung · 10 years ago
  47. 7e6a233 Delete bad DCHECK by Mathieu Chartier · 10 years ago
  48. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  49. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  50. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  51. 4de86d0 Handle another untyped dex CONST issue by buzbee · 10 years ago
  52. 5569328 ART: Some conditions should be stricter in GenInlinedMinMax() by nikolay serdjuk · 11 years ago
  53. d7a5e55 Fix core spill mask for x86 special suspend. by Vladimir Marko · 10 years ago
  54. 6aa7fe6 Merge "Replace a few std::vector with ArenaVector in Mir2Lir." by Vladimir Marko · 10 years ago
  55. 80b96d1 Replace a few std::vector with ArenaVector in Mir2Lir. by Vladimir Marko · 10 years ago
  56. 6561551 Merge "Move arenas into runtime" by Mathieu Chartier · 10 years ago
  57. b666f48 Move arenas into runtime by Mathieu Chartier · 10 years ago
  58. 6ce3eba Add suspend checks to special methods. by Vladimir Marko · 10 years ago
  59. 2ee8837 Merge "ART: Templatize IsInt & IsUint" by Andreas Gampe · 10 years ago
  60. ab1eb0d ART: Templatize IsInt & IsUint by Andreas Gampe · 10 years ago
  61. a5c8118 Merge "ART: Fix InsertCaseLabel to return boundary_lir always" by Bill Buzbee · 10 years ago
  62. 3dbce6f Merge "ART: Promoted register may be wrong after the load of zero fp constant" by Bill Buzbee · 10 years ago
  63. 37e05bf Quick: Disable DCE until we fix FP/Core reg mismatches. by Vladimir Marko · 10 years ago
  64. 0d5fd49 ART: Promoted register may be wrong after the load of zero fp constant by Vladimir · 10 years ago
  65. 7a01dc2 Dead code elimination based on GVN results. by Vladimir Marko · 11 years ago
  66. e4fcc5b Clean up Scoped-/ArenaAlocator array allocations. by Vladimir Marko · 10 years ago
  67. a78ef44 ART: Fix InsertCaseLabel to return boundary_lir always by Chao-ying Fu · 10 years ago
  68. 69c37c3 Merge "Revert "Revert "Allow preopted apps to have sharpened calls for non-x86 architectures.""" by Jeff Hao · 10 years ago
  69. 72f53af ART: Remove MIRGraph::dex_pc_to_block_map_ by Chao-ying Fu · 11 years ago
  70. a0acc2d Revert "Revert "Allow preopted apps to have sharpened calls for non-x86 architectures."" by Jeff Hao · 11 years ago
  71. f4b24f7 Merge "ART: Change x86 long param ABI (Quick/JNI/Opt)" by Nicolas Geoffray · 10 years ago
  72. 900e7b3 Merge "ARM/ARM64: Dump thread offset." by Andreas Gampe · 11 years ago
  73. a34e760 ARM/ARM64: Dump thread offset. by Zheng Xu · 11 years ago
  74. b3cdf93 ART: Fix to X86Mir2Lir::GenReduceVector by Mark Mendell · 11 years ago
  75. 14247b6 Revert "Allow preopted apps to have sharpened calls for non-x86 architectures." by Brian Carlstrom · 11 years ago
  76. 3e6a3bf ART: Change x86 long param ABI (Quick/JNI/Opt) by Mark Mendell · 11 years ago
  77. 6407d3c Merge "Allow preopted apps to have sharpened calls for non-x86 architectures." by Jeff Hao · 11 years ago
  78. 5bdab12 Clean up pass driver by Mathieu Chartier · 11 years ago
  79. 763abfd Merge "ART: Even more Quick cleanup" by Andreas Gampe · 11 years ago
  80. 9c46208 ART: Even more Quick cleanup by Andreas Gampe · 11 years ago
  81. 966c3ae Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" by Mark P Mendell · 11 years ago
  82. 1e3dfff Allow preopted apps to have sharpened calls for non-x86 architectures. by Jeff Hao · 11 years ago
  83. eb6e852 Merge "ART: More Quick cleanup" by Andreas Gampe · 11 years ago
  84. 949c91f Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 11 years ago
  85. 0e92f4f ART: More Quick cleanup by Andreas Gampe · 11 years ago
  86. a2e18ed ART: Fix inlining of Mir2Lir by Andreas Gampe · 11 years ago
  87. 8c1a3a2 Merge "ART: Some Quick cleanup" by Andreas Gampe · 11 years ago
  88. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 11 years ago
  89. 00ca847 Quick: Fix range check for intrinsic String.charAt() on x86. by Vladimir Marko · 11 years ago
  90. 3d2c8e7 ART: Implement X86 hard float (Quick/JNI/Baseline) by Mark Mendell · 11 years ago
  91. ff87d7b ART: Fix GenInlined functions by Chao-ying Fu · 11 years ago
  92. 582f541 ART: Fix arm64 backend by Andreas Gampe · 11 years ago
  93. f681570 ART: Make some helpers non-virtual in Mir2Lir by Andreas Gampe · 11 years ago
  94. 97d9f28 Merge "ART: Some Quick cleanup" by Andreas Gampe · 11 years ago
  95. d500b53 ART: Some Quick cleanup by Andreas Gampe · 11 years ago
  96. ddf05aa ART: Fix compiler warning at arm/int_arm.cc:644 by Dmitry Petrochenko · 11 years ago
  97. 71fb52f ART: Optimizing compiler intrinsics by Andreas Gampe · 11 years ago
  98. 8ebdc2b ART: Fix indentation in Mips backend by Andreas Gampe · 11 years ago
  99. ea1c64d Merge "Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd." by Vladimir Marko · 11 years ago
  100. ee5e273 Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd. by Vladimir Marko · 11 years ago