1. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 13 years ago[Renamed from src/compiler/Compiler.h]
  2. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 13 years ago
  3. 4df2bbd Enable multi-threaded Quick compilation by buzbee · 13 years ago
  4. 55e5e6c Fix quick fly2iceland after rebase. by TDYa127 · 13 years ago
  5. d1643e4 Basic block combine pass by buzbee · 13 years ago
  6. 692be80 Quick compiler: reuse llvm context & ir builder by buzbee · 13 years ago
  7. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 13 years ago
  8. c9f40dd Restore "CFG rework for explicit exception edges" by Bill Buzbee · 13 years ago
  9. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  10. 937b73e Revert "CFG rework for explicit exception edges" by Brian Carlstrom · 13 years ago
  11. 8b503db CFG rework for explicit exception edges by buzbee · 13 years ago
  12. f58c12c Quick compiler - packed switch support by buzbee · 13 years ago
  13. ad8f15e Milestone: close Quick side channel communication by buzbee · 13 years ago
  14. a114add [Compiler] use Art indentation standard by Bill Buzbee · 13 years ago
  15. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 13 years ago
  16. e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 13 years ago
  17. 16da88c Custom codegen for small frameless methods. by buzbee · 13 years ago
  18. a7c1268 Restore card marking, minor tuning by buzbee · 13 years ago
  19. 9c044ce Support for promoting Method* and compiler temps by buzbee · 13 years ago
  20. e196567 SSA rework and support compiler temps in the frame by buzbee · 13 years ago
  21. 3fa1b7e Unify the invoke stubs and replace "oat" with "Art" in the API. by Elliott Hughes · 13 years ago
  22. 719ace4 Stop saying "typedef struct" and "typedef enum". by Elliott Hughes · 13 years ago
  23. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  24. 86a4bce Fix branch bug (showed up in codegen for debug) by buzbee · 13 years ago
  25. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 13 years ago
  26. e88dfbf x86 codegen source file skeletons by buzbee · 13 years ago
  27. 31a4a6f More target-independence by buzbee · 13 years ago
  28. de6e4cf Add dex2oat -g to control whether the compiled code has debugger support. by Elliott Hughes · 13 years ago
  29. e3acd07 Multi-target support by buzbee · 13 years ago
  30. 996cc58 Add compiler stats, fix super call slow path by Ian Rogers · 13 years ago
  31. 44b412b Codegen support for debugger by buzbee · 13 years ago
  32. ba938cb Make the compiler threadsafe by buzbee · 14 years ago
  33. 5abfa3e Compiler tuning by buzbee · 14 years ago
  34. 99ba964 More compilation performance tuning by buzbee · 14 years ago
  35. 5b53710 Dataflow analysis rework by buzbee · 14 years ago
  36. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 14 years ago
  37. 34c77ad Add stress-test mode for ResolveMethodFromCode by buzbee · 14 years ago
  38. c1f143d Remove some lint. by Elliott Hughes · 14 years ago
  39. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 14 years ago
  40. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 14 years ago
  41. ce30293 Compiler cleanup by buzbee · 14 years ago
  42. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 14 years ago
  43. 67bf885 Oat compiler integration snapshot. by buzbee · 14 years ago