1. f3e2cc4 Code cleanup to avoid LLVM dependency when building with quick only. by Nicolas Geoffray · 11 years ago
  2. e7da4cf Merge "Remove dependency on llvm/Support/ELF.h by using linux's elf.h." by Nicolas Geoffray · 11 years ago
  3. 50cfe74 Remove dependency on llvm/Support/ELF.h by using linux's elf.h. by Nicolas Geoffray · 11 years ago
  4. c4a2ee4 Merge "art: convert makefiles to support multilib build" by Colin Cross · 11 years ago
  5. 818f210 Re-apply: Initial check-in of an optimizing compiler. by Nicolas Geoffray · 11 years ago
  6. 1af0c0b Revert "Initial check-in of an optimizing compiler." by Nicolas Geoffray · 11 years ago
  7. 68a5fef Initial check-in of an optimizing compiler. by Nicolas Geoffray · 11 years ago
  8. dc781a1 art: convert makefiles to support multilib build by Colin Cross · 11 years ago
  9. 2befd09 Merge "Expose inline method identification for debugger." by Vladimir Marko · 11 years ago
  10. 46861fc Merge "GenSpecialCase support for x86" by Vladimir Marko · 11 years ago
  11. 84c072c Expose inline method identification for debugger. by Vladimir Marko · 11 years ago
  12. b87fca8 Merge "Fix lint error." by Nicolas Geoffray · 11 years ago
  13. b84f522 Fix lint error. by Nicolas Geoffray · 11 years ago
  14. df8d416 Merge "Rewrite the compiler interface for CompilerDriver." by Nicolas Geoffray · 11 years ago
  15. f5df897 Rewrite the compiler interface for CompilerDriver. by Nicolas Geoffray · 11 years ago
  16. b52b219 Merge "Optimize x86 long V*V by skipping imul" by Ian Rogers · 11 years ago
  17. d2fe10a Remove blacklist by Sebastien Hertz · 12 years ago
  18. 89925e9 Merge "Fixed result storage of instruction with long constant operand" by Ian Rogers · 11 years ago
  19. de99bba Optimize x86 long V*V by skipping imul by Mark Mendell · 11 years ago
  20. 79aa423 x86 compiler should handle the "div/rem by 1" case by Alexei Zavjalov · 11 years ago
  21. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 11 years ago
  22. ab4a4f2 Merge "Pass correct is_static to ResolveField." by Vladimir Marko · 11 years ago
  23. 653f2bf Fixed result storage of instruction with long constant operand by Maxim Kazantsev · 11 years ago
  24. ed8081a Merge "Support to generate inline long to FP bytecodes for x86" by Ian Rogers · 11 years ago
  25. 1f26fb1 Merge changes I41dcb9f8,I8bc80275 by Brian Carlstrom · 11 years ago
  26. 707c96a Add StandardSocketOptions to the black list. by Brian Carlstrom · 11 years ago
  27. e549da5 Pass correct is_static to ResolveField. by Vladimir Marko · 11 years ago
  28. c7ac649 Check IsStatic() on special accessor fields. by Vladimir Marko · 11 years ago
  29. b422d3f Merge "Speed up method lookup in a different dex file." by Vladimir Marko · 11 years ago
  30. 7655968 Merge "Generate ARM special methods from InlineMethod data." by Vladimir Marko · 11 years ago
  31. 614c2b4 Support to generate inline long to FP bytecodes for x86 by Razvan A Lupusoru · 12 years ago
  32. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  33. bbcc0c0 Speed up method lookup in a different dex file. by Vladimir Marko · 12 years ago
  34. abaf927 Merge "Re-apply: Implement cumulative timings for CompilerDriver." by Nicolas Geoffray · 11 years ago
  35. ea3fa0b Re-apply: Implement cumulative timings for CompilerDriver. by Nicolas Geoffray · 11 years ago
  36. b1e61ad Merge "Tweak Mir2Lir::GenInstanceofCallingHelper for X86" by Ian Rogers · 11 years ago
  37. 6607d97 Tweak Mir2Lir::GenInstanceofCallingHelper for X86 by Mark Mendell · 11 years ago
  38. 41ccc3b Merge "Added inlined abs method with float and double type" by Ian Rogers · 11 years ago
  39. 35d7e41 Merge "Support Direct Method/Type access for X86" by Ian Rogers · 11 years ago
  40. 6c92e7d Merge "Rewrite GenInlinedCharAt for x86" by Ian Rogers · 11 years ago
  41. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  42. 093713f Fix Portable build by Brian Carlstrom · 11 years ago
  43. 7dff39e Change GetPortableCode result from reference to pointer by Brian Carlstrom · 11 years ago
  44. d4df935 GetCode -> GetPortableCode by Brian Carlstrom · 11 years ago
  45. 398c9b5 SetOatCodeOffset -> SetPortableOatCodeOffset by Brian Carlstrom · 11 years ago
  46. 502c2a8 Generate ARM special methods from InlineMethod data. by Vladimir Marko · 11 years ago
  47. c9bf407 Fix special getter/setter generation. by Vladimir Marko · 11 years ago
  48. 2bc4780 Revert "Revert "Check FastInstance() early for special getters and setters."" by Vladimir Marko · 11 years ago
  49. 632e458 Revert "Check FastInstance() early for special getters and setters." by Ian Rogers · 11 years ago
  50. dbb17e3 Added inlined abs method with float and double type by Yixin Shou · 11 years ago
  51. 5dc5727 Check FastInstance() early for special getters and setters. by Vladimir Marko · 11 years ago
  52. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  53. 558a694 Break unnecessary dependence on common_test. by Ian Rogers · 11 years ago
  54. 055d46c Add missing SIRT to LoadNativeLibrary. by Mathieu Chartier · 11 years ago
  55. 2b724cb Rewrite GenInlinedCharAt for x86 by Mark Mendell · 11 years ago
  56. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 12 years ago
  57. 67c39c4 Support Literal pools for x86 by Mark Mendell · 12 years ago
  58. 6a5ed25 Merge "Redo x86 int arithmetic" by Ian Rogers · 11 years ago
  59. bcec6fb Make slow paths easier to write by Dave Allison · 12 years ago
  60. c293218 Merge "Don't assume resolved type has the same dex cache." by Vladimir Marko · 11 years ago
  61. d69835d Art Compiler: fix compiler temps by buzbee · 11 years ago
  62. feb2b4e Redo x86 int arithmetic by Mark Mendell · 12 years ago
  63. 8978643 Don't assume resolved type has the same dex cache. by Vladimir Marko · 12 years ago
  64. 316116b Merge "Remove redundant compare for x86 OpDecAndBranch" by Ian Rogers · 12 years ago
  65. 616ffaf Merge "Enable compiler temporaries" by Ian Rogers · 12 years ago
  66. da7a69b Enable compiler temporaries by Razvan A Lupusoru · 12 years ago
  67. f0c3718 Merge "Address another opportunity for reducing x86 sequence for GP pair to XMM" by Ian Rogers · 12 years ago
  68. 39a5489 Merge "Improve GenConstString, GenS{get,put} for x86" by Ian Rogers · 12 years ago
  69. 95e3eeb Merge "x86 updates GenInlinedUnsafePut/GenInstanceofFinal" by Ian Rogers · 12 years ago
  70. 75ba13f Reduce PassDriver overhead, clean up Pass and PassDriver. by Vladimir Marko · 12 years ago
  71. f7a0c5e Merge "Embed array class pointers at array allocation sites." by Hiroshi Yamauchi · 12 years ago
  72. f43adf6 Address another opportunity for reducing x86 sequence for GP pair to XMM by Razvan A Lupusoru · 12 years ago
  73. df8ee2e x86 updates GenInlinedUnsafePut/GenInstanceofFinal by Mark Mendell · 12 years ago
  74. 2730db0 Add VerfiedMethod to DexCompilationUnit. by Vladimir Marko · 12 years ago
  75. c7f8320 Refactor verification results. by Vladimir Marko · 12 years ago
  76. 766e929 Improve GenConstString, GenS{get,put} for x86 by Mark Mendell · 12 years ago
  77. bb8f0ab Embed array class pointers at array allocation sites. by Hiroshi Yamauchi · 12 years ago
  78. 7ea5daf Merge "Improve x86 long multiply and shifts" by Ian Rogers · 12 years ago
  79. 6e65720 Merge "Remove the link from dalvik instruction back to kMirOpCheck." by Vladimir Marko · 12 years ago
  80. 4376c87 Remove the link from dalvik instruction back to kMirOpCheck. by Vladimir Marko · 12 years ago
  81. b429d1d Merge "Support GenSelect for x86" by Vladimir Marko · 12 years ago
  82. e27b3bf Support GenSelect for x86 by Razvan A Lupusoru · 12 years ago
  83. d3266bc Reduce x86 sequence for GP pair to XMM by Razvan A Lupusoru · 12 years ago
  84. 787bbf8 Merge "64bit printf flag clean-up for MIR graph." by Ian Rogers · 12 years ago
  85. e4a8d91 Merge "Revert "Remove the link from dalvik instruction back to kMirOpCheck."" by Ian Rogers · 12 years ago
  86. c6dbf90 Revert "Remove the link from dalvik instruction back to kMirOpCheck." by Ian Rogers · 12 years ago
  87. 4708dcd Improve x86 long multiply and shifts by Mark Mendell · 12 years ago
  88. 23b03b5 64bit printf flag clean-up for MIR graph. by Ian Rogers · 12 years ago
  89. a278ac3 Merge "Improve x86 long divide" by Ian Rogers · 12 years ago
  90. 5710355 Merge "Fix X86Mir2Lir::LoadBaseIndexedDisp causing SEGV" by Ian Rogers · 12 years ago
  91. 67122a0 Merge "64bit friendly printf modifiers in LIR dumping." by Ian Rogers · 12 years ago
  92. 2bf31e6 Improve x86 long divide by Mark Mendell · 12 years ago
  93. ae427c3 Fix X86Mir2Lir::LoadBaseIndexedDisp causing SEGV by Mark Mendell · 12 years ago
  94. 3f5b42f Merge "Optimize x86 long arithmetic" by Vladimir Marko · 12 years ago
  95. 8a3e7e7 Remove the link from dalvik instruction back to kMirOpCheck. by Vladimir Marko · 12 years ago
  96. e1cf6d8 Merge "Move fused cmp branch ccode to MIR::meta." by Vladimir Marko · 12 years ago
  97. 107c31e 64bit friendly printf modifiers in LIR dumping. by Ian Rogers · 12 years ago
  98. a64c4a9 Merge "Update ElfWriterMclinker for klp" by Brian Carlstrom · 12 years ago
  99. 8c95011 Merge "Use direct class pointers at allocation sites in the compiled code." by Hiroshi Yamauchi · 12 years ago
  100. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 12 years ago