1. 589e046 Slow path should break def tracking by Serguei Katkov · 10 years ago
  2. de0b996 ART: Fix read-out-of-bounds in the compiler by Andreas Gampe · 10 years ago
  3. 8d0d03e ART: Change temporaries to positive names by Razvan A Lupusoru · 11 years ago
  4. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 11 years ago
  5. 547cdfd Emit CFI for x86 & x86_64 JNI compiler. by Tong Shen · 11 years ago
  6. 4fc7853 Fixed build breakage due to incorrect class TypeId. by Fred Shih · 11 years ago
  7. e7f82e2 Added support for patching classes from different dex files. by Fred Shih · 11 years ago
  8. 8081d2b Create allocator adapter for using Arena in std containers. by Vladimir Marko · 11 years ago
  9. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 11 years ago
  10. ccc6026 ART: Rework TargetReg(symbolic_reg, wide) by Andreas Gampe · 11 years ago
  11. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 11 years ago
  12. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 11 years ago
  13. c380191 x86_64: Enable fp-reg promotion by Serguei Katkov · 11 years ago
  14. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 11 years ago
  15. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 11 years ago
  16. a77ee51 x86_64: TargetReg update for x86 by Chao-ying Fu · 11 years ago
  17. b5860fb Register promotion support for 64-bit targets by buzbee · 11 years ago
  18. 4b537a8 ART: Quick compiler: More size checks, add TargetReg variants by Andreas Gampe · 11 years ago
  19. 3c12c51 Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 11 years ago
  20. de68676 Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 11 years ago
  21. 2689fba ART: Split out more cases of Load/StoreRef, volatile as parameter by Andreas Gampe · 11 years ago
  22. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 11 years ago
  23. 85089dd Quick compiler: generalize NarrowRegLoc() by buzbee · 11 years ago
  24. 7bf9c46 Merge "Method inlining across dex files in boot image." by Vladimir Marko · 11 years ago
  25. a51a0b0 Method inlining across dex files in boot image. by Vladimir Marko · 11 years ago
  26. b01bf15 64-bit temp register support. by buzbee · 11 years ago
  27. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  28. d65c51a ART: Add support for constant vector literals by Mark Mendell · 11 years ago
  29. e45fb9e AArch64: Change arm64 backend to produce A64 code. by Matteo Franchin · 11 years ago
  30. 72d3262 Give Compiler a back reference to the driver. by Ian Rogers · 11 years ago
  31. 6601882 ART: Use utils.h::RoundUp instead of explicit bit-fiddling by Andreas Gampe · 11 years ago
  32. f29a424 x86_64: Fix frame size calculation for 64-bit by Dmitry Petrochenko · 11 years ago
  33. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 11 years ago
  34. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 11 years ago
  35. ff093b3 Fix a few 64-bit compilation of 32-bit code issues. by Ian Rogers · 11 years ago
  36. 6ffcfa0 Rewrite suspend test check with LIRSlowPath. by Mingyao Yang · 11 years ago
  37. 7a11ab0 Quick compiler: debugging assists by buzbee · 11 years ago
  38. 125011d Merge "Delete throw launchpads." by Mingyao Yang · 11 years ago
  39. 695d13a Update load/store utilities for 64-bit backends by buzbee · 11 years ago
  40. 3a74d15 Delete throw launchpads. by Mingyao Yang · 11 years ago
  41. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 11 years ago
  42. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 11 years ago
  43. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 11 years ago
  44. 754ddad Use trampolines for calls to helpers by Dave Allison · 11 years ago
  45. 6a58cb1 art: Handle x86_64 architecture equal to x86 by Dmitry Petrochenko · 11 years ago
  46. f943914 Implement implicit stack overflow checks by Dave Allison · 11 years ago
  47. 2700f7e Continuing register cleanup by buzbee · 11 years ago
  48. 92cf83e Run Java tests with the optimizing compiler. by Nicolas Geoffray · 11 years ago
  49. 9545a44 Merge "Allow patching between dex files in the boot classpath." by Jeff Hao · 11 years ago
  50. 3bc8615 Use LIRSlowPath for intrinsics, improve String.indexOf(). by Vladimir Marko · 11 years ago
  51. 49161ce Allow patching between dex files in the boot classpath. by Jeff Hao · 11 years ago
  52. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  53. a1a7074 Rewrite kMirOpSelect for all IF_ccZ opcodes. by Vladimir Marko · 11 years ago
  54. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  55. be0e546 Cache field lowering info in mir_graph. by Vladimir Marko · 11 years ago
  56. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  57. 2e589aa Encode VmapTable entries offset by 2 to reduce size. by Vladimir Marko · 11 years ago
  58. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 11 years ago
  59. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  60. bcec6fb Make slow paths easier to write by Dave Allison · 11 years ago
  61. d69835d Art Compiler: fix compiler temps by buzbee · 11 years ago
  62. 616ffaf Merge "Enable compiler temporaries" by Ian Rogers · 11 years ago
  63. da7a69b Enable compiler temporaries by Razvan A Lupusoru · 11 years ago
  64. 39a5489 Merge "Improve GenConstString, GenS{get,put} for x86" by Ian Rogers · 11 years ago
  65. 2730db0 Add VerfiedMethod to DexCompilationUnit. by Vladimir Marko · 11 years ago
  66. c7f8320 Refactor verification results. by Vladimir Marko · 11 years ago
  67. 766e929 Improve GenConstString, GenS{get,put} for x86 by Mark Mendell · 11 years ago
  68. 4708dcd Improve x86 long multiply and shifts by Mark Mendell · 11 years ago
  69. 107c31e 64bit friendly printf modifiers in LIR dumping. by Ian Rogers · 11 years ago
  70. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  71. 5115473 Fix oatdump "compilercallbacks" option for runtime. by Vladimir Marko · 11 years ago
  72. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 11 years ago
  73. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 11 years ago
  74. 8171fc3 Don't prefix GC map by length. by Vladimir Marko · 11 years ago
  75. 06606b9 Performance improvement for mapping table creation. by Vladimir Marko · 11 years ago
  76. 1e6cb63 Delta-encoding of mapping tables. by Vladimir Marko · 11 years ago
  77. 5c96e6b Rewrite intrinsics detection. by Vladimir Marko · 11 years ago
  78. 0b1191c Revert "Revert "Null check elimination improvement"" by Bill Buzbee · 11 years ago
  79. 3c2a6e2 Merge "Revert "Null check elimination improvement"" into dalvik-dev by Ian Rogers · 11 years ago
  80. 31aa97c Revert "Null check elimination improvement" by Ian Rogers · 11 years ago
  81. dbf39a7 Merge "Add timing logger to Quick compiler" into dalvik-dev by buzbee · 11 years ago
  82. a61f495 Add timing logger to Quick compiler by buzbee · 11 years ago
  83. 4db179d Null check elimination improvement by buzbee · 11 years ago
  84. 0d82948 64-bit prep by buzbee · 11 years ago
  85. b48819d Compile-time tuning: assembly phase by buzbee · 11 years ago
  86. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 11 years ago
  87. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  88. bd663de Compile-time tuning: register/bb utilities by buzbee · 11 years ago
  89. 252254b More Quick compile-time tuning: labels & branches by buzbee · 11 years ago
  90. 28c2300 More compile-time tuning by buzbee · 11 years ago
  91. 9f799db Merge "Compile-time tuning" into dalvik-dev by buzbee · 11 years ago
  92. 56c7178 Compile-time tuning by buzbee · 11 years ago
  93. 9b297bf Refactor CompilerDriver::Compute..FieldInfo by Ian Rogers · 11 years ago
  94. 193bad9 Multi threaded hashed deduplication during compilation. by Mathieu Chartier · 11 years ago
  95. f6c4b3b New arena memory allocator. by Mathieu Chartier · 11 years ago
  96. 96faf5b Uleb128 compression of vmap and mapping table. by Ian Rogers · 12 years ago
  97. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  98. 479f83c Dex compiler: re-enable method pattern matching by buzbee · 12 years ago
  99. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 12 years ago
  100. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 12 years ago