1. bfea9c2 Class initialization check elimination. by Vladimir Marko · 11 years ago
  2. 1d45438 Merge "Remove duplicated register load in function call to quick entry." by Bill Buzbee · 11 years ago
  3. 1c1f3cd Merge "ARM: Do not allocate temp registers in MulLong if possible." by Bill Buzbee · 11 years ago
  4. 5b27149 Use quick generic JNI calls based on compiler driver options. by Ian Rogers · 11 years ago
  5. d7f8e02 ARM: Do not allocate temp registers in MulLong if possible. by Zheng Xu · 11 years ago
  6. 9a84ad9 Remove duplicated register load in function call to quick entry. by Zheng Xu · 11 years ago
  7. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  8. e90501d Add dependency for operations with x86 FPU stack by Serguei Katkov · 11 years ago
  9. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  10. 9545a44 Merge "Allow patching between dex files in the boot classpath." by Jeff Hao · 11 years ago
  11. cd4f41a Merge "Implement FINAL/OVERRIDE for clang." by Ian Rogers · 11 years ago
  12. 9758f79 Implement FINAL/OVERRIDE for clang. by Ian Rogers · 11 years ago
  13. 3bc8615 Use LIRSlowPath for intrinsics, improve String.indexOf(). by Vladimir Marko · 11 years ago
  14. 9e6a111 Merge "ART's intrinsic for String.indexOf use the incorrect register" by Bill Buzbee · 11 years ago
  15. 0cecf49 Merge "Add dex2oat --print-pass-names and --disable-passes= options." by Vladimir Marko · 11 years ago
  16. b9d50a9 Merge "Move inline method detection to runtime." by Vladimir Marko · 11 years ago
  17. c1db36c Merge "Fix non-{arm, x86} builds." by Nicolas Geoffray · 11 years ago
  18. 39d57e2 Fix non-{arm, x86} builds. by Nicolas Geoffray · 11 years ago
  19. 896362b Fix virt-specifiers outside class definition errors. by Nicolas Geoffray · 11 years ago
  20. af7ec0e Merge "More code generation for the optimizing compiler." by Nicolas Geoffray · 11 years ago
  21. bab4ed7 More code generation for the optimizing compiler. by Nicolas Geoffray · 11 years ago
  22. b34f69a Add command line support for enabling the optimizing compiler. by Nicolas Geoffray · 11 years ago
  23. 34fa0d9 ART's intrinsic for String.indexOf use the incorrect register by Yevgeny Rouban · 11 years ago
  24. 49161ce Allow patching between dex files in the boot classpath. by Jeff Hao · 11 years ago
  25. 36fea8d Fixing structure of native frame for Generic JNI by Andreas Gampe · 11 years ago
  26. e3e0260 Move inline method detection to runtime. by Vladimir Marko · 11 years ago
  27. cd8ce66 Add dex2oat --print-pass-names and --disable-passes= options. by Chao-ying Fu · 11 years ago
  28. 1a57066 A few 64bit fixes. by Ian Rogers · 11 years ago
  29. 2f4c3a4 Remove spurious duplicate line of code by buzbee · 11 years ago
  30. 3d73ba2 Avoid Cache*LoweringInfo pass when there's no GET/PUT/INVOKE. by Vladimir Marko · 11 years ago
  31. 0f67847 Unify 64bit int constant definitions. by Ian Rogers · 11 years ago
  32. 73a4713 Merge "Fix LIR generation for long arithmetic operation" by Ian Rogers · 11 years ago
  33. 3c05039 Merge "LongToFp result storage fixed" by Ian Rogers · 11 years ago
  34. 3dfc5c1 Merge "ARM: Inline codegen for long-to-float on ARM." by Ian Rogers · 11 years ago
  35. bc90329 Merge "ARM: Remove duplicated instructions; add vcvt, vmla, vmls disassembler." by Ian Rogers · 11 years ago
  36. 7a0e504 More JNI compiler tests and small fix by Andreas Gampe · 11 years ago
  37. e19649a ARM: Remove duplicated instructions; add vcvt, vmla, vmls disassembler. by Zheng Xu · 11 years ago
  38. f0e6c9c ARM: Inline codegen for long-to-float on ARM. by Zheng Xu · 11 years ago
  39. 788aaad Fix lint errors. by Nicolas Geoffray · 11 years ago
  40. 930021f Merge "Add register support to the optimizing compiler." by Nicolas Geoffray · 11 years ago
  41. 3ff386a Add register support to the optimizing compiler. by Nicolas Geoffray · 11 years ago
  42. b515928 Merge "New header fix for gcc 4.7 build." by Nicolas Geoffray · 11 years ago
  43. e84bfb5 New header fix for gcc 4.7 build. by Nicolas Geoffray · 11 years ago
  44. f096aad Cache method lowering info in mir graph. by Vladimir Marko · 11 years ago
  45. a03de6d Revert "Revert "Make clang the default compiler on host."" by Ian Rogers · 11 years ago
  46. d54f3a6 Revert "Make clang the default compiler on host." by Ian Rogers · 11 years ago
  47. 87f8b4c Make clang the default compiler on host. by Ian Rogers · 11 years ago
  48. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  49. aa00fe0 Merge "Add more VerifyObject calls." by Mathieu Chartier · 11 years ago
  50. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  51. bd9e9db Fix clang errors in ArenaAllocator. by Vladimir Marko · 11 years ago
  52. a24122d Use ScopedArenaAllocator for CacheFieldLoweringInfo pass. by Vladimir Marko · 11 years ago
  53. a9d7be6 Merge "Create a scoped arena allocator and use that for LVN." by Vladimir Marko · 11 years ago
  54. 91b6ffa Fix LIR generation for long arithmetic operation by Yevgeny Rouban · 11 years ago
  55. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  56. a7e649d Merge "Make heap reference poisoning work with the interpreter." by Hiroshi Yamauchi · 11 years ago
  57. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  58. befbd57 Fix host architecture for 64bit. by Ian Rogers · 11 years ago
  59. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 11 years ago
  60. 51a80d7 LongToFp result storage fixed by Maxim Kazantsev · 11 years ago
  61. e63a745 Make heap reference poisoning work with the interpreter. by Hiroshi Yamauchi · 11 years ago
  62. 359597e Merge "Revert "Revert "Avoid compiling monster methods in boot image""" by Brian Carlstrom · 11 years ago
  63. 5e754d8 Revert "Revert "Avoid compiling monster methods in boot image"" by Brian Carlstrom · 11 years ago
  64. c855436 Merge "Fix valgrind gtests and memory leaks." by Mathieu Chartier · 11 years ago
  65. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  66. 83b9668 Merge "Fix read of uninitialized memory in InlineIndexOf" by buzbee · 11 years ago
  67. ed8dd49 AArch64: Add ARM64 Assembler by Serban Constantinescu · 11 years ago
  68. a44d4f5 Fix read of uninitialized memory in InlineIndexOf by buzbee · 11 years ago
  69. 3cd52df Merge "Fix portable build." by Nicolas Geoffray · 11 years ago
  70. 2fecd65 Merge "Add codegen support to the optimizing compiler." by Nicolas Geoffray · 11 years ago
  71. c0a1b18 Reuse NoopCompilerCallbacks in oatdump by Brian Carlstrom · 11 years ago
  72. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 11 years ago
  73. 2fece59 Merge "Remove oat file location in the image." by Nicolas Geoffray · 11 years ago
  74. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  75. d4dd255 Add codegen support to the optimizing compiler. by Nicolas Geoffray · 11 years ago
  76. a1a7074 Rewrite kMirOpSelect for all IF_ccZ opcodes. by Vladimir Marko · 11 years ago
  77. 093aad1 Merge "Remove unreachable catch entries in GenSpecialCase()." by Vladimir Marko · 11 years ago
  78. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  79. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 11 years ago
  80. f796ca0 Merge "Incorrect result of the "mul-long by 1" operation" by Bill Buzbee · 11 years ago
  81. 20daf93 Fix 64-bit build DCHECK failure in mir_fieldinfo.cc . by Vladimir Marko · 11 years ago
  82. f2b3956 Fix portable build. by Nicolas Geoffray · 11 years ago
  83. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 11 years ago
  84. cc261bf Merge "Remove non-existent ARM insn kThumb2SubsRRI12." by Vladimir Marko · 11 years ago
  85. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  86. 3d50407 Make out arguments non-reference types. by Ian Rogers · 11 years ago
  87. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  88. dbb8c49 Remove non-existent ARM insn kThumb2SubsRRI12. by Vladimir Marko · 11 years ago
  89. 39d95e6 Remove unreachable catch entries in GenSpecialCase(). by Vladimir Marko · 11 years ago
  90. b1f1d64 Workaround for range ops spanning vreg gap by buzbee · 11 years ago
  91. b565506 Merge "Move arena_bit_vector.h/cc to compiler/utils." by Nicolas Geoffray · 11 years ago
  92. 659d87d art: Fix build errors for x86_64 target by Dmitry Petrochenko · 11 years ago
  93. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  94. 930f7b8 Merge "(Experimental) Add Brooks pointers." by Hiroshi Yamauchi · 11 years ago
  95. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 11 years ago
  96. 0e33643 Move arena_bit_vector.h/cc to compiler/utils. by Nicolas Geoffray · 11 years ago
  97. 2c1ed45 Rework Quick compiler's register handling by buzbee · 11 years ago
  98. 504e699 Merge "Add conditional branches, and build dominator tree." by Nicolas Geoffray · 11 years ago
  99. be9a92a Add conditional branches, and build dominator tree. by Nicolas Geoffray · 11 years ago
  100. c17ebe8 Incorrect result of the "mul-long by 1" operation by Alexei Zavjalov · 11 years ago