1. 3a74d15 Delete throw launchpads. by Mingyao Yang · 10 years ago
  2. 80365d9 Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException."" by Mingyao Yang · 10 years ago
  3. 7fff544 Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException." by Brian Carlstrom · 10 years ago
  4. 9d46314 Use LIRSlowPath for throwing ArrayOutOfBoundsException. by Mingyao Yang · 10 years ago
  5. e643a17 Use LIRSlowPath for throwing NPE. by Mingyao Yang · 10 years ago
  6. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  7. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  8. 4289456 Use LIRSlowPath for throwing div by zero exception. by Mingyao Yang · 10 years ago
  9. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 10 years ago
  10. 754ddad Use trampolines for calls to helpers by Dave Allison · 10 years ago
  11. 5a4139f Merge "art: Handle x86_64 architecture equal to x86" by Bill Buzbee · 10 years ago
  12. 99f391e Fix Unsafe.getLong()/putLong() for x86, add test. by Vladimir Marko · 10 years ago
  13. 6a58cb1 art: Handle x86_64 architecture equal to x86 by Dmitry Petrochenko · 10 years ago
  14. 7c95cef Use temp register in Unsafe Get/Put intrisics for displaced offset. by Mathieu Chartier · 10 years ago
  15. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  16. f943914 Implement implicit stack overflow checks by Dave Allison · 10 years ago
  17. 2700f7e Continuing register cleanup by buzbee · 10 years ago
  18. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 10 years ago
  19. b982331 Fix and clean up intrinsic Math.abs(long). by Vladimir Marko · 10 years ago
  20. ec31d37 Clean up intrinsic Math.abs(float/double). by Vladimir Marko · 10 years ago
  21. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 10 years ago
  22. 9820b7c Early inlining of simple methods. by Vladimir Marko · 11 years ago
  23. 9a84ad9 Remove duplicated register load in function call to quick entry. by Zheng Xu · 10 years ago
  24. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 10 years ago
  25. 9545a44 Merge "Allow patching between dex files in the boot classpath." by Jeff Hao · 10 years ago
  26. 3bc8615 Use LIRSlowPath for intrinsics, improve String.indexOf(). by Vladimir Marko · 10 years ago
  27. 49161ce Allow patching between dex files in the boot classpath. by Jeff Hao · 10 years ago
  28. 2f4c3a4 Remove spurious duplicate line of code by buzbee · 10 years ago
  29. f096aad Cache method lowering info in mir graph. by Vladimir Marko · 11 years ago
  30. a44d4f5 Fix read of uninitialized memory in InlineIndexOf by buzbee · 10 years ago
  31. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 10 years ago
  32. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 10 years ago
  33. 2c1ed45 Rework Quick compiler's register handling by buzbee · 10 years ago
  34. 4028a6c Inline x86 String.indexOf by Mark Mendell · 10 years ago
  35. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 11 years ago
  36. 41ccc3b Merge "Added inlined abs method with float and double type" by Ian Rogers · 11 years ago
  37. 35d7e41 Merge "Support Direct Method/Type access for X86" by Ian Rogers · 11 years ago
  38. 6c92e7d Merge "Rewrite GenInlinedCharAt for x86" by Ian Rogers · 11 years ago
  39. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  40. dbb17e3 Added inlined abs method with float and double type by Yixin Shou · 11 years ago
  41. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  42. 2b724cb Rewrite GenInlinedCharAt for x86 by Mark Mendell · 11 years ago
  43. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 11 years ago
  44. 95e3eeb Merge "x86 updates GenInlinedUnsafePut/GenInstanceofFinal" by Ian Rogers · 11 years ago
  45. df8ee2e x86 updates GenInlinedUnsafePut/GenInstanceofFinal by Mark Mendell · 11 years ago
  46. bb8f0ab Embed array class pointers at array allocation sites. by Hiroshi Yamauchi · 11 years ago
  47. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  48. 58af1f9 Clean up usage of carry flag condition codes. by Vladimir Marko · 11 years ago
  49. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 11 years ago
  50. e13717e Per-DexFile locking for inliner initialization. by Vladimir Marko · 11 years ago
  51. 31c2aac Rename ClobberCalleeSave to *Caller*, fix it for x86. by Vladimir Marko · 11 years ago
  52. f246af2 Fix intrinsic Long.reverseBytes(). by Vladimir Marko · 11 years ago
  53. 5c96e6b Rewrite intrinsics detection. by Vladimir Marko · 11 years ago
  54. 94b400d Improve Mir2Lir::GenIntrinsic() performance. by Vladimir Marko · 11 years ago
  55. e508a20 Fix unaligned Memory peek/poke intrinsics. by Vladimir Marko · 11 years ago
  56. 3beafe1 Merge "Add intrinsics for Memory peek/poke." into dalvik-dev by Vladimir Marko · 11 years ago
  57. 65636e5 Add intrinsics for Memory peek/poke. by Vladimir Marko · 11 years ago
  58. cdb4b71 Fix intrinsic Long.reverseBytes(). by Vladimir Marko · 11 years ago
  59. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 11 years ago
  60. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  61. c844a0f Merge "Implement Interface Method Tables (IMT)." into dalvik-dev by Jeff Hao · 11 years ago
  62. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  63. 6bdf1ff Add intrinsics for {Short,Int,Long}.reverseBytes(). by Vladimir Marko · 11 years ago
  64. 83883d7 Populate dex cache for sharpened calls. by Ian Rogers · 11 years ago
  65. a8d24bf Merge "64-bit prep" into dalvik-dev by buzbee · 11 years ago
  66. 0d82948 64-bit prep by buzbee · 11 years ago
  67. b917ea1 Fix intrinsification of floatToRawIntBits. by Ian Rogers · 11 years ago
  68. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  69. b48819d Compile-time tuning: assembly phase by buzbee · 11 years ago
  70. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  71. d0a03b8 Timely color fix by buzbee · 11 years ago
  72. 65ec92c Refactor CompilerDriver::ComputeInvokeInfo by Ian Rogers · 11 years ago
  73. 1e54d68 Disable devirtualization detection in DEX-to-DEX compiler. by Sebastien Hertz · 11 years ago
  74. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  75. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  76. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  77. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago
  78. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  79. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 11 years ago
  80. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  81. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  82. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  83. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/dex/quick/gen_invoke.cc]
  84. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  85. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 11 years ago
  86. 637c65b Verifier improvements. by Ian Rogers · 11 years ago
  87. 1bf8d4d Profiler directed clean-up of dex2oat. by Ian Rogers · 11 years ago
  88. e3cd2f0 Enable devirtualization for abstract and sub-class methods. by Ian Rogers · 11 years ago
  89. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 11 years ago
  90. cf479b2 Merge "Rename abstract method code_ to entry_point_from_compiled_code_." into dalvik-dev by Jeff Hao · 11 years ago
  91. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 11 years ago
  92. a5abf70 Compiler: replace DOM traversal computation by buzbee · 11 years ago
  93. 02c4223 Supporting de-virtualization for precise types. by Sameer Abu Asal · 11 years ago
  94. 302a72d Revert "Supporting de-virtualization for precise types." by Brian Carlstrom · 11 years ago
  95. 31d4b8e Supporting de-virtualization for precise types. by Sameer Abu Asal · 11 years ago
  96. f4da607 Revert "Supporting de-virtualization for precise types." by Ian Rogers · 11 years ago
  97. b0682d5 Supporting de-virtualization for precise types. by Sameer Abu Asal · 11 years ago
  98. 9d6589c Merge "Compiler: continuing refactoring" into dalvik-dev by buzbee · 11 years ago
  99. 862a760 Compiler: continuing refactoring by buzbee · 11 years ago
  100. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago