OSDN Git Service

android-x86/art.git
2014-12-17 Sebastien HertzJDWP: fix setting multiple breakpoints in the same...
2014-12-11 Mathieu ChartierMerge "Increase default allocation stack size" into...
2014-12-11 Mathieu ChartierIncrease default allocation stack size
2014-12-11 Andreas GampeMerge "ART: More ELF and oat file safety measures"...
2014-12-11 Andreas GampeART: More ELF and oat file safety measures
2014-12-10 Dmitriy IvanovMerge "Link libsigchain.a instead of sigchain.o" into...
2014-12-10 Brian CarlstromMerge "Fix verifier bug caused by confusing ArtMethod...
2014-12-10 Sebastien HertzMerge "Ensure void type is resolved when running withou...
2014-12-10 Dmitriy IvanovLink libsigchain.a instead of sigchain.o
2014-12-10 Sebastien HertzEnsure void type is resolved when running without image
2014-12-10 Brian CarlstromFix verifier bug caused by confusing ArtMethod::IsDirec...
2014-12-09 Sebastien HertzMerge "Support proxy method in StackVisitor::GetThisObj...
2014-12-09 Bill BuzbeeMerge "ART: GenLongArith has to clobber same operands...
2014-12-09 Bill BuzbeeMerge "ART: GenNegLong incorrectly handled register...
2014-12-09 nikolay serdjukART: GenLongArith has to clobber same operands for...
2014-12-09 nikolay serdjukART: GenNegLong incorrectly handled register overlap...
2014-12-09 Sebastien HertzSupport proxy method in StackVisitor::GetThisObject
2014-12-09 Sebastien HertzMerge "JDWP: avoid crash on unsupported modifier" into...
2014-12-09 Brian CarlstromFix reference table sorting
2014-12-05 Hans BoehmMerge "Make Barrier robust against spurious wakeups...
2014-12-05 Jean Christophe... ART: Fix variable formatting and CodeLayout's multiple...
2014-12-05 Sebastien HertzJDWP: avoid crash on unsupported modifier
2014-12-04 Hans BoehmMake Barrier robust against spurious wakeups
2014-12-04 Brian Carlstromam c1bfaa22: Remove dex2oat watchdog warning
2014-12-04 Brian CarlstromRemove dex2oat watchdog warning
2014-12-04 Mathieu ChartierRemove method verification results right after compilin...
2014-12-03 Andreas GampeART: Fix unclosed files in dex2oat
2014-12-03 Mathieu ChartierFix mac build
2014-12-03 Mathieu ChartierPrint memory usage in dex2oat shutdown
2014-12-02 Vladimir MarkoMerge "Quick: Fix neg-long on ARM for overlapping regs...
2014-12-02 Sebastien HertzMerge "JDWP: only deoptimize when it is required" into...
2014-12-02 Mathieu ChartierMerge "Try normal allocation if large object allocation...
2014-12-01 Mathieu ChartierTry normal allocation if large object allocation fails
2014-12-01 Mathieu ChartierFix growth limit / footprint limit problems
2014-12-01 Mathieu ChartierSet dex_cache_strings_ when we call Class::SetDexCache
2014-12-01 Vladimir MarkoQuick: Fix neg-long on ARM for overlapping regs.
2014-11-27 Dmitriy IvanovMerge "Disable stack mprotects when running on valgrind...
2014-11-26 Mathieu ChartierAdd missing thread state change to kWaitingForCheckPoin...
2014-11-26 Mathieu ChartierTrim reference tables when we trim the heap
2014-11-26 Mathieu ChartierAdd a way to change the IMT size
2014-11-26 Dmitriy IvanovDisable stack mprotects when running on valgrind
2014-11-25 Mathieu ChartierMerge "Move dex cache strings from ArtMethod -> Class...
2014-11-25 buzbeeMerge "Quick compiler: handle embedded switch data...
2014-11-25 buzbeeQuick compiler: handle embedded switch data.
2014-11-25 Mathieu ChartierFix oatwriter code deduping
2014-11-25 Mathieu ChartierMove dex cache strings from ArtMethod -> Class
2014-11-25 Sebastien HertzJDWP: only deoptimize when it is required
2014-11-24 Mathieu ChartierFix failing tests
2014-11-22 Mathieu ChartierDelete ArtMethod gc_map_ field
2014-11-21 Mathieu ChartierAdd fast string sharpening
2014-11-21 Mathieu ChartierFix oatdump to use OatHeader pointer size
2014-11-20 Hiroshi YamauchiTune rosalloc buffer sizes.
2014-11-20 Igor MurashkinMerge "dex2oat: Pack likely-dirty objects together...
2014-11-20 Igor Murashkindex2oat: Pack likely-dirty objects together when genera...
2014-11-19 Mathieu ChartierFix zygote space and non moving space map names
2014-11-19 Mathieu ChartierMerge "Fix transitive equality error in set." into...
2014-11-19 buzbeeQuick compiler: fix x86 special identity
2014-11-18 Mathieu ChartierFix transitive equality error in set.
2014-11-18 Mathieu ChartierMerge "Change 64 bit ArtMethod fields to be pointer...
2014-11-18 Andreas Gampeam 85448d4b: ART: Compiled-classes list for compiler...
2014-11-18 Vladimir MarkoMerge "Do not try to sharpen super calls to abstract...
2014-11-18 Andreas GampeMerge "ART: Track Flush & Close in FdFile" into lmp...
2014-11-18 Andreas GampeART: Track Flush & Close in FdFile
2014-11-18 Vladimir MarkoDo not try to sharpen super calls to abstract methods.
2014-11-18 Mathieu ChartierChange 64 bit ArtMethod fields to be pointer sized
2014-11-17 Hiroshi YamauchiMerge "Enable the hspace compaction on OOM by default...
2014-11-17 Mathieu ChartierMerge "Combine image string char arrays into single...
2014-11-17 Mathieu ChartierDon't call AddImageStringsToTable or MoveImageClassesTo...
2014-11-17 Mathieu ChartierCombine image string char arrays into single array
2014-11-17 Vladimir MarkoMerge "Fix ordering of fields with the same name."...
2014-11-17 Vladimir MarkoMerge "Fix LinkFieldsComparator." into lmp-mr1-dev
2014-11-17 Hiroshi YamauchiEnable the hspace compaction on OOM by default.
2014-11-17 Vladimir MarkoFix ordering of fields with the same name.
2014-11-17 Vladimir MarkoFix LinkFieldsComparator.
2014-11-17 Mathieu ChartierFix reference leaks in ToReflectedMethod and ToReflecte...
2014-11-15 Andreas GampeART: Compiled-classes list for compiler-driver
2014-11-14 Vladimir MarkoBump oat version.
2014-11-14 Vladimir MarkoMerge "Keep original order of fields in Class." into...
2014-11-13 Pavel VyssotskiART: Implicit null check should break def tracking
2014-11-13 Andreas GampeMerge "ART: Compiled-classes list for compiler-driver...
2014-11-13 Vladimir MarkoKeep original order of fields in Class.
2014-11-12 Vladimir MarkoFix bad OOM check in Thread::CreatePeer().
2014-11-12 Narayan KamathMerge "Prune image cache if the boot marker is still...
2014-11-12 buzbeeMerge "Reduce suspend check threshold" into lmp-mr1-dev
2014-11-11 Andreas GampeART: Compiled-classes list for compiler-driver
2014-11-11 Mathieu ChartierMerge "Add null check for thread name creation" into...
2014-11-11 Narayan KamathPrune image cache if the boot marker is still in place.
2014-11-11 Mathieu ChartierAdd null check for thread name creation
2014-11-11 Andreas Gampeam d00804c6: ART: Prune links in the dalvik cache
2014-11-11 Igor Murashkinam e225eab4: art: Fix classlinker and nopatchoat test...
2014-11-11 Igor Murashkinam 48447025: ART: Add support for patching and loading...
2014-11-11 Andreas Gampeam 998ee7d0: (-s ours) ART: Add pic flag to oat header...
2014-11-10 Igor Murashkinam 300590bd: dex2oat: Add a --compile-pic option
2014-11-10 Andreas GampeART: Prune links in the dalvik cache
2014-11-10 Igor Murashkinart: Fix classlinker and nopatchoat test for PIC case
2014-11-10 Igor MurashkinART: Add support for patching and loading OAT files...
2014-11-10 Andreas GampeART: Add pic flag to oat header store
2014-11-10 Igor Murashkindex2oat: Add a --compile-pic option
2014-11-10 Andreas GampeMerge "ART: Prune links in the dalvik cache" into lmp...
2014-11-10 Andreas GampeART: Prune links in the dalvik cache
next