1. 30adc73 Quick compiler: Fix liveness tracking by buzbee · 10 years ago
  2. 3bf7c60 Cleanup ARM load/store wide and remove unused param s_reg. by Vladimir Marko · 10 years ago
  3. 455759b Remove LoadBaseDispWide and StoreBaseDispWide. by Vladimir Marko · 10 years ago
  4. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 10 years ago
  5. cc794c3 ART: Move oat_data_flow_attributes_ to private and put an API by Jean Christophe Beyler · 10 years ago
  6. 7a11ab0 Quick compiler: debugging assists by buzbee · 10 years ago
  7. 695d13a Update load/store utilities for 64-bit backends by buzbee · 10 years ago
  8. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  9. 217fe73 Annotate Dalvik VR access as both use and def if we use it in this way by Serguei Katkov · 10 years ago
  10. 2700f7e Continuing register cleanup by buzbee · 10 years ago
  11. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 10 years ago
  12. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 10 years ago
  13. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 10 years ago
  14. 2c1ed45 Rework Quick compiler's register handling by buzbee · 10 years ago
  15. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 10 years ago
  16. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 10 years ago
  17. 67c39c4 Support Literal pools for x86 by Mark Mendell · 10 years ago
  18. feb2b4e Redo x86 int arithmetic by Mark Mendell · 10 years ago
  19. 766e929 Improve GenConstString, GenS{get,put} for x86 by Mark Mendell · 10 years ago
  20. b429d1d Merge "Support GenSelect for x86" by Vladimir Marko · 10 years ago
  21. e27b3bf Support GenSelect for x86 by Razvan A Lupusoru · 10 years ago
  22. d3266bc Reduce x86 sequence for GP pair to XMM by Razvan A Lupusoru · 10 years ago
  23. ae427c3 Fix X86Mir2Lir::LoadBaseIndexedDisp causing SEGV by Mark Mendell · 10 years ago
  24. d61ba4b Revert "Revert "Better support for x86 XMM registers"" by Bill Buzbee · 11 years ago
  25. 8ff67e3 Revert "Better support for x86 XMM registers" by Bill Buzbee · 11 years ago
  26. 766a5e5 Better support for x86 XMM registers by Mark Mendell · 11 years ago
  27. bd288c2 Add conditional move support to x86 and allow GenMinMax to use it by Razvan A Lupusoru · 11 years ago
  28. a8b4caf Add byte swap instructions for ARM and x86. by Vladimir Marko · 11 years ago
  29. 468532e Entry point clean up. by Ian Rogers · 11 years ago
  30. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  31. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  32. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  33. 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]
  34. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 11 years ago
  35. 1fd3346 Compiler: LIR restructuring by buzbee · 11 years ago
  36. 395116c Compiler: rearranging the deck chairs. by buzbee · 11 years ago[Renamed (99%) from src/compiler/codegen/x86/utility_x86.cc]
  37. 4ef3e45 Compiler constant handling rework by buzbee · 12 years ago
  38. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 11 years ago
  39. e6285f9 Compiler: Take advantage of constant propagation by buzbee · 12 years ago
  40. 02031b1 Quick compiler: Single .so for all targets by buzbee · 12 years ago
  41. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 12 years ago
  42. 52a77fc Quick Compiler function renaming by buzbee · 12 years ago
  43. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 12 years ago
  44. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 12 years ago[Renamed (96%) from src/compiler/codegen/x86/X86/Factory.cc]
  45. f0504cd Quick backend: rename target-specific #defines by buzbee · 12 years ago
  46. ec13743 Revert "Revert "Refactor codegen resource masks"" by buzbee · 12 years ago
  47. 4b39c9f1b Revert "Refactor codegen resource masks" by Bill Buzbee · 12 years ago
  48. 07131ca Refactor codegen resource masks by buzbee · 12 years ago
  49. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 12 years ago
  50. 2e9f7ed Use shorter opcodes on x86 for opCmpImmBranch. by Ian Rogers · 12 years ago
  51. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 12 years ago
  52. 854029c Fixes to x86 register promotion and load hoisting. by jeffhao · 12 years ago
  53. 703f2cd Numerous fixes to enable PromoteRegs, though it's still broken. by jeffhao · 12 years ago
  54. fdffdf8 Fixes to enable TrackLiveTemps optimization on x86. by jeffhao · 12 years ago
  55. e296248 Fixes for x86 compiler optimizations. by jeffhao · 12 years ago
  56. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  57. 1395b1e Patches to x86 compilation to fix vm tests on emulator. by jeffhao · 12 years ago
  58. 408ad16 Restructure to reduce MIR references by buzbee · 12 years ago
  59. 6023456 Various missing hunks. by Elliott Hughes · 12 years ago
  60. fd2ec54 Fix compilation issues with new gcc by Brian Carlstrom · 12 years ago
  61. 5772bab Fixed x86 compilation of filled-new-array/range. by jeffhao · 12 years ago
  62. 41005dd Fix x86 type conversions. test-art-host-oat passes. by jeffhao · 12 years ago
  63. a114add [Compiler] use Art indentation standard by Bill Buzbee · 12 years ago
  64. d36c52e Check for null array assignments inline. Tidy asm macros. by Ian Rogers · 12 years ago
  65. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 12 years ago
  66. c6f3bb8 Further x86 progress and image creation. by Ian Rogers · 12 years ago
  67. b41b33b Add 3rd argument register to X86. by Ian Rogers · 12 years ago
  68. 6cbb2bd X86 invocation tidy up. by Ian Rogers · 12 years ago
  69. f7d9ad3 Enable all JNI internal compiler tests on the host. by Ian Rogers · 12 years ago
  70. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 12 years ago
  71. e7825db Fix build. by Elliott Hughes · 12 years ago
  72. a7678db x86 source code hack and slash by buzbee · 12 years ago
  73. e88dfbf x86 codegen source file skeletons by buzbee · 12 years ago