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