1. d1643e4 Basic block combine pass by buzbee · 12 years ago
  2. e13eafa Support for 32bit CAS as an intrinsic. by Ian Rogers · 12 years ago
  3. 692be80 Quick compiler: reuse llvm context & ir builder by buzbee · 12 years ago
  4. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 12 years ago
  5. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  6. 7fbee07 Preliminary changes to allow mips target to build. by jeffhao · 12 years ago
  7. ca7a5e4 Quick compiler: restore optimizations by buzbee · 12 years ago
  8. c9f40dd Restore "CFG rework for explicit exception edges" by Bill Buzbee · 12 years ago
  9. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  10. 634ea28 Implemented inline of String charAton x86. by jeffhao · 12 years ago
  11. 86e4671 Implemented inline of String indexOf and compareTo on x86. by jeffhao · 12 years ago
  12. 77ae36b Fix and enable inlining of some intrinsics on x86. by jeffhao · 12 years ago
  13. 0e3ac14 Fix fused branches, so vm-tests work again. by jeffhao · 12 years ago
  14. 626aaa9 am 63ebbb68: Quick compiler: fix NOT_LONG codegen by buzbee · 12 years ago
  15. 63ebbb6 Quick compiler: fix NOT_LONG codegen by buzbee · 12 years ago
  16. babda95 Populate call info and inline float/double conversions on x86. by jeffhao · 12 years ago
  17. 8302576 Added thin-lock fast path for monitor-enter/exit on x86. by jeffhao · 12 years ago
  18. 937b73e Revert "CFG rework for explicit exception edges" by Brian Carlstrom · 12 years ago
  19. f2ba9cb am 8b503db0: CFG rework for explicit exception edges by buzbee · 12 years ago
  20. 8b503db CFG rework for explicit exception edges by buzbee · 12 years ago
  21. 573b429 Enable load store elimination on x86. by jeffhao · 12 years ago
  22. 4b771a0 Implemented fused branches for long and fp on x86. by jeffhao · 12 years ago
  23. 8772f7d am 9a2487f9: Quick compiler - NOT_LONG and verification fixes by buzbee · 12 years ago
  24. 9a2487f Quick compiler - NOT_LONG and verification fixes by buzbee · 12 years ago
  25. f1ea6b0 am 854029c1: Fixes to x86 register promotion and load hoisting. by jeffhao · 12 years ago
  26. 854029c Fixes to x86 register promotion and load hoisting. by jeffhao · 12 years ago
  27. 1eb16c1 am 703f2cd1: Numerous fixes to enable PromoteRegs, though it\'s still broken. by jeffhao · 12 years ago
  28. 703f2cd Numerous fixes to enable PromoteRegs, though it's still broken. by jeffhao · 12 years ago
  29. 462ef20 Quick compiler - delete unreferenced local by buzbee · 12 years ago
  30. 85eee02 Quick compiler: various bug fixes by buzbee · 12 years ago
  31. 2a83e8f Quick compiler, fix wide bug by buzbee · 12 years ago
  32. 7c7679c Merge "Quick compiler: fix for missing defs" into ics-mr1-plus-art by buzbee · 12 years ago
  33. 4be777b Quick compiler: fix for missing defs by buzbee · 12 years ago
  34. eb6f3a4 Merge "Fixes to enable TrackLiveTemps optimization on x86." into ics-mr1-plus-art by jeffhao · 12 years ago
  35. fdffdf8 Fixes to enable TrackLiveTemps optimization on x86. by jeffhao · 12 years ago
  36. d501889 Quick compiler - run-test bug fixes by buzbee · 12 years ago
  37. f1f8636 Quick compiler - fix run-test 019 by buzbee · 12 years ago
  38. a1da8a5 Quick compiler: complete switch support by buzbee · 12 years ago
  39. f58c12c Quick compiler - packed switch support by buzbee · 12 years ago
  40. 4f4dfc7 Quick compiler - various bug fixes by buzbee · 12 years ago
  41. 7659263 Quick compiler: conversions, bug fixes by buzbee · 12 years ago
  42. 101305f Continued fleshout out of Quick compiler by buzbee · 12 years ago
  43. e296248 Fixes for x86 compiler optimizations. by jeffhao · 12 years ago
  44. 8fa0fda Quick compiler: support for arrays, misc. by buzbee · 12 years ago
  45. 6613de3 Merge "Quick compiler exception support" into ics-mr1-plus-art by buzbee · 12 years ago
  46. 3241296 Quick compiler exception support by buzbee · 12 years ago
  47. 271769a Merge "Increase use of ScopedJniThreadState." into ics-mr1-plus-art by Ian Rogers · 12 years ago
  48. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  49. 4f1181f Quick compiler: support for 006, 012, 013, 017 by buzbee · 12 years ago
  50. 4f2935e Fix missed suspend check. by TDYa127 · 12 years ago
  51. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  52. 5937e04 Merge "Fix a bunch of lint." into ics-mr1-plus-art by Elliott Hughes · 12 years ago
  53. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  54. e33c92b Fix string.compareTo regression by buzbee · 12 years ago
  55. 83475c2 Merge "Milestone: close Quick side channel communication" into ics-mr1-plus-art by buzbee · 12 years ago
  56. ad8f15e Milestone: close Quick side channel communication by buzbee · 12 years ago
  57. 44335e1 Fix arguments to throw of ArrayIndexOutOfBounds exception. by jeffhao · 12 years ago
  58. 6969d50 Invoke support for Quick Compiler by buzbee · 12 years ago
  59. e5f0122 Fixes for invoke/move-result fusing, recursion bug by buzbee · 12 years ago
  60. 1395b1e Patches to x86 compilation to fix vm tests on emulator. by jeffhao · 12 years ago
  61. 45623b8 Disable move-result fusing by buzbee · 12 years ago
  62. 52ed776 FP breakage workaround by buzbee · 12 years ago
  63. 3b3dbdd More Quick compiler mir/bb cleanup by buzbee · 12 years ago
  64. 15bf980 More Quick compiler restructuring by buzbee · 12 years ago
  65. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 12 years ago
  66. b03f487 Shadow frame support for MIR->LLVM-IR conversion by buzbee · 12 years ago
  67. 4abb1a9 Fixes for x86 compilation with floats. by jeffhao · 12 years ago
  68. 2cfc639 Foundation for Quick LLVM compiler by buzbee · 12 years ago
  69. 408ad16 Restructure to reduce MIR references by buzbee · 12 years ago
  70. 6023456 Various missing hunks. by Elliott Hughes · 12 years ago
  71. fd2ec54 Fix compilation issues with new gcc by Brian Carlstrom · 12 years ago
  72. abe64aa Remove a dangerous default from oatNew and fix the bug it hid. by Elliott Hughes · 12 years ago
  73. 21e1271 Fix x86 aget-wide compilation to use loadBaseIndexedDisp. by jeffhao · 12 years ago
  74. 3f9ace8 Fix x86 compilation of aget-wide when src and dest regs are the same. by jeffhao · 12 years ago
  75. 5772bab Fixed x86 compilation of filled-new-array/range. by jeffhao · 12 years ago
  76. 292188d More x86 fixes for floating point operations. by jeffhao · 12 years ago
  77. 41005dd Fix x86 type conversions. test-art-host-oat passes. by jeffhao · 12 years ago
  78. 5121e0b Fix x86 long right shifting and int-to-float/double. by jeffhao · 12 years ago
  79. 6a4a7e1 Fix x86 compilation of const-wide. by jeffhao · 12 years ago
  80. 644d531 Fixes to x86 compilation. by jeffhao · 12 years ago
  81. bff2465 [Compiler] Add object ref discovery by buzbee · 12 years ago
  82. a114add [Compiler] use Art indentation standard by Bill Buzbee · 12 years ago
  83. 4467908 Fix immediate size for IMUL32RRI, IMUL32RMI, and IMUL32RAI. by jeffhao · 12 years ago
  84. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 13 years ago
  85. 174651d Fixed x86 division and modulus and merged their entry points. by jeffhao · 13 years ago
  86. 36ecb78 Fix stack overflow handling. by Elliott Hughes · 13 years ago
  87. 225ae52 Implement RRI and RRI8 variants of IMUL. by Elliott Hughes · 13 years ago
  88. 5450e0e Fix psllq encoding bug. by Ian Rogers · 13 years ago
  89. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  90. f3aac97 Special case division by small constants by buzbee · 13 years ago
  91. cd4935f Use a shorter x86 CMP encoding for suspend count tests. by Elliott Hughes · 13 years ago
  92. d36c52e Check for null array assignments inline. Tidy asm macros. by Ian Rogers · 13 years ago
  93. 141d622 More X86 fixes. by Ian Rogers · 13 years ago
  94. 55bd45f More X86 fixes. by Ian Rogers · 13 years ago
  95. fc700ed Fix x86 long math. by Ian Rogers · 13 years ago
  96. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 13 years ago
  97. e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 13 years ago
  98. cf7d3a3 Merge "Kill constants.h and fix some copyright headers." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  99. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 13 years ago
  100. fead293 Minor suspend check tweak by buzbee · 13 years ago