1. 8ccc3f5 Add support for invoke-static in optimizing compiler. by Nicolas Geoffray · 11 years ago
  2. 3654a6f Revert "Optimize easy multiply and easy div remainder." by Brian Carlstrom · 11 years ago
  3. 3d325c6 Fix CopyRegInfo to keep live/dirty flags of new registers. by Chao-ying Fu · 11 years ago
  4. 262b299 Fix x86 master build failure. by buzbee · 11 years ago
  5. 08df4b3 Optimize easy multiply and easy div remainder. by Zheng Xu · 11 years ago
  6. 2700f7e Continuing register cleanup by buzbee · 11 years ago
  7. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 11 years ago
  8. d3a2dfa Reuse promoted register temporarily by Yevgeny Rouban · 11 years ago
  9. 223efbe Merge "Add GC mode for stressing testing heap transitions." by Mathieu Chartier · 11 years ago
  10. ab5545f x86 GenLongRegOrMemOp should be aware about xmm to core reg conversion by Serguei Katkov · 11 years ago
  11. 91e3063 Add GC mode for stressing testing heap transitions. by Mathieu Chartier · 11 years ago
  12. 027f7fa Merge "Trampoline and assembly fixes for ARM64" by Andreas Gampe · 11 years ago
  13. 889d079 Merge "An argument is handled incorrectly for add-int/lit8 during optimization phase" by Bill Buzbee · 11 years ago
  14. 716426f Merge "Small update to CFG printing using DOT" by Bill Buzbee · 11 years ago
  15. ee40aa4 An argument is handled incorrectly for add-int/lit8 during optimization phase by nikolay serdjuk · 11 years ago
  16. b7ea3ac Refactor image writer reference visiting logic. by Mathieu Chartier · 11 years ago
  17. c6ee54e Trampoline and assembly fixes for ARM64 by Andreas Gampe · 11 years ago
  18. 5d47447 Move saved SSA map to ScopedArenaAllocator to save memory. by Vladimir Marko · 11 years ago
  19. 8d6b12a Merge "Free Arenas from the ArenaStack before running codegen." by Vladimir Marko · 11 years ago
  20. 3b10a74 Merge "Fix method index for GDB information" by Andreas Gampe · 11 years ago
  21. 1180d77 Fix method index for GDB information by Mark Mendell · 11 years ago
  22. 53b6afc Free Arenas from the ArenaStack before running codegen. by Vladimir Marko · 11 years ago
  23. b982331 Fix and clean up intrinsic Math.abs(long). by Vladimir Marko · 11 years ago
  24. 25bc279 Small update to CFG printing using DOT by Razvan A Lupusoru · 11 years ago
  25. f2a0d91 Merge "Make all gc maps with 0 entries identical." by Vladimir Marko · 11 years ago
  26. 68eb8bd Merge "Clean up intrinsic Math.abs(float/double)." by Vladimir Marko · 11 years ago
  27. 31806a3 Make all gc maps with 0 entries identical. by Vladimir Marko · 11 years ago
  28. 25ff004 Add FINAL and OVERRIDE to calling conventions of the JNI compiler by Andreas Gampe · 11 years ago
  29. ec31d37 Clean up intrinsic Math.abs(float/double). by Vladimir Marko · 11 years ago
  30. 63a4c96 Merge "Fix GenArithOpInt to work with RA correctly" by Bill Buzbee · 11 years ago
  31. ac05eb5 Merge "ART: API changes" by Bill Buzbee · 11 years ago
  32. 66da136 Fix GenArithOpInt to work with RA correctly by Serguei Katkov · 11 years ago
  33. 91690f6 Some more ARM64 tests that are invalid at the moment by Andreas Gampe · 11 years ago
  34. 0658768 Parts of ARM64 should not be enabled, yet by Andreas Gampe · 11 years ago
  35. 6673338 Merge "Make test-art pass with heap reference poisoning enabled." by Hiroshi Yamauchi · 11 years ago
  36. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 11 years ago
  37. 66e4c3e Merge "Optimize stack overflow handling." by Mathieu Chartier · 11 years ago
  38. 40bbb39 Fix Quick compiler "out of registers" by buzbee · 11 years ago
  39. 0d507d1 Optimize stack overflow handling. by Mathieu Chartier · 11 years ago
  40. 05b15d6 Make test-art pass with heap reference poisoning enabled. by Hiroshi Yamauchi · 11 years ago
  41. 0d9c02e Merge "Run Java tests with the optimizing compiler." by Nicolas Geoffray · 11 years ago
  42. 92cf83e Run Java tests with the optimizing compiler. by Nicolas Geoffray · 11 years ago
  43. cdacac4 ART: API changes by Jean Christophe Beyler · 11 years ago
  44. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 11 years ago
  45. 9820b7c Early inlining of simple methods. by Vladimir Marko · 11 years ago
  46. 43c8642 Fix lint error, and Makefile that could be confused with local files. by Nicolas Geoffray · 11 years ago
  47. a48850b Merge "Plug new optimizing compiler in compilation pipeline." by Nicolas Geoffray · 11 years ago
  48. 787c307 Plug new optimizing compiler in compilation pipeline. by Nicolas Geoffray · 11 years ago
  49. 0188ab7 Fix comment typo. by Ian Rogers · 11 years ago
  50. bfea9c2 Class initialization check elimination. by Vladimir Marko · 11 years ago
  51. 1d45438 Merge "Remove duplicated register load in function call to quick entry." by Bill Buzbee · 11 years ago
  52. 1c1f3cd Merge "ARM: Do not allocate temp registers in MulLong if possible." by Bill Buzbee · 11 years ago
  53. 5b27149 Use quick generic JNI calls based on compiler driver options. by Ian Rogers · 11 years ago
  54. d7f8e02 ARM: Do not allocate temp registers in MulLong if possible. by Zheng Xu · 11 years ago
  55. 9a84ad9 Remove duplicated register load in function call to quick entry. by Zheng Xu · 11 years ago
  56. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  57. e90501d Add dependency for operations with x86 FPU stack by Serguei Katkov · 11 years ago
  58. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  59. 9545a44 Merge "Allow patching between dex files in the boot classpath." by Jeff Hao · 11 years ago
  60. cd4f41a Merge "Implement FINAL/OVERRIDE for clang." by Ian Rogers · 11 years ago
  61. 9758f79 Implement FINAL/OVERRIDE for clang. by Ian Rogers · 11 years ago
  62. 3bc8615 Use LIRSlowPath for intrinsics, improve String.indexOf(). by Vladimir Marko · 11 years ago
  63. 9e6a111 Merge "ART's intrinsic for String.indexOf use the incorrect register" by Bill Buzbee · 11 years ago
  64. 0cecf49 Merge "Add dex2oat --print-pass-names and --disable-passes= options." by Vladimir Marko · 11 years ago
  65. b9d50a9 Merge "Move inline method detection to runtime." by Vladimir Marko · 11 years ago
  66. c1db36c Merge "Fix non-{arm, x86} builds." by Nicolas Geoffray · 11 years ago
  67. 39d57e2 Fix non-{arm, x86} builds. by Nicolas Geoffray · 11 years ago
  68. 896362b Fix virt-specifiers outside class definition errors. by Nicolas Geoffray · 11 years ago
  69. af7ec0e Merge "More code generation for the optimizing compiler." by Nicolas Geoffray · 11 years ago
  70. bab4ed7 More code generation for the optimizing compiler. by Nicolas Geoffray · 11 years ago
  71. b34f69a Add command line support for enabling the optimizing compiler. by Nicolas Geoffray · 11 years ago
  72. 34fa0d9 ART's intrinsic for String.indexOf use the incorrect register by Yevgeny Rouban · 11 years ago
  73. 49161ce Allow patching between dex files in the boot classpath. by Jeff Hao · 11 years ago
  74. 36fea8d Fixing structure of native frame for Generic JNI by Andreas Gampe · 11 years ago
  75. e3e0260 Move inline method detection to runtime. by Vladimir Marko · 11 years ago
  76. cd8ce66 Add dex2oat --print-pass-names and --disable-passes= options. by Chao-ying Fu · 11 years ago
  77. 1a57066 A few 64bit fixes. by Ian Rogers · 11 years ago
  78. 2f4c3a4 Remove spurious duplicate line of code by buzbee · 11 years ago
  79. 3d73ba2 Avoid Cache*LoweringInfo pass when there's no GET/PUT/INVOKE. by Vladimir Marko · 11 years ago
  80. 0f67847 Unify 64bit int constant definitions. by Ian Rogers · 11 years ago
  81. 73a4713 Merge "Fix LIR generation for long arithmetic operation" by Ian Rogers · 11 years ago
  82. 3c05039 Merge "LongToFp result storage fixed" by Ian Rogers · 11 years ago
  83. 3dfc5c1 Merge "ARM: Inline codegen for long-to-float on ARM." by Ian Rogers · 11 years ago
  84. bc90329 Merge "ARM: Remove duplicated instructions; add vcvt, vmla, vmls disassembler." by Ian Rogers · 11 years ago
  85. 7a0e504 More JNI compiler tests and small fix by Andreas Gampe · 11 years ago
  86. e19649a ARM: Remove duplicated instructions; add vcvt, vmla, vmls disassembler. by Zheng Xu · 11 years ago
  87. f0e6c9c ARM: Inline codegen for long-to-float on ARM. by Zheng Xu · 11 years ago
  88. 788aaad Fix lint errors. by Nicolas Geoffray · 11 years ago
  89. 930021f Merge "Add register support to the optimizing compiler." by Nicolas Geoffray · 11 years ago
  90. 3ff386a Add register support to the optimizing compiler. by Nicolas Geoffray · 11 years ago
  91. b515928 Merge "New header fix for gcc 4.7 build." by Nicolas Geoffray · 11 years ago
  92. e84bfb5 New header fix for gcc 4.7 build. by Nicolas Geoffray · 11 years ago
  93. f096aad Cache method lowering info in mir graph. by Vladimir Marko · 11 years ago
  94. a03de6d Revert "Revert "Make clang the default compiler on host."" by Ian Rogers · 11 years ago
  95. d54f3a6 Revert "Make clang the default compiler on host." by Ian Rogers · 11 years ago
  96. 87f8b4c Make clang the default compiler on host. by Ian Rogers · 11 years ago
  97. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  98. aa00fe0 Merge "Add more VerifyObject calls." by Mathieu Chartier · 11 years ago
  99. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  100. bd9e9db Fix clang errors in ArenaAllocator. by Vladimir Marko · 11 years ago