1. 8e57978 Merge "Remove --native-debuggable compiler option." by David Srbecky · 8 years ago
  2. 03fdc90 Merge "Make art::HCompare support boolean, byte, short and char inputs." by Roland Levillain · 8 years ago
  3. 346dc99 Remove --native-debuggable compiler option. by David Srbecky · 8 years ago
  4. a172450 Forgot space. by Nicolas Geoffray · 8 years ago
  5. 8b5e04b Merge "Fix inliner crash related to type propagation." by Nicolas Geoffray · 8 years ago
  6. a5c4a40 Make art::HCompare support boolean, byte, short and char inputs. by Roland Levillain · 8 years ago
  7. 44fd0e5 Fix inliner crash related to type propagation. by Nicolas Geoffray · 8 years ago
  8. 914d71e Merge "Clean up NullCheck generation and record stats about it." by Calin Juravle · 8 years ago
  9. 1583e62 Merge "Improve compiler stats" by Calin Juravle · 8 years ago
  10. 933330a Add more statistics for memory use of the JIT. by Nicolas Geoffray · 8 years ago
  11. 2ae4818 Clean up NullCheck generation and record stats about it. by Calin Juravle · 8 years ago
  12. 6915898 Improve compiler stats by Calin Juravle · 8 years ago
  13. f808e8a Merge "Collect memory use for the JIT." by Nicolas Geoffray · 8 years ago
  14. a4f8154 Collect memory use for the JIT. by Nicolas Geoffray · 8 years ago
  15. e567161 Accept boolean as an input of HDivZeroCheck. by Nicolas Geoffray · 8 years ago
  16. 3e90681 Merge "Make art::HCompare side effect free." by Roland Levillain · 8 years ago
  17. 4d20c08 Merge "Fix HDoubleConstant::IsZero and HFloatConstant::IsZero." by Nicolas Geoffray · 8 years ago
  18. 5b18053 ART: Fix shift simplification, x >>> 64. by Vladimir Marko · 8 years ago
  19. 12af36e Merge "ART: Fix valgrind failure in image_test64." by Vladimir Marko · 8 years ago
  20. 949e54d Fix HDoubleConstant::IsZero and HFloatConstant::IsZero. by Nicolas Geoffray · 8 years ago
  21. 164306e Optimizing: Improve shift simplification, x >>> 64. by Vladimir Marko · 8 years ago
  22. 1693a1f Make art::HCompare side effect free. by Roland Levillain · 8 years ago
  23. d9813cb ART: Fix valgrind failure in image_test64. by Vladimir Marko · 8 years ago
  24. 24bd895 Optimizing: Prevent potential valgrind error. by Vladimir Marko · 8 years ago
  25. 51b7e2d Merge "Optimizing: Fix valgrind error in image_test64." by Vladimir Marko · 8 years ago
  26. 5ee8301 Merge "Fixed bug in BCE, with regression test." by Aart Bik · 8 years ago
  27. 0b4cbd0 Add oatdump support for app images by Mathieu Chartier · 8 years ago
  28. 1ae8874 Fixed bug in BCE, with regression test. by Aart Bik · 8 years ago
  29. a65ed30 Optimizing: Fix valgrind error in image_test64. by Vladimir Marko · 8 years ago
  30. 625090f Optimizing: Fix TypeConversion(And(x, const)) simplification. by Vladimir Marko · 8 years ago
  31. 70bc6de Merge "Optimizing: Do not re-record standby checks for dynamic BCE." by Vladimir Marko · 8 years ago
  32. fbc61e1 Merge "Add symbolizer option to generate debug information only." by David Srbecky · 8 years ago
  33. b75878e Optimizing: Do not re-record standby checks for dynamic BCE. by Vladimir Marko · 8 years ago
  34. d89f605 Ignore empty maps when emitting DWARF variable locations. by David Srbecky · 8 years ago
  35. 95f931e Merge "Integrate BitwiseNegated into shared framework." by Vladimir Marko · 8 years ago
  36. 2de1e8a Merge "Revert "Revert "Allow duplicated methods in different DWARF line tables.""" by David Srbecky · 8 years ago
  37. 6a6b38f Revert "Revert "Allow duplicated methods in different DWARF line tables."" by David Srbecky · 8 years ago
  38. 9faab4d Merge "DWARF: Compensate for compiler's off-by-one instruction." by David Srbecky · 8 years ago
  39. 09c2a6b Add trampoline symbols to native debug info. by David Srbecky · 8 years ago
  40. fdaa583 Merge "Minor optimizations of debug::WriteCFISection." by David Srbecky · 8 years ago
  41. b14a5ed Minor optimizations of debug::WriteCFISection. by David Srbecky · 8 years ago
  42. fa3857e Merge "MIPS: Don't use $t8 for calling entrypoints" by Roland Levillain · 8 years ago
  43. a9e6802 Merge "Revert "Revert "Revert "Revert "Change condition to opposite if lhs is constant""""" by Nicolas Geoffray · 8 years ago
  44. 252fa90 DWARF: Compensate for compiler's off-by-one instruction. by David Srbecky · 8 years ago
  45. ddc4055 MIPS: Don't use $t8 for calling entrypoints by Goran Jakovljevic · 8 years ago
  46. 62a9841 Merge "Fix invariant in reference type propagation." by Nicolas Geoffray · 8 years ago
  47. 2fdd03c Add symbolizer option to generate debug information only. by David Srbecky · 8 years ago
  48. 60e10c8 Merge "Revert "Allow duplicated methods in different DWARF line tables."" by David Srbecky · 8 years ago
  49. 8862fac Revert "Allow duplicated methods in different DWARF line tables." by David Srbecky · 8 years ago
  50. 8583b44 Merge "Allow duplicated methods in different DWARF line tables." by David Srbecky · 8 years ago
  51. cc22d41 Merge "Allow generation of native debug info for multiple methods." by David Srbecky · 8 years ago
  52. 1a008a1 Merge "Refactor MethodDebugInfo (input of DWARF writer)." by David Srbecky · 8 years ago
  53. 3c54623 Allow duplicated methods in different DWARF line tables. by David Srbecky · 8 years ago
  54. 18401b7 Fix invariant in reference type propagation. by Nicolas Geoffray · 8 years ago
  55. 7fc6350 Integrate BitwiseNegated into shared framework. by Artem Serov · 8 years ago
  56. bdd7935 Revert "Revert "Revert "Revert "Change condition to opposite if lhs is constant"""" by Anton Shamin · 8 years ago
  57. 07e3ca9 Fix thread race when fetching the ProfilingInfo object. by Nicolas Geoffray · 8 years ago
  58. 8e21351 Merge "ART: Do not use vixld - workaround to fix dex2oatds." by Vladimir Marko · 8 years ago
  59. 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 · 8 years ago
  60. 07f6818 ART: Do not use vixld - workaround to fix dex2oatds. by Vladimir Marko · 8 years ago
  61. d1c4045 Avoid generating dead code on frame enter/exit. by Aart Bik · 8 years ago
  62. 8411aa3 Merge "Add Mips abiflags section to the oatfile." by Vladimir Marko · 8 years ago
  63. 0555c78 Merge "MIPS32: java.lang.Thread, and java.lang.String intrinsics:" by Roland Levillain · 8 years ago
  64. d527657 Disable some image_test cases with concurrent collector. by Roland Levillain · 8 years ago
  65. 9e86c57 Merge "MIPS32: Fix test 082-inline-execute" by Nicolas Geoffray · 8 years ago
  66. cc7b14d Merge "Fix and enable java.lang.StringFactory intrinsics." by Roland Levillain · 8 years ago
  67. 31f477e MIPS32: Fix test 082-inline-execute by Goran Jakovljevic · 8 years ago
  68. e87fe95 Merge "Clear inline caches at each full GC." by Nicolas Geoffray · 8 years ago
  69. fe736b7 Allow generation of native debug info for multiple methods. by David Srbecky · 8 years ago
  70. 197160d Refactor MethodDebugInfo (input of DWARF writer). by David Srbecky · 8 years ago
  71. 6f6b134 Use PwriteFully and write image header last by Mathieu Chartier · 8 years ago
  72. fa2cda4 Merge "ART: Use optimizing compiler in image_test" by Andreas Gampe · 8 years ago
  73. b6e20ae Clear inline caches at each full GC. by Nicolas Geoffray · 8 years ago
  74. 3f41a01 ART: Use optimizing compiler in image_test by Andreas Gampe · 8 years ago
  75. ab5b894 Merge "Implement the 1.8 unsafe memory fences directly in HIR." by Aart Bik · 8 years ago
  76. ef0119a Merge "ART: Fix missing include" by Andreas Gampe · 8 years ago
  77. f969a20 Fix and enable java.lang.StringFactory intrinsics. by Roland Levillain · 8 years ago
  78. b24457b Merge "Mark DWARF lines in non-debuggable methods as "not a statement"." by David Srbecky · 8 years ago
  79. 7c9c31c ART: Fix missing include by Andreas Gampe · 8 years ago
  80. 1193259 Implement the 1.8 unsafe memory fences directly in HIR. by Aart Bik · 8 years ago
  81. cf283da MIPS32: java.lang.Thread, and java.lang.String intrinsics: by Chris Larsen · 9 years ago
  82. 91cc06c Mark DWARF lines in non-debuggable methods as "not a statement". by David Srbecky · 8 years ago
  83. ce51701 Merge "Propagate InstructionSetFeatures to ElfBuilder." by David Srbecky · 8 years ago
  84. 316a218 Add Mips abiflags section to the oatfile. by Douglas Leung · 9 years ago
  85. 5d81120 Propagate InstructionSetFeatures to ElfBuilder. by David Srbecky · 8 years ago
  86. 0e54c01 Unsafe: Recognize intrinsics for 1.8 java.util.concurrent With unit test. by Aart Bik · 8 years ago
  87. bcd9dd7 Don't use ScopedObjectAccess in Heap::DumpSpaces by Mathieu Chartier · 8 years ago
  88. 8a8c841 Merge "Remove useless map in SwapAllocator" by Vladimir Marko · 8 years ago
  89. e61f01b Merge "MIPS64: Implement isInfinite intrinsics." by Andreas Gampe · 8 years ago
  90. ddec7f9 MIPS64: Implement isInfinite intrinsics. by Chris Larsen · 8 years ago
  91. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 8 years ago
  92. 1c6f902 Merge "Cache DexRegisterMaps when writing native debug info." by David Srbecky · 8 years ago
  93. 2ed15b6 Cache DexRegisterMaps when writing native debug info. by David Srbecky · 8 years ago
  94. d3d0da5 ARM64: Implement SystemArrayCopyChar intrinsic. by Scott Wakeling · 8 years ago
  95. a3ed89f Merge "Refine statistics around the JIT." by Nicolas Geoffray · 8 years ago
  96. 457413a Fix lint issue. by Nicolas Geoffray · 8 years ago
  97. dd11dde Merge "Integer.bitCount and Long.bitCount intrinsics for ARM64" by Nicolas Geoffray · 8 years ago
  98. 9775934 MIPS32: Highest/Lowest One Bit Set: by Chris Larsen · 8 years ago
  99. bbb2ebe MIPS32: Improve TrailingZeros by Chris Larsen · 8 years ago
  100. edc1645 MIPS32: Implement bitCount intrinsics. by Chris Larsen · 8 years ago