1. 9c612ca Merge "lambda: Experimental support for capture-variable and liberate-variable" by Igor Murashkin · 9 years ago
  2. b721234 lambda: Experimental support for capture-variable and liberate-variable by Igor Murashkin · 9 years ago
  3. 4450d92 Fix tests 116 and 118 for no-prebuild by Mathieu Chartier · 9 years ago
  4. a50f9cf Fix JIT for class unloading by Mathieu Chartier · 9 years ago
  5. 8a0014d Merge "Call JNI_OnUnload when class loaders get collected" by Mathieu Chartier · 9 years ago
  6. 598302a Call JNI_OnUnload when class loaders get collected by Mathieu Chartier · 9 years ago
  7. 5469d34 ART: Reject PackedSwitch with overflowing keys by David Brazdil · 9 years ago
  8. a00bd93 Merge "Enable class unloading" by Mathieu Chartier · 9 years ago
  9. d7558da ART: Preserve loop headers with try/catch by David Brazdil · 9 years ago
  10. 05aa4d3 Enable class unloading by Mathieu Chartier · 9 years ago
  11. 0e519cd Merge "ART: Refactor run-test 482-loop-back-edge-use" by David Brazdil · 9 years ago
  12. f475bee Various improvements in finding induction variables. by Aart Bik · 9 years ago
  13. 25ec2c1 Merge "Fix falkiness in 117-nopatchoat" by Alex Light · 9 years ago
  14. 22cbec4 Fix falkiness in 117-nopatchoat by Alex Light · 9 years ago
  15. 29c8680 ART: Refactor run-test 482-loop-back-edge-use by David Brazdil · 9 years ago
  16. 84a7903 ART: PathClassLoader test by Andreas Gampe · 9 years ago
  17. 8a159fd ART: Use JIT image for JIT run tests by Andreas Gampe · 9 years ago
  18. b701315 ART: Fix bug in DeadPhiHandling by David Brazdil · 9 years ago
  19. 72e36d8 Handle OOME during threadstress finishing message by Mathieu Chartier · 9 years ago
  20. 85c7bab Revert "Revert "Optimize code generation of check-cast and instance-of."" by Nicolas Geoffray · 9 years ago
  21. 6766eae Merge "Revert "Optimize code generation of check-cast and instance-of."" by Nicolas Geoffray · 9 years ago
  22. 7537437 Revert "Optimize code generation of check-cast and instance-of." by Nicolas Geoffray · 9 years ago
  23. a201d5e Merge "Optimize code generation of check-cast and instance-of." by Nicolas Geoffray · 9 years ago
  24. e6f49b4 Revert "Support unresolved fields in optimizing" breaks debuggable tests. by Calin Juravle · 9 years ago
  25. 64acf30 Optimize code generation of check-cast and instance-of. by Nicolas Geoffray · 9 years ago
  26. 23a8e35 Support unresolved fields in optimizing by Calin Juravle · 9 years ago
  27. 175dc73 Support unresolved methods in Optimizing by Calin Juravle · 9 years ago
  28. 22af3be Use induction variable range analysis in BCE (statically). by Aart Bik · 9 years ago
  29. 72f7b88 ART: Fix 004-ReferenceMap run test by David Brazdil · 9 years ago
  30. b505997 Merge "Revert "Revert "ART: Register allocation and runtime support for try/catch""" by David Brazdil · 9 years ago
  31. 77a48ae Revert "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 9 years ago
  32. baf89b8 ART: Fix bug in reference type propagation by David Brazdil · 9 years ago
  33. e81783a Merge "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 9 years ago
  34. 659562a Revert "ART: Register allocation and runtime support for try/catch" by David Brazdil · 9 years ago
  35. 37ef3c0 Merge "Convert ART benchmarks into caliper benchmarks" by Mathieu Chartier · 9 years ago
  36. 3faa581 ART: Fix mac build by Andreas Gampe · 9 years ago
  37. 563e984 Convert ART benchmarks into caliper benchmarks by Mathieu Chartier · 9 years ago
  38. b022fa1 ART: Register allocation and runtime support for try/catch by David Brazdil · 9 years ago
  39. 4028541 Merge "Add benchmark for ScopedPrimitiveArray" by Mathieu Chartier · 9 years ago
  40. 4b1e0f4 Add benchmark for ScopedPrimitiveArray by Mathieu Chartier · 9 years ago
  41. 619552b Merge "ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight" by Vladimir Marko · 9 years ago
  42. 9ee23f4 ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight by Scott Wakeling · 9 years ago
  43. e6215c0 ART: Move access flags checking to dex file verifier by Andreas Gampe · 9 years ago
  44. dcf0d4b Increase the run-test timeout for the read barrier config. by Hiroshi Yamauchi · 9 years ago
  45. e806732 ART: Add missing GetInterfaceMethodIfProxy by Andreas Gampe · 9 years ago
  46. 48269a6 Merge "Increase the run test failure output diff line count." by Hiroshi Yamauchi · 9 years ago
  47. d630fd6 Increase the run test failure output diff line count. by Hiroshi Yamauchi · 9 years ago
  48. e87c1cd ART: Fix 466-get-live-vreg for read barrier. by Vladimir Marko · 9 years ago
  49. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 9 years ago
  50. de286fd Address some leftover comments by Mathieu Chartier · 9 years ago
  51. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  52. fc8d247 Fix native annotations returning TypeNotPresentException. by Jeff Hao · 9 years ago
  53. 001e27d Merge "Add JNI state change performance test" by Mathieu Chartier · 9 years ago
  54. c3fdf90 Add JNI state change performance test by Man Cao · 9 years ago
  55. c5f408d Merge "Disable the GDB-based test timeout dump in 32 bit." by Hiroshi Yamauchi · 9 years ago
  56. db00eaf Add GC coverage test for moving GC by Mathieu Chartier · 9 years ago
  57. c823eff Disable the GDB-based test timeout dump in 32 bit. by Hiroshi Yamauchi · 9 years ago
  58. 4bc27eb Merge "Use GDB to dump threads in test timeouts, if available." by Hiroshi Yamauchi · 9 years ago
  59. 6ffb9cc Use GDB to dump threads in test timeouts, if available. by Hiroshi Yamauchi · 9 years ago
  60. 1d94840 Merge "ART: Additional ceil/floor/rint test cases" by Andreas Gampe · 9 years ago
  61. 40abca7 Merge "ART: Fix the simplifier for NEGATE add/sub" by Nicolas Geoffray · 9 years ago
  62. b00ae4a Merge "Make Art's dexlist the real one!" by Aart Bik · 9 years ago
  63. b1b45be Make Art's dexlist the real one! by Aart Bik · 9 years ago
  64. 6d87eba Fix test 088 by Mathieu Chartier · 9 years ago
  65. c38fd0d Merge "Add non debug version of libarttest" by Mathieu Chartier · 9 years ago
  66. 031768a Add non debug version of libarttest by Mathieu Chartier · 9 years ago
  67. a727e37 ART: Balanced locking by Andreas Gampe · 9 years ago
  68. aae9e66 ART: Fix the simplifier for NEGATE add/sub by Serdjuk, Nikolay Y · 9 years ago
  69. fd28541 ART: Fix run-test inline assembly by Andreas Gampe · 9 years ago
  70. 54503b9 Merge "ART: Add option to retain lock levels in verifier" by Andreas Gampe · 9 years ago
  71. ad238ce ART: Add option to retain lock levels in verifier by Andreas Gampe · 9 years ago
  72. 8283109 ART: Additional ceil/floor/rint test cases by Chris Larsen · 9 years ago
  73. 2ee4589 Merge "Correct for signal, native bridge test hard-coded signal handling values" by Andreas Gampe · 9 years ago
  74. 3835acc Correct for signal, native bridge test hard-coded signal handling values by Agi Csaki · 9 years ago
  75. e74493c Merge "ART: Special form of lock aliasing" by Andreas Gampe · 9 years ago
  76. 3979bdf Merge "Fix TrySplitNonPairOrUnalignedPairIntervalAt." by Nicolas Geoffray · 9 years ago
  77. 2e92bc2 Fix TrySplitNonPairOrUnalignedPairIntervalAt. by Nicolas Geoffray · 9 years ago
  78. c147410 ART: Special form of lock aliasing by Andreas Gampe · 9 years ago
  79. 6bd6a83 Merge "ART: (Partially) fix lock aliasing" by Andreas Gampe · 9 years ago
  80. e418dda Be more flexible on the code unit size when inlining. by Nicolas Geoffray · 9 years ago
  81. bbd733e ART: Enable basic optimizations for try/catch by David Brazdil · 9 years ago
  82. f5cdc41 ART: (Partially) fix lock aliasing by Andreas Gampe · 9 years ago
  83. 77b022d ART: Revisit users in phi elimination by David Brazdil · 9 years ago
  84. cbddb90 Merge "Implement CountLeadingZeros for x86" by Roland Levillain · 9 years ago
  85. 9d3c3fc Guard thread exited message by try-catch in ThreadStress by Mathieu Chartier · 9 years ago
  86. 0d52a67 Merge "Correct for 115-native-bridge hard-coded x86/x86_64 signal handling values" by Andreas Gampe · 9 years ago
  87. 3996c89 Correct for 115-native-bridge hard-coded x86/x86_64 signal handling values by Agi Csaki · 9 years ago
  88. 151ab8d Revert "Revert "ART: DCHECK zero case for CLZ/CTZ"" by Andreas Gampe · 9 years ago
  89. d589767 Implement CountLeadingZeros for x86 by Mark Mendell · 9 years ago
  90. 4bf4c78 ART: Relax verifier aput checking by Andreas Gampe · 9 years ago
  91. 1cad8c7 Merge "Fix a bug in the register allocator when allocating pairs." by Nicolas Geoffray · 9 years ago
  92. bf81547 Ignore OOME in ThreadStress Daemon threads by Mathieu Chartier · 9 years ago
  93. e28dde5 Merge "Small optimization improvements." by Nicolas Geoffray · 9 years ago
  94. efa8468 Small optimization improvements. by Nicolas Geoffray · 9 years ago
  95. f10b6e1 ART: Change UninitializedThis tracking in the verifier by Andreas Gampe · 9 years ago
  96. 8ee8f32 Merge "Add daemon threads to 004-ThreadStress" by Mathieu Chartier · 9 years ago
  97. da2b254 Fix a bug in the register allocator when allocating pairs. by Nicolas Geoffray · 9 years ago
  98. b58474e ART: Change UnresolvedMergedType merge by Andreas Gampe · 9 years ago
  99. def3fcd Add daemon threads to 004-ThreadStress by Man Cao · 9 years ago
  100. ebccaad Merge "ART: Add complex UnresolvedMergedType test case" by Andreas Gampe · 9 years ago