1. 2a83e8f Quick compiler, fix wide bug by buzbee · 13 years ago
  2. fdffdf8 Fixes to enable TrackLiveTemps optimization on x86. by jeffhao · 13 years ago
  3. a1da8a5 Quick compiler: complete switch support by buzbee · 13 years ago
  4. f58c12c Quick compiler - packed switch support by buzbee · 13 years ago
  5. 4f4dfc7 Quick compiler - various bug fixes by buzbee · 13 years ago
  6. 7659263 Quick compiler: conversions, bug fixes by buzbee · 13 years ago
  7. 101305f Continued fleshout out of Quick compiler by buzbee · 13 years ago
  8. e296248 Fixes for x86 compiler optimizations. by jeffhao · 13 years ago
  9. 8fa0fda Quick compiler: support for arrays, misc. by buzbee · 13 years ago
  10. 3241296 Quick compiler exception support by buzbee · 13 years ago
  11. 4f1181f Quick compiler: support for 006, 012, 013, 017 by buzbee · 13 years ago
  12. ad8f15e Milestone: close Quick side channel communication by buzbee · 13 years ago
  13. 6969d50 Invoke support for Quick Compiler by buzbee · 13 years ago
  14. 2cfc639 Foundation for Quick LLVM compiler by buzbee · 13 years ago
  15. abe64aa Remove a dangerous default from oatNew and fix the bug it hid. by Elliott Hughes · 13 years ago
  16. bff2465 [Compiler] Add object ref discovery by buzbee · 13 years ago
  17. a114add [Compiler] use Art indentation standard by Bill Buzbee · 13 years ago
  18. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  19. e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 13 years ago
  20. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 13 years ago
  21. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  22. 16da88c Custom codegen for small frameless methods. by buzbee · 13 years ago
  23. a7c1268 Restore card marking, minor tuning by buzbee · 13 years ago
  24. b3ab25b Enable compiler_test on host. by Ian Rogers · 13 years ago
  25. b37c999 Disable BBOpt when debugger active by buzbee · 13 years ago
  26. 9c044ce Support for promoting Method* and compiler temps by buzbee · 13 years ago
  27. 239c4e7 Loop detection, improved reg allocation by buzbee · 13 years ago
  28. f7d9ad3 Enable all JNI internal compiler tests on the host. by Ian Rogers · 13 years ago
  29. e196567 SSA rework and support compiler temps in the frame by buzbee · 13 years ago
  30. 3fa1b7e Unify the invoke stubs and replace "oat" with "Art" in the API. by Elliott Hughes · 13 years ago
  31. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 13 years ago
  32. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  33. 86a4bce Fix branch bug (showed up in codegen for debug) by buzbee · 13 years ago
  34. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 13 years ago
  35. 31a4a6f More target-independence by buzbee · 13 years ago
  36. de6e4cf Add dex2oat -g to control whether the compiled code has debugger support. by Elliott Hughes · 13 years ago
  37. 996cc58 Add compiler stats, fix super call slow path by Ian Rogers · 13 years ago
  38. 44b412b Codegen support for debugger by buzbee · 13 years ago
  39. ba938cb Make the compiler threadsafe by buzbee · 13 years ago
  40. 5abfa3e Compiler tuning by buzbee · 13 years ago
  41. 85d8c1e Minor compiler tuning by buzbee · 13 years ago
  42. 99ba964 More compilation performance tuning by buzbee · 14 years ago
  43. 5b53710 Dataflow analysis rework by buzbee · 14 years ago
  44. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 14 years ago
  45. 9ab05de Fix for issue 5884080: Loop formation regression by buzbee · 14 years ago
  46. 34c77ad Add stress-test mode for ResolveMethodFromCode by buzbee · 14 years ago
  47. 769fde1 Reg promotion fix; full optimization by default by buzbee · 14 years ago
  48. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 14 years ago
  49. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 14 years ago
  50. e941e2c Fix basic block construction by buzbee · 14 years ago
  51. c1f143d Remove some lint. by Elliott Hughes · 14 years ago
  52. a3760aa Refactor the use of Method by the oat compiler. by Ian Rogers · 14 years ago
  53. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 14 years ago
  54. b7990c7 Disable by register optimizations by default by buzbee · 14 years ago
  55. 510c605 Workaround for cfg building failure by buzbee · 14 years ago
  56. 0dd7dda Several fixes for proper creation and use of vmap tables by Brian Carlstrom · 14 years ago
  57. d81871c Verifier clean up. by Ian Rogers · 14 years ago
  58. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 14 years ago
  59. 67bc236 Register promotion fix by buzbee · 14 years ago
  60. 928bf02 Ensure getConstString uses slow path for non-image compilation by Brian Carlstrom · 14 years ago
  61. b4aa242 Temporarily disable optimization by buzbee · 14 years ago
  62. bb7d773 Turn on optimization by default by buzbee · 14 years ago
  63. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 14 years ago
  64. e3de749 Compiler - switch default for null invoke test by buzbee · 14 years ago
  65. 3ddc0d1 Fix Vmap table size by buzbee · 14 years ago
  66. ce30293 Compiler cleanup by buzbee · 14 years ago
  67. e24fa61 Separate oat from image by Brian Carlstrom · 14 years ago
  68. e983d00 Revert optimization settings by buzbee · 14 years ago
  69. bbaf894 Optimization fixes by buzbee · 14 years ago
  70. c0ecd65 Various optimization fixes by buzbee · 14 years ago
  71. ed3e930 assert to DCHECK conversion by buzbee · 14 years ago
  72. c41e5b5 Add tables to map between callee saves and vregs by buzbee · 14 years ago
  73. c1f4504 Suspend check reworking (ready for rewiew) by buzbee · 14 years ago
  74. bdb0391 Support for exception throwing. by Ian Rogers · 14 years ago
  75. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 14 years ago
  76. 43a3642 Fix null check elimination by buzbee · 14 years ago
  77. f0cde54 SSA renaming fix & invalid opcode fix by buzbee · 14 years ago
  78. ec5adf3 Mark top of managed stack on helper transitions by buzbee · 14 years ago
  79. 5ade1d2 Complete compiler portion of exception handling by buzbee · 14 years ago
  80. cefd187 Add stack overflow check by buzbee · 14 years ago
  81. 4ef7652 Transmit mapping table to runtime by buzbee · 14 years ago
  82. 2a475e7 Check-cast, instance-of, misc fixes by buzbee · 14 years ago
  83. e9a72f6 Try/Catch analysis; various workarounds by buzbee · 14 years ago
  84. 0f4c41d Various fixes. by Elliott Hughes · 14 years ago
  85. 4a3164f Codegen for invoke-super, invoke-interface by buzbee · 14 years ago
  86. 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 14 years ago
  87. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 14 years ago
  88. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 14 years ago
  89. dd3efae Add instance field get/put test by buzbee · 14 years ago
  90. dfd3d70 Enable virtual invokes, use new alloc, misc by buzbee · 14 years ago
  91. 439c4fa Move 64-bit multiplication to helper by buzbee · 14 years ago
  92. 7b1b86d Various bug fixes and new tests. by buzbee · 14 years ago
  93. bffb155 Convert CompilerTest over to use Compiler by Brian Carlstrom · 14 years ago
  94. d11af15 Change FrameSize to FrameSizeInBytes. by Shih-wei Liao · 14 years ago
  95. 3ea4ec5 Misc fixes, new compiler unit tests by buzbee · 14 years ago
  96. 94496d3 Conditionalize compilation by Brian Carlstrom · 14 years ago
  97. c143c55 Updating the compiler to use the new-world model by buzbee · 14 years ago
  98. 67bf885 Oat compiler integration snapshot. by buzbee · 14 years ago