1. fe8cf8b Quick Compiler: fix Arm cts failures by Bill Buzbee · 10 years ago
  2. 2f244e9 ART: Add more ThreadOffset in Mir2Lir and backends by Andreas Gampe · 10 years ago
  3. 674744e Use atomic load/store for volatile IGET/IPUT/SGET/SPUT. by Vladimir Marko · 10 years ago
  4. 3bf7c60 Cleanup ARM load/store wide and remove unused param s_reg. by Vladimir Marko · 10 years ago
  5. 455759b Remove LoadBaseDispWide and StoreBaseDispWide. by Vladimir Marko · 10 years ago
  6. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 10 years ago
  7. fd698e6 Quick compiler: fix DCHECKS by buzbee · 10 years ago
  8. 695d13a Update load/store utilities for 64-bit backends by buzbee · 10 years ago
  9. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  10. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  11. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 10 years ago
  12. 754ddad Use trampolines for calls to helpers by Dave Allison · 10 years ago
  13. 88e0463 Merge "Revert "Revert "Optimize easy multiply and easy div remainder.""" by Ian Rogers · 10 years ago
  14. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  15. f943914 Implement implicit stack overflow checks by Dave Allison · 10 years ago
  16. e2143c0 Revert "Revert "Optimize easy multiply and easy div remainder."" by Ian Rogers · 10 years ago
  17. 3654a6f Revert "Optimize easy multiply and easy div remainder." by Brian Carlstrom · 10 years ago
  18. 08df4b3 Optimize easy multiply and easy div remainder. by Zheng Xu · 10 years ago
  19. 2700f7e Continuing register cleanup by buzbee · 10 years ago
  20. 40bbb39 Fix Quick compiler "out of registers" by buzbee · 10 years ago
  21. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 10 years ago
  22. 0f67847 Unify 64bit int constant definitions. by Ian Rogers · 10 years ago
  23. dbb8c49 Remove non-existent ARM insn kThumb2SubsRRI12. by Vladimir Marko · 10 years ago
  24. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 10 years ago
  25. bd288c2 Add conditional move support to x86 and allow GenMinMax to use it by Razvan A Lupusoru · 11 years ago
  26. 58af1f9 Clean up usage of carry flag condition codes. by Vladimir Marko · 11 years ago
  27. 2247984 Clean up kOpCmp on ARM. by Vladimir Marko · 11 years ago
  28. 332b7aa Improve Thumb2 instructions' use of constant operands. by Vladimir Marko · 11 years ago
  29. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  30. a8b4caf Add byte swap instructions for ARM and x86. by Vladimir Marko · 11 years ago
  31. 0d82948 64-bit prep by buzbee · 11 years ago
  32. 409fe94 Quick assembler fix by buzbee · 11 years ago
  33. b48819d Compile-time tuning: assembly phase by buzbee · 11 years ago
  34. 468532e Entry point clean up. by Ian Rogers · 11 years ago
  35. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  36. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  37. 9b7085a Fix cpplint readability/braces issues by Brian Carlstrom · 11 years ago
  38. 38f85e4 Fix cpplint whitespace/operators issues by Brian Carlstrom · 11 years ago
  39. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  40. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  41. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/dex/quick/arm/utility_arm.cc]
  42. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 11 years ago
  43. 1fd3346 Compiler: LIR restructuring by buzbee · 11 years ago
  44. a188cd4 Use Thumb sp-relative store. by Sebastien Hertz · 11 years ago
  45. 395116c Compiler: rearranging the deck chairs. by buzbee · 11 years ago[Renamed (99%) from src/compiler/codegen/arm/utility_arm.cc]
  46. c7d1f91 Codegen tweaks by buzbee · 11 years ago
  47. 4ef3e45 Compiler constant handling rework by buzbee · 12 years ago
  48. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 11 years ago
  49. e6285f9 Compiler: Take advantage of constant propagation by buzbee · 12 years ago
  50. 7da142f Quick compiler: tighten null/0/0.0 workaround by buzbee · 12 years ago
  51. 02031b1 Quick compiler: Single .so for all targets by buzbee · 12 years ago
  52. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 12 years ago
  53. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 12 years ago
  54. 52a77fc Quick Compiler function renaming by buzbee · 12 years ago
  55. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 12 years ago
  56. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 12 years ago
  57. eaf09bc Quick compiler: more refactoring by buzbee · 12 years ago
  58. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 12 years ago[Renamed (97%) from src/compiler/codegen/arm/Thumb2/Factory.cc]
  59. f0504cd Quick backend: rename target-specific #defines by buzbee · 12 years ago
  60. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 12 years ago
  61. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  62. 408ad16 Restructure to reduce MIR references by buzbee · 12 years ago
  63. 41005dd Fix x86 type conversions. test-art-host-oat passes. by jeffhao · 12 years ago
  64. a114add [Compiler] use Art indentation standard by Bill Buzbee · 12 years ago
  65. f3aac97 Special case division by small constants by buzbee · 12 years ago
  66. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 12 years ago
  67. fc9e6fa Compiler intrinsics by buzbee · 12 years ago
  68. 239c4e7 Loop detection, improved reg allocation by buzbee · 12 years ago
  69. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 12 years ago
  70. 680b1bd Unify branch flags, pretty printer for OpKind. by Ian Rogers · 12 years ago
  71. 86a4bce Fix branch bug (showed up in codegen for debug) by buzbee · 12 years ago
  72. a2ebdd7 Complete MIPS code generation support by buzbee · 12 years ago
  73. 82488f5 Multi-target Codegen cleanup by buzbee · 12 years ago
  74. 31a4a6f More target-independence by buzbee · 12 years ago
  75. 513c64a Fix load/storeBaseDispWide bug with large offests. by Ian Rogers · 12 years ago
  76. ba938cb Make the compiler threadsafe by buzbee · 12 years ago
  77. 5abfa3e Compiler tuning by buzbee · 12 years ago
  78. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 13 years ago
  79. f5a7a47 Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK). by Elliott Hughes · 13 years ago
  80. 6825326 Reg utility fix by buzbee · 13 years ago
  81. bbaf894 Optimization fixes by buzbee · 13 years ago
  82. 58f9274 Various bugfixes by buzbee · 13 years ago
  83. ed3e930 assert to DCHECK conversion by buzbee · 13 years ago
  84. c1f4504 Suspend check reworking (ready for rewiew) by buzbee · 13 years ago
  85. 03fa263 Rework type & size inference, literal usage by buzbee · 13 years ago
  86. 3b5d379 Fix sub codegen bug by buzbee · 13 years ago
  87. 67bf885 Oat compiler integration snapshot. by buzbee · 13 years ago