1. 56e7666 ART: Fix divide-by-zero for ARM by Andreas Gampe · 10 years ago
  2. 091f954 Merge "Fix running out of temps when storing invoke-interface result." into lmp-mr1-dev by Vladimir Marko · 10 years ago
  3. 8a9f004 ART: Do not compile swap file functionality on Mac by Andreas Gampe · 10 years ago
  4. d6bd06c Fix running out of temps when storing invoke-interface result. by Vladimir Marko · 10 years ago
  5. d9ce7fc ART: Fix swap space free list by Andreas Gampe · 10 years ago
  6. 62746d8 ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  7. f535c69 ART: Punt to the interpreter for VerifiedMethod errors by Andreas Gampe · 10 years ago
  8. 59f6b7a Merge "ART: GenLongArith has to clobber same operands for 2-op instr" into lmp-mr1-dev by Bill Buzbee · 10 years ago
  9. 5ed44ac ART: GenLongArith has to clobber same operands for 2-op instr by nikolay serdjuk · 10 years ago
  10. 6bde927 ART: GenNegLong incorrectly handled register overlap for x86 by nikolay serdjuk · 10 years ago
  11. eb1404a ART: Fix variable formatting and CodeLayout's multiple visits by Jean Christophe Beyler · 10 years ago
  12. 25fda92 Remove method verification results right after compiling a method by Mathieu Chartier · 10 years ago
  13. 3029df6 Print memory usage in dex2oat shutdown by Mathieu Chartier · 10 years ago
  14. c375e52 Quick: Fix neg-long on ARM for overlapping regs. by Vladimir Marko · 10 years ago
  15. 19506c5 Merge "Move dex cache strings from ArtMethod -> Class" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  16. eea8398 Merge "Quick compiler: handle embedded switch data." into lmp-mr1-dev by buzbee · 10 years ago
  17. bd81854 Quick compiler: handle embedded switch data. by buzbee · 10 years ago
  18. 4cdf450 Fix oatwriter code deduping by Mathieu Chartier · 10 years ago
  19. f521f42 Move dex cache strings from ArtMethod -> Class by Mathieu Chartier · 10 years ago
  20. 89ea417 Fix failing tests by Mathieu Chartier · 10 years ago
  21. c6fc909 Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  22. 8071400 Add fast string sharpening by Mathieu Chartier · 10 years ago
  23. 3f735bd dex2oat: Pack likely-dirty objects together when generating the boot image by Igor Murashkin · 10 years ago
  24. cc03f79 Merge "Fix transitive equality error in set." into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  25. 9601abf Quick compiler: fix x86 special identity by buzbee · 10 years ago
  26. 4b8b469 Fix transitive equality error in set. by Mathieu Chartier · 10 years ago
  27. c3944d7 Merge "Change 64 bit ArtMethod fields to be pointer sized" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  28. 7eee0f0 Merge "Do not try to sharpen super calls to abstract methods." into lmp-mr1-dev by Vladimir Marko · 10 years ago
  29. b6626c7 Merge "ART: Track Flush & Close in FdFile" into lmp-mr1-dev by Andreas Gampe · 10 years ago
  30. 9433ec6 ART: Track Flush & Close in FdFile by Andreas Gampe · 10 years ago
  31. 474123d Do not try to sharpen super calls to abstract methods. by Vladimir Marko · 10 years ago
  32. e832e64 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  33. 23c1d0c Combine image string char arrays into single array by Mathieu Chartier · 10 years ago
  34. 63b803a Merge "Keep original order of fields in Class." into lmp-mr1-dev by Vladimir Marko · 10 years ago
  35. 8073ba1 ART: Implicit null check should break def tracking by Pavel Vyssotski · 10 years ago
  36. bfa3ed0 Keep original order of fields in Class. by Vladimir Marko · 10 years ago
  37. 26318f7 ART: Compiled-classes list for compiler-driver by Andreas Gampe · 10 years ago
  38. e05d1d5 Add hash set by Mathieu Chartier · 10 years ago
  39. 90ca5c0 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  40. 643b5df dex2oat: Add a --compile-pic option by Igor Murashkin · 10 years ago
  41. 1fb463e Optimize method linking by Mathieu Chartier · 10 years ago
  42. c54e12a Change MemMap::maps_ to not be global variable by Mathieu Chartier · 10 years ago
  43. 5be3007 ART: Remove wrong DCHECK by Andreas Gampe · 10 years ago
  44. 228f925 Merge "ART: Overflow of bound check in ArrayCopy intrinsic" into lmp-dev by Bill Buzbee · 10 years ago
  45. db7239c ART: Overflow of bound check in ArrayCopy intrinsic by avignate · 10 years ago
  46. 02ff2d4 AddIntrinsicSlowPath with resume requires clobbering by Serguei Katkov · 10 years ago
  47. b504d2f Quick compiler: aarch64 codegen & long_min literal by buzbee · 10 years ago
  48. 9770574 Merge "x86: evaluation destination should be after load of source in RA [DO NOT MERGE]" into lmp-dev by Pat Tjin · 10 years ago
  49. db273aa x86: evaluation destination should be after load of source in RA [DO NOT MERGE] by Serguei Katkov · 10 years ago
  50. 3c5ec99 ART: Refactor elf_writer_quick for elf section order by Andreas Gampe · 10 years ago
  51. 63bc11e DO NOT MERGE. Only have a portable entrypoint in portable builds. by Ian Rogers · 10 years ago
  52. bf5d818 ART: skip compilation of huge methods. by buzbee · 10 years ago
  53. ba354a9 ART: Check for exceptions from unresolved classes by Andreas Gampe · 10 years ago
  54. afa6b8e ART: Make elf loading not abort by Andreas Gampe · 10 years ago
  55. 508e0a8 Merge "ART: Allow quickening in the boot image" into lmp-dev by Andreas Gampe · 10 years ago
  56. 35439ba ART: Allow quickening in the boot image by Andreas Gampe · 10 years ago
  57. 332e188 Merge "ART: Change access flag behavior in verifier" into lmp-dev by Andreas Gampe · 10 years ago
  58. 98216e5 Quick compiler (arm64) Fix inline Math.round() by buzbee · 10 years ago
  59. 7fc8f90 ART: Change access flag behavior in verifier by Andreas Gampe · 10 years ago
  60. be4e643 Improve dex location canonicalization-related performance. by Vladimir Marko · 10 years ago
  61. 4e67841 Change Reference.get() intrinsic to Reference.getReferent(). by Mathieu Chartier · 10 years ago
  62. 57f2bbd ART: Fix x86_64 GenSelect case when destination is Ref by Jean Christophe Beyler · 10 years ago
  63. ff4cfe0 Fix SetupResourceMasks to pass correct parameters by Junmo Park · 10 years ago
  64. f72fd02 Merge "Quick compiler: disable GVN DO NOT MERGE" into lmp-dev by buzbee · 10 years ago
  65. 4c4f4da Quick compiler: disable GVN DO NOT MERGE by buzbee · 10 years ago
  66. 4d05d93 Merge "ART: Fix read-out-of-bounds in the compiler" into lmp-dev by Andreas Gampe · 10 years ago
  67. cc2f239 Reduce and speed-up class def searches. by Ian Rogers · 10 years ago
  68. b41b93a Quick compiler: Fix MIPS build by buzbee · 10 years ago
  69. 6dd35cc Revert "Avoid using NanoTime for compiler and verifier" by Ian Rogers · 10 years ago
  70. c89e6ed Avoid using NanoTime for compiler and verifier by Mathieu Chartier · 10 years ago
  71. ade7318 ART: Fix read-out-of-bounds in the compiler by Andreas Gampe · 10 years ago
  72. b68c6e5 Reduce interpret-only compile time. by Mathieu Chartier · 10 years ago
  73. cb50ed4 Merge "Quick compiler: fix DCHECK" into lmp-dev by buzbee · 10 years ago
  74. 118785c CheckAndClearResolveException should allow LinkageError by Brian Carlstrom · 10 years ago
  75. 28b066a Quick compiler: fix DCHECK by buzbee · 10 years ago
  76. a846c1a Merge "X86: Fix alias info in GenInlinedIndexOf()." into lmp-dev by Vladimir Marko · 10 years ago
  77. b5874a4 X86: Fix alias info in GenInlinedIndexOf(). by Vladimir Marko · 10 years ago
  78. c6a6259 Merge "Quick compiler: fix Arm64 inline locking code" into lmp-dev by buzbee · 10 years ago
  79. ebc56bd Quick compiler: fix Arm64 inline locking code by buzbee · 10 years ago
  80. 38bd1e1 ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_test by Andreas Gampe · 10 years ago
  81. dfa7a6c Disable load/store elimination. DO NOT MERGE by Vladimir Marko · 10 years ago
  82. d84f916 ART: Avoid expensive class lookup in compiler driver by Andreas Gampe · 10 years ago
  83. ebee8de Fix bugs in the x86 and arm versions of generic JNI. by Nicolas Geoffray · 10 years ago
  84. 03c9785 Revert "Revert "Reduce stack usage for overflow checks"" by Dave Allison · 10 years ago
  85. e470a02 Merge "Fix intrinsic Math.abs(double) for ARM." into lmp-dev by Vladimir Marko · 10 years ago
  86. 397297f Fix intrinsic Math.abs(double) for ARM. by Vladimir Marko · 10 years ago
  87. b0bf089 Merge "Revert "Reduce stack usage for overflow checks"" into lmp-dev by Dave Allison · 10 years ago
  88. 83b1940 Revert "Reduce stack usage for overflow checks" by Dave Allison · 10 years ago
  89. a73a8b5 Move explicit GC after we are done initalizing all classes. by Mathieu Chartier · 10 years ago
  90. 63c051a Reduce stack usage for overflow checks by Dave Allison · 10 years ago
  91. c739de0 Merge "Avoid use of std::string where we have const char*." into lmp-dev by Ian Rogers · 10 years ago
  92. cb6b0f3 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  93. b0f05b9 Add implicit checks for x86_64 architecture. by Dave Allison · 10 years ago
  94. 4527f61 ART: Don't leave rex_ & length_ uninitialized by Andreas Gampe · 10 years ago
  95. 1c98286 Merge "ART: Skip compiling redefined classes in apps" into lmp-dev by Andreas Gampe · 10 years ago
  96. 0171987 ART: Skip compiling redefined classes in apps by Andreas Gampe · 10 years ago
  97. 8c18c2a ART: Generate chained compare-and-branch for short switches by Andreas Gampe · 10 years ago
  98. f896965 ART: Remove test files after test by Andreas Gampe · 10 years ago
  99. 4ef12f5 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 10 years ago
  100. f0d30ed ART: Make assembler_test less chatty by Andreas Gampe · 10 years ago