1. 58d2974 Merge "The libc++ gtest is being renamed to libgtest." by Dan Albert · 10 years ago
  2. 195c576 Arm64: Use the debug version of VIXL for debug builds. by Serban Constantinescu · 10 years ago
  3. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  4. 1a28fc4 Exercise the generation of SBFX on ARM32 & Thumb-2. by Roland Levillain · 10 years ago
  5. 0069174 Merge "Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTest" by Brian Carlstrom · 10 years ago
  6. fd84f66 The libc++ gtest is being renamed to libgtest. by Dan Albert · 10 years ago
  7. f4d4da1 Allow JNI AttachCurrentThread to fail if not enough stack. by Ian Rogers · 10 years ago
  8. 53463ea Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTest by Brian Carlstrom · 10 years ago
  9. 10fc34b Update dependency after libgtest_libc++_host renaming. by Nicolas Geoffray · 10 years ago
  10. c1dea4a Fix ld_library_path now that a target can be 64bits only. by Nicolas Geoffray · 10 years ago
  11. c2e2062 Add hash set by Mathieu Chartier · 10 years ago
  12. 5bae9a2 Fix dependency from phony targets to real files to remove need for m or mma by Brian Carlstrom · 10 years ago
  13. 5ac814a Add a test for SafeMath. by Ian Rogers · 10 years ago
  14. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  15. da82344 ART: Add missing test dependency by Andreas Gampe · 10 years ago
  16. 263f20b Merge "Tidy and reduce ART library dependencies on the host." by Ian Rogers · 10 years ago
  17. 872dd82 Tidy and reduce ART library dependencies on the host. by Ian Rogers · 10 years ago
  18. 96a6345 Fix gtest dependencies. by Nicolas Geoffray · 10 years ago
  19. 96a37c8 Another ART_TEST_ANDROID_ROOT fix. by Nicolas Geoffray · 10 years ago
  20. 9eb4074 Support gtest with ART_TEST_ANDROID_ROOT. by Nicolas Geoffray · 10 years ago
  21. c23c9c9 ART: PIC testing by Andreas Gampe · 10 years ago
  22. e49a4f6 Link libsigchain.a instead of sigchain.o by Dmitriy Ivanov · 10 years ago
  23. 75be283 Revert "Revert "Introduce a class to implement optimization passes."" by Roland Levillain · 10 years ago
  24. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  25. 8b5b698 Fix mac build (second attempt) by Dmitriy Ivanov · 10 years ago
  26. 1d74e57 Fixing mac build by Dmitriy Ivanov · 10 years ago
  27. 8508a43 Untie gtest executables from LD_PRELOAD by Dmitriy Ivanov · 10 years ago
  28. 1ddbf6d Revert "Introduce a class to implement optimization passes." by Nicolas Geoffray · 10 years ago
  29. bf9cd7b Introduce a class to implement optimization passes. by Roland Levillain · 10 years ago
  30. 724c963 Also remove environment links to removed instructions. by Nicolas Geoffray · 10 years ago
  31. d31cf3d First optimization in new compiler: simple GVN. by Nicolas Geoffray · 10 years ago
  32. 556c3d1 Initiate a constant propagation pass in the optimizing compiler. by Roland Levillain · 10 years ago
  33. 72bceff Initiate a dead code elimination pass in the optimizing compiler. by Roland Levillain · 10 years ago
  34. ccc07a9 Add CFG and SSA form checkers in the optimizing compiler. by Roland Levillain · 10 years ago
  35. 2cbaccb Avoid printing absolute addresses in oatdump by Brian Carlstrom · 10 years ago
  36. fbc695f Revert "Revert "Implement suspend checks in new compiler."" by Nicolas Geoffray · 10 years ago
  37. 7e3652c Revert "Implement suspend checks in new compiler." by Nicolas Geoffray · 10 years ago
  38. 6fbce02 Implement suspend checks in new compiler. by Nicolas Geoffray · 10 years ago
  39. 928f72b ART: Fix things for valgrind by Andreas Gampe · 10 years ago
  40. 0ff21b1 ART: Add dex dependency for gtest by Andreas Gampe · 10 years ago
  41. deb6fe2 Really fix target gtest dependencies by Brian Carlstrom · 10 years ago
  42. db8a664 Prevent stubs from being installed in java.lang.reflect.Proxy.<init>. by Jeff Hao · 10 years ago
  43. 6400683 Fix target and host gtest dependencies. by Nicolas Geoffray · 10 years ago
  44. e71d597 Merge "Fix proxy tracing and enable tests that now work with tracing." by Jeff Hao · 10 years ago
  45. f0a3f09 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 10 years ago
  46. 2c26501 Add card table test. by Mathieu Chartier · 10 years ago
  47. 86507ed Merge "Add a new stack map scheme that encodes compilation info per pc." by Nicolas Geoffray · 10 years ago
  48. 55fff04 Rewrite topological sort order and improve GVN. by Vladimir Marko · 10 years ago
  49. 99ea58c Add a new stack map scheme that encodes compilation info per pc. by Nicolas Geoffray · 10 years ago
  50. 1a43dd7 Add write barriers to optimizing compiler. by Nicolas Geoffray · 10 years ago
  51. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  52. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  53. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  54. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  55. 95a0597 Global Value Numbering. by Vladimir Marko · 10 years ago
  56. 7424081 Use memory chunks for monitors on LP64 by Andreas Gampe · 10 years ago
  57. b63727c Merge "ART: Update Monitor::Wait so it releases monitor_lock_ before throwing an exception" by Andreas Gampe · 10 years ago
  58. 1af6a1f ART: Update Monitor::Wait so it releases monitor_lock_ before throwing an exception by Elena Sayapina · 10 years ago
  59. 1a2f84e Fix dex file dependencies for oat tests. by Ian Rogers · 10 years ago
  60. 4d1231d The host build has changed from lib32/lib to lib/lib64. by Nicolas Geoffray · 10 years ago
  61. 8b11544 Merge "AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered" by Andreas Gampe · 10 years ago
  62. 86797a7 AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered by Serban Constantinescu · 10 years ago
  63. 327e6b4 We can no longer use "adb shell sh -c ..." internally by Brian Carlstrom · 10 years ago
  64. eb85f2b Further refine gtest dependencies. by Brian Carlstrom · 10 years ago
  65. 532714a Fix test-art-target error by Brian Carlstrom · 10 years ago
  66. 665de8a Fix various test dependencies. by Ian Rogers · 10 years ago
  67. afd9acc Multilib ART host. by Ian Rogers · 10 years ago
  68. df10b32 ART: Dex file verifier needs to check proto idx of method id. by Andreas Gampe · 10 years ago
  69. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  70. 41c507a ART: Generalize code to find PC for artInvokeInterfaceTrampoline by Alexei Zavjalov · 10 years ago
  71. d1c606f Add locking around boot image generation. by Narayan Kamath · 10 years ago
  72. ec7e472 Fix some bugs in graph construction/simplification methods. by Nicolas Geoffray · 10 years ago
  73. dadc7dc Disable thumb assembler test to fix art build by Dave Allison · 10 years ago
  74. 0eb3e75 Merge "Thumb2 assembler for JNI compiler and optimizing compiler" by Dave Allison · 10 years ago
  75. 65fcc2c Thumb2 assembler for JNI compiler and optimizing compiler by Dave Allison · 10 years ago
  76. 4352b45 ART: Add a test checking TLS offsets and entrypoints by Andreas Gampe · 10 years ago
  77. 5ca4eaa ART: Make LOCAL_CLANG architecture dependent for the target by Andreas Gampe · 10 years ago
  78. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  79. adde7d2 Merge "Import Dart's parallel move resolver." by Nicolas Geoffray · 10 years ago
  80. 4e3d23a Import Dart's parallel move resolver. by Nicolas Geoffray · 10 years ago
  81. 2a0e954 Move art host to libc++ by Dan Albert · 10 years ago
  82. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  83. ba0c51f Switch ART to libc++. by Ian Rogers · 10 years ago
  84. 84e5242 Merge "Add ISA directory to image and odex pathnames." by Brian Carlstrom · 10 years ago
  85. 4f3f3fa Merge "Build live ranges in preparation for register allocation." by Nicolas Geoffray · 10 years ago
  86. ddb311f Build live ranges in preparation for register allocation. by Nicolas Geoffray · 10 years ago
  87. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 10 years ago
  88. c001b09 Merge "add make target variables for gtests" by Tsu Chiang Chuang · 10 years ago
  89. ec245a4 add make target variables for gtests by Tsu Chiang Chuang · 10 years ago
  90. 0d3f578 Linearize the graph before creating live ranges. by Nicolas Geoffray · 10 years ago
  91. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  92. 622d9c3 Add loop recognition and CFG simplifications in new compiler. by Nicolas Geoffray · 10 years ago
  93. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 10 years ago
  94. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 10 years ago
  95. 5a4fa82 x86_64 Assembler Test Infrastructure, fix x86_64 assembler by Andreas Gampe · 10 years ago
  96. 53e5d10 Merge "Add a Transform to SSA phase to the optimizing compiler." by Nicolas Geoffray · 10 years ago
  97. c32e770 Add a Transform to SSA phase to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  98. 5c1e435 Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly code by Andreas Gampe · 10 years ago
  99. 525cde2 Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs by Andreas Gampe · 10 years ago
  100. 2fe0792 Fix dependencies in the test suite for multi-target tests by Andreas Gampe · 10 years ago