1. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  2. 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago
  3. 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 13 years ago
  4. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  5. 0e073f7 Make CommonTest.compiler_ a UniquePtr by Ian Rogers · 13 years ago
  6. 2c8f653 Support for cross compilation. by Ian Rogers · 13 years ago
  7. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  8. 42ee142 Log line-at-a-time to work around Android logging lossage. by Elliott Hughes · 13 years ago
  9. 0f4c41d Various fixes. by Elliott Hughes · 13 years ago
  10. 848a4b3 Fix ClassLinker::InitializeStaticStorageFromCode by Brian Carlstrom · 13 years ago
  11. 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 13 years ago
  12. 3e465b1 Get the test speed back to where it was. by Elliott Hughes · 13 years ago
  13. 0db460b Make our tests only 2x slower than they were this morning... by Elliott Hughes · 13 years ago
  14. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  15. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  16. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  17. 3402380 Remove uses of scoped_ptr_malloc. by Elliott Hughes · 13 years ago
  18. 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 13 years ago
  19. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  20. 30b9445 Handle interface methods in JNI invocation by Brian Carlstrom · 13 years ago
  21. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 13 years ago
  22. 9e0f9b0 Add switch and comparison tests. Fix ralloc bug by buzbee · 13 years ago
  23. 3ea4ec5 Misc fixes, new compiler unit tests by buzbee · 13 years ago
  24. 885c3bd Implement field access (and a few other bits and bobs). by Elliott Hughes · 13 years ago
  25. c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
  26. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  27. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  28. 0af5543 Code for loading shared libraries and calling JNI_OnLoad. by Elliott Hughes · 13 years ago
  29. 8a43659 Work on option parsing as prelude to image loading by Brian Carlstrom · 13 years ago
  30. a5b897e Add semi-functional exception throwing. by Elliott Hughes · 13 years ago
  31. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  32. 9b9ba28 Implement upcalls with compiled JNI callback bridges. by Carl Shapiro · 13 years ago
  33. 28e7627 Add some exceptions classes for throw by Brian Carlstrom · 13 years ago
  34. 40ef99e Start implementing JNI. by Elliott Hughes · 13 years ago
  35. 7833bd2 Store static field values in arrays. by Jesse Wilson · 13 years ago
  36. f7ed11a Adding Object::InstanceOf and Class::IsAssignableFrom by Brian Carlstrom · 13 years ago
  37. 74eb46a Improved ClassLoader support by Brian Carlstrom · 13 years ago
  38. 419ec7b Materialize method descriptors when instantiating method objects. by Carl Shapiro · 13 years ago
  39. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago
  40. 46cdd4b More field order validation. by Jesse Wilson · 13 years ago
  41. 75cb3b4 Add ClassLinker::VisitRoots by Brian Carlstrom · 13 years ago
  42. ac5b9e2 Validate the C++ and managed fields are ordered consistently. by Jesse Wilson · 13 years ago
  43. 4a96b60 ClassLinker can now FindClass all libcore classes by Brian Carlstrom · 13 years ago
  44. 7a90959 Make the RuntimeTest use Runtime instances instead of its constituents. by Carl Shapiro · 13 years ago
  45. 913af1b Heap allocate class supporting arrays for fields, methods, interfaces by Brian Carlstrom · 13 years ago
  46. f615a61 Rename RawDexFile to DexFile by Brian Carlstrom · 13 years ago
  47. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  48. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 13 years ago
  49. df20fe0 Support for synchronized native methods. by Ian Rogers · 13 years ago
  50. b033c75 x86 JNI compiler and unit tests. by Ian Rogers · 13 years ago
  51. cdc8de4 Move base64 to test code by Brian Carlstrom · 13 years ago
  52. a331b3c New ClassLinker::CreateArrayClass by Brian Carlstrom · 13 years ago
  53. 934486c Make ClassLinker set Class::super_class_ plus test and build improvements by Brian Carlstrom · 13 years ago