1. e1910f1 Merge "Quick compiler: Fix liveness tracking" by buzbee · 10 years ago
  2. 30adc73 Quick compiler: Fix liveness tracking by buzbee · 10 years ago
  3. 674744e Use atomic load/store for volatile IGET/IPUT/SGET/SPUT. by Vladimir Marko · 10 years ago
  4. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 10 years ago
  5. 125011d Merge "Delete throw launchpads." by Mingyao Yang · 10 years ago
  6. 695d13a Update load/store utilities for 64-bit backends by buzbee · 10 years ago
  7. 3a74d15 Delete throw launchpads. by Mingyao Yang · 10 years ago
  8. a1758d8 String.IndexOf method handles negative start index value in incorrect way by Alexei Zavjalov · 10 years ago
  9. 6a58cb1 art: Handle x86_64 architecture equal to x86 by Dmitry Petrochenko · 10 years ago
  10. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  11. 2700f7e Continuing register cleanup by buzbee · 10 years ago
  12. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 11 years ago
  13. e90501d Add dependency for operations with x86 FPU stack by Serguei Katkov · 10 years ago
  14. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  15. 9545a44 Merge "Allow patching between dex files in the boot classpath." by Jeff Hao · 10 years ago
  16. 3bc8615 Use LIRSlowPath for intrinsics, improve String.indexOf(). by Vladimir Marko · 10 years ago
  17. 34fa0d9 ART's intrinsic for String.indexOf use the incorrect register by Yevgeny Rouban · 10 years ago
  18. 49161ce Allow patching between dex files in the boot classpath. by Jeff Hao · 10 years ago
  19. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  20. a44d4f5 Fix read of uninitialized memory in InlineIndexOf by buzbee · 10 years ago
  21. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 11 years ago
  22. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  23. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 11 years ago
  24. 2c1ed45 Rework Quick compiler's register handling by buzbee · 11 years ago
  25. e19c91f Fix hardcoded offsets in x86 String.indexOf. by Mark Mendell · 11 years ago
  26. 4028a6c Inline x86 String.indexOf by Mark Mendell · 11 years ago
  27. f3e2cc4 Code cleanup to avoid LLVM dependency when building with quick only. by Nicolas Geoffray · 11 years ago
  28. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 11 years ago
  29. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  30. 67c39c4 Support Literal pools for x86 by Mark Mendell · 11 years ago
  31. 67122a0 Merge "64bit friendly printf modifiers in LIR dumping." by Ian Rogers · 11 years ago
  32. 107c31e 64bit friendly printf modifiers in LIR dumping. by Ian Rogers · 11 years ago
  33. e02d48f Optimize x86 long arithmetic by Mark Mendell · 11 years ago
  34. d61ba4b Revert "Revert "Better support for x86 XMM registers"" by Bill Buzbee · 11 years ago
  35. 8ff67e3 Revert "Better support for x86 XMM registers" by Bill Buzbee · 11 years ago
  36. 766a5e5 Better support for x86 XMM registers by Mark Mendell · 11 years ago
  37. 988e6ea Fix -O0 builds. by Ian Rogers · 11 years ago
  38. b8a0c23 Merge "Unsafe.compareAndSwapLong() intrinsic for x86." by Vladimir Marko · 11 years ago
  39. 31c2aac Rename ClobberCalleeSave to *Caller*, fix it for x86. by Vladimir Marko · 11 years ago
  40. 70b797d Unsafe.compareAndSwapLong() intrinsic for x86. by Vladimir Marko · 11 years ago
  41. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  42. 0d82948 64-bit prep by buzbee · 11 years ago
  43. 409fe94 Quick assembler fix by buzbee · 11 years ago
  44. b48819d Compile-time tuning: assembly phase by buzbee · 11 years ago
  45. bd663de Compile-time tuning: register/bb utilities by buzbee · 11 years ago
  46. f6c4b3b New arena memory allocator. by Mathieu Chartier · 11 years ago
  47. 468532e Entry point clean up. by Ian Rogers · 11 years ago
  48. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  49. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  50. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/dex/quick/x86/target_x86.cc]
  51. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 11 years ago
  52. 862a760 Compiler: continuing refactoring by buzbee · 11 years ago
  53. 1fd3346 Compiler: LIR restructuring by buzbee · 11 years ago
  54. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago
  55. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago[Renamed (98%) from src/compiler/codegen/x86/target_x86.cc]
  56. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
  57. a169e1d Quick compiler: refactored listing & const fix by buzbee · 12 years ago
  58. 02031b1 Quick compiler: Single .so for all targets by buzbee · 12 years ago
  59. 28c9a83 Quick Compiler: pointer/boolean cleanup by buzbee · 12 years ago
  60. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 12 years ago
  61. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 12 years ago
  62. 52a77fc Quick Compiler function renaming by buzbee · 12 years ago
  63. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 12 years ago
  64. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 12 years ago
  65. eaf09bc Quick compiler: more refactoring by buzbee · 12 years ago
  66. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 12 years ago