1. df10b32 ART: Dex file verifier needs to check proto idx of method id. by Andreas Gampe · 10 years ago
  2. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  3. 41c507a ART: Generalize code to find PC for artInvokeInterfaceTrampoline by Alexei Zavjalov · 10 years ago
  4. d1c606f Add locking around boot image generation. by Narayan Kamath · 10 years ago
  5. ec7e472 Fix some bugs in graph construction/simplification methods. by Nicolas Geoffray · 10 years ago
  6. dadc7dc Disable thumb assembler test to fix art build by Dave Allison · 10 years ago
  7. 0eb3e75 Merge "Thumb2 assembler for JNI compiler and optimizing compiler" by Dave Allison · 10 years ago
  8. 65fcc2c Thumb2 assembler for JNI compiler and optimizing compiler by Dave Allison · 10 years ago
  9. 4352b45 ART: Add a test checking TLS offsets and entrypoints by Andreas Gampe · 10 years ago
  10. 5ca4eaa ART: Make LOCAL_CLANG architecture dependent for the target by Andreas Gampe · 10 years ago
  11. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  12. adde7d2 Merge "Import Dart's parallel move resolver." by Nicolas Geoffray · 10 years ago
  13. 4e3d23a Import Dart's parallel move resolver. by Nicolas Geoffray · 10 years ago
  14. 2a0e954 Move art host to libc++ by Dan Albert · 10 years ago
  15. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  16. ba0c51f Switch ART to libc++. by Ian Rogers · 10 years ago
  17. 84e5242 Merge "Add ISA directory to image and odex pathnames." by Brian Carlstrom · 10 years ago
  18. 4f3f3fa Merge "Build live ranges in preparation for register allocation." by Nicolas Geoffray · 10 years ago
  19. ddb311f Build live ranges in preparation for register allocation. by Nicolas Geoffray · 10 years ago
  20. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 10 years ago
  21. c001b09 Merge "add make target variables for gtests" by Tsu Chiang Chuang · 10 years ago
  22. ec245a4 add make target variables for gtests by Tsu Chiang Chuang · 10 years ago
  23. 0d3f578 Linearize the graph before creating live ranges. by Nicolas Geoffray · 10 years ago
  24. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  25. 622d9c3 Add loop recognition and CFG simplifications in new compiler. by Nicolas Geoffray · 10 years ago
  26. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 10 years ago
  27. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 10 years ago
  28. 5a4fa82 x86_64 Assembler Test Infrastructure, fix x86_64 assembler by Andreas Gampe · 10 years ago
  29. 53e5d10 Merge "Add a Transform to SSA phase to the optimizing compiler." by Nicolas Geoffray · 10 years ago
  30. c32e770 Add a Transform to SSA phase to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  31. 5c1e435 Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly code by Andreas Gampe · 10 years ago
  32. 525cde2 Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs by Andreas Gampe · 10 years ago
  33. 2fe0792 Fix dependencies in the test suite for multi-target tests by Andreas Gampe · 10 years ago
  34. bd5ea6a Preparation for transition to libc++. by Ian Rogers · 10 years ago
  35. 2faf284 Merge "Long support in optimizing compiler." by Nicolas Geoffray · 10 years ago
  36. 01bc96d Long support in optimizing compiler. by Nicolas Geoffray · 10 years ago
  37. 135016a art: Use SIRT::GetAlignedSirtSizeTarget in calling convention by Dmitry Petrochenko · 10 years ago
  38. 1552373 AArch64: Fix Managed Register unit tests by Serban Constantinescu · 10 years ago
  39. afbaa1a Build changes to build multilib tests by Andreas Gampe · 10 years ago
  40. cae10f7 Add -lpthread -ldl to link executable/tests by Andrew Hsieh · 10 years ago
  41. 7f2e3da Fix host gtests compiled with gcc by Brian Carlstrom · 10 years ago
  42. 0ab4461 Fix missing link line for libgtest_host. by Tim Murray · 10 years ago
  43. bfea9c2 Class initialization check elimination. by Vladimir Marko · 11 years ago
  44. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  45. b7054ba Fix debugger crashes in presence of proxy objects. by Sebastien Hertz · 10 years ago
  46. e0dcd46 JNI down call fixes. by Ian Rogers · 10 years ago
  47. ed8dd49 AArch64: Add ARM64 Assembler by Serban Constantinescu · 11 years ago
  48. 2fecd65 Merge "Add codegen support to the optimizing compiler." by Nicolas Geoffray · 10 years ago
  49. d4dd255 Add codegen support to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  50. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 10 years ago
  51. 24651ec Further split of the space tests by Andreas Gampe · 11 years ago
  52. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  53. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  54. 504e699 Merge "Add conditional branches, and build dominator tree." by Nicolas Geoffray · 11 years ago
  55. be9a92a Add conditional branches, and build dominator tree. by Nicolas Geoffray · 11 years ago
  56. a743351 Split space_test into separate checks by Andreas Gampe · 11 years ago
  57. f59f18b Fix and rewrite local value numbering. by Vladimir Marko · 11 years ago
  58. c4a2ee4 Merge "art: convert makefiles to support multilib build" by Colin Cross · 11 years ago
  59. 818f210 Re-apply: Initial check-in of an optimizing compiler. by Nicolas Geoffray · 11 years ago
  60. 1af0c0b Revert "Initial check-in of an optimizing compiler." by Nicolas Geoffray · 11 years ago
  61. 68a5fef Initial check-in of an optimizing compiler. by Nicolas Geoffray · 11 years ago
  62. dc781a1 art: convert makefiles to support multilib build by Colin Cross · 11 years ago
  63. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  64. 43b2e0f Fix multi-line hex dumping and add unit test. by Ian Rogers · 11 years ago
  65. 500793f LEB128 tests and performance measurements. by Ian Rogers · 11 years ago
  66. 86aed2a Fix testing all valgrind tests and make errors abort. by Ian Rogers · 11 years ago
  67. d912e5c Allow host valgrind gtests to be run individually. by Ian Rogers · 11 years ago
  68. 1bd2ceb Make missing DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES an error by Brian Carlstrom · 11 years ago
  69. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  70. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 11 years ago
  71. 413e89f Refactor ArenaBitVector to create more general BitVector by Brian Carlstrom · 11 years ago
  72. 193bad9 Multi threaded hashed deduplication during compilation. by Mathieu Chartier · 11 years ago
  73. 0e480ca Move output_stream files out of runtime. by Ian Rogers · 11 years ago
  74. 4446ab9 Systrace fixups and refactoring for TimingLogger by Anwar Ghuloum · 11 years ago
  75. 597e46b Added tests for SEA IR intermediate representation. by Dragos Sbirlea · 11 years ago
  76. 423fb4d Add tests for SEA IR types infrastructure. by Dragos Sbirlea · 11 years ago
  77. f133479 am 025218c7: Clean up stlport usage. by Elliott Hughes · 11 years ago
  78. 025218c Clean up stlport usage. by Elliott Hughes · 11 years ago
  79. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  80. 2f7eb4d am 9004cb65: Allow MemMap to support empty map requests by Brian Carlstrom · 11 years ago
  81. 9004cb6 Allow MemMap to support empty map requests by Brian Carlstrom · 11 years ago
  82. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago
  83. 8a7bc17 am 55c0ac85: Merge "Enable darwin target build for art." by Brian Carlstrom · 11 years ago
  84. 19e776c Enable darwin target build for art. by Brian Carlstrom · 11 years ago
  85. 61ecc58 am 17bfe263: Use LOCAL_REQUIRED_MODULES instead of LOCAL_ADDITIONAL_DEPENDENCIES so we only relink the tests on libart changes but do not recompile them. by Brian Carlstrom · 11 years ago
  86. 17bfe26 Use LOCAL_REQUIRED_MODULES instead of LOCAL_ADDITIONAL_DEPENDENCIES so we only relink the tests on libart changes but do not recompile them. by Brian Carlstrom · 11 years ago
  87. cf6aba6 am 0cb7853d: Fix typo in makefile by Brian Carlstrom · 11 years ago
  88. 0cb7853 Fix typo in makefile by Brian Carlstrom · 11 years ago
  89. 875ebec am 3795f251: Use non-PHONY dependency to avoid rebuilding art gtests repeatedly. by Brian Carlstrom · 11 years ago
  90. 3795f25 Use non-PHONY dependency to avoid rebuilding art gtests repeatedly. by Brian Carlstrom · 11 years ago
  91. ad0c220 am 4478eb0a: Include dex2oatd along with libart and libartd-compiler by Brian Carlstrom · 11 years ago
  92. 4478eb0 Include dex2oatd along with libart and libartd-compiler by Brian Carlstrom · 11 years ago
  93. 58cc497 Move ScopedHashtable files out of art/src by Brian Carlstrom · 11 years ago
  94. 1db9113 resolved conflicts for merge of 7940e44f to dalvik-dev by Brian Carlstrom · 11 years ago
  95. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago
  96. 8cc5162 Semi-pruned SSA support for sea-ir. by Dragos Sbirlea · 11 years ago
  97. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  98. cd5d042 Clang build support, -Wthread-safety with GCC 4.6. by Ian Rogers · 11 years ago
  99. 52e55cb Remove gcc-based tsan support by Brian Carlstrom · 11 years ago
  100. c928de9 Remove Iceland. by Ian Rogers · 12 years ago