1. 0e4ecbe Merge "Move image_classes_ to CompilerOptions." by Vladimir Marko · 7 years ago
  2. dc4bcce Move image_classes_ to CompilerOptions. by Vladimir Marko · 7 years ago
  3. ccfc88a Merge "Implement Integer.valueOf() intrinsic for PIC." by Vladimir Marko · 7 years ago
  4. 5774f57 Merge "Revert^2 "ART: Fix some performance-X tidy"" by Treehugger Robot · 7 years ago
  5. eebb821 Implement Integer.valueOf() intrinsic for PIC. by Vladimir Marko · 7 years ago
  6. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 7 years ago
  7. bc802de Revert^2 "ART: Fix some performance-X tidy" by Andreas Gampe · 7 years ago
  8. 6856214 Revert "ART: Fix some performance-X tidy" by Andreas Gampe · 7 years ago
  9. 89de444 ART: Fix some performance-X tidy by Andreas Gampe · 7 years ago
  10. 74f2ccc Merge "Revert^2 "Remove support for Valgrind in ART."" by Roland Levillain · 7 years ago
  11. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 7 years ago
  12. b42042e Merge "ART: Adds an entrypoint for invoke-custom" by Treehugger Robot · 7 years ago
  13. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 7 years ago
  14. f75613c Keep objects for Integer.valueOf() intrinsic alive. by Vladimir Marko · 7 years ago
  15. 302aa98 Merge changes I2079344d,Ie0d08494 by Vladimir Marko · 7 years ago
  16. c13fbd8 Use pre-allocated Throwables from the boot image. by Vladimir Marko · 7 years ago
  17. ea341d2 Rewrite TypeLookupTable. by Vladimir Marko · 7 years ago
  18. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  19. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 7 years ago
  20. 679730e Remove static GcRoot<>s from Field, Method, Constructor. by Vladimir Marko · 7 years ago
  21. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 7 years ago
  22. e9987b0 ObjPtr<>-ify tests using ClassLinker::FindClass(). by Vladimir Marko · 7 years ago
  23. a218b3e Re-enable LZ4_compress_HC in image writer by Mathieu Chartier · 7 years ago
  24. 1ab0fa8 Refactor ClassLinker & ImageWriter to use a common resolution routine by David Brazdil · 7 years ago
  25. dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 7 years ago
  26. 18259d7 ART: Compiler support for const-method-type by Orion Hodson · 7 years ago
  27. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  28. 0ecbdb3 Merge "Clean up include paths" by David Sehr · 7 years ago
  29. 1979c64 Clean up include paths by David Sehr · 7 years ago
  30. 82d046e Add a profiling library by David Sehr · 7 years ago
  31. 89b06a1 Merge "Pass the fd to OatFile::Setup to avoid selinux errors." by Nicolas Geoffray · 7 years ago
  32. b8f1997 Merge "ARM: Use rMR for Baker RB introspection marking." by Vladimir Marko · 7 years ago
  33. dcd117e ARM: Use rMR for Baker RB introspection marking. by Vladimir Marko · 7 years ago
  34. 3002509 Pass the fd to OatFile::Setup to avoid selinux errors. by Nicolas Geoffray · 7 years ago
  35. fb008f4 ART: Add timing logger granularity to compiler by Andreas Gampe · 7 years ago
  36. bd600e3 ART: Remove support for compiled-methods and compiled-classes by Andreas Gampe · 7 years ago
  37. 74b9994 Merge "Move profile dependent modules to libartbase" by Treehugger Robot · 7 years ago
  38. 79e2607 Move profile dependent modules to libartbase by David Sehr · 7 years ago
  39. 8a78f81 Merge changes I8687ab9e,I61f879f2 by Vladimir Marko · 7 years ago
  40. 6d66fcf Move RelativePatcher from libart-compiler.so to dex2oat. by Vladimir Marko · 7 years ago
  41. 8179b62 Merge "Add extra timing loggers for image writing" by Mathieu Chartier · 7 years ago
  42. b58dcec Merge "Move more runtime code to libartbase, libdexfile" by David Sehr · 7 years ago
  43. ca1e038 Revert^2 "Compile link-time thunks in codegen." by Vladimir Marko · 7 years ago
  44. 703b82a Add extra timing loggers for image writing by Mathieu Chartier · 7 years ago
  45. 9c4a015 Move more runtime code to libartbase, libdexfile by David Sehr · 7 years ago
  46. ddc6942 Merge "Always do cdex conversion for OatWriter dexlayout" by Mathieu Chartier · 7 years ago
  47. ddf3955 Always do cdex conversion for OatWriter dexlayout by Mathieu Chartier · 7 years ago
  48. 5806a9e Revert "Compile link-time thunks in codegen." by Vladimir Marko · 7 years ago
  49. c9dd220 Compile link-time thunks in codegen. by Vladimir Marko · 7 years ago
  50. 312f3b2 Move some remaining dex utilities by David Sehr · 7 years ago
  51. 640df84 Merge "Separate vdex versioning into two sections: verifier deps and dex code." by Treehugger Robot · 7 years ago
  52. 3a29355 Separate vdex versioning into two sections: verifier deps and dex code. by Nicolas Geoffray · 7 years ago
  53. f0499c9 ART: Fix oat_writer_test. by Vladimir Marko · 7 years ago
  54. 9992e09 Merge "Retrieve String/Class references from .data.bimg.rel.ro." by Vladimir Marko · 7 years ago
  55. 8ba5641 Merge "Load ArtMethod* from .data.bimg.rel.ro entries." by Vladimir Marko · 7 years ago
  56. e47f60c Retrieve String/Class references from .data.bimg.rel.ro. by Vladimir Marko · 7 years ago
  57. b066d43 Load ArtMethod* from .data.bimg.rel.ro entries. by Vladimir Marko · 7 years ago
  58. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  59. cda83be Fix handling for partial cdex conversion rejection in multidex by Mathieu Chartier · 7 years ago
  60. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  61. 66ff8a8 Revert "Revert "Full-stack integrity: check vdex contents."" by Nicolas Geoffray · 7 years ago
  62. af29031 Small documentation and stylistic changes. by Roland Levillain · 7 years ago
  63. cc4e7b7 Merge "Revert "Full-stack integrity: check vdex contents."" by Nicolas Geoffray · 7 years ago
  64. a19b764 Revert "Full-stack integrity: check vdex contents." by Nicolas Geoffray · 7 years ago
  65. 7b5e244 Merge "Full-stack integrity: check vdex contents." by Treehugger Robot · 7 years ago
  66. d6f914e Full-stack integrity: check vdex contents. by Nicolas Geoffray · 7 years ago
  67. 2daa134 Fix unquickening logic for quickened input dexes by Mathieu Chartier · 7 years ago
  68. 026dc0b Re-enable dex2oat_test copying dex test case for target by Mathieu Chartier · 7 years ago
  69. 792111c Add option for not copying dex by Mathieu Chartier · 7 years ago
  70. 305c38b Disable bitstring type check runtime hooks. by Vladimir Marko · 7 years ago
  71. d27923c Fix input cdex -> output non-cdex by Mathieu Chartier · 7 years ago
  72. 05f90d1 Avoid generating cdex for dex files with duplicate methods by Mathieu Chartier · 7 years ago
  73. 96c8446 Exclude oob dexfiles from debug symbols. by David Srbecky · 7 years ago
  74. f160983 Fix compact dex shared section with update_input_vdex by Mathieu Chartier · 7 years ago
  75. c3a22aa Add shared separate data section for compact dex by Mathieu Chartier · 7 years ago
  76. b95eb37 Merge "Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed.""" by Nicolas Geoffray · 7 years ago
  77. e6b6ff8 Revamp dexlayout writing functions by Mathieu Chartier · 7 years ago
  78. f307527 Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Nicolas Geoffray · 7 years ago
  79. 3913e48 ART: Refactor profile_compilation_info.h includes by Andreas Gampe · 7 years ago
  80. 5577295 Merge "ART: Add entrypoint and intrinsic for Math.pow()." by Treehugger Robot · 7 years ago
  81. 4d17987 ART: Add entrypoint and intrinsic for Math.pow(). by Vladimir Marko · 7 years ago
  82. c684f33 Refactor jit debugger interface and its ELF creation. by David Srbecky · 7 years ago
  83. 2593162 Fix the offset of $dexfile debug symbol. by David Srbecky · 7 years ago
  84. 0e15923 Merge changes I82b9360b,Ifc237ff8 by Treehugger Robot · 7 years ago
  85. dcbe96b Merge "Abort for combination of compact dex/dexlayout and update_input_vdex" by Mathieu Chartier · 7 years ago
  86. 7c6f636 Abort for combination of compact dex/dexlayout and update_input_vdex by Mathieu Chartier · 7 years ago
  87. 2b9c35b Introduce new build tool: hiddenapi by David Brazdil · 7 years ago
  88. fa0b0db Merge "Generate debug symbols for interpreted methods." by David Srbecky · 7 years ago
  89. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 7 years ago
  90. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
  91. 32210b9 Generate debug symbols for interpreted methods. by David Srbecky · 7 years ago
  92. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 7 years ago
  93. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 7 years ago
  94. f4bf58d Merge "Try to mmap vdex file within the address range of the ELF file." by David Srbecky · 7 years ago
  95. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 7 years ago
  96. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  97. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
  98. ec2cdf4 Try to mmap vdex file within the address range of the ELF file. by David Srbecky · 7 years ago
  99. a661594 Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Treehugger Robot · 7 years ago
  100. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 7 years ago