1. e2eb29e AArch64: Enable MOVE_*, some CONST_*, CMP_*. by Zheng Xu · 11 years ago
  2. fd2e291 AArch64: fix MarkGCCard, enabling more MIR opcodes. by Matteo Franchin · 11 years ago
  3. 846447a Merge "x86_64: Reduce dex2oat compilation logs" by Bill Buzbee · 11 years ago
  4. 30022af x86_64: Reduce dex2oat compilation logs by Dmitry Petrochenko · 11 years ago
  5. 5acc8b0 AArch64: fix and enable sparse- and packed-switch. by Matteo Franchin · 11 years ago
  6. 58994cd x86_64: Hard Float ABI support in QCG by Dmitry Petrochenko · 11 years ago
  7. 20aa7cb Merge "Fixed and refactored profiler options handling" by Calin Juravle · 11 years ago
  8. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 11 years ago
  9. ec3f3d1 AArch64: split list of opcodes in compiler filter. by Matteo Franchin · 11 years ago
  10. e4283be Merge "Quick compiler: fix array overrun." by buzbee · 11 years ago
  11. 35ba7f3 Quick compiler: fix array overrun. by buzbee · 11 years ago
  12. b20c373 Merge "AArch64: Enable extended MIR" by Bill Buzbee · 11 years ago
  13. 05e27ff AArch64: Enable extended MIR by Serban Constantinescu · 11 years ago
  14. 2469e60 ART: Setting up cleanup by Jean Christophe Beyler · 11 years ago
  15. 6d25996 Merge "ART: Print and dump functionalities per pass" by Ian Rogers · 11 years ago
  16. 8bcecce ART: Print and dump functionalities per pass by Jean Christophe Beyler · 11 years ago
  17. ab5b370 Merge "AArch64: Add suspend check in managed code." by Bill Buzbee · 11 years ago
  18. 032d377 AArch64: Enable FLOAT and DOUBLE opcodes by Serban Constantinescu · 11 years ago
  19. 48241e7 AArch64: Add suspend check in managed code. by Zheng Xu · 11 years ago
  20. ba279d9 x86_64: Disable optimizations on x86_64 by Dmitry Petrochenko · 11 years ago
  21. ed65c5e AArch64: Enable LONG_* and INT_* opcodes. by Serban Constantinescu · 11 years ago
  22. 4f59668 ART: Pass driver generalization by James C Scott · 11 years ago
  23. b01bf15 64-bit temp register support. by buzbee · 11 years ago
  24. c830430 AArch64: Fix quick compiler monitor implementation. by Zheng Xu · 11 years ago
  25. e1a71b2 Merge "ART: A Compile Filter for x86_64" by Bill Buzbee · 11 years ago
  26. 93dcff3 Fix CompilationUnit constructor issues. by Ian Rogers · 11 years ago
  27. 5678455 ART: A Compile Filter for x86_64 by Vladimir Kostyukov · 11 years ago
  28. 30adc73 Quick compiler: Fix liveness tracking by buzbee · 11 years ago
  29. 9e06c8c AArch64: Add fake arm64 backend, and disable it by method filter. by Zheng Xu · 11 years ago
  30. 72d3262 Give Compiler a back reference to the driver. by Ian Rogers · 11 years ago
  31. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 11 years ago
  32. 42d65c5 Add an option to specify a list of methods for LIR dumping. by Mingyao Yang · 11 years ago
  33. af13ad9 Centralize instruction-set pointer-size, alignment, 64b-width code by Andreas Gampe · 11 years ago
  34. 53bee42 Fix using kArm instead of kThumb2. by Mathieu Chartier · 11 years ago
  35. 6a58cb1 art: Handle x86_64 architecture equal to x86 by Dmitry Petrochenko · 11 years ago
  36. 4a200f5 Add support for -Xverify:none mode. by Jeff Hao · 11 years ago
  37. 4aeec17 Refactor some GC code. by Mathieu Chartier · 11 years ago
  38. 53b6afc Free Arenas from the ArenaStack before running codegen. by Vladimir Marko · 11 years ago
  39. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 11 years ago
  40. 9820b7c Early inlining of simple methods. by Vladimir Marko · 12 years ago
  41. bfea9c2 Class initialization check elimination. by Vladimir Marko · 12 years ago
  42. b34f69a Add command line support for enabling the optimizing compiler. by Nicolas Geoffray · 11 years ago
  43. a03de6d Revert "Revert "Make clang the default compiler on host."" by Ian Rogers · 11 years ago
  44. d54f3a6 Revert "Make clang the default compiler on host." by Ian Rogers · 11 years ago
  45. 87f8b4c Make clang the default compiler on host. by Ian Rogers · 11 years ago
  46. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  47. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  48. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  49. 3d50407 Make out arguments non-reference types. by Ian Rogers · 11 years ago
  50. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago
  51. f5df897 Rewrite the compiler interface for CompilerDriver. by Nicolas Geoffray · 11 years ago
  52. ea3fa0b Re-apply: Implement cumulative timings for CompilerDriver. by Nicolas Geoffray · 11 years ago
  53. da7a69b Enable compiler temporaries by Razvan A Lupusoru · 12 years ago
  54. 650be76 Revert "Implement cumulative timings for CompilerDriver." by Brian Carlstrom · 11 years ago
  55. df01317 Implement cumulative timings for CompilerDriver. by Nicolas Geoffray · 12 years ago
  56. 4e97c53 Added pass framework by Jean Christophe Beyler · 12 years ago
  57. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 12 years ago
  58. 867a2b3 Get rid of platform-specific method inliners. by Vladimir Marko · 12 years ago
  59. 1da1e2f More compile-time tuning by buzbee · 12 years ago
  60. e4a50ee Fix build. by Mathieu Chartier · 12 years ago
  61. 5c96e6b Rewrite intrinsics detection. by Vladimir Marko · 12 years ago
  62. b585643 Merge "Fix memory leaks relating to timing logger." into dalvik-dev by Ian Rogers · 12 years ago
  63. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 12 years ago
  64. 17189ac Quick compiler compile-time/memory use improvement by buzbee · 12 years ago
  65. 25724ef Fix CompilationUnit's UniquePtr usage. by Vladimir Marko · 12 years ago
  66. a61f495 Add timing logger to Quick compiler by buzbee · 12 years ago
  67. b48819d Compile-time tuning: assembly phase by buzbee · 12 years ago
  68. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 12 years ago
  69. f6c4b3b New arena memory allocator. by Mathieu Chartier · 12 years ago
  70. 677ffa4 Don't skip compilation for portable builds. by Ian Rogers · 12 years ago
  71. ee17e0a Compilation filter by buzbee · 12 years ago
  72. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  73. 9b7085a Fix cpplint readability/braces issues by Brian Carlstrom · 12 years ago
  74. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 12 years ago
  75. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 12 years ago
  76. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  77. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed (98%) from src/compiler/dex/frontend.cc]
  78. d25de7a Preparing SSA support for SEA IR: reaching definitions. by Dragos Sbirlea · 12 years ago
  79. 7467ee0 Added support for SEA IR. by Dragos Sbirlea · 12 years ago
  80. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 12 years ago
  81. a5abf70 Compiler: replace DOM traversal computation by buzbee · 12 years ago
  82. e7a5b7d Fix memory leak of and use without initialization. by Ian Rogers · 12 years ago
  83. 862a760 Compiler: continuing refactoring by buzbee · 12 years ago
  84. 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago
  85. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago
  86. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  87. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  88. 4c1c283 Move compiler_llvm to art::llvm. by Ian Rogers · 12 years ago
  89. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  90. 76ae4fe 1 IR builder. Kill greenland. Remove JTypeSpace. by Ian Rogers · 12 years ago
  91. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago[Renamed (99%) from src/compiler/frontend.cc]
  92. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  93. bbdd053 [Portable Compiler] Rework return block marking. by buzbee · 12 years ago
  94. 34b8c98 Fix portable build by buzbee · 12 years ago
  95. 4ef3e45 Compiler constant handling rework by buzbee · 13 years ago
  96. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  97. 05bcbc1 Merge "Add memory barrier for final instance fields." into dalvik-dev by Ian Rogers · 13 years ago
  98. fffdb02 Add memory barrier for final instance fields. by Ian Rogers · 13 years ago
  99. 2502e00 Basic block optimization refactoring by buzbee · 13 years ago
  100. d850621 Compiler: GBC fix, CFG dump enhancements by buzbee · 13 years ago