1. c729a6b Improve promotion of double-precision regs by buzbee · 12 years ago
  2. cd6f5fe Merge "Timely color fix" into dalvik-dev by buzbee · 12 years ago
  3. d0a03b8 Timely color fix by buzbee · 12 years ago
  4. 2de2aa1 Make inlined CAS32 loop until store is successful if values match. by Jeff Hao · 12 years ago
  5. b048dd2 Merge "Add valgrind support to compiler arena allocator." into dalvik-dev by Mathieu Chartier · 12 years ago
  6. 75165d0 Add valgrind support to compiler arena allocator. by Mathieu Chartier · 12 years ago
  7. 77695d2 am 715084a2: am 9d7e507f: am 95848d01: Revert "Fix CAS intrinsic to clear exclusive if values don\'t match." by Jeff Hao · 12 years ago
  8. 95848d0 Revert "Fix CAS intrinsic to clear exclusive if values don't match." by Jeff Hao · 12 years ago
  9. 3a08315 Fix CAS intrinsic to clear exclusive if values don't match. by Jeff Hao · 12 years ago
  10. 78765e8 Fix CAS intrinsic to clear exclusive if values don't match. by Jeff Hao · 12 years ago
  11. bd663de Compile-time tuning: register/bb utilities by buzbee · 12 years ago
  12. fffd663 Merge "More Quick compile-time tuning: labels & branches" into dalvik-dev by buzbee · 12 years ago
  13. 252254b More Quick compile-time tuning: labels & branches by buzbee · 12 years ago
  14. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 12 years ago
  15. 28c2300 More compile-time tuning by buzbee · 12 years ago
  16. 9f799db Merge "Compile-time tuning" into dalvik-dev by buzbee · 12 years ago
  17. 56c7178 Compile-time tuning by buzbee · 12 years ago
  18. 9b297bf Refactor CompilerDriver::Compute..FieldInfo by Ian Rogers · 12 years ago
  19. 65ec92c Refactor CompilerDriver::ComputeInvokeInfo by Ian Rogers · 12 years ago
  20. 866709c Merge "Disable devirtualization detection in DEX-to-DEX compiler." into dalvik-dev by Sebastien Hertz · 12 years ago
  21. 1e54d68 Disable devirtualization detection in DEX-to-DEX compiler. by Sebastien Hertz · 12 years ago
  22. d1946a2 am 22955837: Merge "Multi threaded hashed deduplication during compilation." into klp-dev by Mathieu Chartier · 12 years ago
  23. 193bad9 Multi threaded hashed deduplication during compilation. by Mathieu Chartier · 12 years ago
  24. 6e28820 Revert "Update ART for LLVM merge up to r187914." by Brian Carlstrom · 12 years ago
  25. 70814f7 Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  26. e0948e1 Make DexFiles opened from files readonly by default, but writable during dex2oat by Brian Carlstrom · 12 years ago
  27. a7d56cf Revert "Update ART for LLVM merge up to r187914." by Ian Rogers · 12 years ago
  28. eaeab46 Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  29. 11b63d1 Quick compiler: division by literal fix by buzbee · 12 years ago
  30. f6c4b3b New arena memory allocator. by Mathieu Chartier · 12 years ago
  31. 4b8c13e Fix sort order to make register promotion stable by Brian Carlstrom · 12 years ago
  32. ec0cf9b Revert "Update ART for LLVM merge up to r187914." by Brian Carlstrom · 12 years ago
  33. b8a874c Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  34. 677ffa4 Don't skip compilation for portable builds. by Ian Rogers · 12 years ago
  35. fe9ca40 Compiler filter update by buzbee · 12 years ago
  36. b7767e8 Revert "Update ART for LLVM merge up to r187914." by Brian Carlstrom · 12 years ago
  37. 6a94caa Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  38. 9329e6d More suspend check repair. by buzbee · 12 years ago
  39. cbcfaf3 Fix suspend check optimization by buzbee · 12 years ago
  40. be6810d Revert "Update ART for LLVM merge up to r187914." by Brian Carlstrom · 12 years ago
  41. 6e6819f Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  42. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  43. 73a7907 Revert "Update ART for LLVM merge up to r187914." by Stephen Hines · 12 years ago
  44. 34de74b Merge "Update ART for LLVM merge up to r187914." into klp-dev by Stephen Hines · 12 years ago
  45. a49bdff Don't add barriers to clinit methods. by Ian Rogers · 12 years ago
  46. 96faf5b Uleb128 compression of vmap and mapping table. by Ian Rogers · 12 years ago
  47. 468532e Entry point clean up. by Ian Rogers · 12 years ago
  48. 1961a27 Update ART for LLVM merge up to r187914. by Stephen Hines · 12 years ago
  49. ee17e0a Compilation filter by buzbee · 12 years ago
  50. 1b8b2e4 Merge "Adds a DEX-to-DEX compilation level." into dalvik-dev by Sebastien Hertz · 12 years ago
  51. 7502122 Adds a DEX-to-DEX compilation level. by Sebastien Hertz · 12 years ago
  52. 0b12b931 resolved conflicts for merge of 2724776a to dalvik-dev by buzbee · 12 years ago
  53. 2724776 Support inline dex data, take 2 by buzbee · 12 years ago
  54. 7655f29 Portable refactorings. by Ian Rogers · 12 years ago
  55. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago
  56. 46a1270 Revert "Support inline dex data" by Brian Carlstrom · 12 years ago
  57. 64d8f18 Merge "Support inline dex data" by buzbee · 12 years ago
  58. 728328a Support inline dex data by buzbee · 12 years ago
  59. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  60. 2b1de65 am 479f83c1: Dex compiler: re-enable method pattern matching by buzbee · 12 years ago
  61. ebd6638 am 4274889d: Fixing cpplint readability/check issues by Brian Carlstrom · 12 years ago
  62. ac43ae5 am 2d88862f: Fixing cpplint readability/casting issues by Brian Carlstrom · 12 years ago
  63. 58d8b95 am 02c8cc6d: Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 12 years ago
  64. 5775391 am 6f485c62: Fix cpplint whitespace/indent issues by Brian Carlstrom · 12 years ago
  65. d0b4959 am 9b7085a4: Fix cpplint readability/braces issues by Brian Carlstrom · 12 years ago
  66. fbf49d2 resolved conflicts for merge of 50af9793 to dalvik-dev by Brian Carlstrom · 12 years ago
  67. 479f83c Dex compiler: re-enable method pattern matching by buzbee · 12 years ago
  68. 4274889 Fixing cpplint readability/check issues by Brian Carlstrom · 12 years ago
  69. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 12 years ago
  70. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 12 years ago
  71. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 12 years ago
  72. 9b7085a Fix cpplint readability/braces issues by Brian Carlstrom · 12 years ago
  73. 38f85e4 Fix cpplint whitespace/operators issues by Brian Carlstrom · 12 years ago
  74. e340988 am 1895ea38: Fix cpplint readability/fn_size issues by Brian Carlstrom · 12 years ago
  75. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 12 years ago
  76. b907009 resolved conflicts for merge of df62950e to dalvik-dev by Brian Carlstrom · 12 years ago
  77. 0852459 am 0cd7ec2d: Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 12 years ago
  78. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 12 years ago
  79. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 12 years ago
  80. 073deb8 am f69863b3: Fix cpplint whitespace/newline issues by Brian Carlstrom · 12 years ago
  81. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 12 years ago
  82. b267c89 am 93ba893c: Fix cpplint runtime/explicit issues by Brian Carlstrom · 12 years ago
  83. 397f477 am b1eba213: Fix cpplint whitespace/comma issues by Brian Carlstrom · 12 years ago
  84. 98c19d2 am 2ce745c0: Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  85. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 12 years ago
  86. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 12 years ago
  87. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  88. 42425b3 am fc0e3219: Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  89. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  90. 543959c Support check-cast elision in DEX-to-DEX compiler. by Sebastien Hertz · 12 years ago
  91. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago