1. fdffdf8 Fixes to enable TrackLiveTemps optimization on x86. by jeffhao · 13 years ago
  2. f1f8636 Quick compiler - fix run-test 019 by buzbee · 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. 4f2935e Fix missed suspend check. by TDYa127 · 13 years ago
  13. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 13 years ago
  14. 5937e04 Merge "Fix a bunch of lint." into ics-mr1-plus-art by Elliott Hughes · 13 years ago
  15. 7484741 Fix a bunch of lint. by Elliott Hughes · 13 years ago
  16. e33c92b Fix string.compareTo regression by buzbee · 13 years ago
  17. 83475c2 Merge "Milestone: close Quick side channel communication" into ics-mr1-plus-art by buzbee · 13 years ago
  18. ad8f15e Milestone: close Quick side channel communication by buzbee · 13 years ago
  19. 44335e1 Fix arguments to throw of ArrayIndexOutOfBounds exception. by jeffhao · 13 years ago
  20. 6969d50 Invoke support for Quick Compiler by buzbee · 13 years ago
  21. e5f0122 Fixes for invoke/move-result fusing, recursion bug by buzbee · 13 years ago
  22. 1395b1e Patches to x86 compilation to fix vm tests on emulator. by jeffhao · 13 years ago
  23. 45623b8 Disable move-result fusing by buzbee · 13 years ago
  24. 52ed776 FP breakage workaround by buzbee · 13 years ago
  25. 3b3dbdd More Quick compiler mir/bb cleanup by buzbee · 13 years ago
  26. 15bf980 More Quick compiler restructuring by buzbee · 13 years ago
  27. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 13 years ago
  28. b03f487 Shadow frame support for MIR->LLVM-IR conversion by buzbee · 13 years ago
  29. 4abb1a9 Fixes for x86 compilation with floats. by jeffhao · 13 years ago
  30. 2cfc639 Foundation for Quick LLVM compiler by buzbee · 13 years ago
  31. 408ad16 Restructure to reduce MIR references by buzbee · 13 years ago
  32. 6023456 Various missing hunks. by Elliott Hughes · 13 years ago
  33. fd2ec54 Fix compilation issues with new gcc by Brian Carlstrom · 13 years ago
  34. 21e1271 Fix x86 aget-wide compilation to use loadBaseIndexedDisp. by jeffhao · 13 years ago
  35. 3f9ace8 Fix x86 compilation of aget-wide when src and dest regs are the same. by jeffhao · 13 years ago
  36. 5772bab Fixed x86 compilation of filled-new-array/range. by jeffhao · 13 years ago
  37. 292188d More x86 fixes for floating point operations. by jeffhao · 13 years ago
  38. 41005dd Fix x86 type conversions. test-art-host-oat passes. by jeffhao · 13 years ago
  39. 5121e0b Fix x86 long right shifting and int-to-float/double. by jeffhao · 13 years ago
  40. 6a4a7e1 Fix x86 compilation of const-wide. by jeffhao · 13 years ago
  41. 644d531 Fixes to x86 compilation. by jeffhao · 13 years ago
  42. bff2465 [Compiler] Add object ref discovery by buzbee · 13 years ago
  43. a114add [Compiler] use Art indentation standard by Bill Buzbee · 13 years ago
  44. 4467908 Fix immediate size for IMUL32RRI, IMUL32RMI, and IMUL32RAI. by jeffhao · 13 years ago
  45. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 13 years ago
  46. 174651d Fixed x86 division and modulus and merged their entry points. by jeffhao · 13 years ago
  47. 36ecb78 Fix stack overflow handling. by Elliott Hughes · 13 years ago
  48. 225ae52 Implement RRI and RRI8 variants of IMUL. by Elliott Hughes · 13 years ago
  49. 5450e0e Fix psllq encoding bug. by Ian Rogers · 13 years ago
  50. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  51. f3aac97 Special case division by small constants by buzbee · 13 years ago
  52. cd4935f Use a shorter x86 CMP encoding for suspend count tests. by Elliott Hughes · 13 years ago
  53. d36c52e Check for null array assignments inline. Tidy asm macros. by Ian Rogers · 13 years ago
  54. 141d622 More X86 fixes. by Ian Rogers · 13 years ago
  55. 55bd45f More X86 fixes. by Ian Rogers · 13 years ago
  56. fc700ed Fix x86 long math. by Ian Rogers · 13 years ago
  57. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 13 years ago
  58. fead293 Minor suspend check tweak by buzbee · 13 years ago
  59. a2e39d9 Enable the rest of branch fusing by buzbee · 13 years ago
  60. 84fd693 Branch fusing by buzbee · 13 years ago
  61. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago
  62. deaac40 Fix the C++ compilation part of the Mac build. by Elliott Hughes · 13 years ago
  63. 97df07f Fix getter/setter special case codegen by buzbee · 13 years ago
  64. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  65. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  66. 81ff318 Nomenclature improvements. by Elliott Hughes · 13 years ago
  67. e84278b Stop saying "clazz". by Elliott Hughes · 13 years ago
  68. c6f3bb8 Further x86 progress and image creation. by Ian Rogers · 13 years ago
  69. e62076c Fix special method codegen by buzbee · 13 years ago
  70. f24132c Fix setter trivial pattern matching. by Ian Rogers · 13 years ago
  71. 16da88c Custom codegen for small frameless methods. by buzbee · 13 years ago
  72. b41b33b Add 3rd argument register to X86. by Ian Rogers · 13 years ago
  73. bdf6c3d Trivial cleanup of typos and fixed-length buffers. by Elliott Hughes · 13 years ago
  74. f582258 oat file patching by Brian Carlstrom · 13 years ago
  75. a7c1268 Restore card marking, minor tuning by buzbee · 13 years ago
  76. b3ab25b Enable compiler_test on host. by Ian Rogers · 13 years ago
  77. 9c044ce Support for promoting Method* and compiler temps by buzbee · 13 years ago
  78. 3fa1379 Patch support for the boot image. by Ian Rogers · 13 years ago
  79. ab2b55d Refactor callRuntimeHelper by Ian Rogers · 13 years ago
  80. 239c4e7 Loop detection, improved reg allocation by buzbee · 13 years ago
  81. 2ed3b95 Implement direct apk -> boot calling by Ian Rogers · 13 years ago
  82. 98dc5d7 Fix out-of-bounds memory access by buzbee · 13 years ago
  83. 6cbb2bd X86 invocation tidy up. by Ian Rogers · 13 years ago
  84. 141b0c7 Enable all tests on x86, add assertions by Ian Rogers · 13 years ago
  85. f7d9ad3 Enable all JNI internal compiler tests on the host. by Ian Rogers · 13 years ago
  86. 3d66194 Real fix for 064 by buzbee · 13 years ago
  87. e196567 SSA rework and support compiler temps in the frame by buzbee · 13 years ago
  88. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 13 years ago
  89. ab058bb Make code buffer units 8bit rather than 16bit. by Ian Rogers · 13 years ago
  90. efccc56 Frame layout change by buzbee · 13 years ago
  91. 55c02cd Merge "Monitor enter/exit cleanup" into dalvik-dev by buzbee · 13 years ago
  92. 05eba36 Monitor enter/exit cleanup by buzbee · 13 years ago
  93. 719ace4 Stop saying "typedef struct" and "typedef enum". by Elliott Hughes · 13 years ago
  94. b3cd122 Really fix build. by Elliott Hughes · 13 years ago
  95. e7825db Fix build. by Elliott Hughes · 13 years ago
  96. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  97. 680b1bd Unify branch flags, pretty printer for OpKind. by Ian Rogers · 13 years ago
  98. 86a4bce Fix branch bug (showed up in codegen for debug) by buzbee · 13 years ago
  99. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 13 years ago
  100. de79783 Dummy up MOV instructions, add/tweak comments. by Ian Rogers · 13 years ago