1. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 11 years ago
  2. 792f596 Merge "Fix class initialization checks in interpreter" by Sebastien Hertz · 11 years ago
  3. 1edbd8e Fix class initialization checks in interpreter by Sebastien Hertz · 11 years ago
  4. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  5. 4e99b3d Add missing class initialization during compilation and tests by Sebastien Hertz · 11 years ago
  6. 7b1cabf CW on Master: Propagate or throw exception when no class found happens in interpreter. by Sean Wan · 11 years ago
  7. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 11 years ago
  8. 5487494 Workaround frame size issues. by Ian Rogers · 11 years ago
  9. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 11 years ago
  10. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 11 years ago
  11. 2a0d4ec ART: Fix forbidden thread state change in interpreter by Andreas Gampe · 11 years ago
  12. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 11 years ago
  13. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 11 years ago
  14. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 11 years ago
  15. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 11 years ago
  16. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  17. c45b8b5 Create stack traces in unstarted runtimes. by Ian Rogers · 11 years ago
  18. 29a2648 Move DecodedInstruction into MIR. by Ian Rogers · 11 years ago
  19. b2c7ead Don't allow allocating finalizable objects during transactions. by Mathieu Chartier · 11 years ago
  20. 7104cbf Fix sign problem, implement low-mem mmap wraparound by Andreas Gampe · 11 years ago
  21. 563b47c Fix the bug that some compiled code was invoked with -Xint. by Hiroshi Yamauchi · 11 years ago
  22. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  23. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  24. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  25. d2fe10a Remove blacklist by Sebastien Hertz · 12 years ago
  26. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  27. abff643 Refactor array access for the interpreter. by Sebastien Hertz · 12 years ago
  28. 406388e Merge "Cleanup invoke's receiver handling in interpreter." by Sebastien Hertz · 12 years ago
  29. 1d99e45 Disallow JNI NewObjectArray of primitive types. by Ian Rogers · 12 years ago
  30. 9119c5f Cleanup invoke's receiver handling in interpreter. by Sebastien Hertz · 12 years ago
  31. 4fa0bcd Remove unneeded quoting by Brian Carlstrom · 12 years ago
  32. fa31b3c Add some functions to the unitialized VM handling by Kenny Root · 12 years ago
  33. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 12 years ago
  34. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  35. e861ebd Fix interpreter bugs. by Mathieu Chartier · 12 years ago
  36. c671485 Enable thread analysis on template functions. by Sebastien Hertz · 12 years ago
  37. 9ace87b Optimize shadow frame initialization during invoke. by Sebastien Hertz · 12 years ago
  38. c61124b Cleanup invoke in interpreter. by Sebastien Hertz · 12 years ago
  39. a3faaf4 Fix handling of unresolved references in verifier. by Jeff Hao · 12 years ago
  40. 8ece050 Add an interpreter using computed goto table. by Sebastien Hertz · 12 years ago