1. 34bacdf Add multiplication for integral types by Calin Juravle · 10 years ago
  2. 7f75822 Merge "Fix dex2oat cross-compilation." by Nicolas Geoffray · 10 years ago
  3. 350584c Merge "Disable some instruction set tests due to Linux kernel bugs." by Nicolas Geoffray · 10 years ago
  4. d7a11bc Fix dex2oat cross-compilation. by Nicolas Geoffray · 10 years ago
  5. e5e365b Disable some instruction set tests due to Linux kernel bugs. by Ian Rogers · 10 years ago
  6. 9cb3708 Merge "x86 build fix." by Ian Rogers · 10 years ago
  7. 50fe6da x86 build fix. by Ian Rogers · 10 years ago
  8. 8dcb9af Merge "Tracking change to make Class.getDeclaredFields/Methods public" by Brian Carlstrom · 10 years ago
  9. 36f32f6 Merge "Stop using |instance_| in Runtime::InitNativeMethods." by Piotr Jastrzebski · 10 years ago
  10. 2ce8e60 Merge "Fix Mac build." by Ian Rogers · 10 years ago
  11. ad69bcd Fix Mac build. by Ian Rogers · 10 years ago
  12. b144fce Tracking change to make Class.getDeclaredFields/Methods public by Brian Carlstrom · 10 years ago
  13. fb0566b Merge "Some additional verbose logging for DexFile_defineClassNative" by Brian Carlstrom · 10 years ago
  14. 08a8135 Merge "Renumber 122-missing-classes to 124-missing-classes" by Brian Carlstrom · 10 years ago
  15. 0b5d851 Merge "Some code clean-up." by Ian Rogers · 10 years ago
  16. d4c4d95 Some code clean-up. by Ian Rogers · 10 years ago
  17. 667ab7c Some additional verbose logging for DexFile_defineClassNative by Brian Carlstrom · 10 years ago
  18. dddb8d8 Merge "dex2oat: Add a --compile-pic option" by Igor Murashkin · 10 years ago
  19. b3f18cf Merge "Make ART compile with GCC -O0 again." by Ian Rogers · 10 years ago
  20. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  21. cb14210 Merge "Add way to ensure we are at the front of the sigaction chain" by Mathieu Chartier · 10 years ago
  22. d000480 Add way to ensure we are at the front of the sigaction chain by Mathieu Chartier · 10 years ago
  23. 61634ce Renumber 122-missing-classes to 124-missing-classes by Brian Carlstrom · 10 years ago
  24. d6dee67 dex2oat: Add a --compile-pic option by Igor Murashkin · 10 years ago
  25. d866c76 Merge "Add OOME try catch around gc-thrash dive logic" by Mathieu Chartier · 10 years ago
  26. 2eb03e6 Merge "Remove test dependencies on phony targets." by Ian Rogers · 10 years ago
  27. 4ffed25 Merge "Quick: Avoid node iteration for passes that don't need it." by Vladimir Marko · 10 years ago
  28. 9ab7816 Merge "Quick: Handle kMirOpNullCheck in LVN/GVN." by Vladimir Marko · 10 years ago
  29. 9dc0ced Add OOME try catch around gc-thrash dive logic by Mathieu Chartier · 10 years ago
  30. dc43794 Merge "Don't use assembler classes in code_generator.h." by Nicolas Geoffray · 10 years ago
  31. 92a73ae Don't use assembler classes in code_generator.h. by Nicolas Geoffray · 10 years ago
  32. ec2ea6f Merge "Implement default traversals in CFG & SSA graph checkers." by Roland Levillain · 10 years ago
  33. c15c406 Merge "Improve art::SSAChecker::VisitInstruction." by Roland Levillain · 10 years ago
  34. dd36b42 Merge "Do not remove NullChecks & BoundsChecks in HDeadCodeElimination." by Roland Levillain · 10 years ago
  35. 1604027 Merge "Turn constant conditional jumps into unconditional jumps." by Roland Levillain · 10 years ago
  36. a78e66a Quick: Handle kMirOpNullCheck in LVN/GVN. by Vladimir Marko · 10 years ago
  37. f1eb100 Merge "Quick: Improve the BBCombine pass." by Vladimir Marko · 10 years ago
  38. c5ef693 Stop using |instance_| in Runtime::InitNativeMethods. by Piotr Jastrzebski · 10 years ago
  39. 8fc5acf Merge "Rewrite null check elimination to work on dalvik regs." by Vladimir Marko · 10 years ago
  40. 16b842a Merge "Store exiting thread ids and names while tracing to output later." by Jeff Hao · 10 years ago
  41. 8fd9bc9 Merge "Add more logging to finalization test" by Mathieu Chartier · 10 years ago
  42. abbf242 Remove test dependencies on phony targets. by Ian Rogers · 10 years ago
  43. 312eb25 Quick: Improve the BBCombine pass. by Vladimir Marko · 10 years ago
  44. e163a3a Merge "Fix oatdump for no image" by Mathieu Chartier · 10 years ago
  45. d424d08 Fix oatdump for no image by Mathieu Chartier · 10 years ago
  46. bbb5479 Add more logging to finalization test by Mathieu Chartier · 10 years ago
  47. 7baa6f8 Rewrite null check elimination to work on dalvik regs. by Vladimir Marko · 10 years ago
  48. 5c5efc2 Merge "ART: NullCheckElimination should converge with MIR_IGNORE_NULL_CHECK" by Vladimir Marko · 10 years ago
  49. aa7b8a3 Quick: Avoid node iteration for passes that don't need it. by Vladimir Marko · 10 years ago
  50. 423b137 ART: NullCheckElimination should converge with MIR_IGNORE_NULL_CHECK by Yevgeny Rouban · 10 years ago
  51. 2df6840 Merge "Add tests for missing classes" by Brian Carlstrom · 10 years ago
  52. d2caad3 Merge "Fix mac build (second attempt)" by Dmitriy Ivanov · 10 years ago
  53. e094b87 Store exiting thread ids and names while tracing to output later. by Jeff Hao · 10 years ago
  54. 8b5b698 Fix mac build (second attempt) by Dmitriy Ivanov · 10 years ago
  55. 3d434d4 Add tests for missing classes by Brian Carlstrom · 10 years ago
  56. cfd8ade Merge "Add VLOG(class_linker) for clinit errors" by Brian Carlstrom · 10 years ago
  57. b23eab1 Add VLOG(class_linker) for clinit errors by Brian Carlstrom · 10 years ago
  58. eff8160 Merge "Use exit(1), not exit(-1)" by Brian Carlstrom · 10 years ago
  59. 67555f1 Merge "Fixing mac build" by Dmitriy Ivanov · 10 years ago
  60. da4442e Use exit(1), not exit(-1) by Brian Carlstrom · 10 years ago
  61. b13d4c5 Merge "Change MemMap::maps_ to not be global variable" by Mathieu Chartier · 10 years ago
  62. 1d74e57 Fixing mac build by Dmitriy Ivanov · 10 years ago
  63. 6e88ef6 Change MemMap::maps_ to not be global variable by Mathieu Chartier · 10 years ago
  64. 58e51f3 Merge "Untie gtest executables from LD_PRELOAD" by Dmitriy Ivanov · 10 years ago
  65. 8508a43 Untie gtest executables from LD_PRELOAD by Dmitriy Ivanov · 10 years ago
  66. e4228d9 Merge "Remove libsigchain from LD_PRELOADS" by Dmitriy Ivanov · 10 years ago
  67. 633021e Implement default traversals in CFG & SSA graph checkers. by Roland Levillain · 10 years ago
  68. a8069ce Improve art::SSAChecker::VisitInstruction. by Roland Levillain · 10 years ago
  69. e161a2a Do not remove NullChecks & BoundsChecks in HDeadCodeElimination. by Roland Levillain · 10 years ago
  70. 3a3fd0f Turn constant conditional jumps into unconditional jumps. by Roland Levillain · 10 years ago
  71. b8f2480 Merge "Merge reference-run-test-classes and run-test-jar." by Nicolas Geoffray · 10 years ago
  72. 3527425 Merge "Make finalization test more robust" by Mathieu Chartier · 10 years ago
  73. cbcbd90 Merge "Revert "Adjust the suspend check interval to 16."" by Ian Rogers · 10 years ago
  74. 12b479c Revert "Adjust the suspend check interval to 16." by Ian Rogers · 10 years ago
  75. bbacc2c Merge "Make gc-thrash able to handle OOME" by Mathieu Chartier · 10 years ago
  76. cecc2d9 Make gc-thrash able to handle OOME by Mathieu Chartier · 10 years ago
  77. f14cc2c Merge "Adjust the suspend check interval to 16." by Hiroshi Yamauchi · 10 years ago
  78. c39eb4a Merge "Add regression test for null check elimination." by Vladimir Marko · 10 years ago
  79. 8cb0306 Make finalization test more robust by Mathieu Chartier · 10 years ago
  80. dc0f40e Adjust the suspend check interval to 16. by Hiroshi Yamauchi · 10 years ago
  81. 7cd01f5 Add regression test for null check elimination. by Vladimir Marko · 10 years ago
  82. 72ab3ca Merge "Revert "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK"" by Vladimir Marko · 10 years ago
  83. 472b159 Merge "Handlerize throw location in DumpJavaStack" by Ian Rogers · 10 years ago
  84. bae113d Merge "ART: Stash any exception before dumping a stack" by Ian Rogers · 10 years ago
  85. a881c38 Merge "ART: ARM64: Fix instruction addresses in the disassembly." by Ian Rogers · 10 years ago
  86. cb46ee1 Revert "ART: fix NullCheckElimination to preserve MIR_IGNORE_NULL_CHECK" by Vladimir Marko · 10 years ago
  87. fef019c ART: ARM64: Fix instruction addresses in the disassembly. by Alexandre Rames · 10 years ago
  88. f8e28f5 Merge "Use Is*() helpers to shorten code in the optimizing compiler." by Roland Levillain · 10 years ago
  89. f659bec Merge "Fix ScopedArenaAllocator::Reset() for Create()d allocators." by Vladimir Marko · 10 years ago
  90. 5eaff90 Handlerize throw location in DumpJavaStack by Ian Rogers · 10 years ago
  91. 986c6fb ART: Stash any exception before dumping a stack by Andreas Gampe · 10 years ago
  92. b71c9d7 Merge "Switch to C++11 style [[noreturn]]." by Ian Rogers · 10 years ago
  93. 7223d44 Switch to C++11 style [[noreturn]]. by Ian Rogers · 10 years ago
  94. 3f5b8a1 Merge "ART: Add smali-based run-test" by Ian Rogers · 10 years ago
  95. 8fda9f2 ART: Add smali-based run-test by Andreas Gampe · 10 years ago
  96. eac2738 Merge "ART Runtime: Add movb $xx,yy fault handling" by Ian Rogers · 10 years ago
  97. 824e124 Merge "Hold mutator lock in DdmSendHeapSegments for all spaces" by Mathieu Chartier · 10 years ago
  98. 4c69d7f Hold mutator lock in DdmSendHeapSegments for all spaces by Mathieu Chartier · 10 years ago
  99. b7f1c06 Merge "Work around ICE bugs with MIPS GCC and O1." by Ian Rogers · 10 years ago
  100. 59c0706 Work around ICE bugs with MIPS GCC and O1. by Ian Rogers · 10 years ago