1. d57abe5 Merge "Fix lint errors." by Nicolas Geoffray · 11 years ago
  2. 788aaad Fix lint errors. by Nicolas Geoffray · 11 years ago
  3. 930021f Merge "Add register support to the optimizing compiler." by Nicolas Geoffray · 11 years ago
  4. 3ff386a Add register support to the optimizing compiler. by Nicolas Geoffray · 11 years ago
  5. b515928 Merge "New header fix for gcc 4.7 build." by Nicolas Geoffray · 11 years ago
  6. 3346585 Merge "Cache method lowering info in mir graph." by Vladimir Marko · 11 years ago
  7. e84bfb5 New header fix for gcc 4.7 build. by Nicolas Geoffray · 11 years ago
  8. 75b10e7 Merge "Add includes to fix gcc 4.7 build." by Nicolas Geoffray · 11 years ago
  9. a7f198c Add includes to fix gcc 4.7 build. by Nicolas Geoffray · 11 years ago
  10. f096aad Cache method lowering info in mir graph. by Vladimir Marko · 11 years ago
  11. 0307b5c Merge "Support WITHOUT_CLANG builds" by Brian Carlstrom · 11 years ago
  12. 9719cd2 Support WITHOUT_CLANG builds by Brian Carlstrom · 11 years ago
  13. c74e46a Merge "Work around arm64 host prebuilt differences." by Ian Rogers · 11 years ago
  14. 35df1f3 Work around arm64 host prebuilt differences. by Ian Rogers · 11 years ago
  15. 5142cf0 Merge "JNI down call fixes." by Andreas Gampe · 11 years ago
  16. e0dcd46 JNI down call fixes. by Ian Rogers · 11 years ago
  17. 80a250f Merge "Revert "Revert "Make clang the default compiler on host.""" by Ian Rogers · 11 years ago
  18. a03de6d Revert "Revert "Make clang the default compiler on host."" by Ian Rogers · 11 years ago
  19. aee6ed5 Merge "Revert "Make clang the default compiler on host."" by Ian Rogers · 11 years ago
  20. d54f3a6 Revert "Make clang the default compiler on host." by Ian Rogers · 11 years ago
  21. c418580 Merge "Make clang the default compiler on host." by Ian Rogers · 11 years ago
  22. 87f8b4c Make clang the default compiler on host. by Ian Rogers · 11 years ago
  23. a54ece2 Merge "Fix tests to pass with VerifyObject." by Mathieu Chartier · 11 years ago
  24. 5647d18 Fix tests to pass with VerifyObject. by Mathieu Chartier · 11 years ago
  25. 2145f46 Merge "Bump oat version due to InstructionSet enum renumbering in change:" by Brian Carlstrom · 11 years ago
  26. 173a8b4 Bump oat version due to InstructionSet enum renumbering in change: by Brian Carlstrom · 11 years ago
  27. c2bb539 Merge "Use GetEntryPointFromQuickCompiledCode instead of GetQuickOatCodeOffset" by Brian Carlstrom · 11 years ago
  28. 6124f70 Merge "Make use of profiling information for dex2oat" by Dave Allison · 11 years ago
  29. 474cc79 Use GetEntryPointFromQuickCompiledCode instead of GetQuickOatCodeOffset by Brian Carlstrom · 11 years ago
  30. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  31. 0918614 Merge "Add convenience targets for switching between full, smart, interpret-only" by Brian Carlstrom · 11 years ago
  32. 108460a Merge "Release unused parts of a JNI frame before calling native code" by Andreas Gampe · 11 years ago
  33. c147b00 Release unused parts of a JNI frame before calling native code by Andreas Gampe · 11 years ago
  34. aa00fe0 Merge "Add more VerifyObject calls." by Mathieu Chartier · 11 years ago
  35. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  36. de46ed1 Merge "Fix clang errors in ArenaAllocator." by Vladimir Marko · 11 years ago
  37. bd9e9db Fix clang errors in ArenaAllocator. by Vladimir Marko · 11 years ago
  38. b166d84 Merge "backtrace: use Java stack to help decode native" by Kenny Root · 11 years ago
  39. 3c0c179 Merge "Use ScopedArenaAllocator for CacheFieldLoweringInfo pass." by Vladimir Marko · 11 years ago
  40. a24122d Use ScopedArenaAllocator for CacheFieldLoweringInfo pass. by Vladimir Marko · 11 years ago
  41. a9d7be6 Merge "Create a scoped arena allocator and use that for LVN." by Vladimir Marko · 11 years ago
  42. 2348977 Merge "Fix issues with clang and BUILD_HOST_64bit." by Ian Rogers · 11 years ago
  43. 1e895cd Add convenience targets for switching between full, smart, interpret-only by Brian Carlstrom · 11 years ago
  44. 44d6ff1 Fix issues with clang and BUILD_HOST_64bit. by Ian Rogers · 11 years ago
  45. b35d722 Merge "Enable annotalysis on clang ART builds." by Ian Rogers · 11 years ago
  46. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  47. 5365eea Merge "Defer heap transitions to heap trimming daemon." by Mathieu Chartier · 11 years ago
  48. f1ac817 Merge "Restore obj after RequestConcurrentGC." by Mathieu Chartier · 11 years ago
  49. f517f1a Restore obj after RequestConcurrentGC. by Mathieu Chartier · 11 years ago
  50. a5f9de0 Defer heap transitions to heap trimming daemon. by Mathieu Chartier · 11 years ago
  51. 067d20f backtrace: use Java stack to help decode native by Kenny Root · 11 years ago
  52. c7a8981 Merge "Disable compaction for jni workarounds." by Mathieu Chartier · 11 years ago
  53. 6dda898 Disable compaction for jni workarounds. by Mathieu Chartier · 11 years ago
  54. a7e649d Merge "Make heap reference poisoning work with the interpreter." by Hiroshi Yamauchi · 11 years ago
  55. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  56. 8785d61 Merge "Fix host architecture for 64bit." by Ian Rogers · 11 years ago
  57. befbd57 Fix host architecture for 64bit. by Ian Rogers · 11 years ago
  58. 97c3d61 Merge "Lock ranking fix for monitor IDs." by Ian Rogers · 11 years ago
  59. 85ae517 Lock ranking fix for monitor IDs. by Ian Rogers · 11 years ago
  60. 653661f Merge "Generic JNI implementation for x86_64" by Ian Rogers · 11 years ago
  61. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 11 years ago
  62. e63a745 Make heap reference poisoning work with the interpreter. by Hiroshi Yamauchi · 11 years ago
  63. 359597e Merge "Revert "Revert "Avoid compiling monster methods in boot image""" by Brian Carlstrom · 11 years ago
  64. e26baff Merge "Size and offset fixes to compile for 64b host" by Andreas Gampe · 11 years ago
  65. 39d9218 Size and offset fixes to compile for 64b host by Andreas Gampe · 11 years ago
  66. 5e754d8 Revert "Revert "Avoid compiling monster methods in boot image"" by Brian Carlstrom · 11 years ago
  67. c050485 Merge "Print error message if ImageSpace::Init fails." by Mathieu Chartier · 11 years ago
  68. c7cb190 Print error message if ImageSpace::Init fails. by Mathieu Chartier · 11 years ago
  69. c855436 Merge "Fix valgrind gtests and memory leaks." by Mathieu Chartier · 11 years ago
  70. 77e4cb3 Merge "backtrace: trim of unneeded slash from solib" by Kenny Root · 11 years ago
  71. cc460f1 backtrace: trim of unneeded slash from solib by Kenny Root · 11 years ago
  72. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  73. 83b9668 Merge "Fix read of uninitialized memory in InlineIndexOf" by buzbee · 11 years ago
  74. 8b9a8de Merge "AArch64: Add ARM64 Assembler" by Ian Rogers · 11 years ago
  75. ed8dd49 AArch64: Add ARM64 Assembler by Serban Constantinescu · 11 years ago
  76. a44d4f5 Fix read of uninitialized memory in InlineIndexOf by buzbee · 11 years ago
  77. 511472b Merge "Revert "Avoid compiling monster methods in boot image"" by Brian Carlstrom · 11 years ago
  78. 449fa6e Revert "Avoid compiling monster methods in boot image" by Brian Carlstrom · 11 years ago
  79. 3cd52df Merge "Fix portable build." by Nicolas Geoffray · 11 years ago
  80. 2fecd65 Merge "Add codegen support to the optimizing compiler." by Nicolas Geoffray · 11 years ago
  81. 83f56a4 Merge "Reuse NoopCompilerCallbacks in oatdump" by Brian Carlstrom · 11 years ago
  82. c0a1b18 Reuse NoopCompilerCallbacks in oatdump by Brian Carlstrom · 11 years ago
  83. c84d2f1 Merge "Avoid compiling monster methods in boot image" by Brian Carlstrom · 11 years ago
  84. 217e789 Avoid compiling monster methods in boot image by buzbee · 11 years ago
  85. 86b9b4d Merge "Fix some < vs <= issues in OatFile" by Brian Carlstrom · 11 years ago
  86. cd937a9 Fix some < vs <= issues in OatFile by Brian Carlstrom · 11 years ago
  87. 17c4c92 Merge "Fix oatdump for interpret-only boot classpath" by Brian Carlstrom · 11 years ago
  88. b04388f Fix oatdump for interpret-only boot classpath by Brian Carlstrom · 11 years ago
  89. 94e05cf Merge "Support compiler filters for boot classpath" by Brian Carlstrom · 11 years ago
  90. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 11 years ago
  91. e6031e6 Merge "Oatdump fix." by Brian Carlstrom · 11 years ago
  92. 6cbd271 Oatdump fix. by Ian Rogers · 11 years ago
  93. 6f2083d Merge "Avoid marking old class linker and intern table roots during pause." by Mathieu Chartier · 11 years ago
  94. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 11 years ago
  95. a6ed651 Merge "Disable new signal handler." by Mathieu Chartier · 11 years ago
  96. 28c8359 Disable new signal handler. by Mathieu Chartier · 11 years ago
  97. b02458f Merge "Decrease lock uses in RosAlloc::BulkFree()." by Hiroshi Yamauchi · 11 years ago
  98. 2fece59 Merge "Remove oat file location in the image." by Nicolas Geoffray · 11 years ago
  99. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  100. d4dd255 Add codegen support to the optimizing compiler. by Nicolas Geoffray · 11 years ago