1. 11b63d1 Quick compiler: division by literal fix by buzbee · 12 years ago
  2. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  3. 848871b Entry point clean up. by Ian Rogers · 12 years ago
  4. 7655f29 Portable refactorings. by Ian Rogers · 12 years ago
  5. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago
  6. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  7. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 12 years ago
  8. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 12 years ago
  9. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  10. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed (99%) from src/compiler/dex/quick/gen_common.cc]
  11. 51c2467 libart-compiler cleanup by Brian Carlstrom · 12 years ago
  12. 2630985 Tweaks to check-cast codegen. by Ian Rogers · 12 years ago
  13. c9e463c Faster instance-of for final classes. by Ian Rogers · 12 years ago
  14. a700596 Unresolved types aren't assignable from Object. by Ian Rogers · 12 years ago
  15. fae370a Don't apply instance-of peephole when vDest == vSrc. by Ian Rogers · 12 years ago
  16. 980d16b Stage 2 of cast elision opt. by Dragos Sbirlea · 12 years ago
  17. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 12 years ago
  18. 397c048 Don't mark instanceof as a safepoint. by Ian Rogers · 12 years ago
  19. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 12 years ago
  20. 9d6589c Merge "Compiler: continuing refactoring" into dalvik-dev by buzbee · 12 years ago
  21. 862a760 Compiler: continuing refactoring by buzbee · 12 years ago
  22. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  23. 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago
  24. 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago
  25. aed0716 Some comment tweaks in quick. by Ian Rogers · 12 years ago
  26. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  27. 89756f2 Rename OatCompilationUnit to Dex.. move to compiler. by Ian Rogers · 12 years ago
  28. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  29. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago[Renamed (99%) from src/compiler/codegen/gen_common.cc]
  30. c7d1f91 Codegen tweaks by buzbee · 12 years ago
  31. 987db60 Merge "Compiler cleanup: remove some old JIT leftovers." into dalvik-dev by buzbee · 12 years ago
  32. a5954be Compiler cleanup: remove some old JIT leftovers. by buzbee · 12 years ago
  33. 6a791b2 Skip card mark when storing known null reference by buzbee · 12 years ago
  34. 4ef3e45 Compiler constant handling rework by buzbee · 13 years ago
  35. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
  36. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  37. 1eab958 Remove kExceptionPending flag from thread and codegen. by jeffhao · 13 years ago
  38. dc5daa0 Fix portable path. by TDYa127 · 13 years ago
  39. e6285f9 Compiler: Take advantage of constant propagation by buzbee · 13 years ago
  40. a3a82b2 Quick compiler: minor cleanup by buzbee · 13 years ago
  41. 02031b1 Quick compiler: Single .so for all targets by buzbee · 13 years ago
  42. fa57c47 Quick Compiler: Shoot the Camel by buzbee · 13 years ago
  43. aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 13 years ago
  44. 52a77fc Quick Compiler function renaming by buzbee · 13 years ago
  45. 1bc37c6 Continuing Quick compiler refactoring by buzbee · 13 years ago
  46. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 13 years ago
  47. eaf09bc Quick compiler: more refactoring by buzbee · 13 years ago
  48. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 13 years ago[Renamed from src/compiler/codegen/GenCommon.cc]
  49. f0504cd Quick backend: rename target-specific #defines by buzbee · 13 years ago
  50. a4a970a Fix overlap bug by buzbee · 13 years ago
  51. 0f79d72 Fix Mips/x86 compilers by buzbee · 13 years ago
  52. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 13 years ago
  53. 30a3317 More MIPS fixes. Many run-test tests pass. by jeffhao · 13 years ago
  54. 4eb68ed More MIPS fixes. Fibonacci and ExceptionTest work. by jeffhao · 13 years ago
  55. fa147e2 Numerous fixes to MIPS. Basic oatexec works. by jeffhao · 13 years ago
  56. 4f8f04a Fix endianness of compiled code and stacks of stubs for MIPS. by jeffhao · 13 years ago
  57. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 13 years ago
  58. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  59. 8320f38 Prune useless entries from dex to pc map by buzbee · 13 years ago
  60. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 13 years ago
  61. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  62. 703f2cd Numerous fixes to enable PromoteRegs, though it's still broken. by jeffhao · 13 years ago
  63. 2a83e8f Quick compiler, fix wide bug by buzbee · 13 years ago
  64. f1f8636 Quick compiler - fix run-test 019 by buzbee · 13 years ago
  65. 44335e1 Fix arguments to throw of ArrayIndexOutOfBounds exception. by jeffhao · 13 years ago
  66. 6969d50 Invoke support for Quick Compiler by buzbee · 13 years ago
  67. e5f0122 Fixes for invoke/move-result fusing, recursion bug by buzbee · 13 years ago
  68. 3b3dbdd More Quick compiler mir/bb cleanup by buzbee · 13 years ago
  69. 15bf980 More Quick compiler restructuring by buzbee · 13 years ago
  70. 408ad16 Restructure to reduce MIR references by buzbee · 13 years ago
  71. 21e1271 Fix x86 aget-wide compilation to use loadBaseIndexedDisp. by jeffhao · 13 years ago
  72. 3f9ace8 Fix x86 compilation of aget-wide when src and dest regs are the same. by jeffhao · 13 years ago
  73. 5772bab Fixed x86 compilation of filled-new-array/range. by jeffhao · 13 years ago
  74. 41005dd Fix x86 type conversions. test-art-host-oat passes. by jeffhao · 13 years ago
  75. 644d531 Fixes to x86 compilation. by jeffhao · 13 years ago
  76. a114add [Compiler] use Art indentation standard by Bill Buzbee · 13 years ago
  77. 174651d Fixed x86 division and modulus and merged their entry points. by jeffhao · 13 years ago
  78. 36ecb78 Fix stack overflow handling. by Elliott Hughes · 13 years ago
  79. f3aac97 Special case division by small constants by buzbee · 13 years ago
  80. cd4935f Use a shorter x86 CMP encoding for suspend count tests. by Elliott Hughes · 13 years ago
  81. d36c52e Check for null array assignments inline. Tidy asm macros. by Ian Rogers · 13 years ago
  82. 55bd45f More X86 fixes. by Ian Rogers · 13 years ago
  83. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 13 years ago
  84. fead293 Minor suspend check tweak by buzbee · 13 years ago
  85. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago
  86. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  87. fc9e6fa Compiler intrinsics by buzbee · 13 years ago
  88. e84278b Stop saying "clazz". by Elliott Hughes · 13 years ago
  89. c6f3bb8 Further x86 progress and image creation. by Ian Rogers · 13 years ago
  90. 16da88c Custom codegen for small frameless methods. by buzbee · 13 years ago
  91. b41b33b Add 3rd argument register to X86. by Ian Rogers · 13 years ago
  92. a7c1268 Restore card marking, minor tuning by buzbee · 13 years ago
  93. ab2b55d Refactor callRuntimeHelper by Ian Rogers · 13 years ago
  94. 239c4e7 Loop detection, improved reg allocation by buzbee · 13 years ago
  95. 6cbb2bd X86 invocation tidy up. by Ian Rogers · 13 years ago
  96. f7d9ad3 Enable all JNI internal compiler tests on the host. by Ian Rogers · 13 years ago
  97. 3d66194 Real fix for 064 by buzbee · 13 years ago
  98. e196567 SSA rework and support compiler temps in the frame by buzbee · 13 years ago
  99. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 13 years ago
  100. 680b1bd Unify branch flags, pretty printer for OpKind. by Ian Rogers · 13 years ago