1. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  2. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  3. 19a19cf Add support for static fields in optimizing compiler. by Nicolas Geoffray · 11 years ago
  4. 66c6d7b Rewrite class initialization check elimination. by Vladimir Marko · 11 years ago
  5. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 11 years ago
  6. c7dd295 Tidy up logging. by Ian Rogers · 11 years ago
  7. a4a3f40 Enable generic JNI for x86 and ARM when interpret-only. by Ian Rogers · 11 years ago
  8. 0b5d851 Merge "Some code clean-up." by Ian Rogers · 11 years ago
  9. d4c4d95 Some code clean-up. by Ian Rogers · 11 years ago
  10. dddb8d8 Merge "dex2oat: Add a --compile-pic option" by Igor Murashkin · 11 years ago
  11. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 11 years ago
  12. d6dee67 dex2oat: Add a --compile-pic option by Igor Murashkin · 11 years ago
  13. 1373595 stdint types all the way! by Ian Rogers · 11 years ago
  14. 7503597 ART: Deprecate CompilationUnit's code_item by Razvan A Lupusoru · 11 years ago
  15. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 11 years ago
  16. 2d5f39e Add ScopedAssertNoThreadSuspension by Mathieu Chartier · 11 years ago
  17. 7d029af Merge "Add the "time" compilation filter and output compilation stats." by Nicolas Geoffray · 11 years ago
  18. 88157ef Add the "time" compilation filter and output compilation stats. by Nicolas Geoffray · 11 years ago
  19. e982f0b Implement invoke virtual in optimizing compiler. by Nicolas Geoffray · 11 years ago
  20. 61ff009 ART: Check for exceptions from unresolved classes by Andreas Gampe · 11 years ago
  21. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 11 years ago
  22. 2ed8def ART: Allow quickening in the boot image by Andreas Gampe · 11 years ago
  23. 5182932 ART: Change access flag behavior in verifier by Andreas Gampe · 11 years ago
  24. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  25. 928f72b ART: Fix things for valgrind by Andreas Gampe · 11 years ago
  26. 859efc4 Merge "ART fix oat debug source map operations" by Vladimir Marko · 11 years ago
  27. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 11 years ago
  28. 8e219ae Reduce interpret-only compile time. by Mathieu Chartier · 11 years ago
  29. 898fcb5 CheckAndClearResolveException should allow LinkageError by Brian Carlstrom · 11 years ago
  30. 33ac819 ART fix oat debug source map operations by Yevgeny Rouban · 11 years ago
  31. 53c913b ART: Clean up compiler by Andreas Gampe · 11 years ago
  32. 9d352c0 Merge "ART: Avoid expensive class lookup in compiler driver" by Andreas Gampe · 11 years ago
  33. e98c889 ART: Avoid expensive class lookup in compiler driver by Andreas Gampe · 11 years ago
  34. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 11 years ago
  35. 3e6ff5b Merge "Move explicit GC after we are done initalizing all classes." by Mathieu Chartier · 11 years ago
  36. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 11 years ago
  37. 093ef21 Move explicit GC after we are done initalizing all classes. by Mathieu Chartier · 11 years ago
  38. 269c336 Merge "ART: Add guards to the dex cache and its shortcuts" by Andreas Gampe · 11 years ago
  39. 58a5af8 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 11 years ago
  40. 57cd9d3b Merge "Added support for patching classes from different dex files." by Mathieu Chartier · 11 years ago
  41. e7f82e2 Added support for patching classes from different dex files. by Fred Shih · 11 years ago
  42. 0f56c9c Merge "ART: Rework CFA frame initialization and writing code" by Andreas Gampe · 11 years ago
  43. 7927380 ART: Rework CFA frame initialization and writing code by Andreas Gampe · 11 years ago
  44. de7b436 ART: Skip compiling redefined classes in apps by Andreas Gampe · 11 years ago
  45. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 11 years ago
  46. c389c97 Merge "Set vtable in class object to null after linking." by Mingyao Yang · 11 years ago
  47. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 11 years ago
  48. a59dd80 Runtime can now be set to require relocation by Alex Light · 11 years ago
  49. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 11 years ago
  50. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  51. e63db27 Break apart header files. by Ian Rogers · 11 years ago
  52. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 11 years ago
  53. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  54. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 11 years ago
  55. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 11 years ago
  56. 6b0599f Whitelist another exception during dex2oat resolving. by Brian Carlstrom · 11 years ago
  57. 53cb16b Add patchoat tool to Art. by Alex Light · 11 years ago
  58. 70b6348 Only allow whitelisted exceptions during dex2oat resolving. by Mathieu Chartier · 11 years ago
  59. f5997b4 More advanced timing loggers. by Mathieu Chartier · 11 years ago
  60. 08f7a2d Log profile info only on debug builds. by Calin Juravle · 11 years ago
  61. 5655e84 ART: Implicit checks in the compiler are independent from Runtime by Andreas Gampe · 11 years ago
  62. 073ed9b ART: Ignore timing issues in debug builds by Andreas Gampe · 11 years ago
  63. 78382fa Optionally add debug symbols to ELF files made by quick compiler. by Alex Light · 11 years ago
  64. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 11 years ago
  65. 4479ba3 Merge "Change FieldHelper to use a handle." by Mathieu Chartier · 11 years ago
  66. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 11 years ago
  67. 20aa7cb Merge "Fixed and refactored profiler options handling" by Calin Juravle · 11 years ago
  68. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 11 years ago
  69. eab52e3 Merge "Clean up the sampling profiler" by Calin Juravle · 11 years ago
  70. bb0b53f Clean up the sampling profiler by Calin Juravle · 11 years ago
  71. a309d76 Fix GC race condition in visit roots by Serguei Katkov · 11 years ago
  72. e0099d4 ART: Fix sharpening across dex files by Andreas Gampe · 11 years ago
  73. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 11 years ago
  74. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 11 years ago
  75. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 11 years ago
  76. 7bf9c46 Merge "Method inlining across dex files in boot image." by Vladimir Marko · 11 years ago
  77. a51a0b0 Method inlining across dex files in boot image. by Vladimir Marko · 11 years ago
  78. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 11 years ago
  79. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  80. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 11 years ago
  81. db2633c Change ObjectLock to take Handle instead of Handle pointer. by Mathieu Chartier · 11 years ago
  82. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  83. 20cdc06 Merge "Changes for vogar compatibility" by Kenny Root · 11 years ago
  84. d518534 Changes for vogar compatibility by Kenny Root · 11 years ago
  85. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  86. 72d3262 Give Compiler a back reference to the driver. by Ian Rogers · 11 years ago
  87. c45b8b5 Create stack traces in unstarted runtimes. by Ian Rogers · 11 years ago
  88. 8668c3c Add finalizer references from the entrypoints. by Mathieu Chartier · 11 years ago
  89. af13ad9 Centralize instruction-set pointer-size, alignment, 64b-width code by Andreas Gampe · 11 years ago
  90. 644789f Fix problem with empty profiles. by Dave Allison · 11 years ago
  91. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 11 years ago
  92. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 11 years ago
  93. 0833af6 Merge "Tweaked profile significant_difference." by Calin Juravle · 11 years ago
  94. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 11 years ago
  95. 9dae5b4 Tweaked profile significant_difference. by Calin Juravle · 11 years ago
  96. 754ddad Use trampolines for calls to helpers by Dave Allison · 11 years ago
  97. 17965ed Re-enable DEX-to-DEX compilation path by Sebastien Hertz · 11 years ago
  98. 5a4139f Merge "art: Handle x86_64 architecture equal to x86" by Bill Buzbee · 11 years ago
  99. 5cc2d07 Merge "Profile: renamed kThresholdPercent and make it configurable" by Calin Juravle · 11 years ago
  100. 317055b Merge "Profile: repurposed kTresholdPercent" by Calin Juravle · 11 years ago