1. 6c0ea27 Sprinkle attribute unused / noreturn wherever necessary. by Przemyslaw Szczepaniak · 9 years ago
  2. d1ef436 Merge lmp changes into mnc. by Narayan Kamath · 9 years ago
  3. f32e832 Add Android System#arraycopy fast specializations. by Przemyslaw Szczepaniak · 9 years ago
  4. c20327a Fix runtime/mirror/object_test.cc by Przemyslaw Szczepaniak · 9 years ago
  5. 3b73dd7 Fix class_linker_test by Przemyslaw Szczepaniak · 9 years ago
  6. 5c0cf12 Fix build, missed one method name change. by Przemyslaw Szczepaniak · 9 years ago
  7. 5b8e6e3 Fix for gtest missing core classes, attempt 2 by Przemyslaw Szczepaniak · 9 years ago
  8. be26f77 Revert "Fix for gtest missing core classes." by Narayan Kamath · 9 years ago
  9. 136781e Fix for gtest missing core classes. by Przemyslaw Szczepaniak · 9 years ago
  10. 0787f9d Rename native library. by Narayan Kamath · 10 years ago
  11. a0cf5a6 Fix cpplint issues. by Narayan Kamath · 10 years ago
  12. b02d9b7 Add missing JVM_IsNaN function. by Przemyslaw Szczepaniak · 10 years ago
  13. 36379fd Remove signal handling stubs. by Narayan Kamath · 10 years ago
  14. efea1fc Fixed arm64 string compareto&indexof asm code. by Przemyslaw Szczepaniak · 10 years ago
  15. 7b4ca39 Fixed x86 art_quick_string_compareto asm code. by Przemyslaw Szczepaniak · 10 years ago
  16. 5c40422 Fix sun.misc.Unsafe#(get|set)(Float|Double) by Przemyslaw Szczepaniak · 10 years ago
  17. 3c183ce Fix asm for String#indexOf/compareTo intrinsics by Przemyslaw Szczepaniak · 10 years ago
  18. 13ceeb2 Re-add intrinsics for String#charAt/isEmpty/length by Przemyslaw Szczepaniak · 10 years ago
  19. 903ac27 Use offset in sun.misc.Unsafe#copyMemoryTo/FromArray by Przemyslaw Szczepaniak · 10 years ago
  20. 67d39ad Implement JVM_FindLibraryEntry by Przemyslaw Szczepaniak · 10 years ago
  21. 5abc6f9 Add Object::Get/SetField methods for 8 and 16 bit fields. by Przemyslaw Szczepaniak · 10 years ago
  22. 84dcb99 Update layout of Class.class. by Piotr Jastrzebski · 10 years ago
  23. 29f33e6 A few more string related changes. by Piotr Jastrzebski · 10 years ago
  24. b7a35e4 Return false from GenInlined** for intrinsics that we don't implement. by Piotr Jastrzebski · 10 years ago
  25. 3a7cf8e Revert "Combine image string char arrays into single array" by Piotr Jastrzebski · 10 years ago
  26. e6cd3b5 Track renaming of a couple of fields. by Piotr Jastrzebski · 10 years ago
  27. 90f397e Update class_linker_test to account for annotationType. by Piotr Jastrzebski · 10 years ago
  28. 88f423f Remove native registration of a new classes. by Piotr Jastrzebski · 10 years ago
  29. 3ef5f48 Add an implementation of Constructor.newInstance0. by Piotr Jastrzebski · 10 years ago
  30. 8e73ea4 Implement some more of sun.misc.Unsafe. by Piotr Jastrzebski · 10 years ago
  31. c16a50f Track changes to the layout of java.lang.Throwable. by Piotr Jastrzebski · 10 years ago
  32. 87bd212 Update class layout for j.l.ref.Reference. by Piotr Jastrzebski · 10 years ago
  33. c712250 Update the layout for Class.class. by Piotr Jastrzebski · 10 years ago
  34. 63cb74b Temporarily disable StubTest.compareto. by Piotr Jastrzebski · 10 years ago
  35. 8a89433 Update runtime to work with the OpenJdk String. by Piotr Jastrzebski · 10 years ago
  36. 2c22f2e Temporarily remove intrinsics code. by Piotr Jastrzebski · 10 years ago
  37. 8d9b6d6 Update the size of Class.class. by Piotr Jastrzebski · 10 years ago
  38. 3b021bf Update the number of direct methods in j.l.reflect.Proxy. by Piotr Jastrzebski · 10 years ago
  39. 8c145b9 DirectByteBuffer: Track renaming of field. by Piotr Jastrzebski · 10 years ago
  40. d7fcf6e Unsafe: Add native implementations for new methods. by Piotr Jastrzebski · 10 years ago
  41. 44095a1 String: account for the hash32 field. by Piotr Jastrzebski · 10 years ago
  42. 8ca9077 Load libopenjdkjavacore in addition to libjavacore. by Piotr Jastrzebski · 10 years ago
  43. df0b17a Add an ART implementation of jvm.h by Piotr Jastrzebski · 10 years ago
  44. 62ce656 Add core-oj to the list of boot libraries. by Piotr Jastrzebski · 10 years ago
  45. e4cf589 ART: Weaken size check in hprof by Andreas Gampe · 10 years ago
  46. eb9d1f7 ART: Relax verifier aput checking by Andreas Gampe · 10 years ago
  47. e682a02 ART: Change UninitializedThis tracking in the verifier by Andreas Gampe · 10 years ago
  48. 6aec9da [MIPS] Avoid using odd numbered fp registers by Goran Jakovljevic · 10 years ago
  49. 0d9982d ART: Fix Quick's DCE+GVN by Serguei Katkov · 10 years ago
  50. 168387d ART: Change UnresolvedMergedType merge by Andreas Gampe · 10 years ago
  51. f695a00 ART: Change UnresolvedMergedType internal representation by Andreas Gampe · 10 years ago
  52. 6e9c66e Fix a bug in the register allocator around pair allocation. by Nicolas Geoffray · 10 years ago
  53. d333389 Tighten default inlining settings when using the space filter. by Roland Levillain · 10 years ago
  54. f2ea71c ART: Fix the simplifier for add/sub by Serguei Katkov · 10 years ago
  55. ce4b132 ART: x86_64 RoundDouble/Float intrinsics should initialize out value. by Pavel Vyssotski · 10 years ago
  56. 2ada67b Don't dump stack when deleting an invalid local ref by Mathieu Chartier · 10 years ago
  57. 8f96df8 Allow for fine tuning the inliner. by Calin Juravle · 10 years ago
  58. 681652d HDeoptimize should hold values live in env. by Mingyao Yang · 10 years ago
  59. af50e41 Bugfix: Java char is 16 bits, can not be treated as boolean. by Fredrik Roubert · 10 years ago
  60. 458a7c7 Merge "ART: Change the stack dump format to be in line with debuggerd" into mnc-dev by Andreas Gampe · 10 years ago
  61. 242ae94 ART: Change the stack dump format to be in line with debuggerd by Andreas Gampe · 10 years ago
  62. d021e16 ART: Fix Quick/Optimizing suspend check assumption mismatch. by Vladimir Marko · 10 years ago
  63. be86eab Merge "Don't check code pointer for proxies in ArtMethod::GetQuickFrameInfo" into mnc-dev by Mathieu Chartier · 10 years ago
  64. bfbb72e Don't check code pointer for proxies in ArtMethod::GetQuickFrameInfo by Mathieu Chartier · 10 years ago
  65. 3387f39 Get non proxy method for StackDumpVisitor by Mathieu Chartier · 10 years ago
  66. 030f2af Reduce space filter threshold to 128. by Nicolas Geoffray · 10 years ago
  67. a2407de Merge "ART: Boolean simplifier fix" into mnc-dev by Nicolas Geoffray · 10 years ago
  68. 22552df ART: Boolean simplifier fix by Serguei Katkov · 10 years ago
  69. 3b7660d ART: DCE should know that array-length can throw NPE by Serguei Katkov · 10 years ago
  70. 22ee090 Merge "Fix cfi information for x86." into mnc-dev by Christopher Ferris · 10 years ago
  71. 9f66589 Fix cfi information for x86. by Christopher Ferris · 10 years ago
  72. 811cfdd Re-enable run-test 449-checker-bce on MIPS64. by Roland Levillain · 10 years ago
  73. 5416720 Merge "Initialize pDeoptimize quick entry pointer for Mips." into mnc-dev by Roland Levillain · 10 years ago
  74. b5aeab1 Initialize pDeoptimize quick entry pointer for Mips. by Douglas Leung · 10 years ago
  75. b0139e8 Merge "Return an invalid StackMap when none can be found." into mnc-dev by Nicolas Geoffray · 10 years ago
  76. dbda04f Return an invalid StackMap when none can be found. by Nicolas Geoffray · 10 years ago
  77. 9976738 Fix proxy handling in FindDeclaredVirtualMethod by Mathieu Chartier · 10 years ago
  78. 25e1af5 ART: Change merges with Undefined to Undefined by Andreas Gampe · 10 years ago
  79. c08e0c7 ART: Fix test by Andreas Gampe · 10 years ago
  80. ed8fea7 Merge "ART: Improve the symbolize script" into mnc-dev by Andreas Gampe · 10 years ago
  81. 6f0a9c3 ART: Improve the symbolize script by Andreas Gampe · 10 years ago
  82. 5ee9454 Support compiling run-tests with jack by Sebastien Hertz · 10 years ago
  83. c2bf125 ART: Allow to set and copy conflicts in the verifier by Andreas Gampe · 10 years ago
  84. a3cd834 ART: Avoid soft- after hard-fail in verifier by Andreas Gampe · 10 years ago
  85. fd6fe84 Merge "ART: Release inputs in Long.reverse intrinsic in x86" into mnc-dev by Andreas Gampe · 10 years ago
  86. a0b23bb ART: Release inputs in Long.reverse intrinsic in x86 by Andreas Gampe · 10 years ago
  87. db05e31 ART: Fix opsize in LoadArgDirect by Andreas Gampe · 10 years ago
  88. ccbbda2 Add implicit null pointer and stack overflow checks for Mips. by Douglas Leung · 10 years ago
  89. 3abd437 Do not create a HBoundType when the instruction is non-null. by Nicolas Geoffray · 10 years ago
  90. 4990f5c Merge "ART: Symbolize all oat files in /data folder." into mnc-dev by Andreas Gampe · 10 years ago
  91. b46ff2c Merge "ART: Fix data loss when symbolizing oat files." into mnc-dev by Andreas Gampe · 10 years ago
  92. 9b39188 ART: Symbolize all oat files in /data folder. by Zheng Xu · 10 years ago
  93. c4e75e2 ART: Fix data loss when symbolizing oat files. by Zheng Xu · 10 years ago
  94. f801a6a Merge "Do not replace a live phi with a dead phi." into mnc-dev by Nicolas Geoffray · 10 years ago
  95. ed6193a Merge "Revert "Revert "Do not update the type of something we already know.""" into mnc-dev by Nicolas Geoffray · 10 years ago
  96. e54cd64 ART: Remove bad FindSymbol call by Andreas Gampe · 10 years ago
  97. ed40271 Merge "ART: Unlink target oat file before compiling" into mnc-dev by Andreas Gampe · 10 years ago
  98. 52f0aeb ART: Unlink target oat file before compiling by Andreas Gampe · 10 years ago
  99. fecc465 Do not replace a live phi with a dead phi. by Nicolas Geoffray · 10 years ago
  100. b7a4790 Revert "Revert "Do not update the type of something we already know."" by Nicolas Geoffray · 10 years ago