1. e4a50ee Fix build. by Mathieu Chartier · 11 years ago
  2. 5c96e6b Rewrite intrinsics detection. by Vladimir Marko · 11 years ago
  3. 17189ac Quick compiler compile-time/memory use improvement by buzbee · 11 years ago
  4. a61f495 Add timing logger to Quick compiler by buzbee · 11 years ago
  5. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  6. ee17e0a Compilation filter by buzbee · 11 years ago
  7. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  8. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  9. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/compiler/dex/frontend.h]
  10. 7467ee0 Added support for SEA IR. by Dragos Sbirlea · 11 years ago
  11. a5abf70 Compiler: replace DOM traversal computation by buzbee · 12 years ago
  12. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  13. 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago
  14. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago
  15. 4c1c283 Move compiler_llvm to art::llvm. by Ian Rogers · 12 years ago
  16. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  17. 76ae4fe 1 IR builder. Kill greenland. Remove JTypeSpace. by Ian Rogers · 12 years ago
  18. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago[Renamed (96%) from src/compiler/frontend.h]
  19. 26f10ee Fix Portable build by buzbee · 12 years ago
  20. 02031b1 Quick compiler: Single .so for all targets by buzbee · 12 years ago
  21. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 12 years ago
  22. 52a77fc Quick Compiler function renaming by buzbee · 12 years ago
  23. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 12 years ago
  24. eaf09bc Quick compiler: more refactoring by buzbee · 12 years ago
  25. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 12 years ago[Renamed from src/compiler/Compiler.h]
  26. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  27. 4df2bbd Enable multi-threaded Quick compilation by buzbee · 12 years ago
  28. 55e5e6c Fix quick fly2iceland after rebase. by TDYa127 · 12 years ago
  29. d1643e4 Basic block combine pass by buzbee · 12 years ago
  30. 692be80 Quick compiler: reuse llvm context & ir builder by buzbee · 12 years ago
  31. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  32. c9f40dd Restore "CFG rework for explicit exception edges" by Bill Buzbee · 12 years ago
  33. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  34. 937b73e Revert "CFG rework for explicit exception edges" by Brian Carlstrom · 12 years ago
  35. 8b503db CFG rework for explicit exception edges by buzbee · 12 years ago
  36. f58c12c Quick compiler - packed switch support by buzbee · 12 years ago
  37. ad8f15e Milestone: close Quick side channel communication by buzbee · 12 years ago
  38. a114add [Compiler] use Art indentation standard by Bill Buzbee · 13 years ago
  39. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 13 years ago
  40. e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 13 years ago
  41. 16da88c Custom codegen for small frameless methods. by buzbee · 13 years ago
  42. a7c1268 Restore card marking, minor tuning by buzbee · 13 years ago
  43. 9c044ce Support for promoting Method* and compiler temps by buzbee · 13 years ago
  44. e196567 SSA rework and support compiler temps in the frame by buzbee · 13 years ago
  45. 3fa1b7e Unify the invoke stubs and replace "oat" with "Art" in the API. by Elliott Hughes · 13 years ago
  46. 719ace4 Stop saying "typedef struct" and "typedef enum". by Elliott Hughes · 13 years ago
  47. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  48. 86a4bce Fix branch bug (showed up in codegen for debug) by buzbee · 13 years ago
  49. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 13 years ago
  50. e88dfbf x86 codegen source file skeletons by buzbee · 13 years ago
  51. 31a4a6f More target-independence by buzbee · 13 years ago
  52. de6e4cf Add dex2oat -g to control whether the compiled code has debugger support. by Elliott Hughes · 13 years ago
  53. e3acd07 Multi-target support by buzbee · 13 years ago
  54. 996cc58 Add compiler stats, fix super call slow path by Ian Rogers · 13 years ago
  55. 44b412b Codegen support for debugger by buzbee · 13 years ago
  56. ba938cb Make the compiler threadsafe by buzbee · 13 years ago
  57. 5abfa3e Compiler tuning by buzbee · 13 years ago
  58. 99ba964 More compilation performance tuning by buzbee · 13 years ago
  59. 5b53710 Dataflow analysis rework by buzbee · 13 years ago
  60. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 13 years ago
  61. 34c77ad Add stress-test mode for ResolveMethodFromCode by buzbee · 13 years ago
  62. c1f143d Remove some lint. by Elliott Hughes · 13 years ago
  63. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  64. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  65. ce30293 Compiler cleanup by buzbee · 13 years ago
  66. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  67. 67bf885 Oat compiler integration snapshot. by buzbee · 13 years ago