1. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 11 years ago
  2. 225ade2 Fix portable build. by Ian Rogers · 11 years ago
  3. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 12 years ago
  4. 5793fea Clean-up a few quick x86 runtime assembly stubs. by Ian Rogers · 12 years ago
  5. aeeada4 Add CFI directives to x86 runtime support. by Ian Rogers · 12 years ago
  6. 8dbb708 Rename run-time functions to distinguish art_quick_[name] vs art_portable_[name]. by Logan Chien · 12 years ago
  7. 1eab958 Remove kExceptionPending flag from thread and codegen. by jeffhao · 12 years ago
  8. 7db619b Enter interpreter stub. by Ian Rogers · 12 years ago
  9. af6e67a Further proxy refactorings. by Ian Rogers · 12 years ago
  10. 7e4fcb8 Instrumentation support for x86. by jeffhao · 12 years ago
  11. 162fd33 Add update_debugger_support for x86 and fix ModBasket. by jeffhao · 12 years ago
  12. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 12 years ago
  13. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 12 years ago
  14. 1b09b09 Syntax clean up to make clang happy. by Ian Rogers · 12 years ago
  15. 86e4671 Implemented inline of String indexOf and compareTo on x86. by jeffhao · 12 years ago
  16. 1395b1e Patches to x86 compilation to fix vm tests on emulator. by jeffhao · 12 years ago
  17. 5d05c75 Fix x86 proxy's arg2 offset and handling of floating point returns. by jeffhao · 12 years ago
  18. d66a875 Fix x86 slowpath getters and implement proxy. by jeffhao · 12 years ago
  19. 20b5c6c x86 trampoline macro missing a stack pop for exception case. by jeffhao · 12 years ago
  20. 1ff4cd7 Fix LITERALs in x86 slow path field setters/getters for mac build. by jeffhao · 12 years ago
  21. 9dbb23e Implement slow paths for getting/setting instance/static fields. by jeffhao · 12 years ago
  22. 292188d More x86 fixes for floating point operations. by jeffhao · 12 years ago
  23. 41005dd Fix x86 type conversions. test-art-host-oat passes. by jeffhao · 12 years ago
  24. 5121e0b Fix x86 long right shifting and int-to-float/double. by jeffhao · 12 years ago
  25. 644d531 Fixes to x86 compilation. by jeffhao · 12 years ago
  26. 174651d Fixed x86 division and modulus and merged their entry points. by jeffhao · 12 years ago
  27. e87c7bc Implement the x86 initialize-type...from-code entry points. by Elliott Hughes · 12 years ago
  28. 754caaa Keep runtime_support_x86.S working on the Mac. by Elliott Hughes · 12 years ago
  29. d36c52e Check for null array assignments inline. Tidy asm macros. by Ian Rogers · 12 years ago
  30. 141d622 More X86 fixes. by Ian Rogers · 12 years ago
  31. ea94421 Fix the Mac build again. by Elliott Hughes · 12 years ago
  32. 55bd45f More X86 fixes. by Ian Rogers · 12 years ago
  33. 5e28422 Fix more of the x86 assembler for the Mac. by Elliott Hughes · 12 years ago
  34. 20a7a07 Really fix the x86 assembler for Mac OS' as(1). by Elliott Hughes · 12 years ago
  35. adc078a Fix Mac OS build breakage. by Elliott Hughes · 12 years ago
  36. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 12 years ago
  37. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 12 years ago
  38. 787ec20 Rewrite our x86 assembler macros to be portable across Mac OS and Linux. by Elliott Hughes · 12 years ago
  39. 7cea03e Only use Mac-compatible directives in x86 assembler. by Elliott Hughes · 12 years ago
  40. 57b86d4 Refactor runtime support. by Ian Rogers · 12 years ago