1. b5bce7c ART: Add non-temporal store support by Jean Christophe Beyler · 10 years ago
  2. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  3. 0e63ce1 x86_64: Load double constant using core register by Alexei Zavjalov · 10 years ago
  4. 54659e3 ART: LoadConstWide should clobber temp reg by Alexei Zavjalov · 10 years ago
  5. 9843059 ART: Rework quick entrypoint code in Mir2Lir, cleanup by Andreas Gampe · 10 years ago
  6. 1222c96 ART: inline Math.Max/Min (float and double) by Alexei Zavjalov · 10 years ago
  7. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  8. 48f5c47 Replace memory barriers to better reflect Java needs. by Hans Boehm · 10 years ago
  9. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  10. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  11. 2ab40eb ART: Add Invokes to DecodedInstruction by Jean Christophe Beyler · 10 years ago
  12. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  13. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  14. c5e4ce1 x86_64: Fix intrinsics by nikolay serdjuk · 10 years ago
  15. 3ee86bc Merge "Load 64 bit constant into GPR by single instruction for 64bit mode" by Andreas Gampe · 10 years ago
  16. b5860fb Register promotion support for 64-bit targets by buzbee · 10 years ago
  17. 5192cbb Load 64 bit constant into GPR by single instruction for 64bit mode by Yixin Shou · 10 years ago
  18. dd64450 x86_64: Unify 64-bit check in x86 compiler by Elena Sayapina · 10 years ago
  19. 3c12c51 Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 10 years ago
  20. de68676 Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 10 years ago
  21. 2689fba ART: Split out more cases of Load/StoreRef, volatile as parameter by Andreas Gampe · 10 years ago
  22. 1c55703 x86_64: Correct fix for cmp-long by Serguei Katkov · 10 years ago
  23. 7071c8d Add x86 inlined abs method for float/double by Yixin Shou · 10 years ago
  24. 4c115b8 Revert "Add x86 inlined abs method for float/double" by Vladimir Marko · 10 years ago
  25. e88b89a Add x86 inlined abs method for float/double by Yixin Shou · 10 years ago
  26. 7e399fd x86_64: Disable all optimizations and fix bugs by Chao-ying Fu · 10 years ago
  27. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 10 years ago
  28. e0ccdc0 x86_64: Add long bytecode supports (1/2) by Chao-ying Fu · 10 years ago
  29. ca9da50 Merge "Correct another RegStorage::Solo32" by Bill Buzbee · 10 years ago
  30. d44f1a6 Correct another RegStorage::Solo32 by Mark Mendell · 10 years ago
  31. 35ba7f3 Quick compiler: fix array overrun. by buzbee · 10 years ago
  32. 32c02c1 Merge "x86_64: Add 64-bit version of instructions in asm" by Bill Buzbee · 10 years ago
  33. 0c52451 Set the type of a RegStorage correctly by Mark Mendell · 10 years ago
  34. 96992e8 x86_64: Add 64-bit version of instructions in asm by Dmitry Petrochenko · 10 years ago
  35. e87f9b5 Allow X86 QBE to be extended by Mark Mendell · 10 years ago
  36. d65c51a ART: Add support for constant vector literals by Mark Mendell · 10 years ago
  37. 9ee801f Add x86_64 code generation support by Dmitry Petrochenko · 10 years ago
  38. 2f244e9 ART: Add more ThreadOffset in Mir2Lir and backends by Andreas Gampe · 10 years ago
  39. e1910f1 Merge "Quick compiler: Fix liveness tracking" by buzbee · 10 years ago
  40. 30adc73 Quick compiler: Fix liveness tracking by buzbee · 10 years ago
  41. 674744e Use atomic load/store for volatile IGET/IPUT/SGET/SPUT. by Vladimir Marko · 10 years ago
  42. 3bf7c60 Cleanup ARM load/store wide and remove unused param s_reg. by Vladimir Marko · 10 years ago
  43. 455759b Remove LoadBaseDispWide and StoreBaseDispWide. by Vladimir Marko · 10 years ago
  44. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 10 years ago
  45. cc794c3 ART: Move oat_data_flow_attributes_ to private and put an API by Jean Christophe Beyler · 10 years ago
  46. 7a11ab0 Quick compiler: debugging assists by buzbee · 10 years ago
  47. 695d13a Update load/store utilities for 64-bit backends by buzbee · 10 years ago
  48. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  49. 217fe73 Annotate Dalvik VR access as both use and def if we use it in this way by Serguei Katkov · 10 years ago
  50. 2700f7e Continuing register cleanup by buzbee · 10 years ago
  51. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 10 years ago
  52. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 10 years ago
  53. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 10 years ago
  54. 2c1ed45 Rework Quick compiler's register handling by buzbee · 10 years ago
  55. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  56. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 11 years ago
  57. 67c39c4 Support Literal pools for x86 by Mark Mendell · 11 years ago
  58. feb2b4e Redo x86 int arithmetic by Mark Mendell · 11 years ago
  59. 766e929 Improve GenConstString, GenS{get,put} for x86 by Mark Mendell · 11 years ago
  60. b429d1d Merge "Support GenSelect for x86" by Vladimir Marko · 11 years ago
  61. e27b3bf Support GenSelect for x86 by Razvan A Lupusoru · 11 years ago
  62. d3266bc Reduce x86 sequence for GP pair to XMM by Razvan A Lupusoru · 11 years ago
  63. ae427c3 Fix X86Mir2Lir::LoadBaseIndexedDisp causing SEGV by Mark Mendell · 11 years ago
  64. d61ba4b Revert "Revert "Better support for x86 XMM registers"" by Bill Buzbee · 11 years ago
  65. 8ff67e3 Revert "Better support for x86 XMM registers" by Bill Buzbee · 11 years ago
  66. 766a5e5 Better support for x86 XMM registers by Mark Mendell · 11 years ago
  67. bd288c2 Add conditional move support to x86 and allow GenMinMax to use it by Razvan A Lupusoru · 11 years ago
  68. a8b4caf Add byte swap instructions for ARM and x86. by Vladimir Marko · 11 years ago
  69. 468532e Entry point clean up. by Ian Rogers · 11 years ago
  70. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  71. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  72. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  73. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/dex/quick/x86/utility_x86.cc]
  74. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 11 years ago
  75. 1fd3346 Compiler: LIR restructuring by buzbee · 11 years ago
  76. 395116c Compiler: rearranging the deck chairs. by buzbee · 11 years ago[Renamed (99%) from src/compiler/codegen/x86/utility_x86.cc]
  77. 4ef3e45 Compiler constant handling rework by buzbee · 12 years ago
  78. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
  79. e6285f9 Compiler: Take advantage of constant propagation by buzbee · 12 years ago
  80. 02031b1 Quick compiler: Single .so for all targets by buzbee · 12 years ago
  81. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 12 years ago
  82. 52a77fc Quick Compiler function renaming by buzbee · 12 years ago
  83. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 12 years ago
  84. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 12 years ago[Renamed (96%) from src/compiler/codegen/x86/X86/Factory.cc]
  85. f0504cd Quick backend: rename target-specific #defines by buzbee · 12 years ago
  86. ec13743 Revert "Revert "Refactor codegen resource masks"" by buzbee · 12 years ago
  87. 4b39c9f1b Revert "Refactor codegen resource masks" by Bill Buzbee · 12 years ago
  88. 07131ca Refactor codegen resource masks by buzbee · 12 years ago
  89. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 12 years ago
  90. 2e9f7ed Use shorter opcodes on x86 for opCmpImmBranch. by Ian Rogers · 12 years ago
  91. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 12 years ago
  92. 854029c Fixes to x86 register promotion and load hoisting. by jeffhao · 12 years ago
  93. 703f2cd Numerous fixes to enable PromoteRegs, though it's still broken. by jeffhao · 12 years ago
  94. fdffdf8 Fixes to enable TrackLiveTemps optimization on x86. by jeffhao · 12 years ago
  95. e296248 Fixes for x86 compiler optimizations. by jeffhao · 12 years ago
  96. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  97. 1395b1e Patches to x86 compilation to fix vm tests on emulator. by jeffhao · 12 years ago
  98. 408ad16 Restructure to reduce MIR references by buzbee · 12 years ago
  99. 6023456 Various missing hunks. by Elliott Hughes · 12 years ago
  100. fd2ec54 Fix compilation issues with new gcc by Brian Carlstrom · 12 years ago