1. b9d50a9 Merge "Move inline method detection to runtime." by Vladimir Marko · 11 years ago
  2. b34f69a Add command line support for enabling the optimizing compiler. by Nicolas Geoffray · 11 years ago
  3. e3e0260 Move inline method detection to runtime. by Vladimir Marko · 11 years ago
  4. 2f4c3a4 Remove spurious duplicate line of code by buzbee · 11 years ago
  5. 3d73ba2 Avoid Cache*LoweringInfo pass when there's no GET/PUT/INVOKE. by Vladimir Marko · 11 years ago
  6. 0f67847 Unify 64bit int constant definitions. by Ian Rogers · 11 years ago
  7. 73a4713 Merge "Fix LIR generation for long arithmetic operation" by Ian Rogers · 11 years ago
  8. 3c05039 Merge "LongToFp result storage fixed" by Ian Rogers · 11 years ago
  9. 3dfc5c1 Merge "ARM: Inline codegen for long-to-float on ARM." by Ian Rogers · 11 years ago
  10. e19649a ARM: Remove duplicated instructions; add vcvt, vmla, vmls disassembler. by Zheng Xu · 11 years ago
  11. f0e6c9c ARM: Inline codegen for long-to-float on ARM. by Zheng Xu · 11 years ago
  12. f096aad Cache method lowering info in mir graph. by Vladimir Marko · 11 years ago
  13. a03de6d Revert "Revert "Make clang the default compiler on host."" by Ian Rogers · 11 years ago
  14. d54f3a6 Revert "Make clang the default compiler on host." by Ian Rogers · 11 years ago
  15. 87f8b4c Make clang the default compiler on host. by Ian Rogers · 11 years ago
  16. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  17. aa00fe0 Merge "Add more VerifyObject calls." by Mathieu Chartier · 11 years ago
  18. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  19. a24122d Use ScopedArenaAllocator for CacheFieldLoweringInfo pass. by Vladimir Marko · 11 years ago
  20. a9d7be6 Merge "Create a scoped arena allocator and use that for LVN." by Vladimir Marko · 11 years ago
  21. 91b6ffa Fix LIR generation for long arithmetic operation by Yevgeny Rouban · 11 years ago
  22. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  23. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  24. 51a80d7 LongToFp result storage fixed by Maxim Kazantsev · 11 years ago
  25. a44d4f5 Fix read of uninitialized memory in InlineIndexOf by buzbee · 11 years ago
  26. a1a7074 Rewrite kMirOpSelect for all IF_ccZ opcodes. by Vladimir Marko · 11 years ago
  27. 093aad1 Merge "Remove unreachable catch entries in GenSpecialCase()." by Vladimir Marko · 11 years ago
  28. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  29. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 11 years ago
  30. f796ca0 Merge "Incorrect result of the "mul-long by 1" operation" by Bill Buzbee · 11 years ago
  31. 20daf93 Fix 64-bit build DCHECK failure in mir_fieldinfo.cc . by Vladimir Marko · 11 years ago
  32. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 11 years ago
  33. cc261bf Merge "Remove non-existent ARM insn kThumb2SubsRRI12." by Vladimir Marko · 11 years ago
  34. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  35. 3d50407 Make out arguments non-reference types. by Ian Rogers · 11 years ago
  36. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  37. dbb8c49 Remove non-existent ARM insn kThumb2SubsRRI12. by Vladimir Marko · 11 years ago
  38. 39d95e6 Remove unreachable catch entries in GenSpecialCase(). by Vladimir Marko · 11 years ago
  39. b1f1d64 Workaround for range ops spanning vreg gap by buzbee · 11 years ago
  40. b565506 Merge "Move arena_bit_vector.h/cc to compiler/utils." by Nicolas Geoffray · 11 years ago
  41. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  42. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 11 years ago
  43. 0e33643 Move arena_bit_vector.h/cc to compiler/utils. by Nicolas Geoffray · 11 years ago
  44. 2c1ed45 Rework Quick compiler's register handling by buzbee · 11 years ago
  45. c17ebe8 Incorrect result of the "mul-long by 1" operation by Alexei Zavjalov · 11 years ago
  46. b55c898 Merge "Implements a BasicBlock iterator using the ArenaBitVector." by Bill Buzbee · 11 years ago
  47. f7a82b4 Implements a BasicBlock iterator using the ArenaBitVector. by Jean Christophe Beyler · 11 years ago
  48. a028595 Merge "Fix hardcoded offsets in x86 String.indexOf." by Hiroshi Yamauchi · 11 years ago
  49. 2e589aa Encode VmapTable entries offset by 2 to reduce size. by Vladimir Marko · 11 years ago
  50. e19c91f Fix hardcoded offsets in x86 String.indexOf. by Mark Mendell · 11 years ago
  51. 67f8f40 Merge "Fix typo from previous commit that lead to performance regression." by Nicolas Geoffray · 11 years ago
  52. a36aeb3 Fix typo from previous commit that lead to performance regression. by Nicolas Geoffray · 11 years ago
  53. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago
  54. 9a509ef Merge "Convert some LOG(DEBUG) messages into more approriate levels" by Brian Carlstrom · 11 years ago
  55. 9c86a02 Revert "Annotate used fields." by Ian Rogers · 11 years ago
  56. f59f18b Fix and rewrite local value numbering. by Vladimir Marko · 11 years ago
  57. 4dc2338 Merge "Annotate used fields." by Vladimir Marko · 11 years ago
  58. b3558e1 Convert some LOG(DEBUG) messages into more approriate levels by Brian Carlstrom · 11 years ago
  59. 4028a6c Inline x86 String.indexOf by Mark Mendell · 11 years ago
  60. 7f6cf56 Annotate used fields. by Vladimir Marko · 11 years ago
  61. f3e2cc4 Code cleanup to avoid LLVM dependency when building with quick only. by Nicolas Geoffray · 11 years ago
  62. 818f210 Re-apply: Initial check-in of an optimizing compiler. by Nicolas Geoffray · 11 years ago
  63. 1af0c0b Revert "Initial check-in of an optimizing compiler." by Nicolas Geoffray · 11 years ago
  64. 68a5fef Initial check-in of an optimizing compiler. by Nicolas Geoffray · 11 years ago
  65. 2befd09 Merge "Expose inline method identification for debugger." by Vladimir Marko · 11 years ago
  66. 46861fc Merge "GenSpecialCase support for x86" by Vladimir Marko · 11 years ago
  67. 84c072c Expose inline method identification for debugger. by Vladimir Marko · 11 years ago
  68. df8d416 Merge "Rewrite the compiler interface for CompilerDriver." by Nicolas Geoffray · 11 years ago
  69. f5df897 Rewrite the compiler interface for CompilerDriver. by Nicolas Geoffray · 11 years ago
  70. b52b219 Merge "Optimize x86 long V*V by skipping imul" by Ian Rogers · 11 years ago
  71. 89925e9 Merge "Fixed result storage of instruction with long constant operand" by Ian Rogers · 11 years ago
  72. de99bba Optimize x86 long V*V by skipping imul by Mark Mendell · 11 years ago
  73. 79aa423 x86 compiler should handle the "div/rem by 1" case by Alexei Zavjalov · 11 years ago
  74. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 11 years ago
  75. 653f2bf Fixed result storage of instruction with long constant operand by Maxim Kazantsev · 11 years ago
  76. ed8081a Merge "Support to generate inline long to FP bytecodes for x86" by Ian Rogers · 11 years ago
  77. 7655968 Merge "Generate ARM special methods from InlineMethod data." by Vladimir Marko · 11 years ago
  78. 614c2b4 Support to generate inline long to FP bytecodes for x86 by Razvan A Lupusoru · 11 years ago
  79. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  80. abaf927 Merge "Re-apply: Implement cumulative timings for CompilerDriver." by Nicolas Geoffray · 11 years ago
  81. ea3fa0b Re-apply: Implement cumulative timings for CompilerDriver. by Nicolas Geoffray · 11 years ago
  82. b1e61ad Merge "Tweak Mir2Lir::GenInstanceofCallingHelper for X86" by Ian Rogers · 11 years ago
  83. 6607d97 Tweak Mir2Lir::GenInstanceofCallingHelper for X86 by Mark Mendell · 11 years ago
  84. 41ccc3b Merge "Added inlined abs method with float and double type" by Ian Rogers · 11 years ago
  85. 35d7e41 Merge "Support Direct Method/Type access for X86" by Ian Rogers · 11 years ago
  86. 6c92e7d Merge "Rewrite GenInlinedCharAt for x86" by Ian Rogers · 11 years ago
  87. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  88. 502c2a8 Generate ARM special methods from InlineMethod data. by Vladimir Marko · 11 years ago
  89. c9bf407 Fix special getter/setter generation. by Vladimir Marko · 11 years ago
  90. 2bc4780 Revert "Revert "Check FastInstance() early for special getters and setters."" by Vladimir Marko · 11 years ago
  91. 632e458 Revert "Check FastInstance() early for special getters and setters." by Ian Rogers · 11 years ago
  92. dbb17e3 Added inlined abs method with float and double type by Yixin Shou · 11 years ago
  93. 5dc5727 Check FastInstance() early for special getters and setters. by Vladimir Marko · 11 years ago
  94. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  95. 2b724cb Rewrite GenInlinedCharAt for x86 by Mark Mendell · 11 years ago
  96. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 11 years ago
  97. 67c39c4 Support Literal pools for x86 by Mark Mendell · 11 years ago
  98. 6a5ed25 Merge "Redo x86 int arithmetic" by Ian Rogers · 11 years ago
  99. bcec6fb Make slow paths easier to write by Dave Allison · 11 years ago
  100. d69835d Art Compiler: fix compiler temps by buzbee · 11 years ago