1. a03de6d Revert "Revert "Make clang the default compiler on host."" by Ian Rogers · 11 years ago
  2. d54f3a6 Revert "Make clang the default compiler on host." by Ian Rogers · 11 years ago
  3. 87f8b4c Make clang the default compiler on host. by Ian Rogers · 11 years ago
  4. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 12 years ago
  5. aa00fe0 Merge "Add more VerifyObject calls." by Mathieu Chartier · 11 years ago
  6. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  7. bd9e9db Fix clang errors in ArenaAllocator. by Vladimir Marko · 11 years ago
  8. a24122d Use ScopedArenaAllocator for CacheFieldLoweringInfo pass. by Vladimir Marko · 11 years ago
  9. a9d7be6 Merge "Create a scoped arena allocator and use that for LVN." by Vladimir Marko · 11 years ago
  10. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  11. a7e649d Merge "Make heap reference poisoning work with the interpreter." by Hiroshi Yamauchi · 11 years ago
  12. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  13. befbd57 Fix host architecture for 64bit. by Ian Rogers · 11 years ago
  14. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 11 years ago
  15. e63a745 Make heap reference poisoning work with the interpreter. by Hiroshi Yamauchi · 11 years ago
  16. 359597e Merge "Revert "Revert "Avoid compiling monster methods in boot image""" by Brian Carlstrom · 11 years ago
  17. 5e754d8 Revert "Revert "Avoid compiling monster methods in boot image"" by Brian Carlstrom · 11 years ago
  18. c855436 Merge "Fix valgrind gtests and memory leaks." by Mathieu Chartier · 11 years ago
  19. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 12 years ago
  20. 83b9668 Merge "Fix read of uninitialized memory in InlineIndexOf" by buzbee · 11 years ago
  21. ed8dd49 AArch64: Add ARM64 Assembler by Serban Constantinescu · 11 years ago
  22. a44d4f5 Fix read of uninitialized memory in InlineIndexOf by buzbee · 11 years ago
  23. 3cd52df Merge "Fix portable build." by Nicolas Geoffray · 11 years ago
  24. 2fecd65 Merge "Add codegen support to the optimizing compiler." by Nicolas Geoffray · 11 years ago
  25. c0a1b18 Reuse NoopCompilerCallbacks in oatdump by Brian Carlstrom · 11 years ago
  26. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 11 years ago
  27. 2fece59 Merge "Remove oat file location in the image." by Nicolas Geoffray · 11 years ago
  28. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  29. d4dd255 Add codegen support to the optimizing compiler. by Nicolas Geoffray · 11 years ago
  30. a1a7074 Rewrite kMirOpSelect for all IF_ccZ opcodes. by Vladimir Marko · 11 years ago
  31. 093aad1 Merge "Remove unreachable catch entries in GenSpecialCase()." by Vladimir Marko · 11 years ago
  32. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  33. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 11 years ago
  34. f796ca0 Merge "Incorrect result of the "mul-long by 1" operation" by Bill Buzbee · 11 years ago
  35. 20daf93 Fix 64-bit build DCHECK failure in mir_fieldinfo.cc . by Vladimir Marko · 11 years ago
  36. f2b3956 Fix portable build. by Nicolas Geoffray · 11 years ago
  37. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 11 years ago
  38. cc261bf Merge "Remove non-existent ARM insn kThumb2SubsRRI12." by Vladimir Marko · 11 years ago
  39. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  40. 3d50407 Make out arguments non-reference types. by Ian Rogers · 11 years ago
  41. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  42. dbb8c49 Remove non-existent ARM insn kThumb2SubsRRI12. by Vladimir Marko · 11 years ago
  43. 39d95e6 Remove unreachable catch entries in GenSpecialCase(). by Vladimir Marko · 11 years ago
  44. b1f1d64 Workaround for range ops spanning vreg gap by buzbee · 11 years ago
  45. b565506 Merge "Move arena_bit_vector.h/cc to compiler/utils." by Nicolas Geoffray · 11 years ago
  46. 659d87d art: Fix build errors for x86_64 target by Dmitry Petrochenko · 11 years ago
  47. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  48. 930f7b8 Merge "(Experimental) Add Brooks pointers." by Hiroshi Yamauchi · 11 years ago
  49. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 11 years ago
  50. 0e33643 Move arena_bit_vector.h/cc to compiler/utils. by Nicolas Geoffray · 11 years ago
  51. 2c1ed45 Rework Quick compiler's register handling by buzbee · 11 years ago
  52. 504e699 Merge "Add conditional branches, and build dominator tree." by Nicolas Geoffray · 11 years ago
  53. be9a92a Add conditional branches, and build dominator tree. by Nicolas Geoffray · 11 years ago
  54. c17ebe8 Incorrect result of the "mul-long by 1" operation by Alexei Zavjalov · 11 years ago
  55. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 12 years ago
  56. b55c898 Merge "Implements a BasicBlock iterator using the ArenaBitVector." by Bill Buzbee · 11 years ago
  57. f7a82b4 Implements a BasicBlock iterator using the ArenaBitVector. by Jean Christophe Beyler · 11 years ago
  58. a028595 Merge "Fix hardcoded offsets in x86 String.indexOf." by Hiroshi Yamauchi · 11 years ago
  59. 2e589aa Encode VmapTable entries offset by 2 to reduce size. by Vladimir Marko · 11 years ago
  60. e19c91f Fix hardcoded offsets in x86 String.indexOf. by Mark Mendell · 11 years ago
  61. 67f8f40 Merge "Fix typo from previous commit that lead to performance regression." by Nicolas Geoffray · 11 years ago
  62. a36aeb3 Fix typo from previous commit that lead to performance regression. by Nicolas Geoffray · 11 years ago
  63. ae7083d Add additional const by Brian Carlstrom · 11 years ago
  64. fffb0b7 Merge "Create CompilerOptions" by Brian Carlstrom · 11 years ago
  65. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  66. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago
  67. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  68. 9a509ef Merge "Convert some LOG(DEBUG) messages into more approriate levels" by Brian Carlstrom · 11 years ago
  69. 9c86a02 Revert "Annotate used fields." by Ian Rogers · 11 years ago
  70. f59f18b Fix and rewrite local value numbering. by Vladimir Marko · 11 years ago
  71. 4dc2338 Merge "Annotate used fields." by Vladimir Marko · 11 years ago
  72. b3558e1 Convert some LOG(DEBUG) messages into more approriate levels by Brian Carlstrom · 11 years ago
  73. 4028a6c Inline x86 String.indexOf by Mark Mendell · 11 years ago
  74. 7f6cf56 Annotate used fields. by Vladimir Marko · 12 years ago
  75. f3e2cc4 Code cleanup to avoid LLVM dependency when building with quick only. by Nicolas Geoffray · 11 years ago
  76. e7da4cf Merge "Remove dependency on llvm/Support/ELF.h by using linux's elf.h." by Nicolas Geoffray · 11 years ago
  77. 50cfe74 Remove dependency on llvm/Support/ELF.h by using linux's elf.h. by Nicolas Geoffray · 11 years ago
  78. c4a2ee4 Merge "art: convert makefiles to support multilib build" by Colin Cross · 11 years ago
  79. 818f210 Re-apply: Initial check-in of an optimizing compiler. by Nicolas Geoffray · 11 years ago
  80. 1af0c0b Revert "Initial check-in of an optimizing compiler." by Nicolas Geoffray · 11 years ago
  81. 68a5fef Initial check-in of an optimizing compiler. by Nicolas Geoffray · 11 years ago
  82. dc781a1 art: convert makefiles to support multilib build by Colin Cross · 11 years ago
  83. 2befd09 Merge "Expose inline method identification for debugger." by Vladimir Marko · 11 years ago
  84. 46861fc Merge "GenSpecialCase support for x86" by Vladimir Marko · 11 years ago
  85. 84c072c Expose inline method identification for debugger. by Vladimir Marko · 11 years ago
  86. b87fca8 Merge "Fix lint error." by Nicolas Geoffray · 11 years ago
  87. b84f522 Fix lint error. by Nicolas Geoffray · 11 years ago
  88. df8d416 Merge "Rewrite the compiler interface for CompilerDriver." by Nicolas Geoffray · 11 years ago
  89. f5df897 Rewrite the compiler interface for CompilerDriver. by Nicolas Geoffray · 11 years ago
  90. b52b219 Merge "Optimize x86 long V*V by skipping imul" by Ian Rogers · 11 years ago
  91. d2fe10a Remove blacklist by Sebastien Hertz · 12 years ago
  92. 89925e9 Merge "Fixed result storage of instruction with long constant operand" by Ian Rogers · 11 years ago
  93. de99bba Optimize x86 long V*V by skipping imul by Mark Mendell · 11 years ago
  94. 79aa423 x86 compiler should handle the "div/rem by 1" case by Alexei Zavjalov · 11 years ago
  95. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 11 years ago
  96. ab4a4f2 Merge "Pass correct is_static to ResolveField." by Vladimir Marko · 11 years ago
  97. 653f2bf Fixed result storage of instruction with long constant operand by Maxim Kazantsev · 11 years ago
  98. ed8081a Merge "Support to generate inline long to FP bytecodes for x86" by Ian Rogers · 11 years ago
  99. 1f26fb1 Merge changes I41dcb9f8,I8bc80275 by Brian Carlstrom · 11 years ago
  100. 707c96a Add StandardSocketOptions to the black list. by Brian Carlstrom · 11 years ago