1. 6461d19 Add Mips64 art_quick_proxy_invoke_handler assembly. by Douglas Leung · 10 years ago
  2. e977747 Merge "Disable clang optimization to boot up on arm64." by Chih-Hung Hsieh · 10 years ago
  3. e550d23 Merge "ART: Add Mips64 resolution trampoline assembly" by Andreas Gampe · 10 years ago
  4. cc7c39d ART: Add Mips64 resolution trampoline assembly by Andreas Gampe · 10 years ago
  5. 1675f2c Disable clang optimization to boot up on arm64. by Chih-Hung Hsieh · 10 years ago
  6. babecc4 Merge "Add options for building/testing with coverage." by Dan Albert · 10 years ago
  7. 8b1a929 Merge "Remove some unused cutils/properties.h references" by Brian Carlstrom · 10 years ago
  8. 02c5f4d Remove some unused cutils/properties.h references by Brian Carlstrom · 10 years ago
  9. 5442f8b Merge "Use the non access check entrypoint when possible." by Nicolas Geoffray · 10 years ago
  10. cb1b00a Use the non access check entrypoint when possible. by Nicolas Geoffray · 10 years ago
  11. 31fb260 Add options for building/testing with coverage. by Dan Albert · 10 years ago
  12. 9544368 Merge "Implement LICM in optimizing compiler." by Nicolas Geoffray · 10 years ago
  13. 82091da Implement LICM in optimizing compiler. by Nicolas Geoffray · 10 years ago
  14. 28acb6f Merge "Remove libcxx.mk cruft." by Dan Albert · 10 years ago
  15. f36df54 Remove libcxx.mk cruft. by Dan Albert · 10 years ago
  16. 6407d3c Merge "Allow preopted apps to have sharpened calls for non-x86 architectures." by Jeff Hao · 10 years ago
  17. 69b56b2 Merge "Introduce primitive type helpers." by Andreas Gampe · 10 years ago
  18. 542361f Introduce primitive type helpers. by Alexandre Rames · 10 years ago
  19. 193f785 Merge "optimizing: NullCheck elimination" by Nicolas Geoffray · 10 years ago
  20. 10e244f optimizing: NullCheck elimination by Calin Juravle · 10 years ago
  21. dff2d84 Merge "Fix bad rebase." by Nicolas Geoffray · 10 years ago
  22. 0a299b9 Fix bad rebase. by Nicolas Geoffray · 10 years ago
  23. c9ff6b1 Merge "[optimizing compiler] Support x86 hard float ABI" by Nicolas Geoffray · 10 years ago
  24. 0d5917f Merge "Small optimization for recursive calls: avoid dex cache." by Nicolas Geoffray · 10 years ago
  25. 1cf9528 Small optimization for recursive calls: avoid dex cache. by Nicolas Geoffray · 10 years ago
  26. 4a50662 Merge "Clean up pass driver" by Mathieu Chartier · 10 years ago
  27. 5bdab12 Clean up pass driver by Mathieu Chartier · 10 years ago
  28. f08c650 Merge "ART: Arm64 optimizing compiler intrinsics" by Andreas Gampe · 10 years ago
  29. 878d58c ART: Arm64 optimizing compiler intrinsics by Andreas Gampe · 10 years ago
  30. f913ff3 Merge "Force set resolved method for static invokes" by Mathieu Chartier · 10 years ago
  31. e4a91bb Force set resolved method for static invokes by Mathieu Chartier · 10 years ago
  32. ab7f56d Merge "Print lock level in ExclusiveUnlock" by Mathieu Chartier · 10 years ago
  33. 4c10110 Print lock level in ExclusiveUnlock by Mathieu Chartier · 10 years ago
  34. 7c8d009 [optimizing compiler] Support x86 hard float ABI by Mark Mendell · 10 years ago
  35. 763abfd Merge "ART: Even more Quick cleanup" by Andreas Gampe · 10 years ago
  36. 0530082 Merge "Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""" by Andreas Gampe · 10 years ago
  37. e3e1d71 Merge "ART: Clean up some build flags" by Andreas Gampe · 10 years ago
  38. 9c46208 ART: Even more Quick cleanup by Andreas Gampe · 10 years ago
  39. 685fbe4 ART: Clean up some build flags by Andreas Gampe · 10 years ago
  40. 966c3ae Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" by Mark P Mendell · 10 years ago
  41. 04a7780 Merge "ART: reduce UpdateModUnionTable time for partial GC" by Hiroshi Yamauchi · 10 years ago
  42. 1e3dfff Allow preopted apps to have sharpened calls for non-x86 architectures. by Jeff Hao · 10 years ago
  43. 85ed6bd Merge "ART: clear dirty cards of alloc space for MS/CMS partial and full GCs" by Hiroshi Yamauchi · 10 years ago
  44. 89c5048 Merge "Checker: Allow don't-care output on a line" by David Brazdil · 10 years ago
  45. b86e779 Checker: Allow don't-care output on a line by David Brazdil · 10 years ago
  46. c19e7f1 Merge "ART: Further refactor use lists" by David Brazdil · 10 years ago
  47. ea55b93 ART: Further refactor use lists by David Brazdil · 10 years ago
  48. 8c776cd Merge "run-test: enable checker in dev mode" by Calin Juravle · 10 years ago
  49. eb6e852 Merge "ART: More Quick cleanup" by Andreas Gampe · 10 years ago
  50. 3cf4877 run-test: enable checker in dev mode by Calin Juravle · 10 years ago
  51. 2f24afb Merge "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" by Vladimir Marko · 10 years ago
  52. 949c91f Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 10 years ago
  53. aeb47bb Merge "Refactor register access from StackVisitor" by Sebastien Hertz · 10 years ago
  54. aa854af Merge "JDWP: allocate single step control only when active" by Sebastien Hertz · 10 years ago
  55. 0e92f4f ART: More Quick cleanup by Andreas Gampe · 10 years ago
  56. 94fc0e7 Merge "ART: Fix inlining of Mir2Lir" by Andreas Gampe · 10 years ago
  57. a2e18ed ART: Fix inlining of Mir2Lir by Andreas Gampe · 10 years ago
  58. 413f99a Merge "Fix 114-ParallelGC." by Hiroshi Yamauchi · 10 years ago
  59. 779e705 Fix 114-ParallelGC. by Hiroshi Yamauchi · 10 years ago
  60. 8c1a3a2 Merge "ART: Some Quick cleanup" by Andreas Gampe · 10 years ago
  61. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  62. ad3c059 Merge "Add missing EndTiming in CompileMethod" by Mathieu Chartier · 10 years ago
  63. f80b641 Add missing EndTiming in CompileMethod by Mathieu Chartier · 10 years ago
  64. b80c315 Merge "ART: Take apart stream output" by Andreas Gampe · 10 years ago
  65. 2ca19c2 Merge "Change AtomicStack to use StackReference" by Mathieu Chartier · 10 years ago
  66. 597c4f0 JDWP: allocate single step control only when active by Sebastien Hertz · 10 years ago
  67. 3ef69b4 ART: Take apart stream output by Andreas Gampe · 10 years ago
  68. cfc56e0 Merge "ART: Fix assembler labels' usage in macros for Mac." by Vladimir Marko · 10 years ago
  69. f601d19 ART: Fix assembler labels' usage in macros for Mac. by Vladimir Marko · 10 years ago
  70. ac99db2 Merge "Optimizing: Speed up HEnvironment use removal" by David Brazdil · 10 years ago
  71. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 10 years ago
  72. a5f982d Merge "Move code around and address growable_array comment." by Nicolas Geoffray · 10 years ago
  73. bbacb3d Merge "Quick: Fix range check for intrinsic String.charAt() on x86." by Vladimir Marko · 10 years ago
  74. 827eedb Move code around and address growable_array comment. by Nicolas Geoffray · 10 years ago
  75. 6043080 Merge "Fix Mac build." by Vladimir Marko · 10 years ago
  76. 96ba8dc Refactor register access from StackVisitor by Sebastien Hertz · 10 years ago
  77. bc50334 Fix Mac build. by Vladimir Marko · 10 years ago
  78. f90eec0 Merge "Fix build breakage after GVN change." by Nicolas Geoffray · 10 years ago
  79. e6f1715 Fix build breakage after GVN change. by Nicolas Geoffray · 10 years ago
  80. 3c40d38 Merge "ART: Fix asm literals for Mac builds." by Vladimir Marko · 10 years ago
  81. 76d032b Merge "Introduce a SideEffectsAnalysis class." by Nicolas Geoffray · 10 years ago
  82. 86dde16 Introduce a SideEffectsAnalysis class. by Nicolas Geoffray · 10 years ago
  83. 34eda1d ART: Fix asm literals for Mac builds. by Vladimir Marko · 10 years ago
  84. 00ca847 Quick: Fix range check for intrinsic String.charAt() on x86. by Vladimir Marko · 10 years ago
  85. c2c25a9 Merge "Fix a bug in the liveness analysis." by Nicolas Geoffray · 10 years ago
  86. aedc328 Fix a bug in the liveness analysis. by Nicolas Geoffray · 10 years ago
  87. 081d278 Merge "Fix lint error and typo." by Nicolas Geoffray · 10 years ago
  88. e636228 Fix lint error and typo. by Nicolas Geoffray · 10 years ago
  89. 0da7a26 Merge "Fix codegen_test." by Nicolas Geoffray · 10 years ago
  90. a0bb2bd Fix codegen_test. by Nicolas Geoffray · 10 years ago
  91. ebb3cbc Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 10 years ago
  92. 2dadc9d Merge "Support callee-save registers on ARM." by Nicolas Geoffray · 10 years ago
  93. 4add3b4 ART: clear dirty cards of alloc space for MS/CMS partial and full GCs by Lei Li · 10 years ago
  94. cb535da Change AtomicStack to use StackReference by Mathieu Chartier · 10 years ago
  95. 4dee636 Support callee-save registers on ARM. by Nicolas Geoffray · 10 years ago
  96. 336247f Merge "ART: Fix new[] / delete mismatch" by Andreas Gampe · 10 years ago
  97. 6c08a45 ART: Fix new[] / delete mismatch by Andreas Gampe · 10 years ago
  98. d664b16 Merge "Make it possible to enable read barriers at build time." by Hiroshi Yamauchi · 10 years ago
  99. c23f0d8 Make it possible to enable read barriers at build time. by Hiroshi Yamauchi · 10 years ago
  100. d7fa69c Merge "ART: On shutdown, only warn on mutex contention" by Andreas Gampe · 10 years ago