1. 05e27ff AArch64: Enable extended MIR by Serban Constantinescu · 10 years ago
  2. 29b53d3 Merge "Moved a BufferedOutputStream onto the heap to reduce stack usage." by Brian Carlstrom · 10 years ago
  3. 57ef2d3 Moved a BufferedOutputStream onto the heap to reduce stack usage. by Alex Light · 10 years ago
  4. e4707ae Merge "Ignore catch blocks whose type can't be resolved." by Ian Rogers · 10 years ago
  5. 822266b Ignore catch blocks whose type can't be resolved. by Ian Rogers · 10 years ago
  6. 2b2c0cf Merge "Clean up image writer patching." by Mathieu Chartier · 10 years ago
  7. fc3b871 Clean up image writer patching. by Mathieu Chartier · 10 years ago
  8. 31e7fcb Merge "Add support for relative patching to quick offsets." by Mathieu Chartier · 10 years ago
  9. b478dab Merge "Add read barriers for the weak roots in the JNI weak globals." by Hiroshi Yamauchi · 10 years ago
  10. 57d2733 Add support for relative patching to quick offsets. by Mathieu Chartier · 10 years ago
  11. 8adc1d9 Merge "Make use of sigchainlib for signal chaining for implicit checks" by Dave Allison · 10 years ago
  12. 196851b Add read barriers for the weak roots in the JNI weak globals. by Hiroshi Yamauchi · 10 years ago
  13. ea0b6e2 Merge "AArch64: fixing some assertions." by Bill Buzbee · 10 years ago
  14. abe1386 Merge "Improve tracking of memory locations in LVN." by Vladimir Marko · 10 years ago
  15. f4b80bc Make use of sigchainlib for signal chaining for implicit checks by Dave Allison · 10 years ago
  16. 2ac01fc Improve tracking of memory locations in LVN. by Vladimir Marko · 10 years ago
  17. 0955f7e AArch64: fixing some assertions. by Matteo Franchin · 10 years ago
  18. c774bd4 Merge "Fix pass driver's dump_pass_list_ and print_pass_list_." by Vladimir Marko · 10 years ago
  19. a9f1ce6 Fix pass driver's dump_pass_list_ and print_pass_list_. by Vladimir Marko · 10 years ago
  20. b661a80 Merge "Move to dalvik.vm.lib.2 to force default to libart" by Brian Carlstrom · 10 years ago
  21. 346265e Move to dalvik.vm.lib.2 to force default to libart by Brian Carlstrom · 10 years ago
  22. 818cff4 Merge "Fix DexFile.entries to return class names, not class descriptors" by Brian Carlstrom · 10 years ago
  23. e8aff40 Merge "Use a heap allocated free buffer in MarkSweep::SweepArray()." by Hiroshi Yamauchi · 10 years ago
  24. bbdc5bc Use a heap allocated free buffer in MarkSweep::SweepArray(). by Hiroshi Yamauchi · 10 years ago
  25. cf790bb Fix DexFile.entries to return class names, not class descriptors by Brian Carlstrom · 10 years ago
  26. 6d25996 Merge "ART: Print and dump functionalities per pass" by Ian Rogers · 10 years ago
  27. 11138c7 Merge "Don't create bump pointer spaces unless necessary." by Mathieu Chartier · 10 years ago
  28. 32f38c0 Merge "x86_64: Support r8-r15, xmm8-xmm15 in assembler" by Bill Buzbee · 10 years ago
  29. 4240c51 Don't create bump pointer spaces unless necessary. by Mathieu Chartier · 10 years ago
  30. 6fecd0e Merge "Add read barriers to the weak roots in the intern table." by Hiroshi Yamauchi · 10 years ago
  31. 1bd4872 Add read barriers to the weak roots in the intern table. by Hiroshi Yamauchi · 10 years ago
  32. 0130ba0 Merge "Allocate large enough space bitmaps for malloc spaces." by Hiroshi Yamauchi · 10 years ago
  33. c5f94db Merge "Add option to specify compiler executable." by Brian Carlstrom · 10 years ago
  34. 32c02c1 Merge "x86_64: Add 64-bit version of instructions in asm" by Bill Buzbee · 10 years ago
  35. a20468c x86_64: Support r8-r15, xmm8-xmm15 in assembler by Dmitry Petrochenko · 10 years ago
  36. 0354e68 Merge "Fix method tracing's handling of shadow frames on startup." by Jeff Hao · 10 years ago
  37. 12e6d74 Add option to specify compiler executable. by Tsu Chiang Chuang · 10 years ago
  38. a15a81b Fix method tracing's handling of shadow frames on startup. by Jeff Hao · 10 years ago
  39. 9bec544 Merge "Fix the problem of not shutting down the profiler in ART properly" by Ian Rogers · 10 years ago
  40. 33a60e4 Merge "Set the type of a RegStorage correctly" by Bill Buzbee · 10 years ago
  41. 2b9301b Merge "ART: Fix sharpening across dex files" by Andreas Gampe · 10 years ago
  42. 67c482f Merge "Art compiler: remove unnecessary sqrt call" by buzbee · 10 years ago
  43. e0099d4 ART: Fix sharpening across dex files by Andreas Gampe · 10 years ago
  44. 055c29f Art compiler: remove unnecessary sqrt call by buzbee · 10 years ago
  45. 6c35a6b Merge "Quick compiler: generalize NarrowRegLoc()" by buzbee · 10 years ago
  46. 0c52451 Set the type of a RegStorage correctly by Mark Mendell · 10 years ago
  47. 96992e8 x86_64: Add 64-bit version of instructions in asm by Dmitry Petrochenko · 10 years ago
  48. 8bcecce ART: Print and dump functionalities per pass by Jean Christophe Beyler · 10 years ago
  49. e3b5cb5 Merge "Workaround apparent clang compilation issue" by Brian Carlstrom · 10 years ago
  50. c647564 Workaround apparent clang compilation issue by Brian Carlstrom · 10 years ago
  51. ab5b370 Merge "AArch64: Add suspend check in managed code." by Bill Buzbee · 10 years ago
  52. bbc66c5 Merge "ART: Better SSA Allocation when recreating SSA" by Bill Buzbee · 10 years ago
  53. 960a4bc Merge "AArch64: Enable FLOAT and DOUBLE opcodes" by Bill Buzbee · 10 years ago
  54. 6a58691 Fix the problem of not shutting down the profiler in ART properly by Wei Jin · 10 years ago
  55. 4896d7b ART: Better SSA Allocation when recreating SSA by Jean Christophe Beyler · 10 years ago
  56. 032d377 AArch64: Enable FLOAT and DOUBLE opcodes by Serban Constantinescu · 10 years ago
  57. 1b1aea2 Merge "Fix x86_64 test failures." by Brian Carlstrom · 10 years ago
  58. 7f0a6d6 Fix x86_64 test failures. by Nicolas Geoffray · 10 years ago
  59. ddb1a16 Merge "Add a linear scan register allocator to the optimizing compiler." by Nicolas Geoffray · 10 years ago
  60. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  61. 8b5b1e5 Merge "Make DexFile content read only before running DexFileVerifier" by Brian Carlstrom · 10 years ago
  62. d6cec90 Make DexFile content read only before running DexFileVerifier by Brian Carlstrom · 10 years ago
  63. 48241e7 AArch64: Add suspend check in managed code. by Zheng Xu · 10 years ago
  64. 30395fc Merge "Add TARGET_2ND_ARCH support for dump-oat-boot" by Brian Carlstrom · 10 years ago
  65. 85089dd Quick compiler: generalize NarrowRegLoc() by buzbee · 10 years ago
  66. 7a6b280 Add TARGET_2ND_ARCH support for dump-oat-boot by Brian Carlstrom · 10 years ago
  67. a79febb Merge "Fix ExtractToMemMap to show original zip file name in ashmem" by Brian Carlstrom · 10 years ago
  68. cd9b4e2 Merge "x86_64: Rebase on top of "64-bit temp register support"" by Bill Buzbee · 10 years ago
  69. 9fd0345 Merge "Implement all vector instructions for X86" by Bill Buzbee · 10 years ago
  70. fe94578 Implement all vector instructions for X86 by Mark Mendell · 10 years ago
  71. 8c895b3 Merge "Quick compiler: fix register clobbering." by buzbee · 10 years ago
  72. 642fe34 Quick compiler: fix register clobbering. by buzbee · 10 years ago
  73. 447a914 Allocate large enough space bitmaps for malloc spaces. by Hiroshi Yamauchi · 10 years ago
  74. 0999a6f x86_64: Rebase on top of "64-bit temp register support" by Dmitry Petrochenko · 10 years ago
  75. 132236a Merge "Improve invalid large object free dumping." by Mathieu Chartier · 10 years ago
  76. d07a913 Improve invalid large object free dumping. by Mathieu Chartier · 10 years ago
  77. a911a4d Merge "Add reserve area to allocation stacks." by Mathieu Chartier · 10 years ago
  78. 919ed6b Merge "Revert "ART: Better SSA Allocation when recreating SSA"" by Bill Buzbee · 10 years ago
  79. d4750f2 Revert "ART: Better SSA Allocation when recreating SSA" by Bill Buzbee · 10 years ago
  80. be7ba65 Merge "ART: Better SSA Allocation when recreating SSA" by Ian Rogers · 10 years ago
  81. 18622c8 Merge "ART: BasicBlock API Implementation" by Ian Rogers · 10 years ago
  82. 8512758 ART: BasicBlock API Implementation by Jean Christophe Beyler · 10 years ago
  83. a45714f Merge "[MIPS] Remove warnings about use of at register" by Ian Rogers · 10 years ago
  84. 66b68fa Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter.""" by Mathieu Chartier · 10 years ago
  85. 0aa504b Fix ExtractToMemMap to show original zip file name in ashmem by Brian Carlstrom · 10 years ago
  86. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  87. 748dd95 [MIPS] Remove warnings about use of at register by Chris Dearman · 10 years ago
  88. 52925af Merge "ART: refactor x86/x86-64 entrypoints" by Ian Rogers · 10 years ago
  89. cda4e2e Merge "Extra debug output for a failing lock check." by Ian Rogers · 10 years ago
  90. 06abcdf Extra debug output for a failing lock check. by Ian Rogers · 10 years ago
  91. 82f3c1b Merge "ART: API to dex instructions" by Ian Rogers · 10 years ago
  92. c179016 Add reserve area to allocation stacks. by Mathieu Chartier · 10 years ago
  93. ae19a73 Merge "Make the specification of when we need precise constants more precise." by Ian Rogers · 10 years ago
  94. ec23021 Merge "ART: Added print indices back to BitVector Dumper" by Ian Rogers · 10 years ago
  95. ccddc49 Merge "x86_64: Fix 079-Phantom hang with QCG enabled" by Ian Rogers · 10 years ago
  96. b0515fa Merge "Fix style issue." by Vladimir Marko · 10 years ago
  97. 920be0b2 Fix style issue. by Vladimir Marko · 10 years ago
  98. 46960fe Make the specification of when we need precise constants more precise. by Ian Rogers · 10 years ago
  99. e24580a Merge "Rewrite BitVector index iterator." by Vladimir Marko · 10 years ago
  100. 520f37b ART: Added print indices back to BitVector Dumper by Jean Christophe Beyler · 10 years ago