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