- c84073d Lower profiler saver thread priority. by Nicolas Geoffray · 8 years ago
- acf8c9e Merge "Use partial TLAB regions" into oc-dev by Mathieu Chartier · 8 years ago
- bf48003 Use partial TLAB regions by Mathieu Chartier · 8 years ago
- e681bf7 Allow dex2oat to handle relative paths. by Jeff Hao · 8 years ago
- 26013c9 Merge "Record class status after verification." into oc-dev by TreeHugger Robot · 8 years ago
- 275ece3 Merge "Fix ARM64 SystemArrayCopy intrinsic with large constant dest position." into oc-dev by Roland Levillain · 8 years ago
- fbc9041 Record class status after verification. by Nicolas Geoffray · 8 years ago
- 7ff1ef2 Merge "Use correct type for GetValueFromShadowFrame" into oc-dev by TreeHugger Robot · 8 years ago
- bb6c1d5 Fix obsolete method change check. by Alex Light · 8 years ago
- 3cb2d76 Use correct type for GetValueFromShadowFrame by Mathieu Chartier · 8 years ago
- 246d291 Fix ARM64 SystemArrayCopy intrinsic with large constant dest position. by Roland Levillain · 8 years ago
- d8fbd99 sigchain: switch from __thread to pthread_setspecific. by Josh Gao · 8 years ago
- 063a10c IWYU fixes for sigchainlib/sigchain.cc by Luis Hector Chavez · 8 years ago
- 6a0e0b2 Ensure one can call DisposeEnvironment during event callbacks. by Alex Light · 8 years ago
- 7bf7dc6 Fix broken DCHECK. by Alex Light · 8 years ago
- b285722 Merge "Clear zygote space cards for CC" into oc-dev by Mathieu Chartier · 8 years ago
- 1e8b19d Merge changes Ib29b3920,Ice5efad9 into oc-dev by TreeHugger Robot · 8 years ago
- 80d4f53 Clear zygote space cards for CC by Mathieu Chartier · 8 years ago
- bc82f08 ART: Move trampoline logging to -verbose:dex by Andreas Gampe · 8 years ago
- 1b3430b ART: Add -verbose:dex by Andreas Gampe · 8 years ago
- 7d177b4 Don't add Jack dependencies when building without Jack by Colin Cross · 8 years ago
- a259af4 Merge "ART: Report array and proxy classes in ClassLoad & ClassPrepare" into oc-dev by TreeHugger Robot · 8 years ago
- 3364fbc Merge "Free unneeded obsolete maps" into oc-dev by TreeHugger Robot · 8 years ago
- 312637b ART: Report array and proxy classes in ClassLoad & ClassPrepare by Andreas Gampe · 8 years ago
- 55aed54 Merge "Incorporate random profile tests into run-test." into oc-dev by TreeHugger Robot · 8 years ago
- d7fb1f8 Merge "Add profman option to generate a random profile based on dex files." into oc-dev by TreeHugger Robot · 8 years ago
- 4ad12af Free unneeded obsolete maps by Alex Light · 8 years ago
- f28afee Merge "Update NativeBridge interface in ART test" into oc-dev by TreeHugger Robot · 8 years ago
- 6a8a4dd Incorporate random profile tests into run-test. by Jeff Hao · 8 years ago
- b3ad82d Add profman option to generate a random profile based on dex files. by Jeff Hao · 8 years ago
- 5f8e7e2 Update NativeBridge interface in ART test by Zhenhua WANG · 8 years ago
- 5696bf8 Merge "Change dump-classes profman option to dump-classes-and-methods" into oc-dev by TreeHugger Robot · 8 years ago
- 09f6c36 Change dump-classes profman option to dump-classes-and-methods by Mathieu Chartier · 8 years ago
- e3f991f Fixup JDWP for obsolete methods by Alex Light · 8 years ago
- 9638f50 Merge "Force save profiles for SIGUSR1" into oc-dev by Mathieu Chartier · 8 years ago
- 8f23d97 Force save profiles for SIGUSR1 by Mathieu Chartier · 8 years ago
- 3ba9ead Check LocalInfo descriptor for nullptr in dexlayout. by Jeff Hao · 8 years ago
- a5567dc Merge "Ensure invoking obsolete methods throws errors." into oc-dev by TreeHugger Robot · 8 years ago
- ec7f360 Merge "ART: Fix preloaded dex cache expectations" into oc-dev by TreeHugger Robot · 8 years ago
- dbbbd8d Ensure invoking obsolete methods throws errors. by Alex Light · 8 years ago
- de8de1d ART: TI Agent test library refactor by Andreas Gampe · 8 years ago
- 765b645 ART: Refactor JVMTI run tests by Andreas Gampe · 8 years ago
- d4a6771 ART: Fix preloaded dex cache expectations by Andreas Gampe · 8 years ago
- b04f842 Merge "Allow -Xjitsaveprofilinginfo for system server" into oc-dev by Mathieu Chartier · 8 years ago
- 449f058 Allow -Xjitsaveprofilinginfo for system server by Mathieu Chartier · 8 years ago
- b4b2ea6 Merge "Clean up ArtClassDefinition" into oc-dev by TreeHugger Robot · 8 years ago
- c270565 Merge changes from topic 'ic-2' into oc-dev by Calin Juravle · 8 years ago
- eeeeb8b Merge "Layout string data" into oc-dev by Mathieu Chartier · 8 years ago
- 4413c68 Clean up ArtClassDefinition by Alex Light · 8 years ago
- 49e9632 Layout string data by Mathieu Chartier · 8 years ago
- 6baa963 (Re)enable the use of inline caches in AOT by Calin Juravle · 8 years ago
- 6794d03 Update profile version by Calin Juravle · 8 years ago
- 38ffd93 Merge "ART: Fix VISIT_OBJECTS and ABORT for FollowReferences" into oc-dev by TreeHugger Robot · 8 years ago
- 4112d8e ART: Fix VISIT_OBJECTS and ABORT for FollowReferences by Andreas Gampe · 8 years ago
- e7a8452 Merge changes from topic 'prof-fix' into oc-dev by Calin Juravle · 8 years ago
- b0c4ff3 Gracefully handle bogus profiling info for inline caches. by Nicolas Geoffray · 8 years ago
- 218c892 Update deopt statements in 638-checker-inline-caches by Calin Juravle · 8 years ago
- 3402101 Fix profile merges in profman by Calin Juravle · 8 years ago
- 743aa21 Merge "Lower daemons priority to 124 (art)." into oc-dev by Hiroshi Yamauchi · 8 years ago
- 09c5d90 Dedup original dex file for classes transformed on first load. by Alex Light · 8 years ago
- 38a57ef Lower daemons priority to 124 (art). by Hiroshi Yamauchi · 8 years ago
- fddb46f Merge "Downgrade another duplicate method DCHECK to WARNING" into oc-dev by TreeHugger Robot · 8 years ago
- 73ec41a Merge "Change Ti::Agent collection from vector to List" into oc-dev by TreeHugger Robot · 8 years ago
- 91c3bf8 Downgrade another duplicate method DCHECK to WARNING by Alex Light · 8 years ago
- 5fd984c Undo dex2dex compilation before invoking LoadHook by Alex Light · 8 years ago
- 4151c80 Change Ti::Agent collection from vector to List by Alex Light · 8 years ago
- 27e771c ART: Fix ObjectFree reporting by Andreas Gampe · 8 years ago
- c09d76c ART: Fix GetThreadInfo by Andreas Gampe · 8 years ago
- cf45c94 Fix lock order for jvmti kTaggingLockLevel by Mathieu Chartier · 8 years ago
- 5a3704e Merge "Add test to verify dex file passed to agent" into oc-dev by TreeHugger Robot · 8 years ago
- 75d0336 Add test to verify dex file passed to agent by Alex Light · 8 years ago
- dd0fc04 Make data dependency around HDeoptimize correct. by Nicolas Geoffray · 8 years ago
- 08ca958 Merge "ART: Fix some tidy warnings" am: 13e60fa0ac am: 4213e68fc0 am: 3025ee6b8d by Andreas Gampe · 8 years ago
- 3025ee6 Merge "ART: Fix some tidy warnings" am: 13e60fa0ac am: 4213e68fc0 by Andreas Gampe · 8 years ago
- 4213e68 Merge "ART: Fix some tidy warnings" am: 13e60fa0ac by Andreas Gampe · 8 years ago
- 13e60fa Merge "ART: Fix some tidy warnings" by Treehugger Robot · 8 years ago
- 16e5ae4 Merge "ART: Clean up field initialization" am: d66a932d38 am: 891fa2ecd5 by Andreas Gampe · 8 years ago
- fd89f8d Merge "ART: Clean up field initialization" am: d66a932d38 am: 891fa2ecd5 by Andreas Gampe · 8 years ago
- 891fa2e Merge "ART: Clean up field initialization" am: d66a932d38 by Andreas Gampe · 8 years ago
- d66a932 Merge "ART: Clean up field initialization" by Andreas Gampe · 8 years ago
- effed6a Merge "ART: Remove unused DexToDex level." am: cfc5fcbedc am: e801e10ede by Andreas Gampe · 8 years ago
- 6d1152c Merge "ART: Remove unused DexToDex level." am: cfc5fcbedc am: e801e10ede by Andreas Gampe · 8 years ago
- e801e10 Merge "ART: Remove unused DexToDex level." am: cfc5fcbedc by Andreas Gampe · 8 years ago
- cfc5fcb Merge "ART: Remove unused DexToDex level." by Treehugger Robot · 8 years ago
- 7765db6 Merge changes I45940d2d,I100b6246,Ie0ba58b3,I7943e7a6,I172cef38, ... am: 4fc76b3ff6 am: 0b67b5a61b by Josh Gao · 8 years ago
- 72983ff Merge changes I45940d2d,I100b6246,Ie0ba58b3,I7943e7a6,I172cef38, ... am: 4fc76b3ff6 by Josh Gao · 8 years ago
- 0b67b5a Merge changes I45940d2d,I100b6246,Ie0ba58b3,I7943e7a6,I172cef38, ... by Josh Gao · 8 years ago
- 4fc76b3 Merge changes I45940d2d,I100b6246,Ie0ba58b3,I7943e7a6,I172cef38, ... by Treehugger Robot · 8 years ago
- db1c349 Merge "Testrunner: Fix output parsing issue" am: cd29b3b2b2 am: 6f1bf60243 by Shubham Ajmera · 8 years ago
- 7cded13 Merge "Testrunner: Fix output parsing issue" am: cd29b3b2b2 am: 6f1bf60243 by Shubham Ajmera · 8 years ago
- 6f1bf60 Merge "Testrunner: Fix output parsing issue" am: cd29b3b2b2 by Shubham Ajmera · 8 years ago
- cd29b3b Merge "Testrunner: Fix output parsing issue" by Treehugger Robot · 8 years ago
- 37c5846 ART: Fix some tidy warnings by Andreas Gampe · 8 years ago
- 1a4bc7f ART: Remove unused DexToDex level. by Andreas Gampe · 8 years ago
- f9a7d74 Remove signal mask checks from native bridge tests. by Josh Gao · 8 years ago
- d9911ee ART: Clean up field initialization by Andreas Gampe · 8 years ago
- 16c7824 Merge "One more test to disable for CHA." am: 46bfb7c047 am: 94a7fca769 by Nicolas Geoffray · 8 years ago
- 440be71 Merge "One more test to disable for CHA." am: 46bfb7c047 am: 94a7fca769 by Nicolas Geoffray · 8 years ago
- 94a7fca Merge "One more test to disable for CHA." am: 46bfb7c047 by Nicolas Geoffray · 8 years ago
- 46bfb7c Merge "One more test to disable for CHA." by Nicolas Geoffray · 8 years ago