1. 8c776cd Merge "run-test: enable checker in dev mode" by Calin Juravle · 10 years ago
  2. eb6e852 Merge "ART: More Quick cleanup" by Andreas Gampe · 10 years ago
  3. 3cf4877 run-test: enable checker in dev mode by Calin Juravle · 10 years ago
  4. 2f24afb Merge "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" by Vladimir Marko · 10 years ago
  5. 949c91f Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 10 years ago
  6. aeb47bb Merge "Refactor register access from StackVisitor" by Sebastien Hertz · 10 years ago
  7. aa854af Merge "JDWP: allocate single step control only when active" by Sebastien Hertz · 10 years ago
  8. 0e92f4f ART: More Quick cleanup by Andreas Gampe · 10 years ago
  9. 94fc0e7 Merge "ART: Fix inlining of Mir2Lir" by Andreas Gampe · 10 years ago
  10. a2e18ed ART: Fix inlining of Mir2Lir by Andreas Gampe · 10 years ago
  11. 413f99a Merge "Fix 114-ParallelGC." by Hiroshi Yamauchi · 10 years ago
  12. 779e705 Fix 114-ParallelGC. by Hiroshi Yamauchi · 10 years ago
  13. 8c1a3a2 Merge "ART: Some Quick cleanup" by Andreas Gampe · 10 years ago
  14. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  15. ad3c059 Merge "Add missing EndTiming in CompileMethod" by Mathieu Chartier · 10 years ago
  16. f80b641 Add missing EndTiming in CompileMethod by Mathieu Chartier · 10 years ago
  17. b80c315 Merge "ART: Take apart stream output" by Andreas Gampe · 10 years ago
  18. 2ca19c2 Merge "Change AtomicStack to use StackReference" by Mathieu Chartier · 10 years ago
  19. 597c4f0 JDWP: allocate single step control only when active by Sebastien Hertz · 10 years ago
  20. 3ef69b4 ART: Take apart stream output by Andreas Gampe · 10 years ago
  21. cfc56e0 Merge "ART: Fix assembler labels' usage in macros for Mac." by Vladimir Marko · 10 years ago
  22. f601d19 ART: Fix assembler labels' usage in macros for Mac. by Vladimir Marko · 10 years ago
  23. ac99db2 Merge "Optimizing: Speed up HEnvironment use removal" by David Brazdil · 10 years ago
  24. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 10 years ago
  25. a5f982d Merge "Move code around and address growable_array comment." by Nicolas Geoffray · 10 years ago
  26. bbacb3d Merge "Quick: Fix range check for intrinsic String.charAt() on x86." by Vladimir Marko · 10 years ago
  27. 827eedb Move code around and address growable_array comment. by Nicolas Geoffray · 10 years ago
  28. 6043080 Merge "Fix Mac build." by Vladimir Marko · 10 years ago
  29. 96ba8dc Refactor register access from StackVisitor by Sebastien Hertz · 10 years ago
  30. bc50334 Fix Mac build. by Vladimir Marko · 10 years ago
  31. f90eec0 Merge "Fix build breakage after GVN change." by Nicolas Geoffray · 10 years ago
  32. e6f1715 Fix build breakage after GVN change. by Nicolas Geoffray · 10 years ago
  33. 3c40d38 Merge "ART: Fix asm literals for Mac builds." by Vladimir Marko · 10 years ago
  34. 76d032b Merge "Introduce a SideEffectsAnalysis class." by Nicolas Geoffray · 10 years ago
  35. 86dde16 Introduce a SideEffectsAnalysis class. by Nicolas Geoffray · 10 years ago
  36. 34eda1d ART: Fix asm literals for Mac builds. by Vladimir Marko · 10 years ago
  37. 00ca847 Quick: Fix range check for intrinsic String.charAt() on x86. by Vladimir Marko · 10 years ago
  38. c2c25a9 Merge "Fix a bug in the liveness analysis." by Nicolas Geoffray · 10 years ago
  39. aedc328 Fix a bug in the liveness analysis. by Nicolas Geoffray · 10 years ago
  40. 081d278 Merge "Fix lint error and typo." by Nicolas Geoffray · 10 years ago
  41. e636228 Fix lint error and typo. by Nicolas Geoffray · 10 years ago
  42. 0da7a26 Merge "Fix codegen_test." by Nicolas Geoffray · 10 years ago
  43. a0bb2bd Fix codegen_test. by Nicolas Geoffray · 10 years ago
  44. ebb3cbc Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 10 years ago
  45. 2dadc9d Merge "Support callee-save registers on ARM." by Nicolas Geoffray · 10 years ago
  46. cb535da Change AtomicStack to use StackReference by Mathieu Chartier · 10 years ago
  47. 4dee636 Support callee-save registers on ARM. by Nicolas Geoffray · 10 years ago
  48. 336247f Merge "ART: Fix new[] / delete mismatch" by Andreas Gampe · 10 years ago
  49. 6c08a45 ART: Fix new[] / delete mismatch by Andreas Gampe · 10 years ago
  50. d664b16 Merge "Make it possible to enable read barriers at build time." by Hiroshi Yamauchi · 10 years ago
  51. c23f0d8 Make it possible to enable read barriers at build time. by Hiroshi Yamauchi · 10 years ago
  52. d7fa69c Merge "ART: On shutdown, only warn on mutex contention" by Andreas Gampe · 10 years ago
  53. 8f1fa10 ART: On shutdown, only warn on mutex contention by Andreas Gampe · 10 years ago
  54. 61e620d Merge "More of the concurrent copying collector." by Hiroshi Yamauchi · 10 years ago
  55. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  56. 604e282 Merge "Fix valgrind error." by Nicolas Geoffray · 10 years ago
  57. 4597b5b Fix valgrind error. by Nicolas Geoffray · 10 years ago
  58. c08e645 Merge "Fix compaction bugs related to IdentityHashCode" by Mathieu Chartier · 10 years ago
  59. 4c4d609 Fix compaction bugs related to IdentityHashCode by Mathieu Chartier · 10 years ago
  60. 3d2c8e7 ART: Implement X86 hard float (Quick/JNI/Baseline) by Mark Mendell · 10 years ago
  61. e6a05bf Merge "Fix makefile error." by Nicolas Geoffray · 10 years ago
  62. aa8dd2f Fix makefile error. by Nicolas Geoffray · 10 years ago
  63. a5f74e1 Merge "Mark test as failing for optimizing." by Nicolas Geoffray · 10 years ago
  64. fe380a7 Mark test as failing for optimizing. by Nicolas Geoffray · 10 years ago
  65. 294f986 Merge "Fix exception handling during deoptimization" by Sebastien Hertz · 10 years ago
  66. 270a0e1 Fix exception handling during deoptimization by Sebastien Hertz · 10 years ago
  67. d834380 Merge "Fix BitVector::IndexIterator::operator*() to return uint32_t." by Vladimir Marko · 10 years ago
  68. 0407196 Fix BitVector::IndexIterator::operator*() to return uint32_t. by Vladimir Marko · 10 years ago
  69. 1ab1502 Merge "Implicit stack overflow checks and null checks are the norm now." by Nicolas Geoffray · 10 years ago
  70. 27e28d3 Implicit stack overflow checks and null checks are the norm now. by Nicolas Geoffray · 10 years ago
  71. 360daa6 Merge "Support callee save floating point registers on x64." by Nicolas Geoffray · 10 years ago
  72. d97dc40 Support callee save floating point registers on x64. by Nicolas Geoffray · 10 years ago
  73. 4dfe58d Merge "ART: clear dirty cards of alloc space in pause phase" by Mathieu Chartier · 10 years ago
  74. ce841e0 Merge "Fix 116-nodex2oat to use arguments in custom run script" by Brian Carlstrom · 10 years ago
  75. 9d4c517 Fix 116-nodex2oat to use arguments in custom run script by Brian Carlstrom · 10 years ago
  76. e82a67e Merge "Fix compaction unsafe DescribeWait" by Mathieu Chartier · 10 years ago
  77. 4936159 Fix compaction unsafe DescribeWait by Mathieu Chartier · 10 years ago
  78. 40d9c6a Merge "ART: Rewrite ParallelGC test" by Andreas Gampe · 10 years ago
  79. e2c05a2 Merge "ART: Refactor common ELF->InstructionSet code" by Andreas Gampe · 10 years ago
  80. 746a040 Merge "Improve error messages in art::GraphChecker and art::SSAChecker" by Roland Levillain · 10 years ago
  81. 54aa4e5 Merge "ART: Fix GenInlined functions" by Vladimir Marko · 10 years ago
  82. c698b78 Merge "Fix lint error." by Nicolas Geoffray · 10 years ago
  83. a26369a Fix lint error. by Nicolas Geoffray · 10 years ago
  84. 77ed343 Merge "Enable core callee-save on x64." by Nicolas Geoffray · 10 years ago
  85. 727b294 ART: clear dirty cards of alloc space in pause phase by Lei Li · 10 years ago
  86. 0ff51b1 Merge "Follow up on CL 123650" by Sebastien Hertz · 10 years ago
  87. 6c957c5 ART: Rewrite ParallelGC test by Andreas Gampe · 10 years ago
  88. 6f61141 ART: Refactor common ELF->InstructionSet code by Andreas Gampe · 10 years ago
  89. 3cfbb4a Merge "Clean-up 116-nodex2oat unit test" by Brian Carlstrom · 10 years ago
  90. ff87d7b ART: Fix GenInlined functions by Chao-ying Fu · 10 years ago
  91. 9d3165b Clean-up 116-nodex2oat unit test by Serguei Katkov · 10 years ago
  92. 4ec565f Merge "ART: Fix stub_test" by Andreas Gampe · 10 years ago
  93. 5c3d3a9 ART: Fix stub_test by Andreas Gampe · 10 years ago
  94. 9889396 Enable core callee-save on x64. by Nicolas Geoffray · 10 years ago
  95. 59add47 Merge "Allow std::function<return_type(arg_type)> patterns in cpplint." by Roland Levillain · 10 years ago
  96. 9dec5a7 Merge "ART: Replace NULL to nullptr in the optimizing compiler" by Roland Levillain · 10 years ago
  97. b6b114c Merge "Do not use HNot for creating !bool." by Nicolas Geoffray · 10 years ago
  98. 0ada95d ART: Replace NULL to nullptr in the optimizing compiler by Jean Christophe Beyler · 10 years ago
  99. 73d8fe4 Merge "ART: Create a RemoveBlock method" by Roland Levillain · 10 years ago
  100. fa93b50 Do not use HNot for creating !bool. by Nicolas Geoffray · 10 years ago