1. d0abb39 Merge "Do more inlining when JITting." by Nicolas Geoffray · 9 years ago
  2. ccc6197 Do more inlining when JITting. by Nicolas Geoffray · 9 years ago
  3. 230033b Merge "Don't force the boot image to using quick." by Nicolas Geoffray · 9 years ago
  4. 07380a2 Enable compilation of members with access check failures. by Calin Juravle · 9 years ago
  5. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 9 years ago
  6. 9f389d4 ART: Fix a static_cast int32_t -> uint64_t bug. by David Brazdil · 9 years ago
  7. 409e809 Don't force the boot image to using quick. by Nicolas Geoffray · 9 years ago
  8. bac76b4 Mark one more Checker test broken for mips32 by David Brazdil · 9 years ago
  9. dc2ce63 Merge "Optimize ArraySet for x86/x64/arm/arm64." by Nicolas Geoffray · 9 years ago
  10. 0b15f67 ART: Fix test by Andreas Gampe · 9 years ago
  11. 5df7f78 Merge "ART: Refactor libarttest C++ code" by Andreas Gampe · 9 years ago
  12. 89df7bf ART: Refactor libarttest C++ code by Andreas Gampe · 9 years ago
  13. 3f8cc8d Merge "Revert "Revert "Keep internal stack trace methods declaring classes live""" by Mathieu Chartier · 9 years ago
  14. e0395dd Optimize ArraySet for x86/x64/arm/arm64. by Nicolas Geoffray · 9 years ago
  15. 2525551 Merge "Implemented trip-count safety information." by Aart Bik · 9 years ago
  16. 910e827 Revert "Revert "Keep internal stack trace methods declaring classes live"" by Mathieu Chartier · 9 years ago
  17. 9401f53 Implemented trip-count safety information. by Aart Bik · 9 years ago
  18. 73b6cdf ART: Mark Checker tests broken for mips32 by David Brazdil · 9 years ago
  19. a39ce12 Merge "Revert "Revert "Enable optimizations with --debuggable.""" by Nicolas Geoffray · 9 years ago
  20. 84128f7 Merge "Add deoptimization test." by Nicolas Geoffray · 9 years ago
  21. 1920c10 Revert "Revert "Enable optimizations with --debuggable."" by Nicolas Geoffray · 9 years ago
  22. 45a8522 Revert "Keep internal stack trace methods declaring classes live" by Nicolas Geoffray · 9 years ago
  23. 566fc92 Keep internal stack trace methods declaring classes live by Mathieu Chartier · 9 years ago
  24. 0766e3f Merge "Revert "Enable optimizations with --debuggable."" by Nicolas Geoffray · 9 years ago
  25. b7d27a5 Revert "Enable optimizations with --debuggable." by Nicolas Geoffray · 9 years ago
  26. de8a3f4 Merge "Enable optimizations with --debuggable." by Nicolas Geoffray · 9 years ago
  27. f6860a5 Merge "Optimizing: Simplify UShr+And, Shr+And." by Vladimir Marko · 9 years ago
  28. 4f81907 Add deoptimization test. by Jongwon Lee · 10 years ago
  29. 43855cc Enable optimizations with --debuggable. by Nicolas Geoffray · 9 years ago
  30. a2d8b18 Merge "Fix a bug in DeadPhiHandling around conflicting phis." by Nicolas Geoffray · 9 years ago
  31. b11fc61 Fix a bug in DeadPhiHandling around conflicting phis. by Nicolas Geoffray · 9 years ago
  32. 452c1b6 Optimizing: Simplify UShr+And, Shr+And. by Vladimir Marko · 9 years ago
  33. d8750f3 Merge "Use dominance information for null optimization in write barrier." by Nicolas Geoffray · 9 years ago
  34. 6e7455e Use dominance information for null optimization in write barrier. by Nicolas Geoffray · 9 years ago
  35. 931e268 Merge "ART: Single-frame deopt" by Andreas Gampe · 9 years ago
  36. 639bdd1 ART: Single-frame deopt by Andreas Gampe · 10 years ago
  37. 853a4c3 ART: Run arch specific Checker tests on host by David Brazdil · 9 years ago
  38. 3b9f304 Address HPackedSwitch issues raised after merge by Mark Mendell · 9 years ago
  39. 6918bf1 Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Igor Murashkin · 9 years ago
  40. 446ca43 Merge "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Nicolas Geoffray · 9 years ago
  41. 7bbb80a Revert "lambda: Experimental support for capture-variable and liberate-variable" by Nicolas Geoffray · 9 years ago
  42. 42fbf49 Disable class unloading test for tracing tests by Mathieu Chartier · 9 years ago
  43. 9c612ca Merge "lambda: Experimental support for capture-variable and liberate-variable" by Igor Murashkin · 9 years ago
  44. b721234 lambda: Experimental support for capture-variable and liberate-variable by Igor Murashkin · 9 years ago
  45. 4450d92 Fix tests 116 and 118 for no-prebuild by Mathieu Chartier · 9 years ago
  46. a50f9cf Fix JIT for class unloading by Mathieu Chartier · 9 years ago
  47. 8a0014d Merge "Call JNI_OnUnload when class loaders get collected" by Mathieu Chartier · 9 years ago
  48. 598302a Call JNI_OnUnload when class loaders get collected by Mathieu Chartier · 9 years ago
  49. 5469d34 ART: Reject PackedSwitch with overflowing keys by David Brazdil · 9 years ago
  50. a00bd93 Merge "Enable class unloading" by Mathieu Chartier · 9 years ago
  51. d7558da ART: Preserve loop headers with try/catch by David Brazdil · 9 years ago
  52. 05aa4d3 Enable class unloading by Mathieu Chartier · 9 years ago
  53. 0e519cd Merge "ART: Refactor run-test 482-loop-back-edge-use" by David Brazdil · 9 years ago
  54. f475bee Various improvements in finding induction variables. by Aart Bik · 10 years ago
  55. 25ec2c1 Merge "Fix falkiness in 117-nopatchoat" by Alex Light · 9 years ago
  56. 22cbec4 Fix falkiness in 117-nopatchoat by Alex Light · 9 years ago
  57. 29c8680 ART: Refactor run-test 482-loop-back-edge-use by David Brazdil · 9 years ago
  58. 84a7903 ART: PathClassLoader test by Andreas Gampe · 9 years ago
  59. 8a159fd ART: Use JIT image for JIT run tests by Andreas Gampe · 9 years ago
  60. b701315 ART: Fix bug in DeadPhiHandling by David Brazdil · 9 years ago
  61. 72e36d8 Handle OOME during threadstress finishing message by Mathieu Chartier · 9 years ago
  62. 85c7bab Revert "Revert "Optimize code generation of check-cast and instance-of."" by Nicolas Geoffray · 9 years ago
  63. 6766eae Merge "Revert "Optimize code generation of check-cast and instance-of."" by Nicolas Geoffray · 9 years ago
  64. 7537437 Revert "Optimize code generation of check-cast and instance-of." by Nicolas Geoffray · 9 years ago
  65. a201d5e Merge "Optimize code generation of check-cast and instance-of." by Nicolas Geoffray · 9 years ago
  66. e6f49b4 Revert "Support unresolved fields in optimizing" breaks debuggable tests. by Calin Juravle · 9 years ago
  67. 64acf30 Optimize code generation of check-cast and instance-of. by Nicolas Geoffray · 10 years ago
  68. 23a8e35 Support unresolved fields in optimizing by Calin Juravle · 10 years ago
  69. 175dc73 Support unresolved methods in Optimizing by Calin Juravle · 10 years ago
  70. 22af3be Use induction variable range analysis in BCE (statically). by Aart Bik · 10 years ago
  71. 72f7b88 ART: Fix 004-ReferenceMap run test by David Brazdil · 10 years ago
  72. b505997 Merge "Revert "Revert "ART: Register allocation and runtime support for try/catch""" by David Brazdil · 10 years ago
  73. 77a48ae Revert "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 10 years ago
  74. baf89b8 ART: Fix bug in reference type propagation by David Brazdil · 10 years ago
  75. e81783a Merge "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 10 years ago
  76. 659562a Revert "ART: Register allocation and runtime support for try/catch" by David Brazdil · 10 years ago
  77. 37ef3c0 Merge "Convert ART benchmarks into caliper benchmarks" by Mathieu Chartier · 10 years ago
  78. 3faa581 ART: Fix mac build by Andreas Gampe · 10 years ago
  79. 563e984 Convert ART benchmarks into caliper benchmarks by Mathieu Chartier · 10 years ago
  80. b022fa1 ART: Register allocation and runtime support for try/catch by David Brazdil · 10 years ago
  81. 4028541 Merge "Add benchmark for ScopedPrimitiveArray" by Mathieu Chartier · 10 years ago
  82. 4b1e0f4 Add benchmark for ScopedPrimitiveArray by Mathieu Chartier · 10 years ago
  83. 619552b Merge "ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight" by Vladimir Marko · 10 years ago
  84. 9ee23f4 ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight by Scott Wakeling · 10 years ago
  85. e6215c0 ART: Move access flags checking to dex file verifier by Andreas Gampe · 10 years ago
  86. dcf0d4b Increase the run-test timeout for the read barrier config. by Hiroshi Yamauchi · 10 years ago
  87. e806732 ART: Add missing GetInterfaceMethodIfProxy by Andreas Gampe · 10 years ago
  88. 48269a6 Merge "Increase the run test failure output diff line count." by Hiroshi Yamauchi · 10 years ago
  89. d630fd6 Increase the run test failure output diff line count. by Hiroshi Yamauchi · 10 years ago
  90. e87c1cd ART: Fix 466-get-live-vreg for read barrier. by Vladimir Marko · 10 years ago
  91. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 10 years ago
  92. de286fd Address some leftover comments by Mathieu Chartier · 10 years ago
  93. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 10 years ago
  94. fc8d247 Fix native annotations returning TypeNotPresentException. by Jeff Hao · 10 years ago
  95. 001e27d Merge "Add JNI state change performance test" by Mathieu Chartier · 10 years ago
  96. c3fdf90 Add JNI state change performance test by Man Cao · 10 years ago
  97. c5f408d Merge "Disable the GDB-based test timeout dump in 32 bit." by Hiroshi Yamauchi · 10 years ago
  98. db00eaf Add GC coverage test for moving GC by Mathieu Chartier · 10 years ago
  99. c823eff Disable the GDB-based test timeout dump in 32 bit. by Hiroshi Yamauchi · 10 years ago
  100. 4bc27eb Merge "Use GDB to dump threads in test timeouts, if available." by Hiroshi Yamauchi · 10 years ago