1. 96ba8dc Refactor register access from StackVisitor by Sebastien Hertz · 10 years ago
  2. 081d278 Merge "Fix lint error and typo." by Nicolas Geoffray · 10 years ago
  3. e636228 Fix lint error and typo. by Nicolas Geoffray · 10 years ago
  4. 0da7a26 Merge "Fix codegen_test." by Nicolas Geoffray · 10 years ago
  5. a0bb2bd Fix codegen_test. by Nicolas Geoffray · 10 years ago
  6. ebb3cbc Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 10 years ago
  7. 2dadc9d Merge "Support callee-save registers on ARM." by Nicolas Geoffray · 10 years ago
  8. 4dee636 Support callee-save registers on ARM. by Nicolas Geoffray · 10 years ago
  9. 336247f Merge "ART: Fix new[] / delete mismatch" by Andreas Gampe · 10 years ago
  10. 6c08a45 ART: Fix new[] / delete mismatch by Andreas Gampe · 10 years ago
  11. d664b16 Merge "Make it possible to enable read barriers at build time." by Hiroshi Yamauchi · 10 years ago
  12. c23f0d8 Make it possible to enable read barriers at build time. by Hiroshi Yamauchi · 10 years ago
  13. d7fa69c Merge "ART: On shutdown, only warn on mutex contention" by Andreas Gampe · 10 years ago
  14. 8f1fa10 ART: On shutdown, only warn on mutex contention by Andreas Gampe · 10 years ago
  15. 61e620d Merge "More of the concurrent copying collector." by Hiroshi Yamauchi · 10 years ago
  16. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  17. 604e282 Merge "Fix valgrind error." by Nicolas Geoffray · 10 years ago
  18. 4597b5b Fix valgrind error. by Nicolas Geoffray · 10 years ago
  19. c08e645 Merge "Fix compaction bugs related to IdentityHashCode" by Mathieu Chartier · 10 years ago
  20. 4c4d609 Fix compaction bugs related to IdentityHashCode by Mathieu Chartier · 10 years ago
  21. 3d2c8e7 ART: Implement X86 hard float (Quick/JNI/Baseline) by Mark Mendell · 10 years ago
  22. e6a05bf Merge "Fix makefile error." by Nicolas Geoffray · 10 years ago
  23. aa8dd2f Fix makefile error. by Nicolas Geoffray · 10 years ago
  24. a5f74e1 Merge "Mark test as failing for optimizing." by Nicolas Geoffray · 10 years ago
  25. fe380a7 Mark test as failing for optimizing. by Nicolas Geoffray · 10 years ago
  26. 294f986 Merge "Fix exception handling during deoptimization" by Sebastien Hertz · 10 years ago
  27. 270a0e1 Fix exception handling during deoptimization by Sebastien Hertz · 10 years ago
  28. d834380 Merge "Fix BitVector::IndexIterator::operator*() to return uint32_t." by Vladimir Marko · 10 years ago
  29. 0407196 Fix BitVector::IndexIterator::operator*() to return uint32_t. by Vladimir Marko · 10 years ago
  30. 1ab1502 Merge "Implicit stack overflow checks and null checks are the norm now." by Nicolas Geoffray · 10 years ago
  31. 27e28d3 Implicit stack overflow checks and null checks are the norm now. by Nicolas Geoffray · 10 years ago
  32. 360daa6 Merge "Support callee save floating point registers on x64." by Nicolas Geoffray · 10 years ago
  33. d97dc40 Support callee save floating point registers on x64. by Nicolas Geoffray · 10 years ago
  34. 4dfe58d Merge "ART: clear dirty cards of alloc space in pause phase" by Mathieu Chartier · 10 years ago
  35. ce841e0 Merge "Fix 116-nodex2oat to use arguments in custom run script" by Brian Carlstrom · 10 years ago
  36. 9d4c517 Fix 116-nodex2oat to use arguments in custom run script by Brian Carlstrom · 10 years ago
  37. e82a67e Merge "Fix compaction unsafe DescribeWait" by Mathieu Chartier · 10 years ago
  38. 4936159 Fix compaction unsafe DescribeWait by Mathieu Chartier · 10 years ago
  39. 40d9c6a Merge "ART: Rewrite ParallelGC test" by Andreas Gampe · 10 years ago
  40. e2c05a2 Merge "ART: Refactor common ELF->InstructionSet code" by Andreas Gampe · 10 years ago
  41. 746a040 Merge "Improve error messages in art::GraphChecker and art::SSAChecker" by Roland Levillain · 10 years ago
  42. 54aa4e5 Merge "ART: Fix GenInlined functions" by Vladimir Marko · 10 years ago
  43. c698b78 Merge "Fix lint error." by Nicolas Geoffray · 10 years ago
  44. a26369a Fix lint error. by Nicolas Geoffray · 10 years ago
  45. 77ed343 Merge "Enable core callee-save on x64." by Nicolas Geoffray · 10 years ago
  46. 727b294 ART: clear dirty cards of alloc space in pause phase by Lei Li · 10 years ago
  47. 0ff51b1 Merge "Follow up on CL 123650" by Sebastien Hertz · 10 years ago
  48. 6c957c5 ART: Rewrite ParallelGC test by Andreas Gampe · 10 years ago
  49. 6f61141 ART: Refactor common ELF->InstructionSet code by Andreas Gampe · 10 years ago
  50. 3cfbb4a Merge "Clean-up 116-nodex2oat unit test" by Brian Carlstrom · 10 years ago
  51. ff87d7b ART: Fix GenInlined functions by Chao-ying Fu · 10 years ago
  52. 9d3165b Clean-up 116-nodex2oat unit test by Serguei Katkov · 10 years ago
  53. 4ec565f Merge "ART: Fix stub_test" by Andreas Gampe · 10 years ago
  54. 5c3d3a9 ART: Fix stub_test by Andreas Gampe · 10 years ago
  55. 9889396 Enable core callee-save on x64. by Nicolas Geoffray · 10 years ago
  56. 59add47 Merge "Allow std::function<return_type(arg_type)> patterns in cpplint." by Roland Levillain · 10 years ago
  57. 9dec5a7 Merge "ART: Replace NULL to nullptr in the optimizing compiler" by Roland Levillain · 10 years ago
  58. b6b114c Merge "Do not use HNot for creating !bool." by Nicolas Geoffray · 10 years ago
  59. 0ada95d ART: Replace NULL to nullptr in the optimizing compiler by Jean Christophe Beyler · 10 years ago
  60. 73d8fe4 Merge "ART: Create a RemoveBlock method" by Roland Levillain · 10 years ago
  61. fa93b50 Do not use HNot for creating !bool. by Nicolas Geoffray · 10 years ago
  62. a10aa37 Follow up on CL 123650 by Sebastien Hertz · 10 years ago
  63. 36e8a91 Merge "Revert "Revert "Fully support pairs in the register allocator.""" by Nicolas Geoffray · 10 years ago
  64. 6c2dff8 Revert "Revert "Fully support pairs in the register allocator."" by Nicolas Geoffray · 10 years ago
  65. f3f62f2 Merge "Update instrumentation stubs on resolved classes" by Sebastien Hertz · 10 years ago
  66. 22c9285 Merge "Record implicit null checks at the actual invoke time." by Calin Juravle · 10 years ago
  67. 77520bc Record implicit null checks at the actual invoke time. by Calin Juravle · 10 years ago
  68. 1147eee Merge "Update expectations after test change." by Nicolas Geoffray · 10 years ago
  69. da82d29 Update expectations after test change. by Nicolas Geoffray · 10 years ago
  70. 4d2c611 Merge "Revert "Fully support pairs in the register allocator."" by Nicolas Geoffray · 10 years ago
  71. c399fdc Revert "Fully support pairs in the register allocator." by Nicolas Geoffray · 10 years ago
  72. 5c4405e Improve error messages in art::GraphChecker and art::SSAChecker by Roland Levillain · 10 years ago
  73. 1272d42 Merge "Fully support pairs in the register allocator." by Nicolas Geoffray · 10 years ago
  74. 41aedbb Fully support pairs in the register allocator. by Nicolas Geoffray · 10 years ago
  75. 86657be Merge "[optimizing compiler] Implement inline x86 FP '%'" by Calin Juravle · 10 years ago
  76. 24f2dfa [optimizing compiler] Implement inline x86 FP '%' by Mark Mendell · 10 years ago
  77. 97c89e4 Merge "Use CompilerOptions for implicit stack overflow checks" by Calin Juravle · 10 years ago
  78. 2005655 Merge "ART: Fix arm64 backend" by Andreas Gampe · 10 years ago
  79. 582f541 ART: Fix arm64 backend by Andreas Gampe · 10 years ago
  80. b061b89 Merge "ART: Make ProcessStrings less noisy" by Andreas Gampe · 10 years ago
  81. dc84301 ART: Make ProcessStrings less noisy by Andreas Gampe · 10 years ago
  82. 29c9063 Merge "Clean up the locks around Heap::VisitObjects()." by Hiroshi Yamauchi · 10 years ago
  83. e355ab6 Merge "ART: Make some helpers non-virtual in Mir2Lir" by Andreas Gampe · 10 years ago
  84. c9aa8f8 Merge "ART: Curb dex2oat verbosity" by Andreas Gampe · 10 years ago
  85. 8d295f8 ART: Curb dex2oat verbosity by Andreas Gampe · 10 years ago
  86. 0c8c303 Clean up the locks around Heap::VisitObjects(). by Hiroshi Yamauchi · 10 years ago
  87. 93edf73 Use CompilerOptions for implicit stack overflow checks by Calin Juravle · 10 years ago
  88. f681570 ART: Make some helpers non-virtual in Mir2Lir by Andreas Gampe · 10 years ago
  89. 97d9f28 Merge "ART: Some Quick cleanup" by Andreas Gampe · 10 years ago
  90. d500b53 ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  91. 48aba68 Merge "Fix register allocator test." by Calin Juravle · 10 years ago
  92. d426a8f Fix register allocator test. by Calin Juravle · 10 years ago
  93. e7fd3e3 Merge "Add implicit null checks for the optimizing compiler" by Calin Juravle · 10 years ago
  94. 606a81a Merge "Ensure HCondition nodes on objects are either HEqual or HNotEqual" by Roland Levillain · 10 years ago
  95. 3889897 Merge "ART: Run Checker with Python >2.6" by David Brazdil · 10 years ago
  96. 123c5e9 ART: Run Checker with Python >2.6 by David Brazdil · 10 years ago
  97. a943a75 Merge "ART: Invoke Checker from run-test scripts" by David Brazdil · 10 years ago
  98. 452773f Merge "Address review comments." by Nicolas Geoffray · 10 years ago
  99. 3747b48 Address review comments. by Nicolas Geoffray · 10 years ago
  100. a8a697f Update instrumentation stubs on resolved classes by Sebastien Hertz · 10 years ago