1. dadc7dc Disable thumb assembler test to fix art build by Dave Allison · 10 years ago
  2. 0eb3e75 Merge "Thumb2 assembler for JNI compiler and optimizing compiler" by Dave Allison · 10 years ago
  3. 65fcc2c Thumb2 assembler for JNI compiler and optimizing compiler by Dave Allison · 10 years ago
  4. 4352b45 ART: Add a test checking TLS offsets and entrypoints by Andreas Gampe · 10 years ago
  5. 278ff9e Enable -Wframe-larger-than=1728 compilation error by Sebastien Hertz · 10 years ago
  6. 5ca4eaa ART: Make LOCAL_CLANG architecture dependent for the target by Andreas Gampe · 10 years ago
  7. f4b80bc Make use of sigchainlib for signal chaining for implicit checks by Dave Allison · 10 years ago
  8. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  9. adde7d2 Merge "Import Dart's parallel move resolver." by Nicolas Geoffray · 10 years ago
  10. 4e3d23a Import Dart's parallel move resolver. by Nicolas Geoffray · 10 years ago
  11. dfd301f Merge "Update dump-oat-* and oatdump for new image file layout" by Brian Carlstrom · 10 years ago
  12. 0f5baa0 Update dump-oat-* and oatdump for new image file layout by Brian Carlstrom · 10 years ago
  13. 5da6e2b Merge "Move art host to libc++" by Dan Albert · 10 years ago
  14. 2a0e954 Move art host to libc++ by Dan Albert · 10 years ago
  15. c32deb4 Fix test-art-target-oat for multi target by Sebastien Hertz · 10 years ago
  16. 1271e5d Merge "Add DALVIKVM_FLAGS to test invocation." by Mathieu Chartier · 10 years ago
  17. 769a5ad Add DALVIKVM_FLAGS to test invocation. by Mathieu Chartier · 10 years ago
  18. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 10 years ago
  19. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  20. f662e06 Updating clean-oat again by Brian Carlstrom · 10 years ago
  21. bbf079e Remove unneeded realpath that was causing bad dependencies in a clean build by Brian Carlstrom · 10 years ago
  22. ba0c51f Switch ART to libc++. by Ian Rogers · 10 years ago
  23. 84e5242 Merge "Add ISA directory to image and odex pathnames." by Brian Carlstrom · 10 years ago
  24. 4f3f3fa Merge "Build live ranges in preparation for register allocation." by Nicolas Geoffray · 10 years ago
  25. ddb311f Build live ranges in preparation for register allocation. by Nicolas Geoffray · 10 years ago
  26. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 10 years ago
  27. 3232297 Merge "64-bit host multilib build." by Ying Wang · 10 years ago
  28. c6585b7 64-bit host multilib build. by Ying Wang · 10 years ago
  29. c001b09 Merge "add make target variables for gtests" by Tsu Chiang Chuang · 10 years ago
  30. ec245a4 add make target variables for gtests by Tsu Chiang Chuang · 10 years ago
  31. 27710fa Merge "Linearize the graph before creating live ranges." by Nicolas Geoffray · 10 years ago
  32. 0d3f578 Linearize the graph before creating live ranges. by Nicolas Geoffray · 10 years ago
  33. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  34. 8bebd1a Merge "ART: Make build error a warning for TARGET_CPU_SMP" by Andreas Gampe · 10 years ago
  35. ef5113d ART: Make build error a warning for TARGET_CPU_SMP by Andreas Gampe · 10 years ago
  36. 3b2bcbf Merge "Move RoS allocator to use unordered_set." by Ian Rogers · 10 years ago
  37. b2c3e10 Merge "ART: Fix MonitorExit code on ARM" by Andreas Gampe · 10 years ago
  38. b14329f ART: Fix MonitorExit code on ARM by Andreas Gampe · 10 years ago
  39. 5fcfa7d Move RoS allocator to use unordered_set. by Ian Rogers · 10 years ago
  40. 28f5c09 Don't import llvm.mk for non-portable builds. by Ian Rogers · 10 years ago
  41. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  42. 622d9c3 Add loop recognition and CFG simplifications in new compiler. by Nicolas Geoffray · 10 years ago
  43. 1dda060 Make it easy to change the default GC type. by Hiroshi Yamauchi · 10 years ago
  44. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 10 years ago
  45. 2220cb1 Merge "Make arm64 build with ART_TARGET_CLANG." by Tim Murray · 10 years ago
  46. a7f9871 Merge "Add additional flags to make ART_TARGET_CLANG function with 3.5." by Tim Murray · 10 years ago
  47. a7e7c2a Make arm64 build with ART_TARGET_CLANG. by Tim Murray · 10 years ago
  48. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 10 years ago
  49. 5a4fa82 x86_64 Assembler Test Infrastructure, fix x86_64 assembler by Andreas Gampe · 10 years ago
  50. 4a0047a Add additional flags to make ART_TARGET_CLANG function with 3.5. by Tim Murray · 10 years ago
  51. 5dee5df Merge "Avoid volatile 64-bit tearing on 32-bit architectures." by Ian Rogers · 10 years ago
  52. a984454 Avoid volatile 64-bit tearing on 32-bit architectures. by Ian Rogers · 10 years ago
  53. 53e5d10 Merge "Add a Transform to SSA phase to the optimizing compiler." by Nicolas Geoffray · 10 years ago
  54. c32e770 Add a Transform to SSA phase to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  55. 5c1e435 Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly code by Andreas Gampe · 10 years ago
  56. 525cde2 Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs by Andreas Gampe · 10 years ago
  57. 2fe0792 Fix dependencies in the test suite for multi-target tests by Andreas Gampe · 10 years ago
  58. bd5ea6a Preparation for transition to libc++. by Ian Rogers · 10 years ago
  59. 2faf284 Merge "Long support in optimizing compiler." by Nicolas Geoffray · 10 years ago
  60. 01bc96d Long support in optimizing compiler. by Nicolas Geoffray · 10 years ago
  61. 135016a art: Use SIRT::GetAlignedSirtSizeTarget in calling convention by Dmitry Petrochenko · 10 years ago
  62. 1552373 AArch64: Fix Managed Register unit tests by Serban Constantinescu · 10 years ago
  63. d747543 force dex2oat target executables to be compiled for 32-bit by Colin Cross · 10 years ago
  64. 668e9d8 Update missed DEX2OAT -> DEX2OATD changes. by Nicolas Geoffray · 10 years ago
  65. 1db132d Use debug version of DEX2OAT explicitly. by Nicolas Geoffray · 10 years ago
  66. afbaa1a Build changes to build multilib tests by Andreas Gampe · 10 years ago
  67. cae10f7 Add -lpthread -ldl to link executable/tests by Andrew Hsieh · 10 years ago
  68. 7f2e3da Fix host gtests compiled with gcc by Brian Carlstrom · 10 years ago
  69. 06160f2 Merge "Fix missing link line for libgtest_host." by Tim Murray · 10 years ago
  70. 0ab4461 Fix missing link line for libgtest_host. by Tim Murray · 10 years ago
  71. 2269d2a HACK: force target art executables to be compiled for 32-bit by Colin Cross · 10 years ago
  72. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 10 years ago
  73. 43c8642 Fix lint error, and Makefile that could be confused with local files. by Nicolas Geoffray · 10 years ago
  74. bfea9c2 Class initialization check elimination. by Vladimir Marko · 10 years ago
  75. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  76. 3314dcf Merge "Fix debugger crashes in presence of proxy objects." by Sebastien Hertz · 10 years ago
  77. b7054ba Fix debugger crashes in presence of proxy objects. by Sebastien Hertz · 10 years ago
  78. b34f69a Add command line support for enabling the optimizing compiler. by Nicolas Geoffray · 10 years ago
  79. 922141a Fixed and refactored 64b host build by Andreas Gampe · 10 years ago
  80. d858c96 Disable host clang only if WITHOUT_HOST_CLANG is set by Ying Wang · 10 years ago
  81. 9719cd2 Support WITHOUT_CLANG builds by Brian Carlstrom · 10 years ago
  82. 35df1f3 Work around arm64 host prebuilt differences. by Ian Rogers · 10 years ago
  83. e0dcd46 JNI down call fixes. by Ian Rogers · 10 years ago
  84. a03de6d Revert "Revert "Make clang the default compiler on host."" by Ian Rogers · 10 years ago
  85. d54f3a6 Revert "Make clang the default compiler on host." by Ian Rogers · 10 years ago
  86. 87f8b4c Make clang the default compiler on host. by Ian Rogers · 10 years ago
  87. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  88. befbd57 Fix host architecture for 64bit. by Ian Rogers · 10 years ago
  89. ed8dd49 AArch64: Add ARM64 Assembler by Serban Constantinescu · 10 years ago
  90. 2fecd65 Merge "Add codegen support to the optimizing compiler." by Nicolas Geoffray · 10 years ago
  91. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  92. d4dd255 Add codegen support to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  93. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 10 years ago
  94. 24651ec Further split of the space tests by Andreas Gampe · 10 years ago
  95. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  96. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 10 years ago
  97. 504e699 Merge "Add conditional branches, and build dominator tree." by Nicolas Geoffray · 10 years ago
  98. be9a92a Add conditional branches, and build dominator tree. by Nicolas Geoffray · 10 years ago
  99. a743351 Split space_test into separate checks by Andreas Gampe · 10 years ago
  100. f59f18b Fix and rewrite local value numbering. by Vladimir Marko · 10 years ago