1. 2bcb431 Use CompareAndBranchIf(Non)Zero when applicable. by Nicolas Geoffray · 10 years ago
  2. cf93a5c Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 10 years ago
  3. fbeb4ae Revert "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 10 years ago
  4. f38caa6 ART: Implement literal pool for arm, fix branch fixup. by Vladimir Marko · 10 years ago
  5. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 10 years ago
  6. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  7. d56376c Revert "Revert "Introduce a NearLabel in thumb2."" by Nicolas Geoffray · 10 years ago
  8. 1f277e3 Revert "Introduce a NearLabel in thumb2." by Nicolas Geoffray · 10 years ago
  9. db0bbab Introduce a NearLabel in thumb2. by Nicolas Geoffray · 10 years ago
  10. d126ba1 [Optimizing] Thumb2 assembler: use 16bits branches when we can. by Nicolas Geoffray · 10 years ago
  11. c666710 Opt compiler: Speedup div/rem by constants on arm32 and arm64. by Zheng Xu · 10 years ago
  12. 10042c1 Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for word pairs." by Roland Levillain · 10 years ago
  13. 4af147e Exercise art::arm::Thumb2Assembler::StoreToOffset for word pairs. by Roland Levillain · 10 years ago
  14. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 10 years ago
  15. ca71458 ART: Add Clang's -Wused-but-marked-unused by Andreas Gampe · 10 years ago
  16. ab4a2f5 Forbid the use of shifts in ShifterOperand in Thumb2 by Guillaume "Vermeille" Sanchez · 10 years ago
  17. dc62c48 Make subs and adds alter flags when rn is an immediate by Guillaume "Vermeille" Sanchez · 10 years ago
  18. b7f2be9 Revert "Forbid the use of shifts in ShifterOperand in Thumb2" by Calin Juravle · 10 years ago
  19. bada8b0 Forbid the use of shifts in ShifterOperand in Thumb2 by Guillaume "Vermeille" Sanchez · 10 years ago
  20. ab1eb0d ART: Templatize IsInt & IsUint by Andreas Gampe · 10 years ago
  21. 3d1e788 Fix build by putting ATTRIBUTE_UNUSUED. by Nicolas Geoffray · 10 years ago
  22. 51fdf43 Fix thumb2 assembler's ShifterOperandCanHold. by Nicolas Geoffray · 10 years ago
  23. 7b7e524 ART: Fix assembler_thumb_test by Andreas Gampe · 10 years ago
  24. 513ea0c ART: Fix thumb2 utils assembler by Andreas Gampe · 10 years ago
  25. 52c4896 [optimizing compiler] Add support for volatile by Calin Juravle · 11 years ago
  26. ac0341e Fix Thumb2 Emit16BitAddSub() to keep full immediate. by Vladimir Marko · 11 years ago
  27. 5bc561c Fix Thumb2 assembler to emit 16-bit add/sub SP, #imm. by Vladimir Marko · 11 years ago
  28. 3bcc8ea Don't use CanHoldArm in the code generator. by Nicolas Geoffray · 11 years ago
  29. d7fa3a7 Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 11 years ago
  30. ddb7df2 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 11 years ago
  31. e8469c1 Optimizing: Use 16-bit Thumb2 PUSH/POP when possible. by Vladimir Marko · 11 years ago
  32. 9aec02f [optimizing compiler] Add shifts by Calin Juravle · 11 years ago
  33. 8366ca0 Fix the last users of TARGET_CPU_SMP. by Elliott Hughes · 11 years ago
  34. 981e454 Add support for int-to-char in the optimizing compiler. by Roland Levillain · 11 years ago
  35. 51d3fc4 Add support for int-to-byte in the optimizing compiler. by Roland Levillain · 11 years ago
  36. 3c30a72 Merge "Fix store instructions to large frames in ARM opt. compiler." by Roland Levillain · 11 years ago
  37. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  38. 775ef49 Fix store instructions to large frames in ARM opt. compiler. by Roland Levillain · 11 years ago
  39. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  40. 19a19cf Add support for static fields in optimizing compiler. by Nicolas Geoffray · 11 years ago
  41. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 11 years ago
  42. 35c68e3 ART: Fix typo by Andreas Gampe · 11 years ago
  43. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 11 years ago
  44. 3c7bb98 Implement array get and array put in optimizing. by Nicolas Geoffray · 11 years ago
  45. 1a43dd7 Add write barriers to optimizing compiler. by Nicolas Geoffray · 11 years ago
  46. 96f89a2 Add assembly operations with constants in optimizing compiler. by Nicolas Geoffray · 11 years ago
  47. 8d48673 Use the thumb2 assembler for the optimizing compiler. by Nicolas Geoffray · 11 years ago
  48. 0bb9ade Fix off-by-one errors in limit checking for ldr/str instructions. by Dave Allison · 11 years ago
  49. 45fdb93 Support additional instructions in ARM and thumb assemblers by Dave Allison · 11 years ago
  50. 20dfc79 Add some more instruction support to optimizing compiler. by Dave Allison · 11 years ago
  51. 65fcc2c Thumb2 assembler for JNI compiler and optimizing compiler by Dave Allison · 11 years ago