1. b3e773e ART: Implement support for instruction inlining by David Brazdil · 9 years ago
  2. 05aeb40 Merge "Re-enable some run-tests with CC after mterp fix." by Roland Levillain · 9 years ago
  3. 5faf22c Merge "Don't crash if the perf map creation failed" by Tamas Berghammer · 9 years ago
  4. f0615a3 Don't crash if the perf map creation failed by Tamas Berghammer · 9 years ago
  5. 8bfdf83 Merge "Revert "Revert "Lift the spill at each irreducible loop block restriction.""" by Nicolas Geoffray · 9 years ago
  6. ad4ed08 Revert "Revert "Lift the spill at each irreducible loop block restriction."" by Nicolas Geoffray · 9 years ago
  7. c5a8af7 Merge changes from topic 'pointer_conversion' by Mathieu Chartier · 9 years ago
  8. 1bbfab6 Pass template args down by Mathieu Chartier · 9 years ago
  9. d329a3b Fix pointer conversion error in SetElementPtrSize by Mathieu Chartier · 9 years ago
  10. 78e9015 Merge "ART: Add option to ensure deterministic compilation" by Andreas Gampe · 9 years ago
  11. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 9 years ago
  12. a3abcb5 Merge "reflection: Add new 1.8 AnnotatedElement methods and tests" by Igor Murashkin · 9 years ago
  13. c801425 Merge "ART: Make sure dex files are verified in the compiler" by Andreas Gampe · 9 years ago
  14. c167ee9 reflection: Add new 1.8 AnnotatedElement methods and tests by Igor Murashkin · 9 years ago
  15. 3a2bd29 ART: Make sure dex files are verified in the compiler by Andreas Gampe · 9 years ago
  16. 2aaf58e Merge "Move heap trim outside of zygote creation lock region" by Mathieu Chartier · 9 years ago
  17. d2a188d Merge "Clear dalvik-cache before running test on host." by David Srbecky · 9 years ago
  18. 044ac84 Merge "Implemented checker/unit test for various operations." by Aart Bik · 9 years ago
  19. 76ce917 Move heap trim outside of zygote creation lock region by Mathieu Chartier · 9 years ago
  20. 2e4afe8 Clear dalvik-cache before running test on host. by David Srbecky · 9 years ago
  21. ca50505 Merge "ART: Allow --no-inline-from to specify multiple dex files." by Vladimir Marko · 9 years ago
  22. 47496c2 ART: Allow --no-inline-from to specify multiple dex files. by Vladimir Marko · 9 years ago
  23. 8edb521 Re-enable some run-tests with CC after mterp fix. by Roland Levillain · 9 years ago
  24. 1be9e27 Merge "Show registered native allocations in ahat." by Richard Uhler · 9 years ago
  25. a80465a Merge "Cast method pointer to uintptr_t before uint64_t" by Mathieu Chartier · 9 years ago
  26. 60edf5c Merge "Change the order of functions in .debug_frame to save space." by David Srbecky · 9 years ago
  27. 8206291 Merge "Do not write full method signature in mini-debug-info." by David Srbecky · 9 years ago
  28. 30202b2 Merge "Revert "Revert "Add option to generate compressed backtrace info.""" by David Srbecky · 9 years ago
  29. c3a02d2 Merge "Add option to never interpret." by Tamas Berghammer · 9 years ago
  30. 05d2415 Add option to never interpret. by Siva Chandra · 9 years ago
  31. f032f3a Merge "Optimizing: Lazy creation of Handle<>s in RTP." by Vladimir Marko · 9 years ago
  32. 7d1fbf3 Optimizing: Lazy creation of Handle<>s in RTP. by Vladimir Marko · 9 years ago
  33. f4b3dba Cast method pointer to uintptr_t before uint64_t by Mathieu Chartier · 9 years ago
  34. 902838d Merge "Remove GetImageRoots read barrier for image relocation" by Mathieu Chartier · 9 years ago
  35. 4a26f17 Remove GetImageRoots read barrier for image relocation by Mathieu Chartier · 9 years ago
  36. eacffa6 Merge "Convert to UTF8 before doing dex file location comparison" by Mathieu Chartier · 9 years ago
  37. 7617216 Convert to UTF8 before doing dex file location comparison by Mathieu Chartier · 9 years ago
  38. 227e627 Merge "Blacklist new test due to so loading problems." by Nicolas Geoffray · 9 years ago
  39. 5cbd8c3 Blacklist new test due to so loading problems. by Nicolas Geoffray · 9 years ago
  40. caef579 Merge "Temporarily use -fstack-protector for the read barrier config." by Hiroshi Yamauchi · 9 years ago
  41. 37ba27a Temporarily use -fstack-protector for the read barrier config. by Hiroshi Yamauchi · 9 years ago
  42. 6e74fa9 Implemented checker/unit test for various operations. by Aart Bik · 9 years ago
  43. 6a507f3 Merge "Use mutator lock to guard adding and removing heap spaces" by Mathieu Chartier · 9 years ago
  44. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 9 years ago
  45. b1bd048 Merge "Recognize common utilities as intrinsics." by Aart Bik · 9 years ago
  46. 1e953c3 Merge "Some minor simplifications in code and tests." by Aart Bik · 9 years ago
  47. 7ccb63f Merge "Enable interface default methods by default." by Alex Light · 9 years ago
  48. 9724c63 Enable interface default methods by default. by Neil Fuller · 9 years ago
  49. 59c9454 Recognize common utilities as intrinsics. by Aart Bik · 9 years ago
  50. 09e8d5f Some minor simplifications in code and tests. by Aart Bik · 9 years ago
  51. 8881c42 Merge "Revert "Lift the spill at each irreducible loop block restriction."" by Bart Sears · 9 years ago
  52. 2818dbc Revert "Lift the spill at each irreducible loop block restriction." by Bart Sears · 9 years ago
  53. a00d5fe Merge "Lift the spill at each irreducible loop block restriction." by Nicolas Geoffray · 9 years ago
  54. 8eb3871 Merge "ART: Remove another unnecessary mutator lock annotation." by Vladimir Marko · 9 years ago
  55. 8697355 ART: Remove another unnecessary mutator lock annotation. by Vladimir Marko · 9 years ago
  56. 29347e8 Merge "Disable interpreter run-tests occasionally failing with CC." by Roland Levillain · 9 years ago
  57. 3260e11 Merge "ART: Remove some unnecessary mutator lock annotations." by Vladimir Marko · 9 years ago
  58. b0659e6 Disable interpreter run-tests occasionally failing with CC. by Roland Levillain · 9 years ago
  59. 005e4b3 Merge "Add profile support for apps with shared runtime." by Calin Juravle · 9 years ago
  60. b4eddd2 Add profile support for apps with shared runtime. by Calin Juravle · 9 years ago
  61. 7653b09 Merge "Add dependency on liblzma." by David Srbecky · 9 years ago
  62. 79e9f43 Lift the spill at each irreducible loop block restriction. by Nicolas Geoffray · 9 years ago
  63. 5e974a6 Change the order of functions in .debug_frame to save space. by David Srbecky · 9 years ago
  64. 5288611 Do not write full method signature in mini-debug-info. by David Srbecky · 9 years ago
  65. 5b1c2ca Revert "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 9 years ago
  66. a87104f Merge "[WIP] ART Mterp: fix for hidden gc roots" by Bill Buzbee · 9 years ago
  67. f39745e ART: Remove some unnecessary mutator lock annotations. by Vladimir Marko · 9 years ago
  68. 36867b4 Merge "Generate DWARF line numbers only for points with dex register map." by David Srbecky · 9 years ago
  69. d112827 Add dependency on liblzma. by David Srbecky · 9 years ago
  70. 0f27b87 Merge "Disable run-tests causing occasional timeouts with CC." by Roland Levillain · 9 years ago
  71. 78ebe4a Disable run-tests causing occasional timeouts with CC. by Roland Levillain · 9 years ago
  72. 9cea913 Merge "Fix non-Linux builds." by Roland Levillain · 9 years ago
  73. d817560 Fix non-Linux builds. by Roland Levillain · 9 years ago
  74. 1bceafb Merge "Improve gethostbyname_r use in art::JDWP::JdwpSocketState::Establish." by Roland Levillain · 9 years ago
  75. a2c97a9 [WIP] ART Mterp: fix for hidden gc roots by buzbee · 9 years ago
  76. 8feb2cc Merge "Reduce app image log spam" by Mathieu Chartier · 9 years ago
  77. e778fc7 Reduce app image log spam by Mathieu Chartier · 9 years ago
  78. 1af0204 Merge "Revert "Revert "Load app images""" by Mathieu Chartier · 9 years ago
  79. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  80. c7f4e3a Merge "Only create non-moving space at fixed address if zygote" by Mathieu Chartier · 9 years ago
  81. 966f533 Only create non-moving space at fixed address if zygote by Mathieu Chartier · 9 years ago
  82. 3cbad24 Improve gethostbyname_r use in art::JDWP::JdwpSocketState::Establish. by Roland Levillain · 9 years ago
  83. 4fe6ce5 Merge "Use dlmalloc from external/dlmalloc instead of bionic/." by Josh Gao · 9 years ago
  84. 1acf046 Merge "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 9 years ago
  85. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 9 years ago
  86. 4f50ee2 Generate DWARF line numbers only for points with dex register map. by David Srbecky · 9 years ago
  87. 6a75b9e Merge "Fix MIPS64 booting problem" by Vladimir Marko · 9 years ago
  88. e0ce2c9 Merge "Add option to generate compressed backtrace info." by David Srbecky · 9 years ago
  89. 226ba9b Merge "Revert "Optimizing: double-negated bitwise operations simplifications"" by Nicolas Geoffray · 9 years ago
  90. 737c0a9 Revert "Optimizing: double-negated bitwise operations simplifications" by Nicolas Geoffray · 9 years ago
  91. eaafd6e Merge "Revert "X86: Use the constant area for more operations."" by Nicolas Geoffray · 9 years ago
  92. cf8d1bb Revert "X86: Use the constant area for more operations." by Nicolas Geoffray · 9 years ago
  93. 62e38f7 Merge "Optimizing: double-negated bitwise operations simplifications" by Nicolas Geoffray · 9 years ago
  94. 3753839 Merge "X86: Use the constant area for more operations." by Nicolas Geoffray · 9 years ago
  95. 5d5dbeb Merge "Revert "Load app images"" by Nicolas Geoffray · 9 years ago
  96. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  97. 01ebf4a Merge "Disable the CC collector verbose log." by Hiroshi Yamauchi · 9 years ago
  98. 16d3484 Merge "Temporarily disable some libcore tests for the CC collector." by Hiroshi Yamauchi · 9 years ago
  99. 3c44893 Disable the CC collector verbose log. by Hiroshi Yamauchi · 9 years ago
  100. f8df1f2 Temporarily disable some libcore tests for the CC collector. by Hiroshi Yamauchi · 9 years ago