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