1. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 11 years ago
  2. 16e1eda Merge "x86_64: Fix issue in JNI compiler" by Andreas Gampe · 11 years ago
  3. 5408b6b x86_64: Fix issue in JNI compiler by avignate · 11 years ago
  4. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 11 years ago
  5. 22a0ef8 Round up arena allocations to 8 bytes. by Vladimir Marko · 11 years ago
  6. d20ddb2 Remove unused variable in assembler test. by Dave Allison · 11 years ago
  7. c819e0d Fix assembler test to use path if it can't find tools. by Dave Allison · 11 years ago
  8. 0eb3e75 Merge "Thumb2 assembler for JNI compiler and optimizing compiler" by Dave Allison · 11 years ago
  9. 65fcc2c Thumb2 assembler for JNI compiler and optimizing compiler by Dave Allison · 11 years ago
  10. 0110619 Use std::enable_if instead of a custom helper class. by Vladimir Marko · 11 years ago
  11. 089142c Avoid register pool allocations on the heap. by Vladimir Marko · 11 years ago
  12. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 11 years ago
  13. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 11 years ago
  14. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  15. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  16. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  17. 7e0a8b4 Merge changes Icf9afbab,If2409101 by Andreas Gampe · 11 years ago
  18. 69f08ba Clean up ScopedArenaAllocatorAdapter. by Vladimir Marko · 11 years ago
  19. 0f89dac AArch64: Fix the usage of IP0, IP1 as temporary registers by Serban Constantinescu · 11 years ago
  20. 63206f3 AArch64: Fix the usage of Thread Register for arm64 by Serban Constantinescu · 11 years ago
  21. 91152bc Merge "ART: ChildBlockIterator Implementation" by Vladimir Marko · 11 years ago
  22. f8c762b ART: ChildBlockIterator Implementation by Jean Christophe Beyler · 11 years ago
  23. 6601882 ART: Use utils.h::RoundUp instead of explicit bit-fiddling by Andreas Gampe · 11 years ago
  24. b40c6a7 ART: Fix assembler_test to use ScratchFile by Andreas Gampe · 11 years ago
  25. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 11 years ago
  26. d110432 ART: aarch64 jni compiler needs to extend small return types by Andreas Gampe · 11 years ago
  27. 5a4fa82 x86_64 Assembler Test Infrastructure, fix x86_64 assembler by Andreas Gampe · 11 years ago
  28. 6ffcfa0 Rewrite suspend test check with LIRSlowPath. by Mingyao Yang · 11 years ago
  29. becc372 Merge "ART: Initialization of RegLocation and API for GrowableArray Iterator" by Vladimir Marko · 11 years ago
  30. 1ceea7e ART: Initialization of RegLocation and API for GrowableArray Iterator by Jean Christophe Beyler · 11 years ago
  31. 96a4f29 Merge "ART: Fixes an issue with REX prefix for instructions with no ModRM byte" by Ian Rogers · 11 years ago
  32. 3a74d15 Delete throw launchpads. by Mingyao Yang · 11 years ago
  33. fba52f1 ART: Fixes an issue with REX prefix for instructions with no ModRM byte by Vladimir Kostyukov · 11 years ago
  34. 2faf284 Merge "Long support in optimizing compiler." by Nicolas Geoffray · 11 years ago
  35. 01bc96d Long support in optimizing compiler. by Nicolas Geoffray · 11 years ago
  36. 75b9113 AArch64: Jni compiler fixes by Serban Constantinescu · 11 years ago
  37. 2be6fc7 Merge "Test control flow instruction with optimizing compiler." by Nicolas Geoffray · 11 years ago
  38. b55f835 Test control flow instruction with optimizing compiler. by Nicolas Geoffray · 11 years ago
  39. 1552373 AArch64: Fix Managed Register unit tests by Serban Constantinescu · 11 years ago
  40. 44e1354 Do not output ARM64 assembler debug code. by Andreas Gampe · 11 years ago
  41. 790a6b7 Calling convention support for cross 64/32 compilation. by Ian Rogers · 11 years ago
  42. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  43. 8a76f1e Mark ScopedArenaAllocator's allocations undefined for Valgrind. by Vladimir Marko · 11 years ago
  44. 7f466c0 Merge "Add support for invoke-static in optimizing compiler." by Nicolas Geoffray · 11 years ago
  45. 8ccc3f5 Add support for invoke-static in optimizing compiler. by Nicolas Geoffray · 11 years ago
  46. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 11 years ago
  47. c6ee54e Trampoline and assembly fixes for ARM64 by Andreas Gampe · 11 years ago
  48. 53b6afc Free Arenas from the ArenaStack before running codegen. by Vladimir Marko · 11 years ago
  49. 91690f6 Some more ARM64 tests that are invalid at the moment by Andreas Gampe · 11 years ago
  50. 0658768 Parts of ARM64 should not be enabled, yet by Andreas Gampe · 11 years ago
  51. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 11 years ago
  52. bfea9c2 Class initialization check elimination. by Vladimir Marko · 12 years ago
  53. bd9e9db Fix clang errors in ArenaAllocator. by Vladimir Marko · 11 years ago
  54. a9d7be6 Merge "Create a scoped arena allocator and use that for LVN." by Vladimir Marko · 11 years ago
  55. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  56. a7e649d Merge "Make heap reference poisoning work with the interpreter." by Hiroshi Yamauchi · 11 years ago
  57. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  58. befbd57 Fix host architecture for 64bit. by Ian Rogers · 11 years ago
  59. e63a745 Make heap reference poisoning work with the interpreter. by Hiroshi Yamauchi · 11 years ago
  60. c855436 Merge "Fix valgrind gtests and memory leaks." by Mathieu Chartier · 11 years ago
  61. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 12 years ago
  62. ed8dd49 AArch64: Add ARM64 Assembler by Serban Constantinescu · 11 years ago
  63. 2fecd65 Merge "Add codegen support to the optimizing compiler." by Nicolas Geoffray · 11 years ago
  64. d4dd255 Add codegen support to the optimizing compiler. by Nicolas Geoffray · 11 years ago
  65. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  66. b565506 Merge "Move arena_bit_vector.h/cc to compiler/utils." by Nicolas Geoffray · 11 years ago
  67. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  68. 0e33643 Move arena_bit_vector.h/cc to compiler/utils. by Nicolas Geoffray · 11 years ago
  69. be9a92a Add conditional branches, and build dominator tree. by Nicolas Geoffray · 11 years ago
  70. 818f210 Re-apply: Initial check-in of an optimizing compiler. by Nicolas Geoffray · 11 years ago
  71. 1af0c0b Revert "Initial check-in of an optimizing compiler." by Nicolas Geoffray · 11 years ago
  72. 68a5fef Initial check-in of an optimizing compiler. by Nicolas Geoffray · 11 years ago
  73. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  74. 3681597 Use dmb. by Elliott Hughes · 12 years ago
  75. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 12 years ago
  76. 413e89f Refactor ArenaBitVector to create more general BitVector by Brian Carlstrom · 12 years ago
  77. d133b97 Shard dedupe set locks. by Ian Rogers · 12 years ago
  78. 193bad9 Multi threaded hashed deduplication during compilation. by Mathieu Chartier · 12 years ago
  79. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 12 years ago
  80. 848871b Entry point clean up. by Ian Rogers · 12 years ago
  81. 423fb4d Add tests for SEA IR types infrastructure. by Dragos Sbirlea · 12 years ago
  82. 7655f29 Portable refactorings. by Ian Rogers · 12 years ago
  83. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago
  84. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  85. a6468f6 Fix dalvik-dev branch cpplint issues by Brian Carlstrom · 12 years ago
  86. 58cc497 Move ScopedHashtable files out of art/src by Brian Carlstrom · 12 years ago