1. 3b45ef2 ART: Fix VerifyObject runtime verification by Andreas Gampe · 9 years ago
  2. c06841d Merge "Fix a few literals and assertions." by Roland Levillain · 9 years ago
  3. 41f2729 Merge "Move the catalog after the stack maps." by Nicolas Geoffray · 9 years ago
  4. 6530baf Move the catalog after the stack maps. by Nicolas Geoffray · 9 years ago
  5. 9470f04 Merge "Make inlining deterministic." by Nicolas Geoffray · 9 years ago
  6. f39c9eb Fix a few literals and assertions. by Roland Levillain · 9 years ago
  7. d026143 Make inlining deterministic. by Nicolas Geoffray · 9 years ago
  8. ce63cf6 Merge "ART: Update graph's exit block field if removed" by David Brazdil · 9 years ago
  9. 092a565 Merge "JDWP: fix breakpoint on catch statement" by Sebastien Hertz · 9 years ago
  10. c7af85d ART: Update graph's exit block field if removed by David Brazdil · 9 years ago
  11. de48aa6 JDWP: fix breakpoint on catch statement by Sebastien Hertz · 9 years ago
  12. 8a8d825 Merge "Do not use dex_compilation_unit after inlining." by Nicolas Geoffray · 9 years ago
  13. ca27be7 Merge "ARM64: Move xSELF from x18 to x19." by Andreas Gampe · 9 years ago
  14. e7654e5 Merge "Revert "Switch to using ELF-64 for 64-bit architectures."" by Hiroshi Yamauchi · 9 years ago
  15. 650f0c4 Revert "Switch to using ELF-64 for 64-bit architectures." by Hiroshi Yamauchi · 9 years ago
  16. 8c83ef7 Merge "Return an invalid StackMap when one cannot be found." by Nicolas Geoffray · 9 years ago
  17. bacdffb Merge "Revert "Revert "Introduce a NearLabel in thumb2.""" by Nicolas Geoffray · 9 years ago
  18. d5111bf Do not use dex_compilation_unit after inlining. by Nicolas Geoffray · 9 years ago
  19. d56376c Revert "Revert "Introduce a NearLabel in thumb2."" by Nicolas Geoffray · 9 years ago
  20. e12997f Return an invalid StackMap when one cannot be found. by Nicolas Geoffray · 9 years ago
  21. 9bd88b0 ARM64: Move xSELF from x18 to x19. by Serban Constantinescu · 9 years ago
  22. aa49c23 Merge "ART: Sometimes even empty methods take forever to verify" by Andreas Gampe · 9 years ago
  23. 3c651fc ART: Sometimes even empty methods take forever to verify by Andreas Gampe · 9 years ago
  24. 559b178 Merge "Update failures" by Nicolas Geoffray · 9 years ago
  25. 12beecf Merge "ART: Blacklist CFI test for Heap Poisoning" by Andreas Gampe · 9 years ago
  26. 4437219 ART: Blacklist CFI test for Heap Poisoning by Andreas Gampe · 9 years ago
  27. a0629d5 Update failures by Wojciech Staszkiewicz · 9 years ago
  28. dc80984 Merge "Write 64-bit address in DWARF if we are on 64-bit architecture." by David Srbecky · 9 years ago
  29. 7288b38 Merge "Update libcore failures" by Nicolas Geoffray · 9 years ago
  30. 3a75e9d Update libcore failures by Wojciech Staszkiewicz · 9 years ago
  31. 1d63774 Merge "Fix the size of a StackHandleScope in art::CompilerDriver." by Roland Levillain · 9 years ago
  32. d6a1eae Merge "Revert "Introduce a NearLabel in thumb2."" by Nicolas Geoffray · 9 years ago
  33. 1f277e3 Revert "Introduce a NearLabel in thumb2." by Nicolas Geoffray · 9 years ago
  34. 9758a8e Merge "Also encode the InvokeType in an InlineInfo." by Nicolas Geoffray · 9 years ago
  35. b176d7c Also encode the InvokeType in an InlineInfo. by Nicolas Geoffray · 9 years ago
  36. 19b71cd Merge "ART: Rename graph dump file name to 'graph.cfg'" by David Brazdil · 9 years ago
  37. 24128c6 ART: Rename graph dump file name to 'graph.cfg' by David Brazdil · 9 years ago
  38. 533d89c Merge "ART: Implement next-line assertions in Checker" by David Brazdil · 9 years ago
  39. 1fd8dae Merge "Introduce a NearLabel in thumb2." by Nicolas Geoffray · 9 years ago
  40. 7114119 ART: Implement next-line assertions in Checker by David Brazdil · 9 years ago
  41. 01cb410 Merge "ART: Refactor and simplify matching in Checker" by David Brazdil · 9 years ago
  42. 6423cf5 ART: Refactor and simplify matching in Checker by David Brazdil · 9 years ago
  43. bacadb0 Merge "Intercept JNI invocation of String.<init> methods." by Jeff Hao · 9 years ago
  44. 39b6c24 Intercept JNI invocation of String.<init> methods. by Jeff Hao · 9 years ago
  45. 768b19b Merge "ART: Use v2 version of NativeBridge struct" by Andreas Gampe · 9 years ago
  46. 540cc3d ART: Use v2 version of NativeBridge struct by Andreas Gampe · 9 years ago
  47. 03231f4 Merge "Fix a cts crash around proxy class fields." by Hiroshi Yamauchi · 9 years ago
  48. 2debd80 Fix a cts crash around proxy class fields. by Hiroshi Yamauchi · 9 years ago
  49. 847d902 Merge "ART: Fix gtest dependency" by Andreas Gampe · 9 years ago
  50. 0ae3bf8 ART: Fix gtest dependency by Andreas Gampe · 9 years ago
  51. 22efeba Merge "ART: Blacklist CFI test for JIT" by Andreas Gampe · 9 years ago
  52. aab9f73 ART: Blacklist CFI test for JIT by Andreas Gampe · 9 years ago
  53. d6eee93 Merge "ART: Fix RegisterNative order" by Andreas Gampe · 9 years ago
  54. 3f1dc56 ART: Fix RegisterNative order by Andreas Gampe · 9 years ago
  55. 513b6fd Merge "ART: Blacklist CFI test for non-compiled run-tests" by Andreas Gampe · 9 years ago
  56. e1bbed2 ART: Blacklist CFI test for non-compiled run-tests by Andreas Gampe · 9 years ago
  57. c1c5de7 Merge "ART: Refactor UnstartedRuntime for testing" by Andreas Gampe · 9 years ago
  58. 799681b ART: Refactor UnstartedRuntime for testing by Andreas Gampe · 9 years ago
  59. 20d80be Merge "Switch to using ELF-64 for 64-bit architectures." by David Srbecky · 9 years ago
  60. e128ee2 Merge "ART: CFI Test" by Andreas Gampe · 9 years ago
  61. 7381010 ART: CFI Test by Andreas Gampe · 9 years ago
  62. db0bbab Introduce a NearLabel in thumb2. by Nicolas Geoffray · 9 years ago
  63. c44e8de Merge "Add tests for InstanceOf's and CheckCast's MustDoNullCheck" by Calin Juravle · 9 years ago
  64. 9099ef7 Add tests for InstanceOf's and CheckCast's MustDoNullCheck by Guillaume "Vermeille" Sanchez · 9 years ago
  65. 9049ba2 Merge "Remove unnecessary clinit checks" by Calin Juravle · 9 years ago
  66. 0ba218d Remove unnecessary clinit checks by Calin Juravle · 9 years ago
  67. 9ba4e65 Merge "Revert "Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1"" by Calin Juravle · 9 years ago
  68. 2b79984 Revert "Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1" by Calin Juravle · 9 years ago
  69. 713c59e Merge "Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1" by Calin Juravle · 9 years ago
  70. 0f675d8 Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1 by Guillaume "Vermeille" Sanchez · 9 years ago
  71. 099d375 Merge "[Optimizing] Thumb2 assembler: use 16bits branches when we can." by Nicolas Geoffray · 9 years ago
  72. 5d7e757 Merge "ART: Add missing Checker file" by David Brazdil · 9 years ago
  73. dbad6e8 ART: Add missing Checker file by David Brazdil · 9 years ago
  74. 267cb1a Merge "ART: Immutable `variables` dictionary in Checker" by David Brazdil · 9 years ago
  75. c4de943 ART: Immutable `variables` dictionary in Checker by David Brazdil · 9 years ago
  76. d126ba1 [Optimizing] Thumb2 assembler: use 16bits branches when we can. by Nicolas Geoffray · 9 years ago
  77. 4c015c7 Merge "Don't hardcode the location of the caller." by Nicolas Geoffray · 9 years ago
  78. 7ea6a17 Don't hardcode the location of the caller. by Nicolas Geoffray · 9 years ago
  79. 27e542b Merge "ART: Fix broken Checker test" by David Brazdil · 9 years ago
  80. dc50823 ART: Fix broken Checker test by David Brazdil · 9 years ago
  81. 3e736b1 Merge "ART: Stricter matching of Checker lines" by David Brazdil · 9 years ago
  82. bc84222 Merge "Mark CheckCast's and InstanceOf's input as !CanBeNull if used before in a NullCheck" by Calin Juravle · 9 years ago
  83. a3a49fe Switch to using ELF-64 for 64-bit architectures. by David Srbecky · 9 years ago
  84. 4e9aac1 ART: Stricter matching of Checker lines by David Brazdil · 9 years ago
  85. cc8bda0 Merge "Test and fix bug checking status of secondary multidex files." by Richard Uhler · 9 years ago
  86. b258ce5 Merge "Fix build - large frame size of ElfWriterQuick<ElfTypes>::Write." by David Srbecky · 9 years ago
  87. 90688ae Fix build - large frame size of ElfWriterQuick<ElfTypes>::Write. by David Srbecky · 9 years ago
  88. dc23a38 Merge "Eliminate redundant constructor barriers when inlining." by Calin Juravle · 9 years ago
  89. 3cd4fc8 Eliminate redundant constructor barriers when inlining. by Calin Juravle · 9 years ago
  90. 9652135 Merge "Support generation of CFI in .debug_frame format." by David Srbecky · 9 years ago
  91. ad5fa8c Support generation of CFI in .debug_frame format. by David Srbecky · 9 years ago
  92. cfee050 Merge "Fix debuggable compiler flag detection for secondary dex files" by Sebastien Hertz · 9 years ago
  93. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 9 years ago
  94. 48fb0b7 Merge "Don't do a null test in MarkGCCard if the value cannot be null." by Nicolas Geoffray · 9 years ago
  95. 2b846ed Fix the size of a StackHandleScope in art::CompilerDriver. by Roland Levillain · 9 years ago
  96. 45970a4 Merge "ART: Change huge-method warning in verifier" by Andreas Gampe · 9 years ago
  97. be91033 Merge "ART: Add verbose:deopt logging" by Andreas Gampe · 9 years ago
  98. f3d1f94 ART: Add verbose:deopt logging by Andreas Gampe · 9 years ago
  99. a4f5bf6 ART: Change huge-method warning in verifier by Andreas Gampe · 9 years ago
  100. 9a85fe7 Merge changes Ia1f2269a,I2ac93038 by Hiroshi Yamauchi · 9 years ago