1. f5142d4 am 08264155: am 6f373129: am c2981e84: Merge "x86_64: Fix the rex prefix for movzxb, movsxb, movb" by Andreas Gampe · 10 years ago
  2. 9da1301 am 1b96c3be: am 5ef257f3: am 03fe9c80: Merge "Fix for incorrect parse of PEXTRW instruction" by Andreas Gampe · 10 years ago
  3. 0826415 am 6f373129: am c2981e84: Merge "x86_64: Fix the rex prefix for movzxb, movsxb, movb" by Andreas Gampe · 10 years ago
  4. 1b96c3b am 5ef257f3: am 03fe9c80: Merge "Fix for incorrect parse of PEXTRW instruction" by Andreas Gampe · 10 years ago
  5. 6f37312 am c2981e84: Merge "x86_64: Fix the rex prefix for movzxb, movsxb, movb" by Andreas Gampe · 10 years ago
  6. 5ef257f am 03fe9c80: Merge "Fix for incorrect parse of PEXTRW instruction" by Andreas Gampe · 10 years ago
  7. c2981e8 Merge "x86_64: Fix the rex prefix for movzxb, movsxb, movb" by Andreas Gampe · 10 years ago
  8. 03fe9c8 Merge "Fix for incorrect parse of PEXTRW instruction" by Andreas Gampe · 10 years ago
  9. a62f153 am f5e69782: am 710aa751: am 19361054: Merge "Add test cases to make sure GenDivRemLit() handles 16-bit constants correctly." by Andreas Gampe · 10 years ago
  10. 5de2a63 am 01142f8a: am a62d62eb: am f06bb7c9: Merge "Test DexOptStatus enum values match DexFile values." by Richard Uhler · 10 years ago
  11. 19156ed am 0dbf2044: am 58beca46: am ba9715a8: Merge "Implement CFI for Quick." by David Srbecky · 10 years ago
  12. f5e6978 am 710aa751: am 19361054: Merge "Add test cases to make sure GenDivRemLit() handles 16-bit constants correctly." by Andreas Gampe · 10 years ago
  13. 01142f8 am a62d62eb: am f06bb7c9: Merge "Test DexOptStatus enum values match DexFile values." by Richard Uhler · 10 years ago
  14. 0dbf204 am 58beca46: am ba9715a8: Merge "Implement CFI for Quick." by David Srbecky · 10 years ago
  15. 710aa75 am 19361054: Merge "Add test cases to make sure GenDivRemLit() handles 16-bit constants correctly." by Andreas Gampe · 10 years ago
  16. 1936105 Merge "Add test cases to make sure GenDivRemLit() handles 16-bit constants correctly." by Andreas Gampe · 10 years ago
  17. f9a627f Add test cases to make sure GenDivRemLit() handles 16-bit constants correctly. by Douglas Leung · 10 years ago
  18. a62d62e am f06bb7c9: Merge "Test DexOptStatus enum values match DexFile values." by Richard Uhler · 10 years ago
  19. 58beca4 am ba9715a8: Merge "Implement CFI for Quick." by David Srbecky · 10 years ago
  20. f06bb7c Merge "Test DexOptStatus enum values match DexFile values." by Richard Uhler · 10 years ago
  21. 23cedd2 Test DexOptStatus enum values match DexFile values. by Richard Uhler · 10 years ago
  22. ba9715a Merge "Implement CFI for Quick." by David Srbecky · 10 years ago
  23. 2f79d4b am 50075818: am 5165935b: am a528e850: Merge "Rename isDexOptNeededInternal and add kSelfPatchOatNeeded" by Richard Uhler · 10 years ago
  24. 5007581 am 5165935b: am a528e850: Merge "Rename isDexOptNeededInternal and add kSelfPatchOatNeeded" by Richard Uhler · 10 years ago
  25. 5165935 am a528e850: Merge "Rename isDexOptNeededInternal and add kSelfPatchOatNeeded" by Richard Uhler · 10 years ago
  26. a528e85 Merge "Rename isDexOptNeededInternal and add kSelfPatchOatNeeded" by Richard Uhler · 10 years ago
  27. 0f51f9d am 2b32eee8: am 6b64b0f1: am 96159860: Merge "Speedup div/rem by constants on x86 and x86_64" by Calin Juravle · 10 years ago
  28. 2b32eee am 6b64b0f1: am 96159860: Merge "Speedup div/rem by constants on x86 and x86_64" by Calin Juravle · 10 years ago
  29. 6b64b0f am 96159860: Merge "Speedup div/rem by constants on x86 and x86_64" by Calin Juravle · 10 years ago
  30. 9615986 Merge "Speedup div/rem by constants on x86 and x86_64" by Calin Juravle · 10 years ago
  31. dfff4bf am 9f4bb741: am 4a171194: am 0c51da5d: Merge "Opt compiler: ARM64: Use TBZ and TBNZ in VisitIf." by Roland Levillain · 10 years ago
  32. ebbb9fd am ef8e641f: am 5397768b: am 10042c1b: Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for word pairs." by Roland Levillain · 10 years ago
  33. 9f4bb74 am 4a171194: am 0c51da5d: Merge "Opt compiler: ARM64: Use TBZ and TBNZ in VisitIf." by Roland Levillain · 10 years ago
  34. 4a17119 am 0c51da5d: Merge "Opt compiler: ARM64: Use TBZ and TBNZ in VisitIf." by Roland Levillain · 10 years ago
  35. 0f88e87 Speedup div/rem by constants on x86 and x86_64 by Guillaume Sanchez · 10 years ago
  36. ef8e641 am 5397768b: am 10042c1b: Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for word pairs." by Roland Levillain · 10 years ago
  37. 0c51da5 Merge "Opt compiler: ARM64: Use TBZ and TBNZ in VisitIf." by Roland Levillain · 10 years ago
  38. 5397768 am 10042c1b: Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for word pairs." by Roland Levillain · 10 years ago
  39. 10042c1 Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for word pairs." by Roland Levillain · 10 years ago
  40. d23840d x86_64: Fix the rex prefix for movzxb, movsxb, movb by Chao-ying Fu · 10 years ago
  41. 8b19cd7 am 66028b7c: am ceb66214: am 1576be32: Merge "Quick: Clean up temp use counting." by Vladimir Marko · 10 years ago
  42. 66028b7 am ceb66214: am 1576be32: Merge "Quick: Clean up temp use counting." by Vladimir Marko · 10 years ago
  43. f277009 am 6d0486ef: am ef23396f: am a2d40be3: Merge "Fix JDWP race at runtime shutdown" by Sebastien Hertz · 10 years ago
  44. ceb6621 am 1576be32: Merge "Quick: Clean up temp use counting." by Vladimir Marko · 10 years ago
  45. 1576be3 Merge "Quick: Clean up temp use counting." by Vladimir Marko · 10 years ago
  46. 6d0486e am ef23396f: am a2d40be3: Merge "Fix JDWP race at runtime shutdown" by Sebastien Hertz · 10 years ago
  47. ef23396 am a2d40be3: Merge "Fix JDWP race at runtime shutdown" by Sebastien Hertz · 10 years ago
  48. 0b97788 am 7dfe978f: am e33afe80: am 9d0ab6f0: Merge "[optimizing] Implement more x86/x86_64 intrinsics" by Andreas Gampe · 10 years ago
  49. a2d40be Merge "Fix JDWP race at runtime shutdown" by Sebastien Hertz · 10 years ago
  50. 7dfe978 am e33afe80: am 9d0ab6f0: Merge "[optimizing] Implement more x86/x86_64 intrinsics" by Andreas Gampe · 10 years ago
  51. e33afe8 am 9d0ab6f0: Merge "[optimizing] Implement more x86/x86_64 intrinsics" by Andreas Gampe · 10 years ago
  52. 9d0ab6f Merge "[optimizing] Implement more x86/x86_64 intrinsics" by Andreas Gampe · 10 years ago
  53. 87b7c52 Quick: Clean up temp use counting. by Vladimir Marko · 10 years ago
  54. 1109fb3 Implement CFI for Quick. by David Srbecky · 10 years ago
  55. a0cff57 am 5ae182bc: am e3d2a2c8: am cde8e5da: Merge "Remove the old CFI infrastructure." by David Srbecky · 10 years ago
  56. 5ae182b am e3d2a2c8: am cde8e5da: Merge "Remove the old CFI infrastructure." by David Srbecky · 10 years ago
  57. e3d2a2c am cde8e5da: Merge "Remove the old CFI infrastructure." by David Srbecky · 10 years ago
  58. cde8e5d Merge "Remove the old CFI infrastructure." by David Srbecky · 10 years ago
  59. 45fe57a am 05a004ec: am 6ec59187: am 8635e188: Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for words." by Roland Levillain · 10 years ago
  60. 93e4c9c am 7e07988b: am d9d0d5d8: am 605e014b: Merge "Ignore not yet loaded classes during hprof" by Sebastien Hertz · 10 years ago
  61. 4388dcc Opt compiler: ARM64: Use TBZ and TBNZ in VisitIf. by Alexandre Rames · 10 years ago
  62. 05a004e am 6ec59187: am 8635e188: Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for words." by Roland Levillain · 10 years ago
  63. 7e07988 am d9d0d5d8: am 605e014b: Merge "Ignore not yet loaded classes during hprof" by Sebastien Hertz · 10 years ago
  64. 6ec5918 am 8635e188: Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for words." by Roland Levillain · 10 years ago
  65. d9d0d5d am 605e014b: Merge "Ignore not yet loaded classes during hprof" by Sebastien Hertz · 10 years ago
  66. 8635e18 Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for words." by Roland Levillain · 10 years ago
  67. 605e014 Merge "Ignore not yet loaded classes during hprof" by Sebastien Hertz · 10 years ago
  68. f14e894a am 4a0b6aa6: am 2b33b99b: am 0e88d726: Merge "ART: Remove LLVM cruft" by Andreas Gampe · 10 years ago
  69. 4a0b6aa am 2b33b99b: am 0e88d726: Merge "ART: Remove LLVM cruft" by Andreas Gampe · 10 years ago
  70. 2b33b99 am 0e88d726: Merge "ART: Remove LLVM cruft" by Andreas Gampe · 10 years ago
  71. 0e88d72 Merge "ART: Remove LLVM cruft" by Andreas Gampe · 10 years ago
  72. c7399c8 ART: Remove LLVM cruft by Andreas Gampe · 10 years ago
  73. d82cf3b am b205b852: am 36c5ae7a: am 40f65560: Merge "ART: Fix 64-bit ELF file support" by Andreas Gampe · 10 years ago
  74. b205b85 am 36c5ae7a: am 40f65560: Merge "ART: Fix 64-bit ELF file support" by Andreas Gampe · 10 years ago
  75. 36c5ae7 am 40f65560: Merge "ART: Fix 64-bit ELF file support" by Andreas Gampe · 10 years ago
  76. 40f6556 Merge "ART: Fix 64-bit ELF file support" by Andreas Gampe · 10 years ago
  77. 3c54b00 ART: Fix 64-bit ELF file support by Andreas Gampe · 10 years ago
  78. e474ee3 am c48e6cde: am 9e390d21: am d2b9c0ca: Merge "Promote pointer to dex cache arrays on arm." by Vladimir Marko · 10 years ago
  79. 5094805 am 9a21363e: am 75bd5796: am 44b03484: Merge "PC-relative loads from dex cache arrays for arm." by Vladimir Marko · 10 years ago
  80. c48e6cd am 9e390d21: am d2b9c0ca: Merge "Promote pointer to dex cache arrays on arm." by Vladimir Marko · 10 years ago
  81. 9a21363 am 75bd5796: am 44b03484: Merge "PC-relative loads from dex cache arrays for arm." by Vladimir Marko · 10 years ago
  82. 9e390d2 am d2b9c0ca: Merge "Promote pointer to dex cache arrays on arm." by Vladimir Marko · 10 years ago
  83. 75bd579 am 44b03484: Merge "PC-relative loads from dex cache arrays for arm." by Vladimir Marko · 10 years ago
  84. d2b9c0c Merge "Promote pointer to dex cache arrays on arm." by Vladimir Marko · 10 years ago
  85. 3a6a5c4 am 61e90200: am 0dde75a8: am a9a5cc80: Merge "Quick: Use PC-relative dex cache array loads for SGET/SPUT." by Vladimir Marko · 10 years ago
  86. 44b0348 Merge "PC-relative loads from dex cache arrays for arm." by Vladimir Marko · 10 years ago
  87. 61e9020 am 0dde75a8: am a9a5cc80: Merge "Quick: Use PC-relative dex cache array loads for SGET/SPUT." by Vladimir Marko · 10 years ago
  88. 0dbae50 am 64f55388: am f90ca4ba: am fa09d442: Merge "Fix CC root visiting bug" by Mathieu Chartier · 10 years ago
  89. 0dde75a am a9a5cc80: Merge "Quick: Use PC-relative dex cache array loads for SGET/SPUT." by Vladimir Marko · 10 years ago
  90. 8c57831 Remove the old CFI infrastructure. by David Srbecky · 10 years ago
  91. a9a5cc8 Merge "Quick: Use PC-relative dex cache array loads for SGET/SPUT." by Vladimir Marko · 10 years ago
  92. 64f5538 am f90ca4ba: am fa09d442: Merge "Fix CC root visiting bug" by Mathieu Chartier · 10 years ago
  93. f90ca4b am fa09d442: Merge "Fix CC root visiting bug" by Mathieu Chartier · 10 years ago
  94. fa09d44 Merge "Fix CC root visiting bug" by Mathieu Chartier · 10 years ago
  95. cc23481 Promote pointer to dex cache arrays on arm. by Vladimir Marko · 10 years ago
  96. e5c76c5 PC-relative loads from dex cache arrays for arm. by Vladimir Marko · 10 years ago
  97. 3477307 Quick: Use PC-relative dex cache array loads for SGET/SPUT. by Vladimir Marko · 10 years ago
  98. 6343c78 am af9046cd: am d68e74fb: am 63a99fce: Merge "ART: Print C1vis header only if visualizer enabled" by David Brazdil · 10 years ago
  99. f5720c0 am 16294f25: am 9679485a: am c14b7123: Merge "ART: Remove unused variables." by Andreas Gampe · 10 years ago
  100. af9046c am d68e74fb: am 63a99fce: Merge "ART: Print C1vis header only if visualizer enabled" by David Brazdil · 10 years ago