1. 8281864 Fix GetOutVROffset to use correct Method* size. by buzbee · 10 years ago
  2. 511c8a6 AArch64: Fix cmp-long and method with long arguments. by Zheng Xu · 10 years ago
  3. 5cf9819 Don't report down-calls as unhandled exceptions. by Ian Rogers · 10 years ago
  4. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  5. 92d1a66 Visit methods in stack frames during root visits. by Hiroshi Yamauchi · 10 years ago
  6. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  7. 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 10 years ago
  8. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 10 years ago
  9. 42fcd98 Revert "Revert "64bit changes to the stack walker for the Quick ABI."" by Nicolas Geoffray · 10 years ago
  10. 8d5ead5 Revert "64bit changes to the stack walker for the Quick ABI." by Nicolas Geoffray · 10 years ago
  11. 5cb3283 64bit changes to the stack walker for the Quick ABI. by Nicolas Geoffray · 10 years ago
  12. f943914 Implement implicit stack overflow checks by Dave Allison · 10 years ago
  13. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 10 years ago
  14. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 10 years ago
  15. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 10 years ago
  16. 815873e Change root visitor to use Object**. by Mathieu Chartier · 10 years ago
  17. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 10 years ago
  18. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  19. da7a69b Enable compiler temporaries by Razvan A Lupusoru · 11 years ago
  20. 9119c5f Cleanup invoke's receiver handling in interpreter. by Sebastien Hertz · 11 years ago
  21. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  22. 74e256b Add missing references. by Sebastien Hertz · 11 years ago
  23. c61124b Cleanup invoke in interpreter. by Sebastien Hertz · 11 years ago
  24. 7c748a2 am e47637cc: 4-byte align 64-bit values in Get/Set Double/Long for GCC 4.8. by Jeff Hao · 11 years ago
  25. e47637c 4-byte align 64-bit values in Get/Set Double/Long for GCC 4.8. by Jeff Hao · 11 years ago
  26. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  27. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  28. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  29. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago
  30. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  31. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  32. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  33. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/stack.h]
  34. e701f48 Clean up shadow frame. by Jeff Hao · 11 years ago
  35. 6613519 Allocate shadow frames in interpreter on stack instead of on heap. by Jeff Hao · 11 years ago
  36. 807a256 Improve interpreter performance. by Sebastien Hertz · 11 years ago
  37. 1674363 Improve interpreter to interpreter invokes. by Jeff Hao · 11 years ago
  38. 8a01a3a Make ShadowFrame fields const when not in portable. by Ian Rogers · 11 years ago
  39. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  40. a7b0c42 Fix crash in stack walking. by Sebastien Hertz · 11 years ago
  41. 11ffc2d Changes to LLVM to support deoptimization. by Jeff Hao · 11 years ago
  42. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  43. 7a22fa6 Refactor StackVisitor to take a Thread*. by Ian Rogers · 11 years ago
  44. 306057f Support for deoptimization needed for debugging. by Ian Rogers · 12 years ago
  45. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  46. 6702243 Support for SetVReg and add SetGPR. by Mathieu Chartier · 12 years ago
  47. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 12 years ago
  48. df1ce91 Add alignment attribute to packed. by Ian Rogers · 12 years ago
  49. 40e3bac Make stack visitor location for bad roots more verbose. by Ian Rogers · 12 years ago
  50. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  51. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago
  52. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago
  53. 5438ad8 Add vregs to ShadowFrame. by Ian Rogers · 12 years ago
  54. 6f1c949 Add root verification when we try to mark an invalid object. by Mathieu Chartier · 12 years ago
  55. b23a772 Dump maps inline in disassembled code. by Ian Rogers · 12 years ago
  56. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  57. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  58. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  59. 8320f38 Prune useless entries from dex to pc map by buzbee · 12 years ago
  60. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  61. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  62. 0ec569a Disable dex register descriptions. by Ian Rogers · 12 years ago
  63. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 12 years ago
  64. ca19066 Fix initializer lists to be Google C++ style. by Ian Rogers · 12 years ago
  65. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  66. 57b47f9 Break an unnecessary dependency. by Elliott Hughes · 12 years ago
  67. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  68. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  69. efccc56 Frame layout change by buzbee · 12 years ago
  70. 91bf6cd More debugger support. by Elliott Hughes · 12 years ago
  71. 215f314 Even more Mac build fixes. by Elliott Hughes · 13 years ago
  72. e343b76 Stub to capture method entry/exit. by jeffhao · 13 years ago
  73. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  74. cccd84f Implement local setting. by Elliott Hughes · 13 years ago
  75. 1bba14f Implement getting of 64-bit locals (double, long). by Elliott Hughes · 13 years ago
  76. bfe487b Makes objects known to the debugger GC roots, implements the THST message, and lets DDMS request stack traces. by Elliott Hughes · 13 years ago
  77. 68e7652 Start moving stack-related stuff out of thread.h. by Elliott Hughes · 13 years ago