1. 29a2648 Move DecodedInstruction into MIR. by Ian Rogers · 10 years ago
  2. b2c7ead Don't allow allocating finalizable objects during transactions. by Mathieu Chartier · 10 years ago
  3. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  4. bb43b21 Merge "Fix ART compilation for Clang 3.5." by Stephen Hines · 10 years ago
  5. 479fc1e Support field watchpoint in interpreter by Sebastien Hertz · 10 years ago
  6. 861ea56 Fix ART compilation for Clang 3.5. by Stephen Hines · 10 years ago
  7. aa96191 Fix FindCatchBlock to work in -Xverify:none mode. by Jeff Hao · 10 years ago
  8. ee1d79a Cleanup transaction support by Sebastien Hertz · 10 years ago
  9. 7104cbf Fix sign problem, implement low-mem mmap wraparound by Andreas Gampe · 10 years ago
  10. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  11. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  12. 4e9b9be Merge "Fix the bug that some compiled code was invoked with -Xint." by Hiroshi Yamauchi · 10 years ago
  13. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  14. 563b47c Fix the bug that some compiled code was invoked with -Xint. by Hiroshi Yamauchi · 10 years ago
  15. 6fac447 Make allocations report usable size. by Ian Rogers · 10 years ago
  16. 92246bb Fix moving GC bugs in EnterInterpreterFromInvoke. by Mathieu Chartier · 10 years ago
  17. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 10 years ago
  18. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 10 years ago
  19. f48644b Update native methods whitelist. by Sebastien Hertz · 10 years ago
  20. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  21. 4d2efce Don't hardcode object layout in Unsafe and space_test. by Hiroshi Yamauchi · 10 years ago
  22. 5bb9903 Fix CreateMultiArray to be compaction safe. by Mathieu Chartier · 10 years ago
  23. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  24. abff643 Refactor array access for the interpreter. by Sebastien Hertz · 11 years ago
  25. 406388e Merge "Cleanup invoke's receiver handling in interpreter." by Sebastien Hertz · 11 years ago
  26. 1d99e45 Disallow JNI NewObjectArray of primitive types. by Ian Rogers · 11 years ago
  27. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  28. 9119c5f Cleanup invoke's receiver handling in interpreter. by Sebastien Hertz · 11 years ago
  29. 4605362 Don't rely on gcc extensions by Bernhard Rosenkränzer · 11 years ago
  30. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  31. 4fa0bcd Remove unneeded quoting by Brian Carlstrom · 11 years ago
  32. fa31b3c Add some functions to the unitialized VM handling by Kenny Root · 11 years ago
  33. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  34. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  35. d4beb6b Inline field and method resolution. by Sebastien Hertz · 11 years ago
  36. 2c88b38 Make goto-based interpreter the default interpreter. by Sebastien Hertz · 11 years ago
  37. f6e4a59 Merge "Improve interpreter handler table management." into dalvik-dev by Sebastien Hertz · 11 years ago
  38. ee1997a Improve interpreter handler table management. by Sebastien Hertz · 11 years ago
  39. e861ebd Fix interpreter bugs. by Mathieu Chartier · 11 years ago
  40. 253ea07 Fix an Art debug build boot failure. by Hiroshi Yamauchi · 11 years ago
  41. c671485 Enable thread analysis on template functions. by Sebastien Hertz · 11 years ago
  42. 9ace87b Optimize shadow frame initialization during invoke. by Sebastien Hertz · 11 years ago
  43. c61124b Cleanup invoke in interpreter. by Sebastien Hertz · 11 years ago
  44. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  45. a3faaf4 Fix handling of unresolved references in verifier. by Jeff Hao · 11 years ago
  46. 2e2deeb Fix compiler warning in interpreter. by Ian Rogers · 11 years ago
  47. 450dcb5 Improve float to integral conversion. by Ian Rogers · 11 years ago
  48. 3b588e0 Optimize instruction data fetch in interpreter. by Sebastien Hertz · 11 years ago
  49. 947ff08 Load shadow frame's this object only upon instrumentation. by Sebastien Hertz · 11 years ago
  50. cdf2d4c Update interpreter handler table after invoke. by Sebastien Hertz · 11 years ago
  51. 043036f Add missing memory barrier. by Sebastien Hertz · 11 years ago
  52. 1eda226 Move thread suspend check at safepoints. by Sebastien Hertz · 11 years ago
  53. 8ece050 Add an interpreter using computed goto table. by Sebastien Hertz · 11 years ago
  54. 89502fc A char array copy optimization. by Hiroshi Yamauchi · 11 years ago
  55. 0f40ac3 Fix races in small mode compiler filters setup by Ian Rogers · 11 years ago
  56. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  57. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  58. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  59. c449aa8 Clear exception if catch block doesn't have move-exception. by Ian Rogers · 11 years ago
  60. 1521e95 Avoid unnecessary exception checks. by Sebastien Hertz · 11 years ago
  61. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  62. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  63. a6dd03f Merge "Update DEX pc before thread suspension." into dalvik-dev by Sebastien Hertz · 11 years ago
  64. 5fde12a Update DEX pc before thread suspension. by Sebastien Hertz · 11 years ago
  65. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 11 years ago
  66. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  67. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  68. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  69. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  70. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  71. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago