- b408e58 Remove double unloading hack by Mathieu Chartier · 9 years ago
- b0fca36 Merge "Fix assert failure in interpreter after deoptimization." by Mingyao Yang · 9 years ago
- 504a690 Fix assert failure in interpreter after deoptimization. by Mingyao Yang · 9 years ago
- 727d6df Revert "Revert "(dl)Close native libraries on unload"" by Mathieu Chartier · 9 years ago
- b652da7 Merge "Remove -XOatFileManagerCompilerFilter argument." by Richard Uhler · 9 years ago
- a246510 Merge "Patch for compiling art to run on linux target" by Roland Levillain · 9 years ago
- a69ae8a Merge "Revert "(dl)Close native libraries on unload"" by Nicolas Geoffray · 9 years ago
- 0cf0dbd Revert "(dl)Close native libraries on unload" by Nicolas Geoffray · 9 years ago
- bdcd89e Merge "(dl)Close native libraries on unload" by Treehugger Robot · 9 years ago
- 2eb3ba9 (dl)Close native libraries on unload by Dimitry Ivanov · 9 years ago
- 66630be Update comment in class_linker.cc by Alex Light · 9 years ago
- 43aa331 Merge "Check if a class is verified before visiting profiling info." by Treehugger Robot · 9 years ago
- c5818f6 Merge "ARM64: Add new String.compareTo intrinsic." by Vladimir Marko · 9 years ago
- 022dd86 Check if a class is verified before visiting profiling info. by Nicolas Geoffray · 9 years ago
- fbcf46e Merge "Put a handle on the String object." by Nicolas Geoffray · 9 years ago
- 2ba8895 ART: Dump more OatDexFile data in oatdump by Andreas Gampe · 9 years ago
- f4b3487 Remove -XOatFileManagerCompilerFilter argument. by Richard Uhler · 9 years ago
- d6c2bfa Fix vtable corruption. by Alex Light · 9 years ago
- a96f316 Put a handle on the String object. by Nicolas Geoffray · 9 years ago
- 1f36f41 ARM64: Add new String.compareTo intrinsic. by Scott Wakeling · 9 years ago
- 39d68ef Reset NativeLoader on DestroyJavaVM by Dimitry Ivanov · 9 years ago
- b384e5e Fix profile saver to use base dex location by Mathieu Chartier · 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
- 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
- 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
- 7f89067 Merge "ART: Add missing EXPORT_PCs to x86/_64 mterp" by Bill Buzbee · 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
- 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
- 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
- 2bd7d2d ART: add exynos-m1 to a53 #835769 & #843419 erratum exception list by Junmo Park · 9 years ago
- e6d9677 Merge "Use explicit cast to avoid compilers error" by Roland Levillain · 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
- 393fdb8 Make sure the referring class is in the dex cache. by Nicolas Geoffray · 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
- 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
- 53954b9 ART: Slightly change InitializeClass flow by Andreas Gampe · 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
- 698f4d1 Fix and tune ProfileSaver by Calin Juravle · 9 years ago
- 050fb1b Do not profile fully compiled oat files. by Calin Juravle · 9 years ago
- 5d1bd0a Discard corrupted or out of date profiles by Calin Juravle · 9 years ago
- 876f350 Extend profman to be able to dump profile content. by Calin Juravle · 9 years ago
- 6414295 Update and improve profiles format by Calin Juravle · 9 years ago
- 6726546 Improve ProfileSaver to cache data and do minimal I/O by Calin Juravle · 9 years ago
- b9c1b9b Improve resolved classes saving strategy by Calin Juravle · 9 years ago
- b8e6999 Add ProfileSaver stats and dump them during SigQuit by Calin Juravle · 9 years ago
- 59ff8cb Don't be so agressive in quering the code cache for new methods by Calin Juravle · 9 years ago
- 3071f80 Patch for compiling art to run on linux target by Bilyan Borisov · 9 years ago
- bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 9 years ago
- 1bfc7e5 Merge "ART: Disable unstarted runtime pow test for valgrind" by Treehugger Robot · 9 years ago
- b679515 ART: Disable unstarted runtime pow test for valgrind by Andreas Gampe · 9 years ago
- 436759c Merge "Make dex file loading failure more explicit about failure." by Alex Light · 9 years ago
- ebe4d21 Merge "Revert "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86""" by Hiroshi Yamauchi · 9 years ago
- 2efce70 Merge "X86/X86_64: Switch to locked add from mfence" by Aart Bik · 9 years ago
- 69cee6a Revert "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86"" by Sang, Chunlei · 9 years ago
- 9d7c524 Merge "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86"" by Hiroshi Yamauchi · 9 years ago
- 0cd1bf7 Revert "Assembly TLAB and RegionTLAB allocation fast path for x86" by Hiroshi Yamauchi · 9 years ago
- 213120f Merge "Assembly TLAB and RegionTLAB allocation fast path for x86" by Hiroshi Yamauchi · 9 years ago
- 3045b66 Make dex file loading failure more explicit about failure. by Alex Light · 9 years ago
- 1878667 Merge "ART: Change x86 from modify_ldt to set_thread_data" by Andreas Gampe · 9 years ago
- 0b577a9 Merge changes I0360a078,I3e267519 by Treehugger Robot · 9 years ago
- 44e5cd8 Merge "Do less work holding thread list lock" by Mathieu Chartier · 9 years ago
- 7424025 Merge changes Ic40833d3,I8f286987 by Hiroshi Yamauchi · 9 years ago
- b8a00f9 ART: Add Math cutouts by Andreas Gampe · 9 years ago
- 715fdc2 ART: Add some reflection cutouts by Andreas Gampe · 9 years ago
- 0ffdc9c Do less work holding thread list lock by Mathieu Chartier · 9 years ago
- 20d2c9d Merge "ART: Remove Security initialization cutout" by Andreas Gampe · 9 years ago
- 84ed7d0 Assembly TLAB and RegionTLAB allocation fast path for x86 by Sang, Chunlei · 9 years ago
- 3ed30c3 ART: Remove Security initialization cutout by Andreas Gampe · 9 years ago
- 6435910 Merge "Use iterators "before" the use node in HUserRecord<>." by Vladimir Marko · 9 years ago
- 8f95cf3 Fix a deadlock between debugger and GC. by Hiroshi Yamauchi · 9 years ago