1. 3db7068 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  2. 33f7c8a Remove CompiledMethod dependency on CompilerDriver. by Vladimir Marko · 6 years ago
  3. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  4. 8cd5454 Move MethodInfo to CodeInfo. by David Srbecky · 6 years ago
  5. 8808756 Remove frame info from OatQuickMethodHeader. by David Srbecky · 6 years ago
  6. 279e3a3 Enable code item deduping by Mathieu Chartier · 7 years ago
  7. a79efdb Fix quickening logic by Mathieu Chartier · 7 years ago
  8. 92f7f3c Use intrinsic codegen for compiling intrinsic methods. by Vladimir Marko · 7 years ago
  9. d8dbc8d Refactor compiled_method.h . by Vladimir Marko · 7 years ago
  10. 94ec2db Use mmapped boot image class table for PIC app HLoadClass. by Vladimir Marko · 7 years ago
  11. 6cfbdbc Use mmapped boot image intern table for PIC app HLoadString. by Vladimir Marko · 7 years ago
  12. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  13. 0eb882b Use ArtMethod* .bss entries for HInvokeStaticOrDirect. by Vladimir Marko · 7 years ago
  14. 6597946 Use PC-relative pointer to boot image methods. by Vladimir Marko · 7 years ago
  15. 764d454 Remove LoadString/Class kind kBootImageLinkTimeAddress. by Vladimir Marko · 7 years ago
  16. f4f2daa ARM64: Use link-time generated thunks for Baker CC read barrier. by Vladimir Marko · 7 years ago
  17. 0510717 Delete SrcMap by Mathieu Chartier · 7 years ago
  18. cbcedbf Add method info to oat files by Mathieu Chartier · 7 years ago
  19. c52f303 Remove --include-patch-information option from dex2oat. by Richard Uhler · 7 years ago
  20. 6bec91c Store resolved types for AOT code in .bss. by Vladimir Marko · 8 years ago
  21. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  22. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  23. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 8 years ago
  24. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  25. 63dccbb Store resolved Strings for AOT code in .bss. by Vladimir Marko · 8 years ago
  26. d9c9037 Move ArrayRef to runtime/base by David Brazdil · 8 years ago
  27. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 8 years ago
  28. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 8 years ago
  29. ef88a11 Fix silly gcc warning. by Vladimir Marko · 8 years ago
  30. db8e62d Optimizing: Clean up after const-string sharpening. by Vladimir Marko · 8 years ago
  31. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 8 years ago
  32. 34ed3af ART: Avoid uninitialized padding in LinkerPatch. by Vladimir Marko · 8 years ago
  33. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  34. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  35. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  36. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  37. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 9 years ago
  38. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  39. c6b4dd8 Implement CFI for Optimizing. by David Srbecky · 9 years ago
  40. b207e14 Pass linker patches around as const. by Vladimir Marko · 9 years ago
  41. 6f71589 Write .debug_line section using the new DWARF library. by David Srbecky · 9 years ago
  42. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 9 years ago
  43. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  44. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  45. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  46. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  47. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  48. 376b2bb Ensure stack maps are 4 byte aligned. by Nicolas Geoffray · 10 years ago
  49. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  50. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  51. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  52. 1127b12 ART: fix highest PC values removal in SrcMap.DeltaFormat() by Yevgeny Rouban · 10 years ago
  53. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  54. 33ac819 ART fix oat debug source map operations by Yevgeny Rouban · 10 years ago
  55. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 10 years ago
  56. 547cdfd Emit CFI for x86 & x86_64 JNI compiler. by Tong Shen · 10 years ago
  57. 50abf0a Move trampolines to thumb2 instead of ARM by Dave Allison · 10 years ago
  58. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  59. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  60. 72d3262 Give Compiler a back reference to the driver. by Ian Rogers · 10 years ago
  61. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  62. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  63. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 10 years ago
  64. 754ddad Use trampolines for calls to helpers by Dave Allison · 10 years ago
  65. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 10 years ago
  66. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  67. 193bad9 Multi threaded hashed deduplication during compilation. by Mathieu Chartier · 11 years ago[Renamed (76%) from runtime/compiled_method.h]
  68. 96faf5b Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  69. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  70. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/compiled_method.h]
  71. a182704 Tidy up compiled method. by Ian Rogers · 11 years ago
  72. 9609cb6 Remove remaining code related to compiled invoke and proxy stubs. by Jeff Hao · 11 years ago
  73. 8227cc1 Remove trailing whitespace by Brian Carlstrom · 11 years ago
  74. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 11 years ago
  75. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 12 years ago
  76. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  77. 971bf3f Compile method one-by-one. by Logan Chien · 12 years ago
  78. 598c513 Add CompiledCode for method and invoke stub. by Logan Chien · 12 years ago
  79. 7a2a23a Cleanup proxy stub compiler code. by Logan Chien · 12 years ago
  80. eead4ac Implement proxy stub for compiler_llvm. by TDYa127 · 12 years ago
  81. 110bcba Update frame size after the bitcode is translated into machine code. by Logan Chien · 12 years ago
  82. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 12 years ago
  83. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 12 years ago
  84. 6920bce Add ELF index to art::CompiledMethod. by Logan Chien · 12 years ago
  85. 3fa1b7e Unify the invoke stubs and replace "oat" with "Art" in the API. by Elliott Hughes · 12 years ago
  86. c4c9881 Fix the LLVM build. Separate out libart-compiler-llvm.so. by Shih-wei Liao · 12 years ago
  87. ab058bb Make code buffer units 8bit rather than 16bit. by Ian Rogers · 12 years ago
  88. 90d5099 Fix the build, because we still need the ret_shorty. by Shih-wei Liao · 12 years ago
  89. f04364f Add upcall compiler. by Logan Chien · 12 years ago
  90. d1fec81 Beginning of LLVM backend for ART. by Shih-wei Liao · 12 years ago
  91. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  92. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  93. 0755ec5 Record Class::Status information in oat file by Brian Carlstrom · 13 years ago
  94. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 13 years ago
  95. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  96. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 13 years ago
  97. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago