1. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 11 years ago
  2. 582f541 ART: Fix arm64 backend by Andreas Gampe · 11 years ago
  3. f681570 ART: Make some helpers non-virtual in Mir2Lir by Andreas Gampe · 11 years ago
  4. b28c1c0 Tidy RegStorage for X86. by Ian Rogers · 11 years ago
  5. 1525ed8 am a10a8b56: Merge "Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags." by Ian Rogers · 11 years ago
  6. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  7. 0e7217d am 3e3364e2: Merge "Tidy logging code not using UNIMPLEMENTED." by Ian Rogers · 11 years ago
  8. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 11 years ago
  9. 528c78b am 6b0518f6: Merge "Enable -Wimplicit-fallthrough." by Ian Rogers · 11 years ago
  10. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 11 years ago
  11. 2f8ffda resolved conflicts for merge of 79705f99 to lmp-dev-plus-aosp by Vladimir Marko · 11 years ago
  12. 4163c53 AArch64: address some outstanding TODOs. by Matteo Franchin · 11 years ago
  13. b504d2f Quick compiler: aarch64 codegen & long_min literal by buzbee · 11 years ago
  14. c763e35 AArch64: Implement InexpensiveConstant methods. by Matteo Franchin · 11 years ago
  15. 2eba1fa AArch64: Add inlining support for ceil(), floor(), rint(), round() by Serban Constantinescu · 11 years ago
  16. 77a5b50 Merge "AArch64: Remove unnecessary work around for sp." by Andreas Gampe · 11 years ago
  17. cedee47 AArch64: Remove unnecessary work around for sp. by Zheng Xu · 11 years ago
  18. 6399968 Revert "Revert "Enable Load Store Elimination for ARM and ARM64"" by Serban Constantinescu · 11 years ago
  19. 9843059 ART: Rework quick entrypoint code in Mir2Lir, cleanup by Andreas Gampe · 11 years ago
  20. c32447b Revert "Enable Load Store Elimination for ARM and ARM64" by Bill Buzbee · 11 years ago
  21. fcc36ba Enable Load Store Elimination for ARM and ARM64 by Serban Constantinescu · 11 years ago
  22. b7e78cb Merge "AArch64: Fix and enable reverseBytes intrinsic." by Andreas Gampe · 11 years ago
  23. 48f5c47 Replace memory barriers to better reflect Java needs. by Hans Boehm · 11 years ago
  24. a3fe742 AArch64: Fix and enable reverseBytes intrinsic. by Zheng Xu · 11 years ago
  25. 255e014 Aarch64: fix references handling in Load*Indexed. by Matteo Franchin · 11 years ago
  26. 63fe93d AArch64: Enable Inlining. by Serban Constantinescu · 11 years ago
  27. b5860fb Register promotion support for 64-bit targets by buzbee · 11 years ago
  28. 6f9dbb8 Merge "ART: Quick compiler: More size checks, add TargetReg variants" by Andreas Gampe · 11 years ago
  29. 4b537a8 ART: Quick compiler: More size checks, add TargetReg variants by Andreas Gampe · 11 years ago
  30. baa7c88 AArch64: Rename A64_/A32_ register prefix to x/w. by Zheng Xu · 11 years ago
  31. 903989d AArch64: Fix OpRegRegImm64 add/sub for large negative imm. by Vladimir Marko · 11 years ago
  32. a64d728 Merge "AArch64: implement easy division and reminder." by Bill Buzbee · 11 years ago
  33. 3c12c51 Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 11 years ago
  34. de68676 Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 11 years ago
  35. 2689fba ART: Split out more cases of Load/StoreRef, volatile as parameter by Andreas Gampe · 11 years ago
  36. c61b3c9 AArch64: implement easy division and reminder. by Matteo Franchin · 11 years ago
  37. 47b31aa ART: Start implementation of OpRegRegRegExtend for ARM64 by Andreas Gampe · 11 years ago
  38. f987927 ART: Reserve 8B for float literals on ARM64 by Andreas Gampe · 11 years ago
  39. 9f975bf ART: Change rrr add and sub for ARM64 by Andreas Gampe · 11 years ago
  40. c41e6dc AArch64: improve 64-bit immediates loads. by Matteo Franchin · 11 years ago
  41. 33ae558 Arm64 hard-float by buzbee · 11 years ago
  42. 169489b AArch64: Add support for inlined methods by Serban Constantinescu · 11 years ago
  43. e2eb29e AArch64: Enable MOVE_*, some CONST_*, CMP_*. by Zheng Xu · 11 years ago
  44. c0090a4 Merge "Rewrite use/def masks to support 128 bits." by Vladimir Marko · 11 years ago
  45. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 11 years ago
  46. adea0aa Merge "ART: arm64 explicit stack overflow checks" by Bill Buzbee · 11 years ago
  47. f8ec48e ART: arm64 explicit stack overflow checks by Stuart Monteith · 11 years ago
  48. fd2e291 AArch64: fix MarkGCCard, enabling more MIR opcodes. by Matteo Franchin · 11 years ago
  49. 2d41a65 AArch64: Fix kOpLsl, rem-float/double. by Zheng Xu · 11 years ago
  50. 0955f7e AArch64: fixing some assertions. by Matteo Franchin · 11 years ago
  51. ed65c5e AArch64: Enable LONG_* and INT_* opcodes. by Serban Constantinescu · 11 years ago
  52. bc6d197 AArch64: fixes in A64 code generation. by Matteo Franchin · 11 years ago
  53. 2f244e9 ART: Add more ThreadOffset in Mir2Lir and backends by Andreas Gampe · 11 years ago
  54. 674744e Use atomic load/store for volatile IGET/IPUT/SGET/SPUT. by Vladimir Marko · 11 years ago
  55. e45fb9e AArch64: Change arm64 backend to produce A64 code. by Matteo Franchin · 11 years ago
  56. 3bf7c60 Cleanup ARM load/store wide and remove unused param s_reg. by Vladimir Marko · 11 years ago
  57. 455759b Remove LoadBaseDispWide and StoreBaseDispWide. by Vladimir Marko · 11 years ago
  58. 43ec873 AArch64: Added arm64 quick backend as an arm clone. by Matteo Franchin · 11 years ago