1. e02d48f Optimize x86 long arithmetic by Mark Mendell · 11 years ago
  2. d61ba4b Revert "Revert "Better support for x86 XMM registers"" by Bill Buzbee · 11 years ago
  3. 8ff67e3 Revert "Better support for x86 XMM registers" by Bill Buzbee · 11 years ago
  4. 766a5e5 Better support for x86 XMM registers by Mark Mendell · 11 years ago
  5. bd288c2 Add conditional move support to x86 and allow GenMinMax to use it by Razvan A Lupusoru · 11 years ago
  6. 090dd44 Eliminate redundant x86 compare for GenDivZeroCheck by Razvan A Lupusoru · 11 years ago
  7. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 11 years ago
  8. e13717e Per-DexFile locking for inliner initialization. by Vladimir Marko · 11 years ago
  9. b8a0c23 Merge "Unsafe.compareAndSwapLong() intrinsic for x86." by Vladimir Marko · 11 years ago
  10. 31c2aac Rename ClobberCalleeSave to *Caller*, fix it for x86. by Vladimir Marko · 11 years ago
  11. 06606b9 Performance improvement for mapping table creation. by Vladimir Marko · 11 years ago
  12. 70b797d Unsafe.compareAndSwapLong() intrinsic for x86. by Vladimir Marko · 11 years ago
  13. 1e6cb63 Delta-encoding of mapping tables. by Vladimir Marko · 11 years ago
  14. 3e5af82 Intrinsic Unsafe.CompareAndSwapLong() for ARM. by Vladimir Marko · 11 years ago
  15. 1c282e2 Refactor intrinsic CAS, prepare for 64-bit version. by Vladimir Marko · 11 years ago
  16. 5c96e6b Rewrite intrinsics detection. by Vladimir Marko · 11 years ago
  17. e508a20 Fix unaligned Memory peek/poke intrinsics. by Vladimir Marko · 11 years ago
  18. 65636e5 Add intrinsics for Memory peek/poke. by Vladimir Marko · 11 years ago
  19. 6bdf1ff Add intrinsics for {Short,Int,Long}.reverseBytes(). by Vladimir Marko · 11 years ago
  20. 0d82948 64-bit prep by buzbee · 11 years ago
  21. 409fe94 Quick assembler fix by buzbee · 11 years ago
  22. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  23. c68fb20 Merge "Inflate contended lock word by suspending owner." into dalvik-dev by Ian Rogers · 11 years ago
  24. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  25. b48819d Compile-time tuning: assembly phase by buzbee · 11 years ago
  26. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 11 years ago
  27. c729a6b Improve promotion of double-precision regs by buzbee · 11 years ago
  28. bd663de Compile-time tuning: register/bb utilities by buzbee · 11 years ago
  29. 252254b More Quick compile-time tuning: labels & branches by buzbee · 11 years ago
  30. 9f799db Merge "Compile-time tuning" into dalvik-dev by buzbee · 11 years ago
  31. 56c7178 Compile-time tuning by buzbee · 11 years ago
  32. 9b297bf Refactor CompilerDriver::Compute..FieldInfo by Ian Rogers · 11 years ago
  33. 11b63d1 Quick compiler: division by literal fix by buzbee · 11 years ago
  34. 96faf5b Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  35. 468532e Entry point clean up. by Ian Rogers · 11 years ago
  36. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  37. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  38. 9b7085a Fix cpplint readability/braces issues by Brian Carlstrom · 11 years ago
  39. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  40. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  41. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  42. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  43. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (99%) from src/compiler/dex/quick/mir_to_lir.h]
  44. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  45. c9e463c Faster instance-of for final classes. by Ian Rogers · 12 years ago
  46. 980d16b Stage 2 of cast elision opt. by Dragos Sbirlea · 12 years ago
  47. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 12 years ago
  48. e3cd2f0 Enable devirtualization for abstract and sub-class methods. by Ian Rogers · 12 years ago
  49. 6282dc1 MIR tidying. by Ian Rogers · 12 years ago
  50. 9d6589c Merge "Compiler: continuing refactoring" into dalvik-dev by buzbee · 12 years ago
  51. 862a760 Compiler: continuing refactoring by buzbee · 12 years ago
  52. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  53. b0245ae Compiler: stop wasting cycles.... by buzbee · 12 years ago
  54. 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago
  55. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago[Renamed (84%) from src/compiler/codegen/mir_to_lir.h]
  56. 02031b1 Quick compiler: Single .so for all targets by buzbee · 12 years ago[Copied (72%) from src/compiler/codegen/method_bitcode.h]
  57. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 12 years ago
  58. 52a77fc Quick Compiler function renaming by buzbee · 12 years ago
  59. eaf09bc Quick compiler: more refactoring by buzbee · 12 years ago[Copied (67%) from src/compiler/codegen/optimizer.h]
  60. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 12 years ago[Renamed (97%) from src/compiler/codegen/Optimizer.h]
  61. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 13 years ago
  62. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  63. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 13 years ago
  64. ce30293 Compiler cleanup by buzbee · 13 years ago
  65. c0ecd65 Various optimization fixes by buzbee · 13 years ago
  66. 43a3642 Fix null check elimination by buzbee · 13 years ago
  67. f0cde54 SSA renaming fix & invalid opcode fix by buzbee · 13 years ago
  68. 67bf885 Oat compiler integration snapshot. by buzbee · 13 years ago