1. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 12 years ago
  2. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 12 years ago
  3. eaf09bc Quick compiler: more refactoring by buzbee · 12 years ago
  4. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 12 years ago
  5. 8e950c1 Simple debugging support for portable path. by TDYa127 · 12 years ago
  6. f0504cd Quick backend: rename target-specific #defines by buzbee · 12 years ago
  7. ec13743 Revert "Revert "Refactor codegen resource masks"" by buzbee · 12 years ago
  8. d21df09 Merge "Revert "Refactor codegen resource masks"" into dalvik-dev by Bill Buzbee · 12 years ago
  9. 4b39c9f1b Revert "Refactor codegen resource masks" by Bill Buzbee · 12 years ago
  10. a4a970a Fix overlap bug by buzbee · 12 years ago
  11. 07131ca Refactor codegen resource masks by buzbee · 12 years ago
  12. 0f79d72 Fix Mips/x86 compilers by buzbee · 12 years ago
  13. 5b3c889 Merge "Remove all TARGET_[ARM|X86|MIPS] #ifdefs" into dalvik-dev by buzbee · 12 years ago
  14. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 12 years ago
  15. 701f0e0 Merge "Special for monkey debugging (#2)" into dalvik-dev by buzbee · 12 years ago
  16. 663c09f Special for monkey debugging (#2) by buzbee · 12 years ago
  17. 09cd727 Fix for MIPS long subtraction when source and destination are same. by jeffhao · 12 years ago
  18. 2a85d8d Merge "A few more MIPS fixes. Emulator boots up with black screen." into dalvik-dev by jeffhao · 12 years ago
  19. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  20. 61f916c A few more MIPS fixes. Emulator boots up with black screen. by jeffhao · 12 years ago
  21. 9281f00 Special for monkey debugging by buzbee · 12 years ago
  22. 30a3317 More MIPS fixes. Many run-test tests pass. by jeffhao · 12 years ago
  23. fc6a30e More MIPS fixes. Most basic tests pass. by jeffhao · 12 years ago
  24. 4eb68ed More MIPS fixes. Fibonacci and ExceptionTest work. by jeffhao · 12 years ago
  25. 179f375 Merge "Numerous fixes to MIPS. Basic oatexec works." into dalvik-dev by jeffhao · 12 years ago
  26. fa147e2 Numerous fixes to MIPS. Basic oatexec works. by jeffhao · 12 years ago
  27. 215a926 Fix LLVM build. by Shih-wei Liao · 12 years ago
  28. 4df2bbd Enable multi-threaded Quick compilation by buzbee · 12 years ago
  29. 137e88f Fast path interface dispatch. by Ian Rogers · 12 years ago
  30. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  31. 951c0a1 Quick: fix tranmission of block info by buzbee · 12 years ago
  32. eb569a9 Merge "Fix endianness of compiled code and stacks of stubs for MIPS." into dalvik-dev by jeffhao · 12 years ago
  33. 4f8f04a Fix endianness of compiled code and stacks of stubs for MIPS. by jeffhao · 12 years ago
  34. 6459e7c Enable bitcode verification for debug builds by buzbee · 12 years ago
  35. a5b3024 Split dex_pc<->native_pc mapping table by Bill Buzbee · 12 years ago
  36. a75a013 Make dex instruction size a lookup. by Ian Rogers · 12 years ago
  37. 2e9f7ed Use shorter opcodes on x86 for opCmpImmBranch. by Ian Rogers · 12 years ago
  38. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 12 years ago
  39. a2c0ba0 Merge "Change dex cache to be java object instead of array, add pointer to dex file in dex cache." into dalvik-dev by Ian Rogers · 12 years ago
  40. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  41. 000d724 Allow more vregs in native GC map. by Ian Rogers · 12 years ago
  42. f5f5a12 Quick compiler: bug fix & cleanup by buzbee · 12 years ago
  43. 4c33bba Merge "Quick compiler: fix array undershoot" into dalvik-dev by buzbee · 12 years ago
  44. 6ec5e23 Quick compiler: fix array undershoot by buzbee · 12 years ago
  45. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  46. 0183dd7 Sqrt intrinsic by Ian Rogers · 12 years ago
  47. b259652 Overall clean up of gbc_expander and intrinsics. by Shih-wei Liao · 12 years ago
  48. 55e5e6c Fix quick fly2iceland after rebase. by TDYa127 · 12 years ago
  49. 46bde5c Fix Frontend.cc for running portable path. by Shih-wei Liao · 12 years ago
  50. 44770fe Fix quick fly2iceland (code_size = 0) bug. by TDYa127 · 12 years ago
  51. 347166a Fix run-test 030. by TDYa127 · 12 years ago
  52. 569daf1 Always push shadowframe for stack trace lookup. by Shih-wei Liao · 12 years ago
  53. abc4c6b Portable path example interface by buzbee · 12 years ago
  54. 890ea89 Add suspend by ourselves to improve performance. by TDYa127 · 12 years ago
  55. 4ec8ccd Implement Div/Rem/fptosi. by TDYa127 · 12 years ago
  56. f71bf5a Implement remaining intrinsics. by TDYa127 · 12 years ago
  57. 554e607 Code cleanup: Rewrite strange-looking if-else statement. by Logan Chien · 12 years ago
  58. 21d28f5 GBC Expander. Removed lir. by Shih-wei Liao · 12 years ago
  59. 0967a25 Quick compiler code layout by buzbee · 12 years ago
  60. 8320f38 Prune useless entries from dex to pc map by buzbee · 12 years ago
  61. 488a78c Fix image size regression by buzbee · 12 years ago
  62. b7574cf Fix basic block combine regression by buzbee · 12 years ago
  63. d1643e4 Basic block combine pass by buzbee · 12 years ago
  64. e13eafa Support for 32bit CAS as an intrinsic. by Ian Rogers · 12 years ago
  65. 692be80 Quick compiler: reuse llvm context & ir builder by buzbee · 12 years ago
  66. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 12 years ago
  67. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  68. 7fbee07 Preliminary changes to allow mips target to build. by jeffhao · 12 years ago
  69. ca7a5e4 Quick compiler: restore optimizations by buzbee · 12 years ago
  70. c9f40dd Restore "CFG rework for explicit exception edges" by Bill Buzbee · 12 years ago
  71. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  72. 634ea28 Implemented inline of String charAton x86. by jeffhao · 12 years ago
  73. 86e4671 Implemented inline of String indexOf and compareTo on x86. by jeffhao · 12 years ago
  74. 77ae36b Fix and enable inlining of some intrinsics on x86. by jeffhao · 12 years ago
  75. 0e3ac14 Fix fused branches, so vm-tests work again. by jeffhao · 12 years ago
  76. 626aaa9 am 63ebbb68: Quick compiler: fix NOT_LONG codegen by buzbee · 12 years ago
  77. 63ebbb6 Quick compiler: fix NOT_LONG codegen by buzbee · 12 years ago
  78. babda95 Populate call info and inline float/double conversions on x86. by jeffhao · 12 years ago
  79. 8302576 Added thin-lock fast path for monitor-enter/exit on x86. by jeffhao · 12 years ago
  80. 937b73e Revert "CFG rework for explicit exception edges" by Brian Carlstrom · 12 years ago
  81. f2ba9cb am 8b503db0: CFG rework for explicit exception edges by buzbee · 12 years ago
  82. 8b503db CFG rework for explicit exception edges by buzbee · 12 years ago
  83. 573b429 Enable load store elimination on x86. by jeffhao · 12 years ago
  84. 4b771a0 Implemented fused branches for long and fp on x86. by jeffhao · 12 years ago
  85. 8772f7d am 9a2487f9: Quick compiler - NOT_LONG and verification fixes by buzbee · 12 years ago
  86. 9a2487f Quick compiler - NOT_LONG and verification fixes by buzbee · 12 years ago
  87. f1ea6b0 am 854029c1: Fixes to x86 register promotion and load hoisting. by jeffhao · 12 years ago
  88. 854029c Fixes to x86 register promotion and load hoisting. by jeffhao · 12 years ago
  89. 1eb16c1 am 703f2cd1: Numerous fixes to enable PromoteRegs, though it\'s still broken. by jeffhao · 12 years ago
  90. 703f2cd Numerous fixes to enable PromoteRegs, though it's still broken. by jeffhao · 12 years ago
  91. 462ef20 Quick compiler - delete unreferenced local by buzbee · 12 years ago
  92. 85eee02 Quick compiler: various bug fixes by buzbee · 12 years ago
  93. 2a83e8f Quick compiler, fix wide bug by buzbee · 12 years ago
  94. 7c7679c Merge "Quick compiler: fix for missing defs" into ics-mr1-plus-art by buzbee · 12 years ago
  95. 4be777b Quick compiler: fix for missing defs by buzbee · 12 years ago
  96. eb6f3a4 Merge "Fixes to enable TrackLiveTemps optimization on x86." into ics-mr1-plus-art by jeffhao · 12 years ago
  97. fdffdf8 Fixes to enable TrackLiveTemps optimization on x86. by jeffhao · 12 years ago
  98. d501889 Quick compiler - run-test bug fixes by buzbee · 12 years ago
  99. f1f8636 Quick compiler - fix run-test 019 by buzbee · 12 years ago
  100. a1da8a5 Quick compiler: complete switch support by buzbee · 12 years ago