1. e76e70f Add RecordFree to the GarbageCollector interface by Mathieu Chartier · 10 years ago
  2. 0b80270 Merge "x86_64: Fix Array::DataOffset in calls" by Andreas Gampe · 10 years ago
  3. 680d662 Merge "Add some debugging info for bug 14469172." by Mingyao Yang · 10 years ago
  4. f486778 Add some debugging info for bug 14469172. by Mingyao Yang · 10 years ago
  5. 37498b6 x86_64: Fix Array::DataOffset in calls by Dmitry Petrochenko · 10 years ago
  6. 8ea5baa Merge "Quick compiler: allocate doubles as doubles" by buzbee · 10 years ago
  7. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 10 years ago
  8. 7c62471 Merge "ART: ARM64 art_quick_string_compareto" by Andreas Gampe · 10 years ago
  9. 7851ef5 Merge "Create stack traces in unstarted runtimes." by Ian Rogers · 10 years ago
  10. 266340d ART: ARM64 art_quick_string_compareto by Andreas Gampe · 10 years ago
  11. c45b8b5 Create stack traces in unstarted runtimes. by Ian Rogers · 10 years ago
  12. eafef7d Merge "Allow ArtMethod::Invoke in unstarted runtimes." by Ian Rogers · 10 years ago
  13. 5d27faf Allow ArtMethod::Invoke in unstarted runtimes. by Ian Rogers · 10 years ago
  14. 5e1c205 Merge "Prevent spurious dexopts in 32-64 builds." by Brian Carlstrom · 10 years ago
  15. 52f8488 Prevent spurious dexopts in 32-64 builds. by Narayan Kamath · 10 years ago
  16. 95873d3 Merge "ART: Better art_quick_string_compareto stub_test" by Andreas Gampe · 10 years ago
  17. dee6812 Merge "art/test: support sequential run" by Brian Carlstrom · 10 years ago
  18. 2ba8d4b ART: Better art_quick_string_compareto stub_test by Andreas Gampe · 10 years ago
  19. 81c56e7 art/test: support sequential run by Dmitry Petrochenko · 10 years ago
  20. f2cecc2 Merge "ART: Add art_quick_unlock_object to stub_test" by Andreas Gampe · 10 years ago
  21. 8cede95 Merge "ART: Fix assembler_test to use ScratchFile" by Andreas Gampe · 10 years ago
  22. a54c22c Merge "Move DecodedInstruction into MIR." by Ian Rogers · 10 years ago
  23. 9731eef Merge "Update the GetFieldObject calls behind the read barrier macros." by Hiroshi Yamauchi · 10 years ago
  24. 29a2648 Move DecodedInstruction into MIR. by Ian Rogers · 10 years ago
  25. 6a154a4 Update the GetFieldObject calls behind the read barrier macros. by Hiroshi Yamauchi · 10 years ago
  26. b40c6a7 ART: Fix assembler_test to use ScratchFile by Andreas Gampe · 10 years ago
  27. dbb8727 Merge "Add inline to RosAlloc::AllocFromCurrentRunUnlocked()." by Hiroshi Yamauchi · 10 years ago
  28. 7177d7c ART: Add art_quick_unlock_object to stub_test by Andreas Gampe · 10 years ago
  29. 2220cb1 Merge "Make arm64 build with ART_TARGET_CLANG." by Tim Murray · 10 years ago
  30. a7f9871 Merge "Add additional flags to make ART_TARGET_CLANG function with 3.5." by Tim Murray · 10 years ago
  31. 52cf5c0 Add inline to RosAlloc::AllocFromCurrentRunUnlocked(). by Hiroshi Yamauchi · 10 years ago
  32. bf28ab9 Merge "Assert dex-cache is populated following resolution in debug builds." by Ian Rogers · 10 years ago
  33. 1dbbbf6 Merge "Add finalizer references from the entrypoints." by Mathieu Chartier · 10 years ago
  34. e66cdaa Merge "Replace the bool kDoReadBarrier template parameter with an enum." by Hiroshi Yamauchi · 10 years ago
  35. 92b5786 Merge "Add GC cause to WaitForGcToComplete message." by Mathieu Chartier · 10 years ago
  36. 89a201e Add GC cause to WaitForGcToComplete message. by Mathieu Chartier · 10 years ago
  37. f6ba35d Merge "ART: Move oat_data_flow_attributes_ to private and put an API" by Vladimir Marko · 10 years ago
  38. eebe03a Assert dex-cache is populated following resolution in debug builds. by Ian Rogers · 10 years ago
  39. a7e7c2a Make arm64 build with ART_TARGET_CLANG. by Tim Murray · 10 years ago
  40. cc794c3 ART: Move oat_data_flow_attributes_ to private and put an API by Jean Christophe Beyler · 10 years ago
  41. 851a9a9 Merge "Implement object lock and unlock entrypoints for x86-64" by Andreas Gampe · 10 years ago
  42. 6a6a530 Merge "Replace CountOneBits and __builtin_popcount with POPCOUNT." by Vladimir Marko · 10 years ago
  43. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 10 years ago
  44. 56a341a Merge "Don't leak oat file when we fail to open a dex file." by Vladimir Marko · 10 years ago
  45. 80c7934 Implement object lock and unlock entrypoints for x86-64 by Alexei Zavjalov · 10 years ago
  46. 4b810ea Merge "Revert "Revert "64bit changes to the stack walker for the Quick ABI.""" by Nicolas Geoffray · 10 years ago
  47. 42fcd98 Revert "Revert "64bit changes to the stack walker for the Quick ABI."" by Nicolas Geoffray · 10 years ago
  48. 6e83c17 Replace the bool kDoReadBarrier template parameter with an enum. by Hiroshi Yamauchi · 10 years ago
  49. 8668c3c Add finalizer references from the entrypoints. by Mathieu Chartier · 10 years ago
  50. 608168b Merge "Implement art_quick_string_compareto entrypoint for x86-64" by Andreas Gampe · 10 years ago
  51. 315ccab Implement art_quick_string_compareto entrypoint for x86-64 by Alexei Zavjalov · 10 years ago
  52. 43221f7 Merge "Disable the ahead-of-time compilation for MIPS." by Ian Rogers · 10 years ago
  53. 394d4e7 Merge "Fix the tools/art script about the ISA-specific dalvik cache." by Hiroshi Yamauchi · 10 years ago
  54. f5656ce Fix the tools/art script about the ISA-specific dalvik cache. by Hiroshi Yamauchi · 10 years ago
  55. 05d67f6 Merge "ART: aarch64 jni compiler needs to extend small return types" by Andreas Gampe · 10 years ago
  56. d110432 ART: aarch64 jni compiler needs to extend small return types by Andreas Gampe · 10 years ago
  57. a82b967 Merge "Update clean-oat targets to handle ISA directories" by Brian Carlstrom · 10 years ago
  58. ae08961 Update clean-oat targets to handle ISA directories by Brian Carlstrom · 10 years ago
  59. 7ca278b Disable the ahead-of-time compilation for MIPS. by Ian Rogers · 10 years ago
  60. 9a16f22 Merge "Add thread unsafe allocation methods to spaces." by Mathieu Chartier · 10 years ago
  61. 7edf7c8 Merge "Clean up Add/Remove space." by Mathieu Chartier · 10 years ago
  62. d2e1f11 Merge "ART: Fix target run-tests to build architecture directories" by Andreas Gampe · 10 years ago
  63. d672843 ART: Fix target run-tests to build architecture directories by Andreas Gampe · 10 years ago
  64. 69cf921 Merge "Fix a few 64-bit compilation of 32-bit code issues." by Ian Rogers · 10 years ago
  65. ff093b3 Fix a few 64-bit compilation of 32-bit code issues. by Ian Rogers · 10 years ago
  66. 64e7ac0 Don't leak oat file when we fail to open a dex file. by Vladimir Marko · 10 years ago
  67. 530804f Merge "Fix errno checking for dalvik-cache creation." by Narayan Kamath · 10 years ago
  68. 0fd34bb Merge "Use instruction specific dalvik cache dirs." by Narayan Kamath · 10 years ago
  69. ef204fa Fix errno checking for dalvik-cache creation. by Narayan Kamath · 10 years ago
  70. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 10 years ago
  71. b301655 Merge "Fix host build with clang 3.3" by Brian Carlstrom · 10 years ago
  72. a2b51a0 Fix host build with clang 3.3 by Brian Carlstrom · 10 years ago
  73. 0686743 Merge "x86_64 Assembler Test Infrastructure, fix x86_64 assembler" by Andreas Gampe · 10 years ago
  74. 5a4fa82 x86_64 Assembler Test Infrastructure, fix x86_64 assembler by Andreas Gampe · 10 years ago
  75. 0a3b13f Merge "Add heap reference size to the checks in arch_test" by Andreas Gampe · 10 years ago
  76. c9ebc98 Merge "Implement art_quick_aput_object stubs for X86-64 and ARM64" by Andreas Gampe · 10 years ago
  77. b132ec5 Add heap reference size to the checks in arch_test by Andreas Gampe · 10 years ago
  78. f4e910b Implement art_quick_aput_object stubs for X86-64 and ARM64 by Andreas Gampe · 10 years ago
  79. 1b54f9c Clean up Add/Remove space. by Mathieu Chartier · 10 years ago
  80. 0651d41 Add thread unsafe allocation methods to spaces. by Mathieu Chartier · 10 years ago
  81. adcfc69 Merge "Don't allow allocating finalizable objects during transactions." by Mathieu Chartier · 10 years ago
  82. 3c541e3 Merge "Simplify GenConstString" by Mingyao Yang · 10 years ago
  83. 4a0047a Add additional flags to make ART_TARGET_CLANG function with 3.5. by Tim Murray · 10 years ago
  84. b2c7ead Don't allow allocating finalizable objects during transactions. by Mathieu Chartier · 10 years ago
  85. 3b004ba Simplify GenConstString by Mingyao Yang · 10 years ago
  86. be47069 Merge "Force inlining on trivial accessors." by Ian Rogers · 10 years ago
  87. c5d5946 Merge "Rewrite suspend test check with LIRSlowPath." by Mingyao Yang · 10 years ago
  88. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  89. 6ffcfa0 Rewrite suspend test check with LIRSlowPath. by Mingyao Yang · 10 years ago
  90. 948740c Merge "Enable concurrent sweeping for non-concurrent GC." by Mathieu Chartier · 10 years ago
  91. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 10 years ago
  92. 6661304 Merge "Disable StubTest.APutObj if heap poisoning is enabled." by Hiroshi Yamauchi · 10 years ago
  93. 6b4855c Merge "Add ARM64 & X86_64 Assembly, plus tests" by Andreas Gampe · 10 years ago
  94. 00c1e6d Add ARM64 & X86_64 Assembly, plus tests by Andreas Gampe · 10 years ago
  95. becc372 Merge "ART: Initialization of RegLocation and API for GrowableArray Iterator" by Vladimir Marko · 10 years ago
  96. 1ceea7e ART: Initialization of RegLocation and API for GrowableArray Iterator by Jean Christophe Beyler · 10 years ago
  97. 5108b67 Merge "Quick compiler: debugging assists" by buzbee · 10 years ago
  98. 7a11ab0 Quick compiler: debugging assists by buzbee · 10 years ago
  99. 26db783 Merge "Setup policies for register allocation." by Nicolas Geoffray · 10 years ago
  100. a7aca37 Setup policies for register allocation. by Nicolas Geoffray · 10 years ago