1. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 7 years ago
  2. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  3. 1ce2b3b Move remaining runtime/base stuff to libartbase by David Sehr · 7 years ago
  4. 3215fff Separate Malloc and MemMap ArenaPools by David Sehr · 7 years ago
  5. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  6. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  7. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  8. 7bdc6e7 ART: Minor refactoring of JNI stub compilation. by Vladimir Marko · 8 years ago
  9. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 8 years ago
  10. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 8 years ago
  11. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 8 years ago
  12. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 8 years ago
  13. 0d127e1 Do not refresh the Marking Register in CriticalNative methods. by Roland Levillain · 8 years ago
  14. d8dbc8d Refactor compiled_method.h . by Vladimir Marko · 8 years ago
  15. 2b03a1f Instrument ARM64 generated code to check the Marking Register. by Roland Levillain · 8 years ago
  16. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  17. cbcedbf Add method info to oat files by Mathieu Chartier · 8 years ago
  18. af1e299 jni: Support @FastNative methods that return objects by Igor Murashkin · 9 years ago
  19. 3f699ae Revert "jni: Disable FastNative path for methods returning objects" by Igor Murashkin · 9 years ago
  20. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  21. ae7ff92 jni: Add read barrier fast path to jni compiler by Igor Murashkin · 9 years ago
  22. 6f029d9 jni: Disable FastNative path for methods returning objects by Igor Murashkin · 9 years ago
  23. 367f3dd jni: Add @CriticalNative optimization to speed up JNI transitions by Igor Murashkin · 9 years ago
  24. 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 9 years ago
  25. 3b165bc ART: Extract macro assembler by Andreas Gampe · 9 years ago
  26. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  27. 3224838 Clean up JNI calling convention callee saves. by Vladimir Marko · 9 years ago
  28. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 9 years ago
  29. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago
  30. 5b1c2ca Revert "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 9 years ago
  31. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 9 years ago
  32. 5fdcc3c Add option to generate compressed backtrace info. by David Srbecky · 10 years ago
  33. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 10 years ago
  34. 8c434dc MIPS: Assemblers changes needed for optimizing compiler by Goran Jakovljevic · 10 years ago
  35. 4d02711 Implement heap poisoning in ART's Optimizing compiler. by Roland Levillain · 10 years ago
  36. cf93a5c Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 10 years ago
  37. fbeb4ae Revert "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 10 years ago
  38. f38caa6 ART: Implement literal pool for arm, fix branch fixup. by Vladimir Marko · 10 years ago
  39. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  40. 8363c77 Add --generate-debug-info flag and remove the other two flags. by David Srbecky · 10 years ago
  41. 1cc71eb Insert a read barrier in the JNI bridge. by Hiroshi Yamauchi · 10 years ago
  42. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  43. 8dc7324 Add --include-cfi compiler option. by David Srbecky · 10 years ago
  44. c6b4dd8 Implement CFI for Optimizing. by David Srbecky · 10 years ago
  45. dd97393 Implement CFI for JNI. by David Srbecky · 10 years ago
  46. 8c57831 Remove the old CFI infrastructure. by David Srbecky · 10 years ago
  47. 6ea651f Initial support for quick compiler on MIPS64r6. by Maja Gagic · 10 years ago
  48. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 11 years ago
  49. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 11 years ago
  50. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 11 years ago
  51. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 11 years ago
  52. cee7524 ARM64: Update code after the VIXL 1.6 release. by Alexandre Rames · 11 years ago
  53. 53c913b ART: Clean up compiler by Andreas Gampe · 11 years ago
  54. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 11 years ago
  55. 547cdfd Emit CFI for x86 & x86_64 JNI compiler. by Tong Shen · 11 years ago
  56. 4e24b9d Fix JNI compiler frame size adjustments. by Vladimir Marko · 11 years ago
  57. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  58. 65fcc2c Thumb2 assembler for JNI compiler and optimizing compiler by Dave Allison · 11 years ago
  59. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  60. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  61. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  62. 72d3262 Give Compiler a back reference to the driver. by Ian Rogers · 11 years ago
  63. d110432 ART: aarch64 jni compiler needs to extend small return types by Andreas Gampe · 11 years ago
  64. 68f3e09 Fix typo in ISA centralization by Andreas Gampe · 11 years ago
  65. af13ad9 Centralize instruction-set pointer-size, alignment, 64b-width code by Andreas Gampe · 11 years ago
  66. 75b9113 AArch64: Jni compiler fixes by Serban Constantinescu · 11 years ago
  67. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  68. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 11 years ago
  69. 8770e5c Restore callee save registers in JNI compiler. by Mathieu Chartier · 12 years ago
  70. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 12 years ago
  71. 193bad9 Multi threaded hashed deduplication during compilation. by Mathieu Chartier · 12 years ago
  72. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  73. 848871b Entry point clean up. by Ian Rogers · 12 years ago
  74. 7655f29 Portable refactorings. by Ian Rogers · 12 years ago
  75. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago
  76. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed (99%) from src/compiler/jni/quick/jni_compiler.cc]
  77. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  78. 0211378 Move the JNI compilers under compiler. by Ian Rogers · 12 years ago[Renamed from src/oat/jni/jni_compiler.cc]
  79. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  80. 00bc1dc Remove separate libart-compiler-llvm by Brian Carlstrom · 12 years ago
  81. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  82. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 13 years ago
  83. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 13 years ago
  84. 0703060 Fixes to make jni_compiler_test work on MIPS. by jeffhao · 13 years ago
  85. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  86. fc7120c Fix JNI Compiler for x86 target by Brian Carlstrom · 13 years ago
  87. 7fbee07 Preliminary changes to allow mips target to build. by jeffhao · 13 years ago
  88. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  89. 7484741 Fix a bunch of lint. by Elliott Hughes · 13 years ago
  90. cee4d0c Jni compiler should zero extend boolean and char return values. by jeffhao · 13 years ago
  91. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 13 years ago
  92. 58136ca Fix the jni compiler's handling of byte and short return values in x86. by jeffhao · 13 years ago
  93. 3e778f7 Fix JNI stubs for synchronized native methods with double/long arguments in low registers. by Elliott Hughes · 13 years ago
  94. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  95. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 13 years ago
  96. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago[Renamed (98%) from src/jni_compiler.cc]
  97. 81ff318 Nomenclature improvements. by Elliott Hughes · 13 years ago
  98. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 13 years ago
  99. 46f060a Move other compiler bits into the compiler shared libraries. by Elliott Hughes · 13 years ago
  100. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago