1. c9feb6a am f9098ea6: Merge "ART: Fix GenReduceVector and GenSetVector" by Bill Buzbee · 10 years ago
  2. 48aa8a0 am 955af682: Merge "ART: Reset bb id to the last list mir" by Bill Buzbee · 10 years ago
  3. 466e978 am f4ae8d89: Merge "ART: Allow overridable calculation of basic block dataflow" by Bill Buzbee · 10 years ago
  4. d1e799e am a2a91086: Merge "Update maximum number of reachable blocks in last step" by Bill Buzbee · 10 years ago
  5. 2d410ad am bafedc34: Merge "Get heap poisoning working in 64-bit." by Hiroshi Yamauchi · 10 years ago
  6. f9098ea Merge "ART: Fix GenReduceVector and GenSetVector" by Bill Buzbee · 10 years ago
  7. 955af68 Merge "ART: Reset bb id to the last list mir" by Bill Buzbee · 10 years ago
  8. f4ae8d8 Merge "ART: Allow overridable calculation of basic block dataflow" by Bill Buzbee · 10 years ago
  9. a2a9108 Merge "Update maximum number of reachable blocks in last step" by Bill Buzbee · 10 years ago
  10. 6f4dcae ART: Allow overridable calculation of basic block dataflow by Razvan A Lupusoru · 10 years ago
  11. bafedc3 Merge "Get heap poisoning working in 64-bit." by Hiroshi Yamauchi · 10 years ago
  12. c7e57b3 am cf447411: Merge "Disable ThreadStress." by Nicolas Geoffray · 10 years ago
  13. 67ae4cd am 02ff2d41: AddIntrinsicSlowPath with resume requires clobbering by Serguei Katkov · 10 years ago
  14. cf44741 Merge "Disable ThreadStress." by Nicolas Geoffray · 10 years ago
  15. d922471 am 294f72c3: Merge "ART: Fix typo" by Andreas Gampe · 10 years ago
  16. 294f72c Merge "ART: Fix typo" by Andreas Gampe · 10 years ago
  17. 35c68e3 ART: Fix typo by Andreas Gampe · 10 years ago
  18. 6a49776 am 00ade1e5: Merge "ART: Fix some -Wpedantic errors" by Andreas Gampe · 10 years ago
  19. 00ade1e Merge "ART: Fix some -Wpedantic errors" by Andreas Gampe · 10 years ago
  20. 3d56be8 Disable ThreadStress. by Nicolas Geoffray · 10 years ago
  21. 2f8ffda resolved conflicts for merge of 79705f99 to lmp-dev-plus-aosp by Vladimir Marko · 10 years ago
  22. 2a7ea97 am 94114c1a: Merge "Remove selinux dependency." by Nicolas Geoffray · 10 years ago
  23. 97515f0 am fa94182c: Merge "Improve detection of lifetime holes." by Nicolas Geoffray · 10 years ago
  24. 79705f99 Merge "AArch64: address some outstanding TODOs." by Vladimir Marko · 10 years ago
  25. 94114c1 Merge "Remove selinux dependency." by Nicolas Geoffray · 10 years ago
  26. fa94182 Merge "Improve detection of lifetime holes." by Nicolas Geoffray · 10 years ago
  27. 8ddb00c Improve detection of lifetime holes. by Nicolas Geoffray · 10 years ago
  28. 2549478 Remove selinux dependency. by Nicolas Geoffray · 10 years ago
  29. da5b4c0 am b3cd8266: Merge "Revert "Enable computed goto interpreter on the host"" by Sebastien Hertz · 10 years ago
  30. b3cd826 Merge "Revert "Enable computed goto interpreter on the host"" by Sebastien Hertz · 10 years ago
  31. fa888d0 Revert "Enable computed goto interpreter on the host" by Sebastien Hertz · 10 years ago
  32. 4163c53 AArch64: address some outstanding TODOs. by Matteo Franchin · 11 years ago
  33. a1b3453 am cc6b59ee: Merge "ART: Fix movnti assembler" by Ian Rogers · 10 years ago
  34. cc6b59e Merge "ART: Fix movnti assembler" by Ian Rogers · 10 years ago
  35. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  36. b88f0b1 Get heap poisoning working in 64-bit. by Hiroshi Yamauchi · 10 years ago
  37. 266c444 am fcabfbe5: Merge "ART: Better IllegalAccessException message" by Andreas Gampe · 10 years ago
  38. 775bbef am 1edf6380: Merge "ART: Deprecate CompilationUnit\'s code_item" by Ian Rogers · 10 years ago
  39. a03bc34 am f731a788: Merge "ART: More verifier error output" by Andreas Gampe · 10 years ago
  40. f5c5465 am 59dce708: Merge "ART: Do a pre-pass for monitor_enter dex pc search" by Andreas Gampe · 10 years ago
  41. 343157d am 1ee1458d: Merge "Reduce scope of MIR analysis attributes." by Ian Rogers · 10 years ago
  42. 45e9914 am c70535b4: Merge "Fix a bug in the insertion of parallel move." by Nicolas Geoffray · 10 years ago
  43. df6e9dc am 13c4e8f4: Merge "Fix test now that instructions can die at instruction entry." by Nicolas Geoffray · 10 years ago
  44. 02ff2d4 AddIntrinsicSlowPath with resume requires clobbering by Serguei Katkov · 11 years ago
  45. fcabfbe Merge "ART: Better IllegalAccessException message" by Andreas Gampe · 10 years ago
  46. c0d8229 ART: Better IllegalAccessException message by Andreas Gampe · 10 years ago
  47. 1edf638 Merge "ART: Deprecate CompilationUnit's code_item" by Ian Rogers · 10 years ago
  48. f731a78 Merge "ART: More verifier error output" by Andreas Gampe · 10 years ago
  49. 59dce70 Merge "ART: Do a pre-pass for monitor_enter dex pc search" by Andreas Gampe · 10 years ago
  50. 1ee1458 Merge "Reduce scope of MIR analysis attributes." by Ian Rogers · 10 years ago
  51. 7503597 ART: Deprecate CompilationUnit's code_item by Razvan A Lupusoru · 11 years ago
  52. 584cc79 Reduce scope of MIR analysis attributes. by Ian Rogers · 10 years ago
  53. ae9f3e6 ART: Fix movnti assembler by Razvan A Lupusoru · 10 years ago
  54. 5ca2054 ART: More verifier error output by Andreas Gampe · 11 years ago
  55. cb3c08f ART: Do a pre-pass for monitor_enter dex pc search by Andreas Gampe · 11 years ago
  56. c70535b Merge "Fix a bug in the insertion of parallel move." by Nicolas Geoffray · 10 years ago
  57. 740475d Fix a bug in the insertion of parallel move. by Nicolas Geoffray · 10 years ago
  58. 13c4e8f Merge "Fix test now that instructions can die at instruction entry." by Nicolas Geoffray · 10 years ago
  59. fd680d8 Fix test now that instructions can die at instruction entry. by Nicolas Geoffray · 10 years ago
  60. 4c6e068 am 6d031046: ART: Update for split native bridge initialization by jgu21 · 10 years ago
  61. 6d03104 ART: Update for split native bridge initialization by jgu21 · 11 years ago
  62. 9d97791 am eb1d22bf: Merge "Register allocator: refine instructions liveness." by Nicolas Geoffray · 10 years ago
  63. eb1d22b Merge "Register allocator: refine instructions liveness." by Nicolas Geoffray · 10 years ago
  64. 7690562 Register allocator: refine instructions liveness. by Nicolas Geoffray · 10 years ago
  65. 7f65973 am 68fd50b2: Merge "Optimize get/set reflection performance" by Mathieu Chartier · 10 years ago
  66. 68fd50b Merge "Optimize get/set reflection performance" by Mathieu Chartier · 10 years ago
  67. 7643327 Optimize get/set reflection performance by Mathieu Chartier · 10 years ago
  68. 501f21e am 11c48fe8: (-s ours) Merge "Optimize get/set reflection performance" into lmp-dev by Mathieu Chartier · 10 years ago
  69. 11c48fe Merge "Optimize get/set reflection performance" into lmp-dev by Mathieu Chartier · 10 years ago
  70. ffc788c Optimize get/set reflection performance by Mathieu Chartier · 10 years ago
  71. cb63c36 am 88adf363: Merge "Fix broken runtime SetStatsEnabled logic" by Mathieu Chartier · 10 years ago
  72. 88adf36 Merge "Fix broken runtime SetStatsEnabled logic" by Mathieu Chartier · 10 years ago
  73. 8aad196 am 95f03e6a: Merge "Fix make test exclusion bugs." by Ian Rogers · 10 years ago
  74. 5fbdf53 am dbe4dc12: Merge "Fix broken runtime SetStatsEnabled logic" into lmp-dev by Mathieu Chartier · 10 years ago
  75. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  76. dbe4dc1 Merge "Fix broken runtime SetStatsEnabled logic" into lmp-dev by Mathieu Chartier · 10 years ago
  77. 95f03e6 Merge "Fix make test exclusion bugs." by Ian Rogers · 10 years ago
  78. b5594ba Fix make test exclusion bugs. by Ian Rogers · 10 years ago
  79. a7f4530 am adef7361: Merge "Only include test targets if test-art* or build-art* is being built." by Ian Rogers · 10 years ago
  80. adef736 Merge "Only include test targets if test-art* or build-art* is being built." by Ian Rogers · 10 years ago
  81. ed184b7 am ed34f59c: Merge "Quick compiler: aarch64 codegen & long_min literal" into lmp-dev by buzbee · 10 years ago
  82. 8f0bbd2 Only include test targets if test-art* or build-art* is being built. by Ian Rogers · 10 years ago
  83. ed34f59 Merge "Quick compiler: aarch64 codegen & long_min literal" into lmp-dev by buzbee · 10 years ago
  84. b504d2f Quick compiler: aarch64 codegen & long_min literal by buzbee · 10 years ago
  85. 144ff4e am 23fb122b: Change heap base address by Mathieu Chartier · 10 years ago
  86. 742d21d am 7fe50c62: Merge "Change heap base address" by Mathieu Chartier · 10 years ago
  87. 7fe50c6 Merge "Change heap base address" by Mathieu Chartier · 10 years ago
  88. 268ea6c Change heap base address by Mathieu Chartier · 10 years ago
  89. cada7f5 am 887ebcf7: Merge "Fix verifier crash in GetQuickFieldAccess()." by Hiroshi Yamauchi · 10 years ago
  90. c24d818 am 628a74f9: Merge "ART Runtime: Add movw ,yy fault handling" by Ian Rogers · 10 years ago
  91. 9c18c43 am d282d59b: Merge "Elimination of redundant instructuion" by Ian Rogers · 10 years ago
  92. e445f8a am 68dc1015: Merge "Fix CallStaticVoidMethodA for testEverything" by Ian Rogers · 10 years ago
  93. 438b729 am 5a2a2639: Merge "Fix some more pedantic compiler warnings." by Ian Rogers · 10 years ago
  94. 23fb122 Change heap base address by Mathieu Chartier · 10 years ago
  95. 887ebcf Merge "Fix verifier crash in GetQuickFieldAccess()." by Hiroshi Yamauchi · 10 years ago
  96. 5f09be9 Fix verifier crash in GetQuickFieldAccess(). by Hiroshi Yamauchi · 10 years ago
  97. 53cec00 ART: Fix GenReduceVector and GenSetVector by Udayan Banerji · 10 years ago
  98. a98ffd7 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  99. 628a74f Merge "ART Runtime: Add movw $xx,yy fault handling" by Ian Rogers · 10 years ago
  100. d282d59 Merge "Elimination of redundant instructuion" by Ian Rogers · 10 years ago