1. 5b18053 ART: Fix shift simplification, x >>> 64. by Vladimir Marko · 9 years ago
  2. 12af36e Merge "ART: Fix valgrind failure in image_test64." by Vladimir Marko · 9 years ago
  3. 164306e Optimizing: Improve shift simplification, x >>> 64. by Vladimir Marko · 9 years ago
  4. d9813cb ART: Fix valgrind failure in image_test64. by Vladimir Marko · 9 years ago
  5. 24bd895 Optimizing: Prevent potential valgrind error. by Vladimir Marko · 9 years ago
  6. 51b7e2d Merge "Optimizing: Fix valgrind error in image_test64." by Vladimir Marko · 9 years ago
  7. 5ee8301 Merge "Fixed bug in BCE, with regression test." by Aart Bik · 9 years ago
  8. 0b4cbd0 Add oatdump support for app images by Mathieu Chartier · 9 years ago
  9. 1ae8874 Fixed bug in BCE, with regression test. by Aart Bik · 9 years ago
  10. a65ed30 Optimizing: Fix valgrind error in image_test64. by Vladimir Marko · 9 years ago
  11. 625090f Optimizing: Fix TypeConversion(And(x, const)) simplification. by Vladimir Marko · 9 years ago
  12. 70bc6de Merge "Optimizing: Do not re-record standby checks for dynamic BCE." by Vladimir Marko · 9 years ago
  13. fbc61e1 Merge "Add symbolizer option to generate debug information only." by David Srbecky · 9 years ago
  14. b75878e Optimizing: Do not re-record standby checks for dynamic BCE. by Vladimir Marko · 9 years ago
  15. d89f605 Ignore empty maps when emitting DWARF variable locations. by David Srbecky · 9 years ago
  16. 95f931e Merge "Integrate BitwiseNegated into shared framework." by Vladimir Marko · 9 years ago
  17. 2de1e8a Merge "Revert "Revert "Allow duplicated methods in different DWARF line tables.""" by David Srbecky · 9 years ago
  18. 6a6b38f Revert "Revert "Allow duplicated methods in different DWARF line tables."" by David Srbecky · 9 years ago
  19. 9faab4d Merge "DWARF: Compensate for compiler's off-by-one instruction." by David Srbecky · 9 years ago
  20. 09c2a6b Add trampoline symbols to native debug info. by David Srbecky · 9 years ago
  21. fdaa583 Merge "Minor optimizations of debug::WriteCFISection." by David Srbecky · 9 years ago
  22. b14a5ed Minor optimizations of debug::WriteCFISection. by David Srbecky · 9 years ago
  23. fa3857e Merge "MIPS: Don't use $t8 for calling entrypoints" by Roland Levillain · 9 years ago
  24. a9e6802 Merge "Revert "Revert "Revert "Revert "Change condition to opposite if lhs is constant""""" by Nicolas Geoffray · 9 years ago
  25. 252fa90 DWARF: Compensate for compiler's off-by-one instruction. by David Srbecky · 9 years ago
  26. ddc4055 MIPS: Don't use $t8 for calling entrypoints by Goran Jakovljevic · 9 years ago
  27. 62a9841 Merge "Fix invariant in reference type propagation." by Nicolas Geoffray · 9 years ago
  28. 2fdd03c Add symbolizer option to generate debug information only. by David Srbecky · 9 years ago
  29. 60e10c8 Merge "Revert "Allow duplicated methods in different DWARF line tables."" by David Srbecky · 9 years ago
  30. 8862fac Revert "Allow duplicated methods in different DWARF line tables." by David Srbecky · 9 years ago
  31. 8583b44 Merge "Allow duplicated methods in different DWARF line tables." by David Srbecky · 9 years ago
  32. cc22d41 Merge "Allow generation of native debug info for multiple methods." by David Srbecky · 9 years ago
  33. 1a008a1 Merge "Refactor MethodDebugInfo (input of DWARF writer)." by David Srbecky · 9 years ago
  34. 3c54623 Allow duplicated methods in different DWARF line tables. by David Srbecky · 9 years ago
  35. 18401b7 Fix invariant in reference type propagation. by Nicolas Geoffray · 9 years ago
  36. 7fc6350 Integrate BitwiseNegated into shared framework. by Artem Serov · 9 years ago
  37. bdd7935 Revert "Revert "Revert "Revert "Change condition to opposite if lhs is constant"""" by Anton Shamin · 9 years ago
  38. 07e3ca9 Fix thread race when fetching the ProfilingInfo object. by Nicolas Geoffray · 9 years ago
  39. 8e21351 Merge "ART: Do not use vixld - workaround to fix dex2oatds." by Vladimir Marko · 9 years ago
  40. 8189b0b Merge "Avoid generating dead code on frame enter/exit. This includes stack operations and, on x86, call/pop to read PC." by Aart Bik · 9 years ago
  41. 07f6818 ART: Do not use vixld - workaround to fix dex2oatds. by Vladimir Marko · 9 years ago
  42. d1c4045 Avoid generating dead code on frame enter/exit. by Aart Bik · 9 years ago
  43. 8411aa3 Merge "Add Mips abiflags section to the oatfile." by Vladimir Marko · 9 years ago
  44. 0555c78 Merge "MIPS32: java.lang.Thread, and java.lang.String intrinsics:" by Roland Levillain · 9 years ago
  45. d527657 Disable some image_test cases with concurrent collector. by Roland Levillain · 9 years ago
  46. 9e86c57 Merge "MIPS32: Fix test 082-inline-execute" by Nicolas Geoffray · 9 years ago
  47. cc7b14d Merge "Fix and enable java.lang.StringFactory intrinsics." by Roland Levillain · 9 years ago
  48. 31f477e MIPS32: Fix test 082-inline-execute by Goran Jakovljevic · 9 years ago
  49. e87fe95 Merge "Clear inline caches at each full GC." by Nicolas Geoffray · 9 years ago
  50. fe736b7 Allow generation of native debug info for multiple methods. by David Srbecky · 9 years ago
  51. 197160d Refactor MethodDebugInfo (input of DWARF writer). by David Srbecky · 9 years ago
  52. 6f6b134 Use PwriteFully and write image header last by Mathieu Chartier · 9 years ago
  53. fa2cda4 Merge "ART: Use optimizing compiler in image_test" by Andreas Gampe · 9 years ago
  54. b6e20ae Clear inline caches at each full GC. by Nicolas Geoffray · 9 years ago
  55. 3f41a01 ART: Use optimizing compiler in image_test by Andreas Gampe · 9 years ago
  56. ab5b894 Merge "Implement the 1.8 unsafe memory fences directly in HIR." by Aart Bik · 9 years ago
  57. ef0119a Merge "ART: Fix missing include" by Andreas Gampe · 9 years ago
  58. f969a20 Fix and enable java.lang.StringFactory intrinsics. by Roland Levillain · 9 years ago
  59. b24457b Merge "Mark DWARF lines in non-debuggable methods as "not a statement"." by David Srbecky · 9 years ago
  60. 7c9c31c ART: Fix missing include by Andreas Gampe · 9 years ago
  61. 1193259 Implement the 1.8 unsafe memory fences directly in HIR. by Aart Bik · 9 years ago
  62. cf283da MIPS32: java.lang.Thread, and java.lang.String intrinsics: by Chris Larsen · 10 years ago
  63. 91cc06c Mark DWARF lines in non-debuggable methods as "not a statement". by David Srbecky · 9 years ago
  64. ce51701 Merge "Propagate InstructionSetFeatures to ElfBuilder." by David Srbecky · 9 years ago
  65. 316a218 Add Mips abiflags section to the oatfile. by Douglas Leung · 10 years ago
  66. 5d81120 Propagate InstructionSetFeatures to ElfBuilder. by David Srbecky · 9 years ago
  67. 0e54c01 Unsafe: Recognize intrinsics for 1.8 java.util.concurrent With unit test. by Aart Bik · 9 years ago
  68. bcd9dd7 Don't use ScopedObjectAccess in Heap::DumpSpaces by Mathieu Chartier · 9 years ago
  69. 8a8c841 Merge "Remove useless map in SwapAllocator" by Vladimir Marko · 9 years ago
  70. e61f01b Merge "MIPS64: Implement isInfinite intrinsics." by Andreas Gampe · 9 years ago
  71. ddec7f9 MIPS64: Implement isInfinite intrinsics. by Chris Larsen · 9 years ago
  72. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 9 years ago
  73. 1c6f902 Merge "Cache DexRegisterMaps when writing native debug info." by David Srbecky · 9 years ago
  74. 2ed15b6 Cache DexRegisterMaps when writing native debug info. by David Srbecky · 9 years ago
  75. d3d0da5 ARM64: Implement SystemArrayCopyChar intrinsic. by Scott Wakeling · 9 years ago
  76. a3ed89f Merge "Refine statistics around the JIT." by Nicolas Geoffray · 9 years ago
  77. 457413a Fix lint issue. by Nicolas Geoffray · 9 years ago
  78. dd11dde Merge "Integer.bitCount and Long.bitCount intrinsics for ARM64" by Nicolas Geoffray · 9 years ago
  79. 9775934 MIPS32: Highest/Lowest One Bit Set: by Chris Larsen · 9 years ago
  80. bbb2ebe MIPS32: Improve TrailingZeros by Chris Larsen · 9 years ago
  81. edc1645 MIPS32: Implement bitCount intrinsics. by Chris Larsen · 9 years ago
  82. 2714fe6 MIPS32: Implement isInfinite intrinsics. by Chris Larsen · 9 years ago
  83. b204d94 Merge "Add a PassScope for PrepareForRegisterAllocation" by Mingyao Yang · 9 years ago
  84. 9bab082 Merge "Simplify LoadNativeLibrary()" by Dimitry Ivanov · 9 years ago
  85. bcd94c8 Refine statistics around the JIT. by Nicolas Geoffray · 9 years ago
  86. 49924c9 Integer.bitCount and Long.bitCount intrinsics for ARM64 by xueliang.zhong · 9 years ago
  87. 7ba9966 ART: cleanup exit_block_ in graph if exit block is removed by Serguei Katkov · 9 years ago
  88. 700347e Add a PassScope for PrepareForRegisterAllocation by Mingyao Yang · 9 years ago
  89. e0d1855 Merge "Simplified intrinsic macro mechanism." by Aart Bik · 9 years ago
  90. 2f9fcc9 Simplified intrinsic macro mechanism. by Aart Bik · 9 years ago
  91. 8d468e3 Merge "Give the JIT its own arena pool to avoid lock contentions." by Nicolas Geoffray · 9 years ago
  92. 31b7431 Merge "ART: Fix overlapping instruction IDs in inliner" by David Brazdil · 9 years ago
  93. 3f52306 ART: Fix overlapping instruction IDs in inliner by David Brazdil · 9 years ago
  94. 591ad29 Standby list for dyn bce in potentially infinite loops. by Aart Bik · 9 years ago
  95. a2313aa Merge "Fixed bug on incorrectly revisiting same block." by Aart Bik · 9 years ago
  96. 4cb069f Merge "Fix the signature of the IndexOf entry point." by Roland Levillain · 9 years ago
  97. 25e0456 Give the JIT its own arena pool to avoid lock contentions. by Nicolas Geoffray · 9 years ago
  98. b6347b7 Fixed bug on incorrectly revisiting same block. by Aart Bik · 9 years ago
  99. 42ad288 Fix the signature of the IndexOf entry point. by Roland Levillain · 9 years ago
  100. cc3839c Improve documentation about StringFactory.newStringFromChars. by Roland Levillain · 9 years ago