1. 6607d97 Tweak Mir2Lir::GenInstanceofCallingHelper for X86 by Mark Mendell · 11 years ago
  2. c9bf407 Fix special getter/setter generation. by Vladimir Marko · 11 years ago
  3. 2bc4780 Revert "Revert "Check FastInstance() early for special getters and setters."" by Vladimir Marko · 11 years ago
  4. 632e458 Revert "Check FastInstance() early for special getters and setters." by Ian Rogers · 11 years ago
  5. 5dc5727 Check FastInstance() early for special getters and setters. by Vladimir Marko · 11 years ago
  6. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  7. 558a694 Break unnecessary dependence on common_test. by Ian Rogers · 11 years ago
  8. 055d46c Add missing SIRT to LoadNativeLibrary. by Mathieu Chartier · 11 years ago
  9. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 11 years ago
  10. 67c39c4 Support Literal pools for x86 by Mark Mendell · 11 years ago
  11. 6a5ed25 Merge "Redo x86 int arithmetic" by Ian Rogers · 11 years ago
  12. bcec6fb Make slow paths easier to write by Dave Allison · 11 years ago
  13. c293218 Merge "Don't assume resolved type has the same dex cache." by Vladimir Marko · 11 years ago
  14. d69835d Art Compiler: fix compiler temps by buzbee · 11 years ago
  15. feb2b4e Redo x86 int arithmetic by Mark Mendell · 11 years ago
  16. 8978643 Don't assume resolved type has the same dex cache. by Vladimir Marko · 11 years ago
  17. 316116b Merge "Remove redundant compare for x86 OpDecAndBranch" by Ian Rogers · 11 years ago
  18. 616ffaf Merge "Enable compiler temporaries" by Ian Rogers · 11 years ago
  19. da7a69b Enable compiler temporaries by Razvan A Lupusoru · 11 years ago
  20. f0c3718 Merge "Address another opportunity for reducing x86 sequence for GP pair to XMM" by Ian Rogers · 11 years ago
  21. 39a5489 Merge "Improve GenConstString, GenS{get,put} for x86" by Ian Rogers · 11 years ago
  22. 95e3eeb Merge "x86 updates GenInlinedUnsafePut/GenInstanceofFinal" by Ian Rogers · 11 years ago
  23. 75ba13f Reduce PassDriver overhead, clean up Pass and PassDriver. by Vladimir Marko · 11 years ago
  24. f7a0c5e Merge "Embed array class pointers at array allocation sites." by Hiroshi Yamauchi · 11 years ago
  25. f43adf6 Address another opportunity for reducing x86 sequence for GP pair to XMM by Razvan A Lupusoru · 11 years ago
  26. df8ee2e x86 updates GenInlinedUnsafePut/GenInstanceofFinal by Mark Mendell · 11 years ago
  27. 2730db0 Add VerfiedMethod to DexCompilationUnit. by Vladimir Marko · 11 years ago
  28. c7f8320 Refactor verification results. by Vladimir Marko · 11 years ago
  29. 766e929 Improve GenConstString, GenS{get,put} for x86 by Mark Mendell · 11 years ago
  30. bb8f0ab Embed array class pointers at array allocation sites. by Hiroshi Yamauchi · 11 years ago
  31. 7ea5daf Merge "Improve x86 long multiply and shifts" by Ian Rogers · 11 years ago
  32. 6e65720 Merge "Remove the link from dalvik instruction back to kMirOpCheck." by Vladimir Marko · 11 years ago
  33. 4376c87 Remove the link from dalvik instruction back to kMirOpCheck. by Vladimir Marko · 11 years ago
  34. b429d1d Merge "Support GenSelect for x86" by Vladimir Marko · 11 years ago
  35. e27b3bf Support GenSelect for x86 by Razvan A Lupusoru · 11 years ago
  36. d3266bc Reduce x86 sequence for GP pair to XMM by Razvan A Lupusoru · 11 years ago
  37. 787bbf8 Merge "64bit printf flag clean-up for MIR graph." by Ian Rogers · 11 years ago
  38. e4a8d91 Merge "Revert "Remove the link from dalvik instruction back to kMirOpCheck."" by Ian Rogers · 11 years ago
  39. c6dbf90 Revert "Remove the link from dalvik instruction back to kMirOpCheck." by Ian Rogers · 11 years ago
  40. 4708dcd Improve x86 long multiply and shifts by Mark Mendell · 11 years ago
  41. 23b03b5 64bit printf flag clean-up for MIR graph. by Ian Rogers · 11 years ago
  42. a278ac3 Merge "Improve x86 long divide" by Ian Rogers · 11 years ago
  43. 5710355 Merge "Fix X86Mir2Lir::LoadBaseIndexedDisp causing SEGV" by Ian Rogers · 11 years ago
  44. 67122a0 Merge "64bit friendly printf modifiers in LIR dumping." by Ian Rogers · 11 years ago
  45. 2bf31e6 Improve x86 long divide by Mark Mendell · 11 years ago
  46. ae427c3 Fix X86Mir2Lir::LoadBaseIndexedDisp causing SEGV by Mark Mendell · 11 years ago
  47. 3f5b42f Merge "Optimize x86 long arithmetic" by Vladimir Marko · 11 years ago
  48. 8a3e7e7 Remove the link from dalvik instruction back to kMirOpCheck. by Vladimir Marko · 11 years ago
  49. e1cf6d8 Merge "Move fused cmp branch ccode to MIR::meta." by Vladimir Marko · 11 years ago
  50. 107c31e 64bit friendly printf modifiers in LIR dumping. by Ian Rogers · 11 years ago
  51. a64c4a9 Merge "Update ElfWriterMclinker for klp" by Brian Carlstrom · 11 years ago
  52. 8c95011 Merge "Use direct class pointers at allocation sites in the compiled code." by Hiroshi Yamauchi · 11 years ago
  53. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  54. e02d48f Optimize x86 long arithmetic by Mark Mendell · 11 years ago
  55. a894607 Move fused cmp branch ccode to MIR::meta. by Vladimir Marko · 11 years ago
  56. d9de839 Fix header file references to the ::llvm::ELF namespace. by Vladimir Marko · 11 years ago
  57. a0dac3e Remove redundant compare for x86 OpDecAndBranch by Yixin Shou · 11 years ago
  58. 23a2821 Clean up access checks. by Vladimir Marko · 11 years ago
  59. 05bded2 Clean up frontend.h includes and forward declarations. by Vladimir Marko · 11 years ago
  60. 650be76 Revert "Implement cumulative timings for CompilerDriver." by Brian Carlstrom · 11 years ago
  61. 4e3b284 Update ElfWriterMclinker for klp by Brian Carlstrom · 11 years ago
  62. f3f139f Merge "Implement cumulative timings for CompilerDriver." by Nicolas Geoffray · 11 years ago
  63. 775c472 Pass Framework Cleanup by Jean Christophe Beyler · 11 years ago
  64. df01317 Implement cumulative timings for CompilerDriver. by Nicolas Geoffray · 11 years ago
  65. a3058e7 Fix memory error when dumping timings. by Nicolas Geoffray · 11 years ago
  66. 4e97c53 Added pass framework by Jean Christophe Beyler · 11 years ago
  67. d61ba4b Revert "Revert "Better support for x86 XMM registers"" by Bill Buzbee · 11 years ago
  68. d0a5155 Add suffix parameter to DumpCFG by Jean Christophe Beyler · 11 years ago
  69. 0adc680 Merge "Add conditional move support to x86 and allow GenMinMax to use it" by Ian Rogers · 11 years ago
  70. ef6a776 Inline codegen for long-to-double on ARM. by Ian Rogers · 11 years ago
  71. 988e6ea Fix -O0 builds. by Ian Rogers · 11 years ago
  72. bd288c2 Add conditional move support to x86 and allow GenMinMax to use it by Razvan A Lupusoru · 11 years ago
  73. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  74. 53ee14a Merge "Avoid inliner spam wrt String.length." by Ian Rogers · 11 years ago
  75. dce164a Avoid inliner spam wrt String.length. by Ian Rogers · 11 years ago
  76. 5115473 Fix oatdump "compilercallbacks" option for runtime. by Vladimir Marko · 11 years ago
  77. 6e3cb66 DataflowIterator normalization by Jean Christophe Beyler · 11 years ago
  78. 090dd44 Eliminate redundant x86 compare for GenDivZeroCheck by Razvan A Lupusoru · 11 years ago
  79. dac68ba Merge "Fix build: style issue." by Vladimir Marko · 11 years ago
  80. 459f4df Fix build: style issue. by Vladimir Marko · 11 years ago
  81. 47d79fd Merge "Clean up usage of carry flag condition codes." by Vladimir Marko · 11 years ago
  82. 58af1f9 Clean up usage of carry flag condition codes. by Vladimir Marko · 11 years ago
  83. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  84. e40687d Merge "Fix SEGV when dumping MIR CFG" by Narayan Kamath · 11 years ago
  85. 412d4f8 Improve x86 Fused long compare to literal by Mark Mendell · 11 years ago
  86. e47ee24 Merge "Enhance GenArrayGet, GenArrayPut for x86" by Vladimir Marko · 11 years ago
  87. 343adb5 Enhance GenArrayGet, GenArrayPut for x86 by Mark Mendell · 11 years ago
  88. 1d6df5b Merge "Change safecast data from set to an ordered vector." by Vladimir Marko · 11 years ago
  89. 5dce0c9 Generate devirtualization map only for native compilation. by Sebastien Hertz · 11 years ago
  90. 95a4de7 Fix test-art setup. by Vladimir Marko · 11 years ago
  91. a9faa70 Change safecast data from set to an ordered vector. by Vladimir Marko · 11 years ago
  92. 102a8f2 Fix build - test issues. by Sebastien Hertz · 11 years ago
  93. 778127a Fix build - style issues. by Vladimir Marko · 11 years ago
  94. 5bb149e Fix SEGV when dumping MIR CFG by Mark Mendell · 11 years ago
  95. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 11 years ago
  96. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 11 years ago
  97. 0bf1f26 Merge "Fix 64-bit CAS for x86." by Vladimir Marko · 11 years ago
  98. 07dc96d Merge "Per-DexFile locking for inliner initialization." by Vladimir Marko · 11 years ago
  99. 12f9628 Fix minor style issues by Vladimir Marko · 11 years ago
  100. f98dbf0 Merge "Implement GenInlinedSqrt for x86" by Vladimir Marko · 11 years ago