- f4b3487 Remove -XOatFileManagerCompilerFilter argument. by Richard Uhler · 9 years ago
- a651372 Merge changes from topic 'reset-native-loader' by Dimitry Ivanov · 9 years ago
- 5edb063 Fix check_jni_compiler tests by Dimitry Ivanov · 9 years ago
- 457bc24 Revert "Disable tests after latest nativeloader changes." by Dimitry Ivanov · 9 years ago
- 39d68ef Reset NativeLoader on DestroyJavaVM by Dimitry Ivanov · 9 years ago
- 2f8d3a6 Merge "Fix profile saver to use base dex location" by Mathieu Chartier · 9 years ago
- b384e5e Fix profile saver to use base dex location by Mathieu Chartier · 9 years ago
- 808d6d0 Merge "ART: Disambiguate access-checks mode from lock-counting" by Andreas Gampe · 9 years ago
- 56fdd0e ART: Disambiguate access-checks mode from lock-counting by Andreas Gampe · 9 years ago
- 9d05b59 Merge changes I6942bc86,Ie67e4aa9 by Treehugger Robot · 9 years ago
- 7649467 ART: Fix Mac build by Andreas Gampe · 9 years ago
- c7ed09b ART: Log all monitor operations to systrace by Andreas Gampe · 9 years ago
- bf80a06 Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 9 years ago
- e07a0b0 Merge "Deduplicate simple roots in hprof." by Treehugger Robot · 9 years ago
- 471118e Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
- 4b76755 Deduplicate simple roots in hprof. by Richard Uhler · 9 years ago
- a2b3b36 Merge "Add contender method for lock contention" by Mathieu Chartier · 9 years ago
- 36891fe Add contender method for lock contention by Mathieu Chartier · 9 years ago
- 64d91c6 Merge "Correct monitor pool synchronization" by Hans Boehm · 9 years ago
- 0f35e0b Merge "Remove invoke after inlining." by Treehugger Robot · 9 years ago
- 1be7cbd Remove invoke after inlining. by Nicolas Geoffray · 9 years ago
- fa288cf Merge "Decrease transition weight." by Calin Juravle · 9 years ago
- bd553eb Decrease transition weight. by Nicolas Geoffray · 9 years ago
- de604a2 Merge changes I96464d76,Id5e77316,Icb42a081,I68afc181,I82094e46 by Calin Juravle · 9 years ago
- f39f009 Fix how the ProfileSaver thread attaches to the runtime. by Calin Juravle · 9 years ago
- 945dc32 Merge "Re-enable tests disabled because of libnativehelper_compat_libc++." by Roland Levillain · 9 years ago
- 3bc07ae Merge "Disable tests after latest nativeloader changes." by Nicolas Geoffray · 9 years ago
- 7032e78 Disable tests after latest nativeloader changes. by Nicolas Geoffray · 9 years ago
- 7f89067 Merge "ART: Add missing EXPORT_PCs to x86/_64 mterp" by Bill Buzbee · 9 years ago
- 79b2d3f Merge "Supply librarySearchPath to PathClassLoader" by Dimitry Ivanov · 9 years ago
- 3a79b63 Supply librarySearchPath to PathClassLoader by Dimitry Ivanov · 9 years ago
- 963758d ART: Add missing EXPORT_PCs to x86/_64 mterp by buzbee · 9 years ago
- a319f4d Correct monitor pool synchronization by Hans Boehm · 9 years ago
- e645c93 Merge changes Ia94fc7ac,Iffd25c5f by Mathieu Chartier · 9 years ago
- 91288d8 Revert "Revert "Write conflict tables in image"" by Mathieu Chartier · 9 years ago
- d23d7d1 Revert "Write conflict tables in image" by Mathieu Chartier · 9 years ago
- af36e49 Fix -Xint and -Xusejit interaction by Calin Juravle · 9 years ago
- 155ff3d Add command line option for jit invoke transition weight by Calin Juravle · 9 years ago
- ffc8707 Split profile recording from jit compilation by Calin Juravle · 9 years ago
- 97cbc92 Allow the framework to register sensistive threads to the runtime by Calin Juravle · 9 years ago
- 85e4797 Merge "Update list of libraries needed for ART run-test." by Nicolas Geoffray · 9 years ago
- 74c3994 Update list of libraries needed for ART run-test. by Nicolas Geoffray · 9 years ago
- 0702f92 Re-enable tests disabled because of libnativehelper_compat_libc++. by Roland Levillain · 9 years ago
- d90ee62 Merge "Add and use public.libraries.buildbot.txt file." by Nicolas Geoffray · 9 years ago
- f813745 Add and use public.libraries.buildbot.txt file. by Nicolas Geoffray · 9 years ago
- 3f8bcb5 Merge changes I38cbe315,Ia05cb31f by Mathieu Chartier · 9 years ago
- e42888f Write conflict tables in image by Mathieu Chartier · 9 years ago
- 7f98c9a Add support for eagerly calculating conflict tables by Mathieu Chartier · 9 years ago
- 3ce07dd Merge "Initialize native loader on JNI_CreateJavaVM" by Dimitry Ivanov · 9 years ago
- 9fa4614 Merge "Fix string patch target retrieval in OatWriter." by Treehugger Robot · 9 years ago
- da93946 Merge "ART: Disable back edge uses for irreducible loops" by Treehugger Robot · 9 years ago
- 052164a Fix string patch target retrieval in OatWriter. by Vladimir Marko · 9 years ago
- 07b3510 ART: Disable back edge uses for irreducible loops by David Brazdil · 9 years ago
- 387dd9b Merge "ART: add exynos-m1 to a53 #835769 & #843419 erratum exception list" by Vladimir Marko · 9 years ago
- f2cb389 Merge "ART: Eliminate unlikely code from hot path in x86 div/rem" by Roland Levillain · 9 years ago
- 2da04e1 Merge "Fix test to return expected value." by Nicolas Geoffray · 9 years ago
- a4a640e Fix test to return expected value. by Nicolas Geoffray · 9 years ago
- e30ee0a Merge "Forbid HDeoptimize instructions in OSR methods." by Nicolas Geoffray · 9 years ago
- 93a18c5 Forbid HDeoptimize instructions in OSR methods. by Nicolas Geoffray · 9 years ago
- 2bd7d2d ART: add exynos-m1 to a53 #835769 & #843419 erratum exception list by Junmo Park · 9 years ago
- 4e377e5 Merge "Work around Jack optimizations in arm64 shifter operand test." by Treehugger Robot · 9 years ago
- 5e67a6a Merge "Test component type for errors too. With regression test." by Aart Bik · 9 years ago
- 5bc80b9 Work around Jack optimizations in arm64 shifter operand test. by Vladimir Marko · 9 years ago
- 9d944d1 ART: Eliminate unlikely code from hot path in x86 div/rem by Serguei Katkov · 9 years ago
- e6d9677 Merge "Use explicit cast to avoid compilers error" by Roland Levillain · 9 years ago
- f417ff4 Test component type for errors too. With regression test. by Aart Bik · 9 years ago
- b324635 Merge "Fix valgrind tests: mark allocated space as defined." by Vladimir Marko · 9 years ago
- 3f84f2c Fix valgrind tests: mark allocated space as defined. by Vladimir Marko · 9 years ago
- 041169f Initialize native loader on JNI_CreateJavaVM by Dimitry Ivanov · 9 years ago
- 2712a07 Merge "Make sure the referring class is in the dex cache." by Treehugger Robot · 9 years ago
- 4eb6fbf Use explicit cast to avoid compilers error by Goran Jakovljevic · 9 years ago
- dbea8b4 Merge "Revert "Revert "Thumb2: Reduce memory used for fixup dependencies.""" by Vladimir Marko · 9 years ago
- 393fdb8 Make sure the referring class is in the dex cache. by Nicolas Geoffray · 9 years ago
- 1de88ac Merge "ART: Fix ROR Checker test" by David Brazdil · 9 years ago
- 22c1f54 ART: Fix ROR Checker test by David Brazdil · 9 years ago
- a64f249 Revert "Revert "Thumb2: Reduce memory used for fixup dependencies."" by Vladimir Marko · 9 years ago
- 2798325 Merge "Reduce memory lost by ArenaAllocator for large allocations." by Vladimir Marko · 9 years ago
- 88b8915 Merge "Refactor use of __ANDROID__ macro" by Roland Levillain · 9 years ago
- 3e0e717 Reduce memory lost by ArenaAllocator for large allocations. by Vladimir Marko · 9 years ago
- 6583646 Merge "Take into account the change in classes when analysing profiles" by Calin Juravle · 9 years ago
- c824b51 Take into account the change in classes when analysing profiles by Calin Juravle · 9 years ago
- 900d7d4 Merge changes Ie36c4b4a,Ia9968b95,I2c19de14,I99388dee,I072c4e41, ... by Calin Juravle · 9 years ago
- ee3e2be Merge "Add flag to ArtMethod to skip compilation." by Treehugger Robot · 9 years ago
- 250a378 Add flag to ArtMethod to skip compilation. by Nicolas Geoffray · 9 years ago
- 37da253 Merge "Revert "Thumb2: Reduce memory used for fixup dependencies."" by Treehugger Robot · 9 years ago
- d89e241 Revert "Thumb2: Reduce memory used for fixup dependencies." by Guang Zhu · 9 years ago
- d5e665a Merge "ART: Slightly change InitializeClass flow" by Treehugger Robot · 9 years ago
- 8828030 Merge "Revert "Assembly RegionTLAB allocation fast path for x86_64"" by Treehugger Robot · 9 years ago
- 5ef4667 Revert "Assembly RegionTLAB allocation fast path for x86_64" by Hiroshi Yamauchi · 9 years ago
- 53954b9 ART: Slightly change InitializeClass flow by Andreas Gampe · 9 years ago
- f6e6331 Merge "MIPS64: Implement bitCount intrinsics." by Aart Bik · 9 years ago
- c0a419e Merge "Update to perflib-25.0.0 to improve processing performance." by Richard Uhler · 9 years ago
- 747a566 Merge "Assembly RegionTLAB allocation fast path for x86_64" by Hiroshi Yamauchi · 9 years ago
- 4f4a6c4 Merge "ART: Naive NullCheck elimination in InstructionBuilder" by David Brazdil · 9 years ago
- c120bbe ART: Naive NullCheck elimination in InstructionBuilder by David Brazdil · 9 years ago
- 9962962 ProfileSaver: query profiling_infos instead of the code_map by Calin Juravle · 9 years ago
- 6543933 Fix comparison in profile saver by Calin Juravle · 9 years ago
- 20b7e3b Fix tracking foreign dex files by Calin Juravle · 9 years ago
- 0b79127 Skip profiling if the dex file is fully compiled by Calin Juravle · 9 years ago
- aa840f4 Fix profile save MaxBaxBackoff time by Calin Juravle · 9 years ago