1. fd678be Additional heap verification for the Gc by Mathieu Chartier · 12 years ago
  2. 5bfa60f Fix DDMS crash by Ian Rogers · 12 years ago
  3. 87e552d Make ICCE logic common, refactor throws. by Ian Rogers · 12 years ago
  4. c747cff Runnable -> Suspended -> Runnable, avoid 2 locks by Ian Rogers · 12 years ago
  5. faf459e Verifier no longer checks dead code after failing instruction at runtime. by jeffhao · 12 years ago
  6. 692be80 Quick compiler: reuse llvm context & ir builder by buzbee · 12 years ago
  7. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 12 years ago
  8. cfb21d9 Merge "Use bionic's dlmalloc 2.8.5." into dalvik-dev by Ian Rogers · 12 years ago
  9. da6a90e Prevent miranda methods from being thrown away during resolution. by jeffhao · 12 years ago
  10. 15bf2d3 Use bionic's dlmalloc 2.8.5. by Ian Rogers · 12 years ago
  11. e4f0b2a Allow soft failures at runtime and fix null referrer for ICCE and NSME. by jeffhao · 12 years ago
  12. 2fc1427 Fix location of ICCEs and NoSuchMethodErrors. by Ian Rogers · 12 years ago
  13. b9a287c Merge "Fixes to verifier and slowpaths for cts invoke tests." into dalvik-dev by jeffhao · 12 years ago
  14. c0228b8 Fixes to verifier and slowpaths for cts invoke tests. by jeffhao · 12 years ago
  15. 6950e65 Fix test-art-host-run-test. by Ian Rogers · 12 years ago
  16. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  17. b0b2be7 Merge "Fix locking issue in oatdump." into dalvik-dev by Ian Rogers · 12 years ago
  18. 48efc2b Fix locking issue in oatdump. by Ian Rogers · 12 years ago
  19. dfd46c9 Merge "Comment on use of 0 and -1 values in mutex implementation" into dalvik-dev by Brian Carlstrom · 12 years ago
  20. bd93c30 Comment on use of 0 and -1 values in mutex implementation by Brian Carlstrom · 12 years ago
  21. fc7120c Fix JNI Compiler for x86 target by Brian Carlstrom · 12 years ago
  22. 0ac41d5 Fix llvm build for mips. by jeffhao · 12 years ago
  23. 7fbee07 Preliminary changes to allow mips target to build. by jeffhao · 12 years ago
  24. f3a2641 Make Mutexes work on Mac OS X 10.6 by Brian Carlstrom · 12 years ago
  25. a5d602c Merge "Extra debug output in test." into dalvik-dev by Ian Rogers · 12 years ago
  26. 37e2bb8 Extra debug output in test. by Ian Rogers · 12 years ago
  27. 6f1712d Merge "Quick compiler: restore optimizations" into dalvik-dev by buzbee · 12 years ago
  28. efd4a9c Merge "Remove build warnings due to now unnecessary LOCAL_MODULE_TAGS" into dalvik-dev by Brian Carlstrom · 12 years ago
  29. 3bdcd3d Remove build warnings due to now unnecessary LOCAL_MODULE_TAGS by Brian Carlstrom · 12 years ago
  30. 037813d Record allocation after SetClass to have memory fence for SetClass card mark. by Mathieu Chartier · 12 years ago
  31. 1cd9c5c Fix JPC regression by Mathieu Chartier · 12 years ago
  32. ca7a5e4 Quick compiler: restore optimizations by buzbee · 12 years ago
  33. b18e77a Switch art over to the new bionic dlmalloc 2.8.5 callback by Brian Carlstrom · 12 years ago
  34. 22ad715 Merge "Fix mac build pointer aliasing warnings" into dalvik-dev by Brian Carlstrom · 12 years ago
  35. 9da7f59 Remove bogus assert in JniAbort. by Ian Rogers · 12 years ago
  36. 556fad3 Fix mac build pointer aliasing warnings by Mathieu Chartier · 12 years ago
  37. 1b09b09 Syntax clean up to make clang happy. by Ian Rogers · 12 years ago
  38. 931c278 Remove build flag brought over from dalvik. by Ian Rogers · 12 years ago
  39. 003e870 Merge "Remove statistics lock to improve performance." into dalvik-dev by Ian Rogers · 12 years ago
  40. 637e348 Remove statistics lock to improve performance. by Mathieu Chartier · 12 years ago
  41. 20f07ce Merge "Fix x86 build where compiler found lock issue" into dalvik-dev by Brian Carlstrom · 12 years ago
  42. 9efc3e0 Fix x86 build where compiler found lock issue by Brian Carlstrom · 12 years ago
  43. c7c18df Merge "Sticky mark bits "generational" GC" into dalvik-dev by Ian Rogers · 12 years ago
  44. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  45. cd30d82 Merge "Port multi-user support to art." into dalvik-dev by Elliott Hughes · 12 years ago
  46. 627fc20 Merge "Tidy up some raw Object access cruft." into dalvik-dev by Ian Rogers · 12 years ago
  47. 178cdcc Port multi-user support to art. by Elliott Hughes · 12 years ago
  48. f254483 Merge "Restore "CFG rework for explicit exception edges"" into dalvik-dev by Bill Buzbee · 12 years ago
  49. 3eace70 Tidy up some raw Object access cruft. by Ian Rogers · 12 years ago
  50. 66aee5c Mac build fix. Macs don't support timeouts on locks. by Ian Rogers · 12 years ago
  51. a5acfd3 Mac build fix for global lock levels. by Ian Rogers · 12 years ago
  52. c9f40dd Restore "CFG rework for explicit exception edges" by Bill Buzbee · 12 years ago
  53. 3d71d80 Fix JNI compiler for portable path. by TDYa127 · 12 years ago
  54. cd05a62 Global lock levels for the LLVM side. by Shih-wei Liao · 12 years ago
  55. ef0a2ca Merge "Fix runtime_support_llvm for ART_USE_LLVM_COMPILER." into dalvik-dev by Ian Rogers · 12 years ago
  56. c5e3d76 Fix runtime_support_llvm for ART_USE_LLVM_COMPILER. by Ian Rogers · 12 years ago
  57. bce872c Merge "Callee-save frame fix" into dalvik-dev by buzbee · 12 years ago
  58. 865e6e0 Callee-save frame fix by buzbee · 12 years ago
  59. c05f85a Fix compiler for ART_USE_LLVM_COMPILER. by Ian Rogers · 12 years ago
  60. 0fb6bb5 Fix exception_test for ART_USE_LLVM_COMPILER. by Ian Rogers · 12 years ago
  61. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  62. 634ea28 Implemented inline of String charAton x86. by jeffhao · 12 years ago
  63. 86e4671 Implemented inline of String indexOf and compareTo on x86. by jeffhao · 12 years ago
  64. 46a2363 Fix SweepSystemWeaks not checking the correct bitmaps due to bitmap swapping. by Mathieu Chartier · 12 years ago
  65. 77ae36b Fix and enable inlining of some intrinsics on x86. by jeffhao · 12 years ago
  66. e37543e am e6a5b765: Rename int_to_byte to int_to_short. by Logan Chien · 12 years ago
  67. e6a5b76 Rename int_to_byte to int_to_short. by Logan Chien · 12 years ago
  68. 0e3ac14 Fix fused branches, so vm-tests work again. by jeffhao · 12 years ago
  69. 1dc7e3e Merge "Primitive type mismatches are now hard failures in the verifier." into dalvik-dev by jeffhao · 12 years ago
  70. eb31113 Primitive type mismatches are now hard failures in the verifier. by jeffhao · 12 years ago
  71. 626aaa9 am 63ebbb68: Quick compiler: fix NOT_LONG codegen by buzbee · 12 years ago
  72. 63ebbb6 Quick compiler: fix NOT_LONG codegen by buzbee · 12 years ago
  73. dcf8d72 Fix zygote live/mark bitmap size. by Mathieu Chartier · 12 years ago
  74. 259487a Merge "Change art script to use exec" into dalvik-dev by Brian Carlstrom · 12 years ago
  75. cae6f06 Change art script to use exec by Brian Carlstrom · 12 years ago
  76. babda95 Populate call info and inline float/double conversions on x86. by jeffhao · 12 years ago
  77. 8302576 Added thin-lock fast path for monitor-enter/exit on x86. by jeffhao · 12 years ago
  78. 937b73e Revert "CFG rework for explicit exception edges" by Brian Carlstrom · 12 years ago
  79. 034f76b Check for null thread groups at initialization by Brian Carlstrom · 12 years ago
  80. f2ba9cb am 8b503db0: CFG rework for explicit exception edges by buzbee · 12 years ago
  81. 8b503db CFG rework for explicit exception edges by buzbee · 12 years ago
  82. 573b429 Enable load store elimination on x86. by jeffhao · 12 years ago
  83. bb5f328 Merge "Implemented fused branches for long and fp on x86." into dalvik-dev by jeffhao · 12 years ago
  84. 4b771a0 Implemented fused branches for long and fp on x86. by jeffhao · 12 years ago
  85. 6f653d9 Remove overloading from MarkReferences by Brian Carlstrom · 12 years ago
  86. e0c39d6 Merge "Zygote space / partial collection support." into dalvik-dev by Mathieu Chartier · 12 years ago
  87. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 12 years ago
  88. 8772f7d am 9a2487f9: Quick compiler - NOT_LONG and verification fixes by buzbee · 12 years ago
  89. 9a2487f Quick compiler - NOT_LONG and verification fixes by buzbee · 12 years ago
  90. f1ea6b0 am 854029c1: Fixes to x86 register promotion and load hoisting. by jeffhao · 12 years ago
  91. 854029c Fixes to x86 register promotion and load hoisting. by jeffhao · 12 years ago
  92. 0883661 Merge "Avoid cases of deriving information from unresolved types giving conflict." into dalvik-dev by Ian Rogers · 12 years ago
  93. 529781d Avoid cases of deriving information from unresolved types giving conflict. by Ian Rogers · 12 years ago
  94. 28a02bd am 22fc28eb: Merge "Reorder the included header." into ics-mr1-plus-art by Shih-wei Liao · 12 years ago
  95. 1eb16c1 am 703f2cd1: Numerous fixes to enable PromoteRegs, though it\'s still broken. by jeffhao · 12 years ago
  96. 467ef4c Merge "Use native target build to reduce dependences." into dalvik-dev by Shih-wei Liao · 12 years ago
  97. 1335a95 Use native target build to reduce dependences. by Shih-wei Liao · 12 years ago
  98. 1e1cb52 Merge "Switch to use libbcc and single copy of LLVM." into dalvik-dev by Shih-wei Liao · 12 years ago
  99. cdc6690 Switch to use libbcc and single copy of LLVM. by Shih-wei Liao · 12 years ago
  100. ca7fd90 Merge "Additional log output for artInvokeCommon code == NULL." into dalvik-dev by Mathieu Chartier · 12 years ago