1. e0ccdc0 x86_64: Add long bytecode supports (1/2) by Chao-ying Fu · 10 years ago
  2. a0cd2d7 Quick compiler: reference cleanup by buzbee · 10 years ago
  3. 082833c Quick compiler, out of registers fix by buzbee · 10 years ago
  4. 0dc242d Avoid unnecessary copy/load in EvalLoc() and LoadValue(). by Vladimir Marko · 10 years ago
  5. 30adc73 Quick compiler: Fix liveness tracking by buzbee · 10 years ago
  6. 3bf7c60 Cleanup ARM load/store wide and remove unused param s_reg. by Vladimir Marko · 10 years ago
  7. 455759b Remove LoadBaseDispWide and StoreBaseDispWide. by Vladimir Marko · 10 years ago
  8. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 10 years ago
  9. 695d13a Update load/store utilities for 64-bit backends by buzbee · 10 years ago
  10. cbd18b7 Fix LoadValueWide to not call MarkLive for high reg that is equal to low reg by Chao-ying Fu · 10 years ago
  11. 6a58cb1 art: Handle x86_64 architecture equal to x86 by Dmitry Petrochenko · 10 years ago
  12. 2700f7e Continuing register cleanup by buzbee · 10 years ago
  13. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 10 years ago
  14. c17ebe8 Incorrect result of the "mul-long by 1" operation by Alexei Zavjalov · 10 years ago
  15. feb2b4e Redo x86 int arithmetic by Mark Mendell · 11 years ago
  16. e02d48f Optimize x86 long arithmetic by Mark Mendell · 11 years ago
  17. d61ba4b Revert "Revert "Better support for x86 XMM registers"" by Bill Buzbee · 11 years ago
  18. 8ff67e3 Revert "Better support for x86 XMM registers" by Bill Buzbee · 11 years ago
  19. 766a5e5 Better support for x86 XMM registers by Mark Mendell · 11 years ago
  20. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  21. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (98%) from src/compiler/dex/quick/gen_loadstore.cc]
  22. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 11 years ago
  23. 1fd3346 Compiler: LIR restructuring by buzbee · 11 years ago
  24. 311ca16 Compiler: Spring cleaning by buzbee · 11 years ago
  25. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  26. 395116c Compiler: rearranging the deck chairs. by buzbee · 11 years ago[Renamed (99%) from src/compiler/codegen/gen_loadstore.cc]
  27. 4ef3e45 Compiler constant handling rework by buzbee · 12 years ago
  28. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
  29. d850621 Compiler: GBC fix, CFG dump enhancements by buzbee · 12 years ago
  30. e6285f9 Compiler: Take advantage of constant propagation by buzbee · 12 years ago
  31. 7da142f Quick compiler: tighten null/0/0.0 workaround by buzbee · 12 years ago
  32. 5f61f67 Workaround for Issue 7250540 by buzbee · 12 years ago
  33. 02031b1 Quick compiler: Single .so for all targets by buzbee · 12 years ago
  34. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 12 years ago
  35. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 12 years ago
  36. 52a77fc Quick Compiler function renaming by buzbee · 12 years ago
  37. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 12 years ago
  38. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 12 years ago
  39. eaf09bc Quick compiler: more refactoring by buzbee · 12 years ago[Renamed from src/compiler/codegen/codegen_factory.cc]
  40. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 12 years ago[Renamed from src/compiler/codegen/CodegenFactory.cc]
  41. f0504cd Quick backend: rename target-specific #defines by buzbee · 12 years ago
  42. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 12 years ago
  43. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  44. ad8f15e Milestone: close Quick side channel communication by buzbee · 12 years ago
  45. 408ad16 Restructure to reduce MIR references by buzbee · 12 years ago
  46. a114add [Compiler] use Art indentation standard by Bill Buzbee · 12 years ago
  47. c6f3bb8 Further x86 progress and image creation. by Ian Rogers · 12 years ago
  48. 9c044ce Support for promoting Method* and compiler temps by buzbee · 12 years ago
  49. ab2b55d Refactor callRuntimeHelper by Ian Rogers · 12 years ago
  50. 3d66194 Real fix for 064 by buzbee · 12 years ago
  51. e196567 SSA rework and support compiler temps in the frame by buzbee · 12 years ago
  52. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  53. a7678db x86 source code hack and slash by buzbee · 12 years ago
  54. c5159d5 MIPS switch table support by buzbee · 12 years ago
  55. 82488f5 Multi-target Codegen cleanup by buzbee · 12 years ago
  56. 31a4a6f More target-independence by buzbee · 12 years ago
  57. e3acd07 Multi-target support by buzbee · 12 years ago
  58. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 13 years ago
  59. 67bc236 Register promotion fix by buzbee · 13 years ago
  60. b29e4d1 Misc codegen fixes related to register promotion by buzbee · 13 years ago
  61. ed3e930 assert to DCHECK conversion by buzbee · 13 years ago
  62. 8060925 Implement Class.getDeclared(Constructors|Fields|Methods). by Elliott Hughes · 13 years ago
  63. 43a3642 Fix null check elimination by buzbee · 13 years ago
  64. 3ea4ec5 Misc fixes, new compiler unit tests by buzbee · 13 years ago
  65. 67bf885 Oat compiler integration snapshot. by buzbee · 13 years ago