1. 5c5676b ART: Add div/rem zero check elimination flag by Razvan A Lupusoru · 10 years ago
  2. b3a84e2 ART: Vectorization opcode implementation fixes by Lupusoru, Razvan A · 10 years ago
  3. 1500e6f ART: Update CFG dumper to handle extended better by Razvan A Lupusoru · 10 years ago
  4. b5bce7c ART: Add non-temporal store support by Jean Christophe Beyler · 10 years ago
  5. 7642324 ART: Implement kMirOpNullCheck by Razvan A Lupusoru · 10 years ago
  6. 5d7cdec AArch64: Add tbz/tbnz and tst. by Zheng Xu · 10 years ago
  7. 6399968 Revert "Revert "Enable Load Store Elimination for ARM and ARM64"" by Serban Constantinescu · 10 years ago
  8. 9843059 ART: Rework quick entrypoint code in Mir2Lir, cleanup by Andreas Gampe · 10 years ago
  9. c32447b Revert "Enable Load Store Elimination for ARM and ARM64" by Bill Buzbee · 10 years ago
  10. fcc36ba Enable Load Store Elimination for ARM and ARM64 by Serban Constantinescu · 10 years ago
  11. ccc6026 ART: Rework TargetReg(symbolic_reg, wide) by Andreas Gampe · 10 years ago
  12. 48f5c47 Replace memory barriers to better reflect Java needs. by Hans Boehm · 10 years ago
  13. 60bfe7b X86 Backend support for vectorized float and byte 16x16 operations by Udayan Banerji · 10 years ago
  14. 3c12c51 Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 10 years ago
  15. de68676 Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 10 years ago
  16. 2689fba ART: Split out more cases of Load/StoreRef, volatile as parameter by Andreas Gampe · 10 years ago
  17. 33ae558 Arm64 hard-float by buzbee · 10 years ago
  18. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 10 years ago
  19. 58994cd x86_64: Hard Float ABI support in QCG by Dmitry Petrochenko · 10 years ago
  20. a0cd2d7 Quick compiler: reference cleanup by buzbee · 10 years ago
  21. 032d377 AArch64: Enable FLOAT and DOUBLE opcodes by Serban Constantinescu · 10 years ago
  22. d65c51a ART: Add support for constant vector literals by Mark Mendell · 10 years ago
  23. 0095e0b Merge "ART: Add a last item in the MIROptimizationFlagPositions enumeration" by Vladimir Marko · 10 years ago
  24. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 10 years ago
  25. 89fde26 ART: Add a last item in the MIROptimizationFlagPositions enumeration by Jean Christophe Beyler · 10 years ago
  26. 0ea4bf7 Merge "Update load/store utilities for 64-bit backends" by buzbee · 10 years ago
  27. 695d13a Update load/store utilities for 64-bit backends by buzbee · 10 years ago
  28. 80365d9 Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException."" by Mingyao Yang · 10 years ago
  29. 7fff544 Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException." by Brian Carlstrom · 10 years ago
  30. 9d46314 Use LIRSlowPath for throwing ArrayOutOfBoundsException. by Mingyao Yang · 10 years ago
  31. e643a17 Use LIRSlowPath for throwing NPE. by Mingyao Yang · 10 years ago
  32. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  33. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  34. 4289456 Use LIRSlowPath for throwing div by zero exception. by Mingyao Yang · 10 years ago
  35. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 10 years ago
  36. 754ddad Use trampolines for calls to helpers by Dave Allison · 11 years ago
  37. d265a8a Merge "Quick compiler, MIPS resource cleanup" by buzbee · 10 years ago
  38. 306f017 Faster AssembleLIR for ARM. by Vladimir Marko · 11 years ago
  39. 9da5c10 Quick compiler, MIPS resource cleanup by buzbee · 10 years ago
  40. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 10 years ago
  41. 0d507d1 Optimize stack overflow handling. by Mathieu Chartier · 10 years ago
  42. bfea9c2 Class initialization check elimination. by Vladimir Marko · 11 years ago
  43. e90501d Add dependency for operations with x86 FPU stack by Serguei Katkov · 10 years ago
  44. 0e33643 Move arena_bit_vector.h/cc to compiler/utils. by Nicolas Geoffray · 10 years ago
  45. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 11 years ago
  46. d61ba4b Revert "Revert "Better support for x86 XMM registers"" by Bill Buzbee · 11 years ago
  47. 8ff67e3 Revert "Better support for x86 XMM registers" by Bill Buzbee · 11 years ago
  48. 766a5e5 Better support for x86 XMM registers by Mark Mendell · 11 years ago
  49. bd288c2 Add conditional move support to x86 and allow GenMinMax to use it by Razvan A Lupusoru · 11 years ago
  50. 459f4df Fix build: style issue. by Vladimir Marko · 11 years ago
  51. 58af1f9 Clean up usage of carry flag condition codes. by Vladimir Marko · 11 years ago
  52. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 11 years ago
  53. 70b797d Unsafe.compareAndSwapLong() intrinsic for x86. by Vladimir Marko · 11 years ago
  54. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  55. a8b4caf Add byte swap instructions for ARM and x86. by Vladimir Marko · 11 years ago
  56. 0d82948 64-bit prep by buzbee · 11 years ago
  57. b48819d Compile-time tuning: assembly phase by buzbee · 11 years ago
  58. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  59. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  60. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/compiler/dex/compiler_enums.h]
  61. a5abf70 Compiler: replace DOM traversal computation by buzbee · 11 years ago
  62. 0665fe0 Compiler: rework dataflow iterator. by buzbee · 11 years ago
  63. 395116c Compiler: rearranging the deck chairs. by buzbee · 11 years ago[Renamed (98%) from src/compiler/compiler_enums.h]
  64. f662a7c Add "select" detection to common frontend by buzbee · 12 years ago
  65. 4ef3e45 Compiler constant handling rework by buzbee · 12 years ago
  66. a169e1d Quick compiler: refactored listing & const fix by buzbee · 12 years ago
  67. 02031b1 Quick compiler: Single .so for all targets by buzbee · 12 years ago
  68. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 12 years ago
  69. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 12 years ago
  70. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 12 years ago