1. dc18417 Merge "Fix interaction between JIT and instrumentation." by Nicolas Geoffray · 9 years ago
  2. 2264f62 Merge "MIPS64: small improvements in code generation" by Nicolas Geoffray · 9 years ago
  3. 5c75ffa MIPS64: small improvements in code generation by Alexey Frunze · 9 years ago
  4. c857c74 MIPS64: Improve integer division by constants by Alexey Frunze · 9 years ago
  5. 9bc4361 ART: Fix simplification of catch blocks in the presence of dead code by David Brazdil · 9 years ago
  6. 17656eb Merge "MIPS32: java.lang.String.equals" by Andreas Gampe · 9 years ago
  7. 16ba2b4 MIPS32: java.lang.String.equals by Chris Larsen · 9 years ago
  8. a5891e8 Fix interaction between JIT and instrumentation. by Nicolas Geoffray · 9 years ago
  9. 8148937 Improve X86 handling of constants to Field/Array Set by Mark Mendell · 9 years ago
  10. 2704896 Merge "MIPS64: Implement virtual intrinsic slow path" by Nicolas Geoffray · 9 years ago
  11. 53afca1 MIPS64: Implement virtual intrinsic slow path by Alexey Frunze · 9 years ago
  12. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 9 years ago
  13. 51c1b63 Merge "Fix elf writer to properly handle empty text sections" by Mathieu Chartier · 9 years ago
  14. 07ddb6f Fix elf writer to properly handle empty text sections by Mathieu Chartier · 9 years ago
  15. d93223d Merge "Finalized all components of range analysis needed for dynamic bce." by Aart Bik · 9 years ago
  16. f2a93f4 Merge "X86-64: Split long/double constant array/field set" by Nicolas Geoffray · 9 years ago
  17. ea5af68 X86-64: Split long/double constant array/field set by Mark Mendell · 9 years ago
  18. 3f96f42 Merge "Fix conditional jump over jmp (X86/X86-64/ARM32)" by Nicolas Geoffray · 9 years ago
  19. b8b9769 Fix conditional jump over jmp (X86/X86-64/ARM32) by Mark Mendell · 9 years ago
  20. f941a32 Merge "Move .dynsym ELF section after .text" by David Srbecky · 9 years ago
  21. 19fcbda Move .dynsym ELF section after .text by David Srbecky · 9 years ago
  22. b24301b Merge "Code cleanup to avoid CompilerDriver abstractions in JIT." by Nicolas Geoffray · 9 years ago
  23. d28b969 Code cleanup to avoid CompilerDriver abstractions in JIT. by Nicolas Geoffray · 9 years ago
  24. 4b01856 Revert "Add basic image writer support for app images" by Nicolas Geoffray · 9 years ago
  25. c033474 Add basic image writer support for app images by Mathieu Chartier · 9 years ago
  26. 389b3db Finalized all components of range analysis needed for dynamic bce. by Aart Bik · 9 years ago
  27. c8894ab Merge "Delay emitting CFI PC adjustments until after Thumb2/Mips fixup." by Vladimir Marko · 9 years ago
  28. 10ef694 Delay emitting CFI PC adjustments until after Thumb2/Mips fixup. by Vladimir Marko · 9 years ago
  29. 934808f Fix mips32oc ArraySet null constant assignment by Pavle Batuta · 9 years ago
  30. fb552d7 Revert "ART: Update DCE to work with try/catch" by David Brazdil · 9 years ago
  31. ce52901 ART: Update DCE to work with try/catch by David Brazdil · 9 years ago
  32. a90c772 Add application image dex2oat options by Mathieu Chartier · 9 years ago
  33. e00197d Merge "Fix tests flakiness with jit when using Proxy classes." by Nicolas Geoffray · 9 years ago
  34. 22cf3d3 Fix tests flakiness with jit when using Proxy classes. by Nicolas Geoffray · 9 years ago
  35. 816b2b3 Merge "Fix inlining and lse bugs with unresolved access." by Nicolas Geoffray · 9 years ago
  36. d930929 Fix inlining and lse bugs with unresolved access. by Nicolas Geoffray · 9 years ago
  37. 3e0597f Merge "ART: Enable inlining under try/catch" by David Brazdil · 9 years ago
  38. 9517798 ART: Enable inlining under try/catch by David Brazdil · 9 years ago
  39. c74e69f Merge "ART: Arm32 packed-switch jump tables" by Andreas Gampe · 9 years ago
  40. 7cffc3b ART: Arm32 packed-switch jump tables by Andreas Gampe · 9 years ago
  41. 34e38c4 Merge "X86: Add support for ucomis[sd] reg/memory form" by Nicolas Geoffray · 9 years ago
  42. 469e9c4 Merge "Keep list of dex files for oat file in CompilerDriver." by Vladimir Marko · 9 years ago
  43. d1eaf0d Keep list of dex files for oat file in CompilerDriver. by Vladimir Marko · 9 years ago
  44. 9f51f26 X86: Add support for ucomis[sd] reg/memory form by Mark Mendell · 9 years ago
  45. f31f973 Merge "Refactor code so that JIT can parse compiler options." by Nicolas Geoffray · 9 years ago
  46. abbb0f7 Refactor code so that JIT can parse compiler options. by Nicolas Geoffray · 9 years ago
  47. 70d95b4 Merge "MIPS32: Create infrastructure to support intrinsics" by Andreas Gampe · 9 years ago
  48. 701566a MIPS32: Create infrastructure to support intrinsics by Chris Larsen · 9 years ago
  49. d13f2b3 Merge "Revert "ART: Enable more passes under try/catch"" by David Brazdil · 9 years ago
  50. 771e5cc Revert "ART: Enable more passes under try/catch" by David Brazdil · 9 years ago
  51. 9507fa2 Change a few places to use string version of GetTypeId by Mathieu Chartier · 9 years ago
  52. c65d1f3 Merge "Move loop invariant utility to more general place." by Aart Bik · 9 years ago
  53. 5ad2759 Merge "ART: Enable more passes under try/catch" by David Brazdil · 9 years ago
  54. 73f1f3b Move loop invariant utility to more general place. by Aart Bik · 9 years ago
  55. 2118d3d Merge "Simplify unsigned comparisons against zero (with unit tests)." by Aart Bik · 9 years ago
  56. 96709f1 Simplify unsigned comparisons against zero (with unit tests). by Aart Bik · 9 years ago
  57. 39fabd6 ART: Enable more passes under try/catch by David Brazdil · 9 years ago
  58. d9786b0 Implementation of fast lookup table to search class_def by descriptor by Artem Udovichenko · 9 years ago
  59. 6f42850 Merge "MIPS64: Add "Compare and Swap" intrinsic support." by Andreas Gampe · 9 years ago
  60. 594c061 Merge "Revert "Enable store elimination for singleton objects."" by Andreas Gampe · 9 years ago
  61. 55d02cf Revert "Enable store elimination for singleton objects." by Andreas Gampe · 9 years ago
  62. f7b7f99 Merge "Generate taken-test during trip-count analysis." by Aart Bik · 9 years ago
  63. d2b29d6 Merge "Enable store elimination for singleton objects." by Mingyao Yang · 9 years ago
  64. 22f0587 Generate taken-test during trip-count analysis. by Aart Bik · 9 years ago
  65. 7b829f6 Merge "Do not assume the dex cache is already populated." by Nicolas Geoffray · 9 years ago
  66. c89715c Do not assume the dex cache is already populated. by Nicolas Geoffray · 9 years ago
  67. e87a718 MIPS32: added support for unresolved classes by Pavle Batuta · 9 years ago
  68. 7f43a3d Enable store elimination for singleton objects. by Mingyao Yang · 9 years ago
  69. 562ff44 Revert "Remove DCHECK that does not work for gtests." by Vladimir Marko · 9 years ago
  70. 7a16bdb Merge "Reduce memory used by CompiledMethods." by Vladimir Marko · 9 years ago
  71. 1a7b133 Merge "Support garbage collection of JITted code." by Nicolas Geoffray · 9 years ago
  72. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  73. cbf3c0f Merge "Optimizing: Determine invoke-static/-direct dispatch early." by Vladimir Marko · 9 years ago
  74. 3642749 MIPS64: Add "Compare and Swap" intrinsic support. by Chris Larsen · 9 years ago
  75. c9e94f3 MIPS: Support register pairs in CodeGeneratorMIPS::AddLocationAsTemp(). by Alexey Frunze · 9 years ago
  76. 525b665 Merge "MIPS64: Clean-up intrinsics code" by Andreas Gampe · 9 years ago
  77. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 9 years ago
  78. 1a87837 MIPS32: Fix loading address in GenerateStaticOrDirectCall by Goran Jakovljevic · 9 years ago
  79. 1839d3c Merge "Revert "Run type propagation after inliner only when needed."" by Calin Juravle · 9 years ago
  80. 2717436 Revert "Run type propagation after inliner only when needed." by Calin Juravle · 9 years ago
  81. 605f27d Merge "Run type propagation after inliner only when needed." by Calin Juravle · 9 years ago
  82. e9d6e60 Disable store elimination on singleton object. by Mingyao Yang · 9 years ago
  83. e5d80f8 Move ArenaBitVector into the runtime by Mathieu Chartier · 9 years ago
  84. a815f17 Merge "Revert "Revert "load store elimination.""" by Mingyao Yang · 9 years ago
  85. 4e5dd52 Run type propagation after inliner only when needed. by Calin Juravle · 9 years ago
  86. 31f0e75 Merge "ARM64: Instruction simplification for array accesses." by Roland Levillain · 9 years ago
  87. dc151b2 Optimizing: Determine invoke-static/-direct dispatch early. by Vladimir Marko · 9 years ago
  88. 985ff70 Disable the ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning. by Roland Levillain · 9 years ago
  89. 68561a1 Merge "Fix heap poisoning in UnsafeCASObject x86/x86-64 intrinsic." by Roland Levillain · 9 years ago
  90. b9f3e6d Merge "MIPS64: Add tests for rotation, and shift instructions" by Andreas Gampe · 9 years ago
  91. 8df69d4 Revert "Revert "load store elimination."" by Mingyao Yang · 9 years ago
  92. f652cec MIPS: Initial version of optimizing compiler for MIPS32 by Goran Jakovljevic · 9 years ago
  93. b488b78 Fix heap poisoning in UnsafeCASObject x86/x86-64 intrinsic. by Roland Levillain · 9 years ago
  94. 8128437 MIPS64: Clean-up intrinsics code by Chris Larsen · 9 years ago
  95. 9926d88 Merge "Inliner: make sure the returned value is in the outer graph." by Calin Juravle · 9 years ago
  96. 66e33f1 Merge "Use DlMallocSpace for the JIT code cache." by Nicolas Geoffray · 9 years ago
  97. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 9 years ago
  98. 58554b7 ART: Fix left-shift of negative numbers by Andreas Gampe · 9 years ago
  99. 214bbcd Inliner: make sure the returned value is in the outer graph. by Calin Juravle · 9 years ago
  100. 98a73e1 MIPS64: Add tests for rotation, and shift instructions by Chris Larsen · 9 years ago