1. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 11 years ago
  2. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  3. 02031b1 Quick compiler: Single .so for all targets by buzbee · 12 years ago
  4. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago
  5. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  6. 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
  7. 598c513 Add CompiledCode for method and invoke stub. by Logan Chien · 12 years ago
  8. fd2ec54 Fix compilation issues with new gcc by Brian Carlstrom · 12 years ago
  9. 57b86d4 Refactor runtime support. by Ian Rogers · 12 years ago[Renamed (96%) from src/jni_internal_arm.cc]
  10. 7740579 Rewrite the invoke stubs to use JValue[]s. by Elliott Hughes · 12 years ago
  11. 3fa1b7e Unify the invoke stubs and replace "oat" with "Art" in the API. by Elliott Hughes · 12 years ago
  12. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 12 years ago
  13. 46f060a Move other compiler bits into the compiler shared libraries. by Elliott Hughes · 12 years ago
  14. 45619fc Allocate small arg arrays on the stack by Ian Rogers · 12 years ago
  15. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  16. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  17. ae67599 Various assembly fixes. by Ian Rogers · 13 years ago
  18. 4a510d8 Ensure R4 is initialized for upcall. Sort suspend naming. by Ian Rogers · 13 years ago
  19. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  20. c1f4504 Suspend check reworking (ready for rewiew) by buzbee · 13 years ago
  21. 2ed6739 Move Method shorty to managed heap by Brian Carlstrom · 13 years ago
  22. 2c8f653 Support for cross compilation. by Ian Rogers · 13 years ago
  23. 7d2b141 Fix the upcall's off-by-1 bug. by Shih-wei Liao · 13 years ago
  24. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  25. ed8952f Method* for upcalls should be null. by Ian Rogers · 13 years ago
  26. cdd1d2d Move JNI compiler tests to use pure JNI. by Ian Rogers · 13 years ago
  27. ad107ab Remove author attributions. by Carl Shapiro · 13 years ago
  28. 9b9ba28 Implement upcalls with compiled JNI callback bridges. by Carl Shapiro · 13 years ago