1. 647b1a8 Fix 2 new sets of clang compiler warnings. by Ian Rogers · 11 years ago
  2. 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 11 years ago
  3. 5ad97da Handlerize methods across some GC points. by Hiroshi Yamauchi · 11 years ago
  4. 00ade1e Merge "ART: Fix some -Wpedantic errors" by Andreas Gampe · 11 years ago
  5. fa888d0 Revert "Enable computed goto interpreter on the host" by Sebastien Hertz · 11 years ago
  6. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 11 years ago
  7. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 11 years ago
  8. 66d9bdb Enable computed goto interpreter on the host by Sebastien Hertz · 11 years ago
  9. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 11 years ago
  10. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  11. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 11 years ago
  12. bf99f77 Clean up Handle usage. by Mathieu Chartier · 11 years ago
  13. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 11 years ago
  14. c389c97 Merge "Set vtable in class object to null after linking." by Mingyao Yang · 11 years ago
  15. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 11 years ago
  16. 535a3fb Interpreter can kick in even when implicit checks are enabled. by Nicolas Geoffray · 11 years ago
  17. 792f596 Merge "Fix class initialization checks in interpreter" by Sebastien Hertz · 11 years ago
  18. 1edbd8e Fix class initialization checks in interpreter by Sebastien Hertz · 11 years ago
  19. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  20. 9531f62 Merge "Call strong CAS from unsafe. Add more CAS versions." by Hans Boehm · 11 years ago
  21. d843443 Call strong CAS from unsafe. Add more CAS versions. by Hans Boehm · 11 years ago
  22. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  23. 3641ac7 Merge "Add missing class initialization during compilation and tests" by Sebastien Hertz · 11 years ago
  24. 4e99b3d Add missing class initialization during compilation and tests by Sebastien Hertz · 11 years ago
  25. 228602f Make CAS operations in Object use art::Atomic. by Ian Rogers · 11 years ago
  26. 7b1cabf CW on Master: Propagate or throw exception when no class found happens in interpreter. by Sean Wan · 11 years ago
  27. 6c5cb21 Ensure classes are initialized rather than initializing. by Ian Rogers · 11 years ago
  28. 2fd08e2 Merge "Fix compilation errors when setting kTracing = true." by Ian Rogers · 11 years ago
  29. 4965c02 Fix compilation errors when setting kTracing = true. by Douglas Leung · 11 years ago
  30. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 11 years ago
  31. 5487494 Workaround frame size issues. by Ian Rogers · 11 years ago
  32. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 11 years ago
  33. c2bb441 Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars." by Hans Boehm · 11 years ago
  34. 3035961 Clean up and augment Atomic class. Replace QuasiAtomic MemBars. by Hans Boehm · 11 years ago
  35. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 11 years ago
  36. 3476ed2 Merge "ART: Fix forbidden thread state change in interpreter" by Andreas Gampe · 11 years ago
  37. 2a0d4ec ART: Fix forbidden thread state change in interpreter by Andreas Gampe · 11 years ago
  38. 3c5aec1 Add missing preamble in switch-based interpreter by Sebastien Hertz · 11 years ago
  39. b379e8d Merge "Compaction cleanup for FindArrayClass." by Mathieu Chartier · 11 years ago
  40. b74cd29 Compaction cleanup for FindArrayClass. by Mathieu Chartier · 11 years ago
  41. c24234e Merge "Another workaround for stack overflow issue with clang" by Sebastien Hertz · 11 years ago
  42. 822266b Ignore catch blocks whose type can't be resolved. by Ian Rogers · 11 years ago
  43. da843e1 Another workaround for stack overflow issue with clang by Sebastien Hertz · 11 years ago
  44. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 11 years ago
  45. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 11 years ago
  46. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 11 years ago
  47. 1526c30 Merge "Secure move-exception in intepreter" by Sebastien Hertz · 11 years ago
  48. 5c00490 Secure move-exception in intepreter by Sebastien Hertz · 11 years ago
  49. 82aeddb Workaround stack overflow issue with clang by Sebastien Hertz · 11 years ago
  50. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 11 years ago
  51. e713d93 Fix JDWP location event report on return instructions by Sebastien Hertz · 11 years ago
  52. 3b9097d Merge "Combine JDWP location events" by Sebastien Hertz · 11 years ago
  53. 72b3e43 ART: Fix typo in ArtMethod::FindCatchBlock by Andreas Gampe · 11 years ago
  54. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  55. 8379b22 Combine JDWP location events by Sebastien Hertz · 12 years ago
  56. 2fa98e2 Fix typo. by Ian Rogers · 11 years ago
  57. a4e7413 Allow VMRuntime.newUnpaddedArray allocations in unstarted runtime. by Ian Rogers · 11 years ago
  58. c45b8b5 Create stack traces in unstarted runtimes. by Ian Rogers · 11 years ago
  59. 5d27faf Allow ArtMethod::Invoke in unstarted runtimes. by Ian Rogers · 11 years ago
  60. 29a2648 Move DecodedInstruction into MIR. by Ian Rogers · 11 years ago
  61. b2c7ead Don't allow allocating finalizable objects during transactions. by Mathieu Chartier · 11 years ago
  62. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  63. bb43b21 Merge "Fix ART compilation for Clang 3.5." by Stephen Hines · 11 years ago
  64. 479fc1e Support field watchpoint in interpreter by Sebastien Hertz · 11 years ago
  65. 861ea56 Fix ART compilation for Clang 3.5. by Stephen Hines · 11 years ago
  66. aa96191 Fix FindCatchBlock to work in -Xverify:none mode. by Jeff Hao · 11 years ago
  67. ee1d79a Cleanup transaction support by Sebastien Hertz · 12 years ago
  68. 7104cbf Fix sign problem, implement low-mem mmap wraparound by Andreas Gampe · 11 years ago
  69. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 12 years ago
  70. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 12 years ago
  71. 4e9b9be Merge "Fix the bug that some compiled code was invoked with -Xint." by Hiroshi Yamauchi · 12 years ago
  72. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 12 years ago
  73. 563b47c Fix the bug that some compiled code was invoked with -Xint. by Hiroshi Yamauchi · 12 years ago
  74. 6fac447 Make allocations report usable size. by Ian Rogers · 12 years ago
  75. 92246bb Fix moving GC bugs in EnterInterpreterFromInvoke. by Mathieu Chartier · 12 years ago
  76. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 12 years ago
  77. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 12 years ago
  78. f48644b Update native methods whitelist. by Sebastien Hertz · 12 years ago
  79. d2fe10a Remove blacklist by Sebastien Hertz · 12 years ago
  80. 4d2efce Don't hardcode object layout in Unsafe and space_test. by Hiroshi Yamauchi · 12 years ago
  81. 5bb9903 Fix CreateMultiArray to be compaction safe. by Mathieu Chartier · 12 years ago
  82. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  83. abff643 Refactor array access for the interpreter. by Sebastien Hertz · 12 years ago
  84. 406388e Merge "Cleanup invoke's receiver handling in interpreter." by Sebastien Hertz · 12 years ago
  85. 1d99e45 Disallow JNI NewObjectArray of primitive types. by Ian Rogers · 12 years ago
  86. b122a4b Tidy up memory barriers. by Ian Rogers · 12 years ago
  87. 9119c5f Cleanup invoke's receiver handling in interpreter. by Sebastien Hertz · 12 years ago
  88. 4605362 Don't rely on gcc extensions by Bernhard Rosenkränzer · 12 years ago
  89. c528dba Enable moving classes. by Mathieu Chartier · 12 years ago
  90. 4fa0bcd Remove unneeded quoting by Brian Carlstrom · 12 years ago
  91. fa31b3c Add some functions to the unitialized VM handling by Kenny Root · 12 years ago
  92. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 12 years ago
  93. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  94. d4beb6b Inline field and method resolution. by Sebastien Hertz · 12 years ago
  95. 2c88b38 Make goto-based interpreter the default interpreter. by Sebastien Hertz · 12 years ago
  96. f6e4a59 Merge "Improve interpreter handler table management." into dalvik-dev by Sebastien Hertz · 12 years ago
  97. ee1997a Improve interpreter handler table management. by Sebastien Hertz · 12 years ago
  98. e861ebd Fix interpreter bugs. by Mathieu Chartier · 12 years ago
  99. 253ea07 Fix an Art debug build boot failure. by Hiroshi Yamauchi · 12 years ago
  100. c671485 Enable thread analysis on template functions. by Sebastien Hertz · 12 years ago