1. 66bae2f Merge "Fix build - the stack frame is too large." by David Srbecky · 10 years ago
  2. 691184d Fix build - the stack frame is too large. by David Srbecky · 10 years ago
  3. 9f28d79 Merge "Fix Mac compile error in debug_frame_writer.h" by David Srbecky · 10 years ago
  4. 3b7b6cc Merge "Quick: PC-relative loads from dex cache arrays on x86." by Vladimir Marko · 10 years ago
  5. b952ac3 Fix Mac compile error in debug_frame_writer.h by David Srbecky · 10 years ago
  6. 917f086 Merge "Implement CFI for Optimizing." by David Srbecky · 10 years ago
  7. 467e336 Merge "[optimizing] Add RIP support for x86_64" by Roland Levillain · 10 years ago
  8. 4ab74e8 Merge "ART: IRT refactor" by Andreas Gampe · 10 years ago
  9. b33b650 Merge "Implement CFI for JNI." by David Srbecky · 10 years ago
  10. c2981e8 Merge "x86_64: Fix the rex prefix for movzxb, movsxb, movb" by Andreas Gampe · 10 years ago
  11. 03fe9c8 Merge "Fix for incorrect parse of PEXTRW instruction" by Andreas Gampe · 10 years ago
  12. 3f5881f ART: IRT refactor by Andreas Gampe · 10 years ago
  13. 1936105 Merge "Add test cases to make sure GenDivRemLit() handles 16-bit constants correctly." by Andreas Gampe · 10 years ago
  14. f9a627f Add test cases to make sure GenDivRemLit() handles 16-bit constants correctly. by Douglas Leung · 10 years ago
  15. f06bb7c Merge "Test DexOptStatus enum values match DexFile values." by Richard Uhler · 10 years ago
  16. 23cedd2 Test DexOptStatus enum values match DexFile values. by Richard Uhler · 10 years ago
  17. ba9715a Merge "Implement CFI for Quick." by David Srbecky · 10 years ago
  18. c6b4dd8 Implement CFI for Optimizing. by David Srbecky · 10 years ago
  19. f55c3e0 [optimizing] Add RIP support for x86_64 by Mark Mendell · 10 years ago
  20. a528e85 Merge "Rename isDexOptNeededInternal and add kSelfPatchOatNeeded" by Richard Uhler · 10 years ago
  21. 9615986 Merge "Speedup div/rem by constants on x86 and x86_64" by Calin Juravle · 10 years ago
  22. 0f88e87 Speedup div/rem by constants on x86 and x86_64 by Guillaume Sanchez · 10 years ago
  23. 0c51da5 Merge "Opt compiler: ARM64: Use TBZ and TBNZ in VisitIf." by Roland Levillain · 10 years ago
  24. 10042c1 Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for word pairs." by Roland Levillain · 10 years ago
  25. 1961b60 Quick: PC-relative loads from dex cache arrays on x86. by Vladimir Marko · 10 years ago
  26. d23840d x86_64: Fix the rex prefix for movzxb, movsxb, movb by Chao-ying Fu · 10 years ago
  27. 1576be3 Merge "Quick: Clean up temp use counting." by Vladimir Marko · 10 years ago
  28. a2d40be Merge "Fix JDWP race at runtime shutdown" by Sebastien Hertz · 10 years ago
  29. 9d0ab6f Merge "[optimizing] Implement more x86/x86_64 intrinsics" by Andreas Gampe · 10 years ago
  30. dd97393 Implement CFI for JNI. by David Srbecky · 10 years ago
  31. 87b7c52 Quick: Clean up temp use counting. by Vladimir Marko · 10 years ago
  32. 1109fb3 Implement CFI for Quick. by David Srbecky · 10 years ago
  33. cde8e5d Merge "Remove the old CFI infrastructure." by David Srbecky · 10 years ago
  34. 4388dcc Opt compiler: ARM64: Use TBZ and TBNZ in VisitIf. by Alexandre Rames · 10 years ago
  35. 8635e18 Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for words." by Roland Levillain · 10 years ago
  36. 605e014 Merge "Ignore not yet loaded classes during hprof" by Sebastien Hertz · 10 years ago
  37. 0e88d72 Merge "ART: Remove LLVM cruft" by Andreas Gampe · 10 years ago
  38. c7399c8 ART: Remove LLVM cruft by Andreas Gampe · 10 years ago
  39. 40f6556 Merge "ART: Fix 64-bit ELF file support" by Andreas Gampe · 10 years ago
  40. 3c54b00 ART: Fix 64-bit ELF file support by Andreas Gampe · 10 years ago
  41. d2b9c0c Merge "Promote pointer to dex cache arrays on arm." by Vladimir Marko · 10 years ago
  42. 44b0348 Merge "PC-relative loads from dex cache arrays for arm." by Vladimir Marko · 10 years ago
  43. 8c57831 Remove the old CFI infrastructure. by David Srbecky · 10 years ago
  44. a9a5cc8 Merge "Quick: Use PC-relative dex cache array loads for SGET/SPUT." by Vladimir Marko · 10 years ago
  45. fa09d44 Merge "Fix CC root visiting bug" by Mathieu Chartier · 10 years ago
  46. cc23481 Promote pointer to dex cache arrays on arm. by Vladimir Marko · 10 years ago
  47. e5c76c5 PC-relative loads from dex cache arrays for arm. by Vladimir Marko · 10 years ago
  48. 3477307 Quick: Use PC-relative dex cache array loads for SGET/SPUT. by Vladimir Marko · 10 years ago
  49. 4809d0a Fix CC root visiting bug by Mathieu Chartier · 10 years ago
  50. 63a99fc Merge "ART: Print C1vis header only if visualizer enabled" by David Brazdil · 10 years ago
  51. c14b712 Merge "ART: Remove unused variables." by Andreas Gampe · 10 years ago
  52. 62e074f ART: Print C1vis header only if visualizer enabled by David Brazdil · 10 years ago
  53. d875064 ART: Remove unused variables. by Andreas Gampe · 10 years ago
  54. 71ae883 Merge "Remove fuzzer build-time dependency on core image." by Calin Juravle · 10 years ago
  55. 733840f Remove fuzzer build-time dependency on core image. by Calin Juravle · 10 years ago
  56. 9b87d4a Merge "JDWP: clear exception when allocation fails" by Sebastien Hertz · 10 years ago
  57. 4af147e Exercise art::arm::Thumb2Assembler::StoreToOffset for word pairs. by Roland Levillain · 10 years ago
  58. caff302 Merge "Fix address formatting in Mips64 disassembler." by David Srbecky · 10 years ago
  59. 030d304 Merge "Build 32-bit version of the disassembler as well." by David Srbecky · 10 years ago
  60. 47cf461 Merge "Proper fix for issue 20051601 - arm actually means thumb2." by David Srbecky · 10 years ago
  61. ca068b2 Ignore not yet loaded classes during hprof by Sebastien Hertz · 10 years ago
  62. bd4e6a8 Fix for incorrect parse of PEXTRW instruction by nikolay serdjuk · 10 years ago
  63. 58d25fd [optimizing] Implement more x86/x86_64 intrinsics by Mark Mendell · 10 years ago
  64. 1b8e8ca Merge "Revert "ART: Fix noreturn for Mac"" by Andreas Gampe · 10 years ago
  65. 48cc32c Revert "ART: Fix noreturn for Mac" by Andreas Gampe · 10 years ago
  66. e291f09 Merge "ART: Turn off missing-noreturn for Mac" by Andreas Gampe · 10 years ago
  67. 6622266 ART: Turn off missing-noreturn for Mac by Andreas Gampe · 10 years ago
  68. 81a6543 Merge "ART: Add support for "silvermont" variant" by Andreas Gampe · 10 years ago
  69. a9aabfe Merge "ART: Fix noreturn for Mac" by Andreas Gampe · 10 years ago
  70. 79dda42 ART: Fix noreturn for Mac by Andreas Gampe · 10 years ago
  71. 084403f Merge "Add more logging for debugging possible deadlock" by Mathieu Chartier · 10 years ago
  72. 720e71a Add more logging for debugging possible deadlock by Mathieu Chartier · 10 years ago
  73. 425ee0e Merge "Prevent verified method from being deleted by compiler driver." by Jeff Hao · 10 years ago
  74. a728627 Merge "Fix JNI compiler for mips64" by Andreas Gampe · 10 years ago
  75. 48699fb Prevent verified method from being deleted by compiler driver. by Jeff Hao · 10 years ago
  76. 75c40d4 Fix JNI compiler for mips64 by Goran Jakovljevic · 10 years ago
  77. 9104503 Merge "ART: Fix gtests for missing-noreturn" by Andreas Gampe · 10 years ago
  78. 9b14dc3 ART: Fix gtests for missing-noreturn by Andreas Gampe · 10 years ago
  79. fb9131b Merge "ART: Make unknown variant "mips64r6" go away" by Andreas Gampe · 10 years ago
  80. 017d16c ART: Make unknown variant "mips64r6" go away by Andreas Gampe · 10 years ago
  81. 6995856 Merge "ART: Fix no-return in sigchainlib" by Andreas Gampe · 10 years ago
  82. ba1ff84 ART: Fix no-return in sigchainlib by Andreas Gampe · 10 years ago
  83. c6ec867 Merge "ART: Enable more Clang warnings" by Andreas Gampe · 10 years ago
  84. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 10 years ago
  85. c411c6c Merge "ART: Enable Clang's -Wdeprecated" by Andreas Gampe · 10 years ago
  86. 758a801 ART: Enable Clang's -Wdeprecated by Andreas Gampe · 10 years ago
  87. e8aae00 Merge "ART: Add Clang's -Wused-but-marked-unused" by Andreas Gampe · 10 years ago
  88. 81aedc7 Merge "Refactor and improve GC root handling" by Mathieu Chartier · 10 years ago
  89. d2c80c4 Fix address formatting in Mips64 disassembler. by David Srbecky · 10 years ago
  90. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  91. 588e8e1 Build 32-bit version of the disassembler as well. by David Srbecky · 10 years ago
  92. dfae5e6 Merge "Pass linker patches around as const." by Vladimir Marko · 10 years ago
  93. e57fc0f Merge "Delete missed ClampGrowthLimit CHECK" by Mathieu Chartier · 10 years ago
  94. 189ae82 Proper fix for issue 20051601 - arm actually means thumb2. by David Srbecky · 10 years ago
  95. ca71458 ART: Add Clang's -Wused-but-marked-unused by Andreas Gampe · 10 years ago
  96. de194bf Delete missed ClampGrowthLimit CHECK by Mathieu Chartier · 10 years ago
  97. 9d231cc Merge "Add missing RecordPcInfo's for intrinsics_x86." by Mingyao Yang · 10 years ago
  98. e90db12 Add missing RecordPcInfo's for intrinsics_x86. by Mingyao Yang · 10 years ago
  99. 9c53fa5 Merge "ART: Turn of native stack dump on x86 on-device" by Andreas Gampe · 10 years ago
  100. 2f0751e ART: Turn of native stack dump on x86 on-device by Andreas Gampe · 10 years ago