1. f96ad93 Merge "ART: Reduce LockCallTemps usage" by Ian Rogers · 11 years ago
  2. 6dccdc2 ART: Reduce LockCallTemps usage by Maxim Kazantsev · 11 years ago
  3. 2fb54e8 Merge "ART: Allow oatdump to print vr stack locations" by Ian Rogers · 11 years ago
  4. faf9f0d ART: Allow oatdump to print vr stack locations by Razvan A Lupusoru · 11 years ago
  5. 328c430 Merge "ART: Vectorization opcode implementation fixes" by Ian Rogers · 11 years ago
  6. d73f52b Merge "Add numerator check for integer divide and modulo" by Ian Rogers · 11 years ago
  7. bfa2b55 Merge "ART: Only call CalculateBasicBlockInformation once" by Ian Rogers · 11 years ago
  8. fbebc69 ART: Only call CalculateBasicBlockInformation once by Jean Christophe Beyler · 11 years ago
  9. 7b3dd82 Merge "ART: Fix computation of frame size for direct proxy methods" by Ian Rogers · 11 years ago
  10. 805bab1 ART: Fix computation of frame size for direct proxy methods by Serguei Katkov · 11 years ago
  11. 2362870 Merge "Fix native allocation watermark clamping." by Mathieu Chartier · 11 years ago
  12. 8ec31f9 Fix native allocation watermark clamping. by Mathieu Chartier · 11 years ago
  13. badae98 Merge "Add exception check to AllocateInternalWithGc" by Mathieu Chartier · 11 years ago
  14. f4f3843 Add exception check to AllocateInternalWithGc by Mathieu Chartier · 11 years ago
  15. a07557c Merge "Remove abuse of mirror::Object* to reference special values." by Ian Rogers · 11 years ago
  16. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 11 years ago
  17. b3a84e2 ART: Vectorization opcode implementation fixes by Lupusoru, Razvan A · 11 years ago
  18. 2a09504 Merge "Fix SetupResourceMasks to pass correct parameters" by Vladimir Marko · 11 years ago
  19. 859efc4 Merge "ART fix oat debug source map operations" by Vladimir Marko · 11 years ago
  20. a70343f Merge "Reduce lock contention when debugging" by Sebastien Hertz · 11 years ago
  21. 4a94679 Merge "Quick compiler, aarch64: Insane sanity checker" by buzbee · 11 years ago
  22. 878bb62 Merge "Fix native allocation test." by Mathieu Chartier · 11 years ago
  23. 2cc4e2a Merge "Change native allocations to use growth limit." by Mathieu Chartier · 11 years ago
  24. 47e877a Merge "ART: Fix StubTest Interface Trampoline test" by Andreas Gampe · 11 years ago
  25. 1a7e292 ART: Fix StubTest Interface Trampoline test by Andreas Gampe · 11 years ago
  26. e03df65 Fix native allocation test. by Mathieu Chartier · 11 years ago
  27. 0848745 Change native allocations to use growth limit. by Mathieu Chartier · 11 years ago
  28. 2013de5 Merge "Add missing read barriers to intern table." by Mathieu Chartier · 11 years ago
  29. 579123b Merge "ART: Fix read-out-of-bounds in the compiler" by Andreas Gampe · 11 years ago
  30. de0b996 ART: Fix read-out-of-bounds in the compiler by Andreas Gampe · 11 years ago
  31. fa6fe2d Merge "ART: Tighten verifier list reading and offsets" by Andreas Gampe · 11 years ago
  32. d4ae41f ART: Tighten verifier list reading and offsets by Andreas Gampe · 11 years ago
  33. c2bda53 Add missing read barriers to intern table. by Mathieu Chartier · 11 years ago
  34. 62bcfec Merge "Change intern table to unordered set." by Mathieu Chartier · 11 years ago
  35. d3c9358 Merge "Disable SignalTest with GC stress." by Ian Rogers · 11 years ago
  36. aa839cc Fix SetupResourceMasks to pass correct parameters by Junmo Park · 11 years ago
  37. 40e1912 Disable SignalTest with GC stress. by Ian Rogers · 11 years ago
  38. f77e977 Quick compiler, aarch64: Insane sanity checker by buzbee · 11 years ago
  39. d40b810 Merge "Pre-allocate the NoClassDefFoundError to be thrown for boot classes." by Ian Rogers · 11 years ago
  40. 6355745 Pre-allocate the NoClassDefFoundError to be thrown for boot classes. by Ian Rogers · 11 years ago
  41. cdfd39f Change intern table to unordered set. by Mathieu Chartier · 11 years ago
  42. 9a4f027 Merge "Reduce and speed-up class def searches." by Ian Rogers · 11 years ago
  43. 6e36042 Merge "Change heap transitions + hspace compation to use VLOG(heap)" by Mathieu Chartier · 11 years ago
  44. 98172a6 Change heap transitions + hspace compation to use VLOG(heap) by Mathieu Chartier · 11 years ago
  45. e18c901 Merge "ART: Fix typo" by Andreas Gampe · 11 years ago
  46. b061cc1 ART: Fix typo by Andreas Gampe · 11 years ago
  47. ed2be17 Reduce lock contention when debugging by Sebastien Hertz · 11 years ago
  48. e25b994 Merge "ART: Fix dex file verifier type-list handling" by Andreas Gampe · 11 years ago
  49. 31a7a0c ART: Fix dex file verifier type-list handling by Andreas Gampe · 11 years ago
  50. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 11 years ago
  51. 7c7686e Merge "Revert "Revert "ART: Prepare for ELF64.""" by Nicolas Geoffray · 11 years ago
  52. f9b87b1 Revert "Revert "ART: Prepare for ELF64."" by Nicolas Geoffray · 11 years ago
  53. dcea56f Merge "Fix frame size issue with 64-bit" by Narayan Kamath · 11 years ago
  54. 893600c Merge "Revert "ART: Prepare for ELF64."" by Nicolas Geoffray · 11 years ago
  55. 7eebd95 Revert "ART: Prepare for ELF64." by Nicolas Geoffray · 11 years ago
  56. 645f987 Merge "Add native memory accounting through custom allocator." by Mathieu Chartier · 11 years ago
  57. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 11 years ago
  58. 0772a9d Merge "ART: Fix accidental "1"" by Andreas Gampe · 11 years ago
  59. 2c2426c ART: Fix accidental "1" by Andreas Gampe · 11 years ago
  60. 2258d31 Merge "ART: Initialize fields of ParsedOptions" by Andreas Gampe · 11 years ago
  61. 18a49cc Fix frame size issue with 64-bit by Brian Carlstrom · 11 years ago
  62. 59a0043 Merge "ART: Address issues with kIntrinsicMinMaxDouble for x86" by Ian Rogers · 11 years ago
  63. 5383613 Merge "ART: Update CFG dumper to handle extended better" by Ian Rogers · 11 years ago
  64. 313f403 ART: Initialize fields of ParsedOptions by Andreas Gampe · 11 years ago
  65. 6b8e3b9 Merge "Fix master-art-host build by removing flakey test (temporarily)" by Dave Allison · 11 years ago
  66. 923968e Merge "ART: Prepare for ELF64." by Brian Carlstrom · 11 years ago
  67. cd4380c Fix master-art-host build by removing flakey test (temporarily) by Dave Allison · 11 years ago
  68. f1260f1 Merge "Fix mac build and signal test" by Dave Allison · 11 years ago
  69. 3868009 Fix mac build and signal test by Dave Allison · 11 years ago
  70. 799ddaf Merge "Fix mips build for nested signal handler" by Dave Allison · 11 years ago
  71. 500c421 Fix mips build for nested signal handler by Dave Allison · 11 years ago
  72. eb9266c Merge "Fix segfault if running without image." by Brian Carlstrom · 11 years ago
  73. f0174a0 Merge "Fix signal chain to allow for signal() call to be used" by Dave Allison · 11 years ago
  74. 7adb7ac Fix segfault if running without image. by Alex Light · 11 years ago
  75. 45b8f1a ART: Prepare for ELF64. by Tong Shen · 11 years ago
  76. e5beb18 ART: Address issues with kIntrinsicMinMaxDouble for x86 by Razvan A Lupusoru · 11 years ago
  77. 1500e6f ART: Update CFG dumper to handle extended better by Razvan A Lupusoru · 11 years ago
  78. c84b7c5 Merge "ART: Check for no gaps only when we will have an immune region" by Andreas Gampe · 11 years ago
  79. 519af18 Merge "Fix Mac build" by Brian Carlstrom · 11 years ago
  80. debdda0 Fix Mac build by Brian Carlstrom · 11 years ago
  81. e1cb298 ART: Check for no gaps only when we will have an immune region by Andreas Gampe · 11 years ago
  82. 91a8366 Fix signal chain to allow for signal() call to be used by Dave Allison · 11 years ago
  83. 9ca7d1a Merge "Fix incorect variable name." by Brian Carlstrom · 11 years ago
  84. 1291e9b Fix incorect variable name. by Alex Light · 11 years ago
  85. 4eab643 Merge "Change /dalvik-cache to be owned by root." by Brian Carlstrom · 11 years ago
  86. f843a4f Merge "Honor the read barrier option in IRT::Get()." by Hiroshi Yamauchi · 11 years ago
  87. d84be7e Merge "Fix issue with Thread.setName hanging after Thread.start" by Brian Carlstrom · 11 years ago
  88. ba32de4 Fix issue with Thread.setName hanging after Thread.start by Brian Carlstrom · 11 years ago
  89. 0517f4d Honor the read barrier option in IRT::Get(). by Hiroshi Yamauchi · 11 years ago
  90. 0ed6c6f Merge "Move the glibc unlimited stack hack into GetThreadStack." by Elliott Hughes · 11 years ago
  91. 14515d7 Merge "Fix an assert failure in art::DumpNativeStack()." by Hiroshi Yamauchi · 11 years ago
  92. 7895d55 Fix an assert failure in art::DumpNativeStack(). by Hiroshi Yamauchi · 11 years ago
  93. 79e909b Merge "Quick compiler: Fix MIPS build" by buzbee · 11 years ago
  94. 3a65807 Quick compiler: Fix MIPS build by buzbee · 11 years ago
  95. 2539613 Change /dalvik-cache to be owned by root. by Alex Light · 11 years ago
  96. 6950ae4 Merge "Filling hole between subclass and superclass." by Mathieu Chartier · 11 years ago
  97. 381e4ca Filling hole between subclass and superclass. by Fred Shih · 11 years ago
  98. 063f73c Merge "Prevent exception bugs in class linker" by Mathieu Chartier · 11 years ago
  99. 524507a Prevent exception bugs in class linker by Mathieu Chartier · 11 years ago
  100. 839cc30 Move the glibc unlimited stack hack into GetThreadStack. by Elliott Hughes · 11 years ago