1. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 10 years ago
  2. cc23481 Promote pointer to dex cache arrays on arm. by Vladimir Marko · 11 years ago
  3. e5c76c5 PC-relative loads from dex cache arrays for arm. by Vladimir Marko · 11 years ago
  4. f6737f7 Quick: Clean up Mir2Lir codegen. by Vladimir Marko · 11 years ago
  5. a34e760 ARM/ARM64: Dump thread offset. by Zheng Xu · 11 years ago
  6. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 11 years ago
  7. 69c15d3 Skip r1 on arm if first parameter is a long. by Nicolas Geoffray · 11 years ago
  8. bfe400b Fix running out of temps when storing invoke-interface result. by Vladimir Marko · 11 years ago
  9. a262f77 ARM: Combine multiply accumulate operations. by Ningsheng Jian · 11 years ago
  10. 717a3e4 Re-factor Quick ABI support by Serguei Katkov · 11 years ago
  11. ad17d41 Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)" by Andreas Gampe · 11 years ago
  12. 785d2f2 ART: Replace COMPILE_ASSERT with static_assert (compiler) by Andreas Gampe · 11 years ago
  13. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  14. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 11 years ago
  15. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 11 years ago
  16. e39c54e Deprecate GrowableArray, use ArenaVector instead. by Vladimir Marko · 11 years ago
  17. 53c913b ART: Clean up compiler by Andreas Gampe · 11 years ago
  18. 9843059 ART: Rework quick entrypoint code in Mir2Lir, cleanup by Andreas Gampe · 11 years ago
  19. d9cb8ae Fix art test failures for Mips. by Douglas Leung · 11 years ago
  20. b5860fb Register promotion support for 64-bit targets by buzbee · 11 years ago
  21. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 11 years ago
  22. 58994cd x86_64: Hard Float ABI support in QCG by Dmitry Petrochenko · 11 years ago
  23. 04f4d8a Add an optimization for removing redundant suspend tests in ART by Wei Jin · 11 years ago
  24. 089142c Avoid register pool allocations on the heap. by Vladimir Marko · 11 years ago
  25. a0cd2d7 Quick compiler: reference cleanup by buzbee · 11 years ago
  26. 85089dd Quick compiler: generalize NarrowRegLoc() by buzbee · 11 years ago
  27. b01bf15 64-bit temp register support. by buzbee · 11 years ago
  28. 082833c Quick compiler, out of registers fix by buzbee · 11 years ago
  29. 2f244e9 ART: Add more ThreadOffset in Mir2Lir and backends by Andreas Gampe · 11 years ago
  30. 674744e Use atomic load/store for volatile IGET/IPUT/SGET/SPUT. by Vladimir Marko · 12 years ago
  31. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 12 years ago
  32. 695d13a Update load/store utilities for 64-bit backends by buzbee · 12 years ago
  33. 8325296 Disable use of R4 as a promotable register by Dave Allison · 12 years ago
  34. f6b65c1 Add r4 as promotable register if implicit suspend checks by Dave Allison · 12 years ago
  35. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 12 years ago
  36. 2700f7e Continuing register cleanup by buzbee · 12 years ago
  37. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 12 years ago
  38. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 12 years ago
  39. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 12 years ago
  40. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 12 years ago
  41. 2c1ed45 Rework Quick compiler's register handling by buzbee · 12 years ago
  42. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 12 years ago
  43. 107c31e 64bit friendly printf modifiers in LIR dumping. by Ian Rogers · 12 years ago
  44. 988e6ea Fix -O0 builds. by Ian Rogers · 12 years ago
  45. 58af1f9 Clean up usage of carry flag condition codes. by Vladimir Marko · 12 years ago
  46. 31c2aac Rename ClobberCalleeSave to *Caller*, fix it for x86. by Vladimir Marko · 12 years ago
  47. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 12 years ago
  48. 0d82948 64-bit prep by buzbee · 12 years ago
  49. 409fe94 Quick assembler fix by buzbee · 12 years ago
  50. b48819d Compile-time tuning: assembly phase by buzbee · 12 years ago
  51. bd663de Compile-time tuning: register/bb utilities by buzbee · 12 years ago
  52. f6c4b3b New arena memory allocator. by Mathieu Chartier · 12 years ago
  53. 468532e Entry point clean up. by Ian Rogers · 12 years ago
  54. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  55. 38f85e4 Fix cpplint whitespace/operators issues by Brian Carlstrom · 12 years ago
  56. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 12 years ago
  57. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  58. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed (99%) from src/compiler/dex/quick/arm/target_arm.cc]
  59. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 12 years ago
  60. 862a760 Compiler: continuing refactoring by buzbee · 13 years ago
  61. 1fd3346 Compiler: LIR restructuring by buzbee · 13 years ago
  62. 311ca16 Compiler: Spring cleaning by buzbee · 13 years ago
  63. 395116c Compiler: rearranging the deck chairs. by buzbee · 13 years ago[Renamed (99%) from src/compiler/codegen/arm/target_arm.cc]
  64. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 13 years ago
  65. a169e1d Quick compiler: refactored listing & const fix by buzbee · 13 years ago
  66. 02031b1 Quick compiler: Single .so for all targets by buzbee · 13 years ago
  67. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 13 years ago
  68. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 13 years ago
  69. 52a77fc Quick Compiler function renaming by buzbee · 13 years ago
  70. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 13 years ago
  71. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 13 years ago
  72. eaf09bc Quick compiler: more refactoring by buzbee · 13 years ago
  73. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 13 years ago