1. 24a3c2e ClassLinker changes by Brian Carlstrom · 13 years ago
  2. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 13 years ago
  3. 31edec5 Disable StrictMode when booting with art by Brian Carlstrom · 13 years ago
  4. 5de8fe5 Add internal compiler option to control defaulting of boot.art by Brian Carlstrom · 13 years ago
  5. b7bbba4 Add oatopt drop in replacement for dexopt by Brian Carlstrom · 13 years ago
  6. 03a20ba Implement DexFile_getClassNameList by Brian Carlstrom · 13 years ago
  7. a9f1978 Add support for oat files in /data/art-cache by Brian Carlstrom · 13 years ago
  8. 47a0d5a Move art content to /data by Brian Carlstrom · 13 years ago
  9. 0796af0 Fix Object::IsSoftReference by Brian Carlstrom · 13 years ago
  10. 648e5e9 Disable zygote preloading by Brian Carlstrom · 13 years ago
  11. 76aa0c0 Add targets for switching zygote runtime by Brian Carlstrom · 13 years ago
  12. df14324 Setup Thread's context ClassLoader and add image DexFiles to ClassLinker's boot classpath by Brian Carlstrom · 13 years ago
  13. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  14. 4377a7e Update oat_process for recent command line argument changes by Brian Carlstrom · 13 years ago
  15. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  16. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  17. dddab0c Kill oat_process before rerunning by Brian Carlstrom · 13 years ago
  18. 5d40f18 Fixes for "null instanceof" and class initialization by Brian Carlstrom · 13 years ago
  19. e10b697 Fix bug in HasSameMethodDescriptorClass on return types by Brian Carlstrom · 13 years ago
  20. 395520e Assorted fixes for running frameworks apps by Brian Carlstrom · 13 years ago
  21. 65ca077 Tolerant compilation of classes with missing super classes by Brian Carlstrom · 13 years ago
  22. bc2f3e3 Add support for oat_process for use as a wrap.* launcher by Brian Carlstrom · 13 years ago
  23. 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago
  24. bbf1e41 Move main method tests from gtests to oat tests by Brian Carlstrom · 13 years ago
  25. c228252 Fix order CheckCastFromCode and enable Fibonacci test by Brian Carlstrom · 13 years ago
  26. f867b6f Filling in some Class, Method, and Field native code needed during startup and I/O by Brian Carlstrom · 13 years ago
  27. 78128a6 oatdump by Brian Carlstrom · 13 years ago
  28. 8692721 Fix ClassLinker::LinkInterfaceMethods bug by Brian Carlstrom · 13 years ago
  29. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  30. 56778d8 Only do host build on linux by Brian Carlstrom · 13 years ago
  31. 4b620ff Finish moving state to managed heap by Brian Carlstrom · 13 years ago
  32. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  33. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  34. b465ab0 Implement the direct ByteBuffer JNI functions, GetObjectRefType, and the string region functions. by Elliott Hughes · 13 years ago
  35. 47940d6 Make formatting more consistent. by Carl Shapiro · 13 years ago
  36. 2cae5a2 Add a tsan target. by Elliott Hughes · 13 years ago
  37. 5511f21 Add a valgrind-art-host target to run the tests under valgrind. by Elliott Hughes · 13 years ago
  38. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago
  39. 8ecd08c Switch tests and aexecd to use libartd by Brian Carlstrom · 13 years ago
  40. 07d579f Add NDEBUG build by Brian Carlstrom · 13 years ago
  41. 4a96b60 ClassLinker can now FindClass all libcore classes by Brian Carlstrom · 13 years ago
  42. 59848da Import cpplint.py and make target cpplint-art by Brian Carlstrom · 13 years ago
  43. 6547ace Ignore the .arm hint in the top-level targets as well. by Carl Shapiro · 13 years ago
  44. cdc8de4 Move base64 to test code by Brian Carlstrom · 13 years ago
  45. 934486c Make ClassLinker set Class::super_class_ plus test and build improvements by Brian Carlstrom · 13 years ago
  46. 0e6d197 Relocate all of the included Makefiles into the build subdirectory. by Carl Shapiro · 13 years ago
  47. 008e412 Add and enable a Makefile for building tests on the device. by Carl Shapiro · 13 years ago
  48. c981ace Add a gtest build target for the host. by Jesse Wilson · 13 years ago
  49. 7b21670 Initial build configuration for the new Android runtime. by Carl Shapiro · 13 years ago