1. 4918e1c Merge "Fix a DCHECK failure IsResolved() || IsErroneous()." by Hiroshi Yamauchi · 10 years ago
  2. f4c15a1 Fix a DCHECK failure IsResolved() || IsErroneous(). by Hiroshi Yamauchi · 10 years ago
  3. 845087a Merge "Avoid strict-aliasing problems with Handles." by Ian Rogers · 10 years ago
  4. b5cb18a Avoid strict-aliasing problems with Handles. by Ian Rogers · 10 years ago
  5. 0f95dfe Merge "Const-ify functions/variables in trampoline entrypoints." by Ian Rogers · 10 years ago
  6. 1428dce Const-ify functions/variables in trampoline entrypoints. by Ian Rogers · 10 years ago
  7. 6207b2b Merge "ART: Fix test 089 to ignore debug lines" by Andreas Gampe · 10 years ago
  8. e55ff0e ART: Fix test 089 to ignore debug lines by Andreas Gampe · 10 years ago
  9. 58e560f Merge "ART: Fix run-test script" by Andreas Gampe · 10 years ago
  10. f6930a8 ART: Fix run-test script by Andreas Gampe · 10 years ago
  11. 4403b08 Merge "Fix register_allocator_test after reg alloc changes." by Nicolas Geoffray · 10 years ago
  12. 1f897b9 Fix register_allocator_test after reg alloc changes. by Nicolas Geoffray · 10 years ago
  13. 4ff20eb Merge "Fix off by one errors in linear scan register allocator." by Nicolas Geoffray · 10 years ago
  14. c8147a7 Fix off by one errors in linear scan register allocator. by Nicolas Geoffray · 10 years ago
  15. be8c189 Merge "Fix m test-art-host-run-test-001-HelloWorld." by Nicolas Geoffray · 10 years ago
  16. f38b7dc Fix m test-art-host-run-test-001-HelloWorld. by Nicolas Geoffray · 10 years ago
  17. 8d2c23e Merge "Implement register allocator for floating point registers." by Nicolas Geoffray · 10 years ago
  18. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 10 years ago
  19. f628193 Merge "Enable generic JNI for x86 and ARM when interpret-only." by Ian Rogers · 10 years ago
  20. a4a3f40 Enable generic JNI for x86 and ARM when interpret-only. by Ian Rogers · 10 years ago
  21. a21bf6e Merge "Clarify a confusing error message." by Elliott Hughes · 10 years ago
  22. 4f55ff6 Clarify a confusing error message. by Elliott Hughes · 10 years ago
  23. 07f5c5e Merge "Constant folding on unary operations in the optimizing compiler." by Roland Levillain · 10 years ago
  24. fdc3173 Merge "Implement int negate instruction in the optimizing compiler." by Roland Levillain · 10 years ago
  25. 9240d6a Constant folding on unary operations in the optimizing compiler. by Roland Levillain · 10 years ago
  26. 88cb175 Implement int negate instruction in the optimizing compiler. by Roland Levillain · 10 years ago
  27. 41aae69 Merge "Remove the notion of dies at entry." by Nicolas Geoffray · 10 years ago
  28. 8e3964b Remove the notion of dies at entry. by Nicolas Geoffray · 10 years ago
  29. 5830247 Merge "Shut down FaultManager after shutting down threads." by Vladimir Marko · 10 years ago
  30. 92cf9ae Merge "Support running run-test in ndebug mode through make." by Nicolas Geoffray · 10 years ago
  31. bd2c63c Support running run-test in ndebug mode through make. by Nicolas Geoffray · 10 years ago
  32. 9c16346 Merge "Link libsigchain.a instead of sigchain.o" by Dmitriy Ivanov · 10 years ago
  33. e49a4f6 Link libsigchain.a instead of sigchain.o by Dmitriy Ivanov · 10 years ago
  34. e6798a8 Merge "Refactor quick entrypoints" by Ian Rogers · 10 years ago
  35. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  36. 1c1786f Merge "Rosalloc should print unreachable page map type" by Hiroshi Yamauchi · 10 years ago
  37. 2beeb82 Shut down FaultManager after shutting down threads. by Vladimir Marko · 10 years ago
  38. fb686fb Merge "Add perf option to art tool" by Calin Juravle · 10 years ago
  39. aa98061 Add perf option to art tool by Calin Juravle · 10 years ago
  40. 1e642b5 Merge "Have HInstruction::StrictlyDominates compute strict dominance." by Roland Levillain · 10 years ago
  41. 570d5dd Merge "Revert "Revert "Introduce a class to implement optimization passes.""" by Roland Levillain · 10 years ago
  42. 8946e41 Merge "Just depend on TARGET_CORE_DEX_FILES." by Nicolas Geoffray · 10 years ago
  43. e09c0fc Merge "Rename arm64 `Register` to `XRegister`." by Nicolas Geoffray · 10 years ago
  44. c6b5c6c Merge "Rework arm64 register codes and fix Arm64ManagedRegister tests." by Nicolas Geoffray · 10 years ago
  45. 0008a6f Merge "Quick: In GVN, apply modifications early if outside loop." by Vladimir Marko · 10 years ago
  46. c42893e Just depend on TARGET_CORE_DEX_FILES. by Nicolas Geoffray · 10 years ago
  47. 6c82d40 Have HInstruction::StrictlyDominates compute strict dominance. by Roland Levillain · 10 years ago
  48. 75be283 Revert "Revert "Introduce a class to implement optimization passes."" by Roland Levillain · 10 years ago
  49. ffb078e Merge "Add -no-integrated-as at local level." by Chih-Hung Hsieh · 10 years ago
  50. 415ac88 Quick: In GVN, apply modifications early if outside loop. by Vladimir Marko · 10 years ago
  51. 37c92df Rename arm64 `Register` to `XRegister`. by Alexandre Rames · 10 years ago
  52. a304f97 Rework arm64 register codes and fix Arm64ManagedRegister tests. by Alexandre Rames · 10 years ago
  53. 02e7d4e Merge "Fix error message to match the code." by Piotr Jastrzebski · 10 years ago
  54. 2eebc99 Fix error message to match the code. by Piotr Jastrzebski · 10 years ago
  55. e974c70 Merge "Add multiplication for integral types" by Calin Juravle · 10 years ago
  56. 34bacdf Add multiplication for integral types by Calin Juravle · 10 years ago
  57. 7f75822 Merge "Fix dex2oat cross-compilation." by Nicolas Geoffray · 10 years ago
  58. 350584c Merge "Disable some instruction set tests due to Linux kernel bugs." by Nicolas Geoffray · 10 years ago
  59. d7a11bc Fix dex2oat cross-compilation. by Nicolas Geoffray · 10 years ago
  60. e5e365b Disable some instruction set tests due to Linux kernel bugs. by Ian Rogers · 10 years ago
  61. 9cb3708 Merge "x86 build fix." by Ian Rogers · 10 years ago
  62. 50fe6da x86 build fix. by Ian Rogers · 10 years ago
  63. 8dcb9af Merge "Tracking change to make Class.getDeclaredFields/Methods public" by Brian Carlstrom · 10 years ago
  64. 36f32f6 Merge "Stop using |instance_| in Runtime::InitNativeMethods." by Piotr Jastrzebski · 10 years ago
  65. 2ce8e60 Merge "Fix Mac build." by Ian Rogers · 10 years ago
  66. ad69bcd Fix Mac build. by Ian Rogers · 10 years ago
  67. b144fce Tracking change to make Class.getDeclaredFields/Methods public by Brian Carlstrom · 10 years ago
  68. fb0566b Merge "Some additional verbose logging for DexFile_defineClassNative" by Brian Carlstrom · 10 years ago
  69. 08a8135 Merge "Renumber 122-missing-classes to 124-missing-classes" by Brian Carlstrom · 10 years ago
  70. 0b5d851 Merge "Some code clean-up." by Ian Rogers · 10 years ago
  71. d4c4d95 Some code clean-up. by Ian Rogers · 10 years ago
  72. 667ab7c Some additional verbose logging for DexFile_defineClassNative by Brian Carlstrom · 10 years ago
  73. dddb8d8 Merge "dex2oat: Add a --compile-pic option" by Igor Murashkin · 10 years ago
  74. b3f18cf Merge "Make ART compile with GCC -O0 again." by Ian Rogers · 10 years ago
  75. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  76. cb14210 Merge "Add way to ensure we are at the front of the sigaction chain" by Mathieu Chartier · 10 years ago
  77. d000480 Add way to ensure we are at the front of the sigaction chain by Mathieu Chartier · 10 years ago
  78. 61634ce Renumber 122-missing-classes to 124-missing-classes by Brian Carlstrom · 10 years ago
  79. d6dee67 dex2oat: Add a --compile-pic option by Igor Murashkin · 10 years ago
  80. c959695 Add -no-integrated-as at local level. by Chih-Hung Hsieh · 10 years ago
  81. d866c76 Merge "Add OOME try catch around gc-thrash dive logic" by Mathieu Chartier · 10 years ago
  82. 2eb03e6 Merge "Remove test dependencies on phony targets." by Ian Rogers · 10 years ago
  83. 4ffed25 Merge "Quick: Avoid node iteration for passes that don't need it." by Vladimir Marko · 10 years ago
  84. 9ab7816 Merge "Quick: Handle kMirOpNullCheck in LVN/GVN." by Vladimir Marko · 10 years ago
  85. 9dc0ced Add OOME try catch around gc-thrash dive logic by Mathieu Chartier · 10 years ago
  86. dc43794 Merge "Don't use assembler classes in code_generator.h." by Nicolas Geoffray · 10 years ago
  87. 92a73ae Don't use assembler classes in code_generator.h. by Nicolas Geoffray · 10 years ago
  88. ec2ea6f Merge "Implement default traversals in CFG & SSA graph checkers." by Roland Levillain · 10 years ago
  89. c15c406 Merge "Improve art::SSAChecker::VisitInstruction." by Roland Levillain · 10 years ago
  90. dd36b42 Merge "Do not remove NullChecks & BoundsChecks in HDeadCodeElimination." by Roland Levillain · 10 years ago
  91. 1604027 Merge "Turn constant conditional jumps into unconditional jumps." by Roland Levillain · 10 years ago
  92. a78e66a Quick: Handle kMirOpNullCheck in LVN/GVN. by Vladimir Marko · 10 years ago
  93. f1eb100 Merge "Quick: Improve the BBCombine pass." by Vladimir Marko · 10 years ago
  94. c5ef693 Stop using |instance_| in Runtime::InitNativeMethods. by Piotr Jastrzebski · 10 years ago
  95. 8fc5acf Merge "Rewrite null check elimination to work on dalvik regs." by Vladimir Marko · 10 years ago
  96. 2fdeecb Rosalloc should print unreachable page map type by Maxim Kazantsev · 10 years ago
  97. 16b842a Merge "Store exiting thread ids and names while tracing to output later." by Jeff Hao · 10 years ago
  98. 8fd9bc9 Merge "Add more logging to finalization test" by Mathieu Chartier · 10 years ago
  99. abbf242 Remove test dependencies on phony targets. by Ian Rogers · 10 years ago
  100. 312eb25 Quick: Improve the BBCombine pass. by Vladimir Marko · 10 years ago