1. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  2. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 10 years ago
  3. 96c6ab9 Separate maps from code in oat file. by Vladimir Marko · 10 years ago
  4. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  5. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  6. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 10 years ago
  7. 754ddad Use trampolines for calls to helpers by Dave Allison · 11 years ago
  8. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  9. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  10. 3d50407 Make out arguments non-reference types. by Ian Rogers · 11 years ago
  11. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  12. ca368cb Break apart oat writing times. by Ian Rogers · 11 years ago
  13. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  14. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 11 years ago
  15. 193bad9 Multi threaded hashed deduplication during compilation. by Mathieu Chartier · 11 years ago
  16. 3f3d22c Reduce the scope of a ScopedObjectAccess in dex2oat. by Ian Rogers · 11 years ago
  17. 96faf5b Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  18. 468532e Entry point clean up. by Ian Rogers · 11 years ago
  19. c50d8e1 Remove OatWriter buffering to memory for ElfWriterQuick by Brian Carlstrom · 11 years ago
  20. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  21. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/oat_writer.h]
  22. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago[Renamed from src/oat_writer.h]
  23. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  24. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  25. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  26. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  27. cd60ac7 Create OutputStream abstraction by Brian Carlstrom · 12 years ago
  28. ff2d2c5 Remove ClassLoader from OatWriter by Brian Carlstrom · 12 years ago
  29. 28db012 Add oat file dependency on boot.oat load location by Brian Carlstrom · 12 years ago
  30. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  31. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  32. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  33. 971bf3f Compile method one-by-one. by Logan Chien · 12 years ago
  34. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  35. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  36. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  37. 25ae640 Write ELF image to Oat file. by Logan Chien · 12 years ago
  38. 81f3ca1 Add image dependency to oat files by Brian Carlstrom · 12 years ago
  39. f03c288 Remove redundant oat file fields by Brian Carlstrom · 13 years ago
  40. a72ec82 Store the instruction set in the oat header, and use it in oatdump. by Elliott Hughes · 13 years ago
  41. 5b332c8 Fix checksum verification when opening DexFiles from OatFiles by Brian Carlstrom · 13 years ago
  42. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  43. 10037c8 Added pass to verify structure of dex file. by jeffhao · 13 years ago
  44. c20a83e Eager verification GC maps are present in debug mode by Ian Rogers · 13 years ago
  45. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  46. 0755ec5 Record Class::Status information in oat file by Brian Carlstrom · 13 years ago
  47. 389efb0 Rename OatMethods to OatClass by Brian Carlstrom · 13 years ago
  48. 6e3b1d9 Combine OatDexFile and OatClasses sections of oat file by Brian Carlstrom · 13 years ago
  49. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  50. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  51. 234da57 Basic file locking. by Elliott Hughes · 13 years ago
  52. f479dcc Changed oat writer deduplication to use pointers to vectors. by jeffhao · 13 years ago
  53. 55d7821 Added code deduplication to the oat writer. by jeffhao · 13 years ago
  54. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 13 years ago
  55. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  56. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago