1. 54fc26c ART: Refactor elf_writer_quick, add symbolizer by Andreas Gampe · 10 years ago
  2. ed20a4d Merge "Fix arm64 build warning (promoted to error)." by Dave Allison · 10 years ago
  3. 0e59bf8 Merge "ART: Change ART for new native bridge sequence" by Andreas Gampe · 10 years ago
  4. 552da66 Merge "ART: Fix host run-test script" by Andreas Gampe · 10 years ago
  5. 8be44cf Fix arm64 build warning (promoted to error). by Dave Allison · 10 years ago
  6. 1d9aa4d ART: Fix host run-test script by Andreas Gampe · 10 years ago
  7. 6be67ee ART: Change ART for new native bridge sequence by Andreas Gampe · 10 years ago
  8. 91bb35c Merge "Make nested signal more generic" by Dave Allison · 10 years ago
  9. 5250180 Merge "Fix heap trimmer daemon sleeping." by Mathieu Chartier · 10 years ago
  10. 23d683f Fix heap trimmer daemon sleeping. by Mathieu Chartier · 10 years ago
  11. 0c2894b Make nested signal more generic by Dave Allison · 10 years ago
  12. 217dc45 Merge "VisitClassesWithoutClassesLock isn't safe if classes move." by Ian Rogers · 10 years ago
  13. 7b04ae2 Merge "Fix stack overflow and duplicate methods while tracing." by Ian Rogers · 10 years ago
  14. 68caf9e Fix stack overflow and duplicate methods while tracing. by Jeff Hao · 10 years ago
  15. 5355835 Merge "ART: Fix x86_64 GenSelect case when destination is Ref" by Ian Rogers · 10 years ago
  16. 3f51e7d ART: Fix x86_64 GenSelect case when destination is Ref by Jean Christophe Beyler · 10 years ago
  17. f96ad93 Merge "ART: Reduce LockCallTemps usage" by Ian Rogers · 10 years ago
  18. 6dccdc2 ART: Reduce LockCallTemps usage by Maxim Kazantsev · 10 years ago
  19. 2fb54e8 Merge "ART: Allow oatdump to print vr stack locations" by Ian Rogers · 10 years ago
  20. faf9f0d ART: Allow oatdump to print vr stack locations by Razvan A Lupusoru · 10 years ago
  21. 328c430 Merge "ART: Vectorization opcode implementation fixes" by Ian Rogers · 10 years ago
  22. d73f52b Merge "Add numerator check for integer divide and modulo" by Ian Rogers · 10 years ago
  23. bfa2b55 Merge "ART: Only call CalculateBasicBlockInformation once" by Ian Rogers · 10 years ago
  24. fbebc69 ART: Only call CalculateBasicBlockInformation once by Jean Christophe Beyler · 10 years ago
  25. 7b3dd82 Merge "ART: Fix computation of frame size for direct proxy methods" by Ian Rogers · 10 years ago
  26. 805bab1 ART: Fix computation of frame size for direct proxy methods by Serguei Katkov · 10 years ago
  27. 2362870 Merge "Fix native allocation watermark clamping." by Mathieu Chartier · 10 years ago
  28. 8ec31f9 Fix native allocation watermark clamping. by Mathieu Chartier · 10 years ago
  29. badae98 Merge "Add exception check to AllocateInternalWithGc" by Mathieu Chartier · 10 years ago
  30. f4f3843 Add exception check to AllocateInternalWithGc by Mathieu Chartier · 10 years ago
  31. dbf3be0 VisitClassesWithoutClassesLock isn't safe if classes move. by Ian Rogers · 10 years ago
  32. a07557c Merge "Remove abuse of mirror::Object* to reference special values." by Ian Rogers · 10 years ago
  33. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
  34. b3a84e2 ART: Vectorization opcode implementation fixes by Lupusoru, Razvan A · 10 years ago
  35. 2a09504 Merge "Fix SetupResourceMasks to pass correct parameters" by Vladimir Marko · 10 years ago
  36. 859efc4 Merge "ART fix oat debug source map operations" by Vladimir Marko · 10 years ago
  37. a70343f Merge "Reduce lock contention when debugging" by Sebastien Hertz · 10 years ago
  38. 4a94679 Merge "Quick compiler, aarch64: Insane sanity checker" by buzbee · 10 years ago
  39. 878bb62 Merge "Fix native allocation test." by Mathieu Chartier · 10 years ago
  40. 2cc4e2a Merge "Change native allocations to use growth limit." by Mathieu Chartier · 10 years ago
  41. 47e877a Merge "ART: Fix StubTest Interface Trampoline test" by Andreas Gampe · 10 years ago
  42. 1a7e292 ART: Fix StubTest Interface Trampoline test by Andreas Gampe · 10 years ago
  43. e03df65 Fix native allocation test. by Mathieu Chartier · 10 years ago
  44. 0848745 Change native allocations to use growth limit. by Mathieu Chartier · 10 years ago
  45. 2013de5 Merge "Add missing read barriers to intern table." by Mathieu Chartier · 10 years ago
  46. 579123b Merge "ART: Fix read-out-of-bounds in the compiler" by Andreas Gampe · 10 years ago
  47. de0b996 ART: Fix read-out-of-bounds in the compiler by Andreas Gampe · 10 years ago
  48. fa6fe2d Merge "ART: Tighten verifier list reading and offsets" by Andreas Gampe · 10 years ago
  49. d4ae41f ART: Tighten verifier list reading and offsets by Andreas Gampe · 10 years ago
  50. c2bda53 Add missing read barriers to intern table. by Mathieu Chartier · 10 years ago
  51. 62bcfec Merge "Change intern table to unordered set." by Mathieu Chartier · 10 years ago
  52. d3c9358 Merge "Disable SignalTest with GC stress." by Ian Rogers · 10 years ago
  53. aa839cc Fix SetupResourceMasks to pass correct parameters by Junmo Park · 10 years ago
  54. 40e1912 Disable SignalTest with GC stress. by Ian Rogers · 10 years ago
  55. f77e977 Quick compiler, aarch64: Insane sanity checker by buzbee · 10 years ago
  56. d40b810 Merge "Pre-allocate the NoClassDefFoundError to be thrown for boot classes." by Ian Rogers · 10 years ago
  57. 6355745 Pre-allocate the NoClassDefFoundError to be thrown for boot classes. by Ian Rogers · 10 years ago
  58. cdfd39f Change intern table to unordered set. by Mathieu Chartier · 10 years ago
  59. 9a4f027 Merge "Reduce and speed-up class def searches." by Ian Rogers · 10 years ago
  60. 6e36042 Merge "Change heap transitions + hspace compation to use VLOG(heap)" by Mathieu Chartier · 10 years ago
  61. 98172a6 Change heap transitions + hspace compation to use VLOG(heap) by Mathieu Chartier · 10 years ago
  62. e18c901 Merge "ART: Fix typo" by Andreas Gampe · 10 years ago
  63. b061cc1 ART: Fix typo by Andreas Gampe · 10 years ago
  64. ed2be17 Reduce lock contention when debugging by Sebastien Hertz · 10 years ago
  65. e25b994 Merge "ART: Fix dex file verifier type-list handling" by Andreas Gampe · 10 years ago
  66. 31a7a0c ART: Fix dex file verifier type-list handling by Andreas Gampe · 10 years ago
  67. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 10 years ago
  68. 7c7686e Merge "Revert "Revert "ART: Prepare for ELF64.""" by Nicolas Geoffray · 10 years ago
  69. f9b87b1 Revert "Revert "ART: Prepare for ELF64."" by Nicolas Geoffray · 10 years ago
  70. dcea56f Merge "Fix frame size issue with 64-bit" by Narayan Kamath · 10 years ago
  71. 893600c Merge "Revert "ART: Prepare for ELF64."" by Nicolas Geoffray · 10 years ago
  72. 7eebd95 Revert "ART: Prepare for ELF64." by Nicolas Geoffray · 10 years ago
  73. 645f987 Merge "Add native memory accounting through custom allocator." by Mathieu Chartier · 10 years ago
  74. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  75. 0772a9d Merge "ART: Fix accidental "1"" by Andreas Gampe · 10 years ago
  76. 2c2426c ART: Fix accidental "1" by Andreas Gampe · 10 years ago
  77. 2258d31 Merge "ART: Initialize fields of ParsedOptions" by Andreas Gampe · 10 years ago
  78. 18a49cc Fix frame size issue with 64-bit by Brian Carlstrom · 10 years ago
  79. 59a0043 Merge "ART: Address issues with kIntrinsicMinMaxDouble for x86" by Ian Rogers · 10 years ago
  80. 5383613 Merge "ART: Update CFG dumper to handle extended better" by Ian Rogers · 10 years ago
  81. 313f403 ART: Initialize fields of ParsedOptions by Andreas Gampe · 10 years ago
  82. 6b8e3b9 Merge "Fix master-art-host build by removing flakey test (temporarily)" by Dave Allison · 10 years ago
  83. 923968e Merge "ART: Prepare for ELF64." by Brian Carlstrom · 10 years ago
  84. cd4380c Fix master-art-host build by removing flakey test (temporarily) by Dave Allison · 10 years ago
  85. f1260f1 Merge "Fix mac build and signal test" by Dave Allison · 10 years ago
  86. 3868009 Fix mac build and signal test by Dave Allison · 10 years ago
  87. 799ddaf Merge "Fix mips build for nested signal handler" by Dave Allison · 10 years ago
  88. 500c421 Fix mips build for nested signal handler by Dave Allison · 10 years ago
  89. eb9266c Merge "Fix segfault if running without image." by Brian Carlstrom · 10 years ago
  90. f0174a0 Merge "Fix signal chain to allow for signal() call to be used" by Dave Allison · 10 years ago
  91. 7adb7ac Fix segfault if running without image. by Alex Light · 10 years ago
  92. 45b8f1a ART: Prepare for ELF64. by Tong Shen · 10 years ago
  93. e5beb18 ART: Address issues with kIntrinsicMinMaxDouble for x86 by Razvan A Lupusoru · 10 years ago
  94. 1500e6f ART: Update CFG dumper to handle extended better by Razvan A Lupusoru · 10 years ago
  95. c84b7c5 Merge "ART: Check for no gaps only when we will have an immune region" by Andreas Gampe · 10 years ago
  96. 519af18 Merge "Fix Mac build" by Brian Carlstrom · 10 years ago
  97. debdda0 Fix Mac build by Brian Carlstrom · 10 years ago
  98. e1cb298 ART: Check for no gaps only when we will have an immune region by Andreas Gampe · 10 years ago
  99. 91a8366 Fix signal chain to allow for signal() call to be used by Dave Allison · 10 years ago
  100. 9ca7d1a Merge "Fix incorect variable name." by Brian Carlstrom · 10 years ago