1. 675967d ART: Fix comments for dmb by Andreas Gampe · 10 years ago
  2. 4fc046e ART: Add lock and unlock stubs for ARM64, fix for X86-64 by Andreas Gampe · 10 years ago
  3. 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 10 years ago
  4. 5c1e435 Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly code by Andreas Gampe · 10 years ago
  5. 525cde2 Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs by Andreas Gampe · 10 years ago
  6. 8325296 Disable use of R4 as a promotable register by Dave Allison · 10 years ago
  7. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 10 years ago
  8. 5d885c8 Make ARM assembly labels local. by Ian Rogers · 10 years ago
  9. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 10 years ago
  10. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  11. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  12. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 11 years ago
  13. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  14. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  15. bbb32c2 Add .cfi_restore for assembly functions by Dave Allison · 11 years ago
  16. 4e6a31e Lazily compute object identity hash codes. by Mathieu Chartier · 11 years ago
  17. c844a0f Merge "Implement Interface Method Tables (IMT)." into dalvik-dev by Jeff Hao · 11 years ago
  18. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  19. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  20. 1984152 Add missing callee save restore to quick entrypoints. by Mathieu Chartier · 11 years ago
  21. 2a6c7b7 Restore callee save registers. by Mathieu Chartier · 11 years ago
  22. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  23. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  24. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 11 years ago
  25. 637859c Make entrypoints Thumb2. by Ian Rogers · 11 years ago
  26. d8cf66b Place CFA in the regular .debug_frame section. by Ian Rogers · 11 years ago
  27. 468532e Entry point clean up. by Ian Rogers · 11 years ago
  28. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  29. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago[Renamed from runtime/oat/runtime/arm/runtime_support_arm.S]
  30. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/oat/runtime/arm/runtime_support_arm.S]
  31. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  32. e3cd2f0 Enable devirtualization for abstract and sub-class methods. by Ian Rogers · 11 years ago
  33. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 11 years ago
  34. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 11 years ago
  35. 14dd5a8 Fix exception caught listeners and frame type for deopt. by Jeff Hao · 11 years ago
  36. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  37. 5fa60c3 Remove use of compiled proxy stub from portable. by Jeff Hao · 11 years ago
  38. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 11 years ago
  39. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 11 years ago
  40. d4c3f7d Add cfi debug info for MIPS. by Jeff Hao · 11 years ago
  41. bd7d2d3 Fix END macro. by Ian Rogers · 11 years ago
  42. 9329bbb Unwind (CFI and exidx) information for ARM. by Ian Rogers · 11 years ago
  43. 8dbb708 Rename run-time functions to distinguish art_quick_[name] vs art_portable_[name]. by Logan Chien · 11 years ago
  44. 7db619b Enter interpreter stub. by Ian Rogers · 12 years ago
  45. af6e67a Further proxy refactorings. by Ian Rogers · 12 years ago
  46. 306057f Support for deoptimization needed for debugging. by Ian Rogers · 12 years ago
  47. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago
  48. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 12 years ago
  49. 324e190 Switch from aeabi_lmul to custom assembly. by Ian Rogers · 12 years ago
  50. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 12 years ago
  51. 865e6e0 Callee-save frame fix by buzbee · 12 years ago
  52. 86e4671 Implemented inline of String indexOf and compareTo on x86. by jeffhao · 12 years ago
  53. af778e6 Add an explicit type for the dex "payload" data. by Elliott Hughes · 12 years ago
  54. 8a1ea9f Fix a comment copy & paste typo. by Elliott Hughes · 12 years ago
  55. d36c52e Check for null array assignments inline. Tidy asm macros. by Ian Rogers · 12 years ago
  56. 0791adc Fix method tracing and allow alloc counting during tracing. by jeffhao · 12 years ago
  57. 19abfb4 Properly pass 64-bit value from art_set32_static_from_code to artGet64StaticFromCode by Brian Carlstrom · 12 years ago
  58. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 12 years ago
  59. 57b86d4 Refactor runtime support. by Ian Rogers · 12 years ago[Renamed (90%) from src/runtime_support_arm.S]
  60. fc9e6fa Compiler intrinsics by buzbee · 12 years ago
  61. 634eb2e Add some extra debugging/diagnostic support. by Elliott Hughes · 12 years ago
  62. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 12 years ago
  63. e8648b6 Fix a comment typo. by Elliott Hughes · 12 years ago
  64. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 12 years ago
  65. 60db5ab SIRT work around JNI support for legacy apps by Ian Rogers · 12 years ago
  66. c8b306f Run time illegal access checks on static and direct methods by Ian Rogers · 12 years ago
  67. 91bf6cd More debugger support. by Elliott Hughes · 12 years ago
  68. f3773f0 Move finalizer registration into managed code by Ian Rogers · 12 years ago
  69. a32a6fd Runtime access checks on virtual method calls by Ian Rogers · 12 years ago
  70. 44b412b Codegen support for debugger by buzbee · 12 years ago
  71. 1bddec3 Add access check slow paths to field accesses by Ian Rogers · 12 years ago
  72. 0eb7d7e Implement array allocation with access checks. by Ian Rogers · 12 years ago
  73. 48d7222 Add unimplemented artResolveMethodFromCode by buzbee · 13 years ago
  74. 5c9f0b4 Mac OS assembler compatibility. by Elliott Hughes · 13 years ago[Renamed (96%) from src/runtime_support_asm.S]
  75. e343b76 Stub to capture method entry/exit. by jeffhao · 13 years ago
  76. b093c6b Support for access check in checkcast and instanceof. by Ian Rogers · 13 years ago
  77. 28ad40d Support for unresolved types in new-instance during verification. by Ian Rogers · 13 years ago
  78. cc4540e Add slow path for OP_NEW_INSTANCE by buzbee · 13 years ago
  79. 6fd03fb Fix ObjectInitFromCode to do callee frame setup by Brian Carlstrom · 13 years ago
  80. 466bb25 Proxy implementation by Ian Rogers · 13 years ago
  81. caab8c4 Various tidy ups, add LIKELY/UNLIKELY macros. by Ian Rogers · 13 years ago
  82. dfcdf1a Proxy invocation stub. by Ian Rogers · 13 years ago
  83. 6f495f2 Clear results registers on long jump by Brian Carlstrom · 13 years ago
  84. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  85. ae67599 Various assembly fixes. by Ian Rogers · 13 years ago
  86. c10717a Fix passing of sp in art_test_suspend by buzbee · 13 years ago
  87. 4a510d8 Ensure R4 is initialized for upcall. Sort suspend naming. by Ian Rogers · 13 years ago
  88. ce9eca6 Move from code field routines to runtime support. by Ian Rogers · 13 years ago
  89. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 13 years ago
  90. 33a129c Save callee-save registers on alloc helper calls by buzbee · 13 years ago
  91. ce30293 Compiler cleanup by buzbee · 13 years ago
  92. b408de7 Implement the "unreasonable array allocation" OutOfMemoryError. by Elliott Hughes · 13 years ago
  93. 6c8867d Implement artThrowVerificationErrorFromCode. by Elliott Hughes · 13 years ago
  94. 2d83101 Code refactoring: Split thread.cc into thread.cc and runtime_support.cc. by Shih-wei Liao · 13 years ago[Renamed from src/runtime_support.S]
  95. 15fdb8c Floating point callee save support in exception delivery. by Ian Rogers · 13 years ago
  96. c0c8dc8 Support for currently untested exceptions/errors. by Ian Rogers · 13 years ago
  97. 21d9e83 Exception support for object allocation. by Ian Rogers · 13 years ago
  98. b886da8 Support for exceptions from array allocation. by Ian Rogers · 13 years ago
  99. e51a511 Exception support for CanPutArrayElementFromCode. by Ian Rogers · 13 years ago
  100. 932746a Stack overflow error and unit test. by Ian Rogers · 13 years ago