1. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  2. 9281f00 Special for monkey debugging by buzbee · 12 years ago
  3. 215a926 Fix LLVM build. by Shih-wei Liao · 12 years ago
  4. 4df2bbd Enable multi-threaded Quick compilation by buzbee · 12 years ago
  5. 6459e7c Enable bitcode verification for debug builds by buzbee · 12 years ago
  6. a5b3024 Split dex_pc<->native_pc mapping table by Bill Buzbee · 12 years ago
  7. a75a013 Make dex instruction size a lookup. by Ian Rogers · 12 years ago
  8. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  9. 55e5e6c Fix quick fly2iceland after rebase. by TDYa127 · 12 years ago
  10. 46bde5c Fix Frontend.cc for running portable path. by Shih-wei Liao · 12 years ago
  11. 44770fe Fix quick fly2iceland (code_size = 0) bug. by TDYa127 · 12 years ago
  12. abc4c6b Portable path example interface by buzbee · 12 years ago
  13. 0967a25 Quick compiler code layout by buzbee · 12 years ago
  14. d1643e4 Basic block combine pass by buzbee · 12 years ago
  15. 692be80 Quick compiler: reuse llvm context & ir builder by buzbee · 12 years ago
  16. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  17. 7fbee07 Preliminary changes to allow mips target to build. by jeffhao · 12 years ago
  18. ca7a5e4 Quick compiler: restore optimizations by buzbee · 12 years ago
  19. c9f40dd Restore "CFG rework for explicit exception edges" by Bill Buzbee · 12 years ago
  20. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  21. 937b73e Revert "CFG rework for explicit exception edges" by Brian Carlstrom · 12 years ago
  22. f2ba9cb am 8b503db0: CFG rework for explicit exception edges by buzbee · 12 years ago
  23. 8b503db CFG rework for explicit exception edges by buzbee · 12 years ago
  24. 573b429 Enable load store elimination on x86. by jeffhao · 12 years ago
  25. 854029c Fixes to x86 register promotion and load hoisting. by jeffhao · 12 years ago
  26. 85eee02 Quick compiler: various bug fixes by buzbee · 12 years ago
  27. 2a83e8f Quick compiler, fix wide bug by buzbee · 12 years ago
  28. fdffdf8 Fixes to enable TrackLiveTemps optimization on x86. by jeffhao · 12 years ago
  29. a1da8a5 Quick compiler: complete switch support by buzbee · 12 years ago
  30. f58c12c Quick compiler - packed switch support by buzbee · 12 years ago
  31. 4f4dfc7 Quick compiler - various bug fixes by buzbee · 12 years ago
  32. 7659263 Quick compiler: conversions, bug fixes by buzbee · 12 years ago
  33. 101305f Continued fleshout out of Quick compiler by buzbee · 12 years ago
  34. e296248 Fixes for x86 compiler optimizations. by jeffhao · 12 years ago
  35. 8fa0fda Quick compiler: support for arrays, misc. by buzbee · 12 years ago
  36. 3241296 Quick compiler exception support by buzbee · 12 years ago
  37. 4f1181f Quick compiler: support for 006, 012, 013, 017 by buzbee · 12 years ago
  38. ad8f15e Milestone: close Quick side channel communication by buzbee · 12 years ago
  39. 6969d50 Invoke support for Quick Compiler by buzbee · 12 years ago
  40. 2cfc639 Foundation for Quick LLVM compiler by buzbee · 12 years ago
  41. abe64aa Remove a dangerous default from oatNew and fix the bug it hid. by Elliott Hughes · 12 years ago
  42. bff2465 [Compiler] Add object ref discovery by buzbee · 12 years ago
  43. a114add [Compiler] use Art indentation standard by Bill Buzbee · 12 years ago
  44. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  45. e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 12 years ago
  46. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 12 years ago
  47. fc9e6fa Compiler intrinsics by buzbee · 12 years ago
  48. 16da88c Custom codegen for small frameless methods. by buzbee · 12 years ago
  49. a7c1268 Restore card marking, minor tuning by buzbee · 12 years ago
  50. b3ab25b Enable compiler_test on host. by Ian Rogers · 12 years ago
  51. b37c999 Disable BBOpt when debugger active by buzbee · 12 years ago
  52. 9c044ce Support for promoting Method* and compiler temps by buzbee · 12 years ago
  53. 239c4e7 Loop detection, improved reg allocation by buzbee · 12 years ago
  54. f7d9ad3 Enable all JNI internal compiler tests on the host. by Ian Rogers · 12 years ago
  55. e196567 SSA rework and support compiler temps in the frame by buzbee · 12 years ago
  56. 3fa1b7e Unify the invoke stubs and replace "oat" with "Art" in the API. by Elliott Hughes · 12 years ago
  57. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 12 years ago
  58. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  59. 86a4bce Fix branch bug (showed up in codegen for debug) by buzbee · 12 years ago
  60. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 12 years ago
  61. 31a4a6f More target-independence by buzbee · 12 years ago
  62. de6e4cf Add dex2oat -g to control whether the compiled code has debugger support. by Elliott Hughes · 12 years ago
  63. 996cc58 Add compiler stats, fix super call slow path by Ian Rogers · 12 years ago
  64. 44b412b Codegen support for debugger by buzbee · 12 years ago
  65. ba938cb Make the compiler threadsafe by buzbee · 12 years ago
  66. 5abfa3e Compiler tuning by buzbee · 12 years ago
  67. 85d8c1e Minor compiler tuning by buzbee · 13 years ago
  68. 99ba964 More compilation performance tuning by buzbee · 13 years ago
  69. 5b53710 Dataflow analysis rework by buzbee · 13 years ago
  70. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 13 years ago
  71. 9ab05de Fix for issue 5884080: Loop formation regression by buzbee · 13 years ago
  72. 34c77ad Add stress-test mode for ResolveMethodFromCode by buzbee · 13 years ago
  73. 769fde1 Reg promotion fix; full optimization by default by buzbee · 13 years ago
  74. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  75. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  76. e941e2c Fix basic block construction by buzbee · 13 years ago
  77. c1f143d Remove some lint. by Elliott Hughes · 13 years ago
  78. a3760aa Refactor the use of Method by the oat compiler. by Ian Rogers · 13 years ago
  79. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  80. b7990c7 Disable by register optimizations by default by buzbee · 13 years ago
  81. 510c605 Workaround for cfg building failure by buzbee · 13 years ago
  82. 0dd7dda Several fixes for proper creation and use of vmap tables by Brian Carlstrom · 13 years ago
  83. d81871c Verifier clean up. by Ian Rogers · 13 years ago
  84. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 13 years ago
  85. 67bc236 Register promotion fix by buzbee · 13 years ago
  86. 928bf02 Ensure getConstString uses slow path for non-image compilation by Brian Carlstrom · 13 years ago
  87. b4aa242 Temporarily disable optimization by buzbee · 13 years ago
  88. bb7d773 Turn on optimization by default by buzbee · 13 years ago
  89. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  90. e3de749 Compiler - switch default for null invoke test by buzbee · 13 years ago
  91. 3ddc0d1 Fix Vmap table size by buzbee · 13 years ago
  92. ce30293 Compiler cleanup by buzbee · 13 years ago
  93. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  94. e983d00 Revert optimization settings by buzbee · 13 years ago
  95. bbaf894 Optimization fixes by buzbee · 13 years ago
  96. c0ecd65 Various optimization fixes by buzbee · 13 years ago
  97. ed3e930 assert to DCHECK conversion by buzbee · 13 years ago
  98. c41e5b5 Add tables to map between callee saves and vregs by buzbee · 13 years ago
  99. c1f4504 Suspend check reworking (ready for rewiew) by buzbee · 13 years ago
  100. bdb0391 Support for exception throwing. by Ian Rogers · 13 years ago