OSDN Git Service

android-x86/art.git
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-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
2014-11-10 Mathieu ChartierMerge "Delete unused imtable field" into lmp-mr1-dev
2014-11-10 Mathieu ChartierDelete unused imtable field
2014-11-09 Andreas GampeMerge "ART: Fix possible soft+hard failure in verifier...
2014-11-08 Andreas GampeART: Fix possible soft+hard failure in verifier
2014-11-07 buzbeeReduce suspend check threshold
2014-11-07 Mathieu ChartierMerge "Add hash map, reduce excessive hashing" into...
2014-11-07 Mathieu ChartierAdd hash map, reduce excessive hashing
2014-11-07 Narayan KamathMerge "Fix thread priorities for unstarted threads...
2014-11-07 Mathieu ChartierOptimize get/set reflection performance
2014-11-07 Andreas Gampeam f0cb1eb5: ART: Missing EndTiming()s in dex2oat
2014-11-07 Mathieu ChartierMerge "Add hash set" into lmp-mr1-dev
2014-11-06 Mathieu ChartierAdd hash set
2014-11-06 Andreas GampeART: Missing EndTiming()s in dex2oat
2014-11-06 Narayan KamathFix thread priorities for unstarted threads.
2014-11-03 Andreas GampeART: Add miranda checking
2014-11-03 Jeff HaoMerge "Check null this pointer for direct methods in...
2014-11-03 Jeff HaoCheck null this pointer for direct methods in FindMetho...
2014-11-03 Mathieu ChartierMerge "Add image strings to intern table" into lmp...
2014-11-02 Mathieu ChartierAdd image strings to intern table
2014-11-01 Brian Carlstromam 64d79730: am 9a783d6a: Fix FindDeclaredVirtualMethod...
2014-11-01 Andreas GampeMerge "ART: Discard generated image in a low-memory...
2014-11-01 Andreas GampeART: Discard generated image in a low-memory environment
2014-10-31 Igor Murashkinart: Fix classlinker and nopatchoat test for PIC case
2014-10-31 Igor MurashkinART: Add support for patching and loading OAT files...
2014-10-31 Andreas GampeART: Add pic flag to oat header store
2014-10-31 Igor Murashkindex2oat: Add a --compile-pic option
2014-10-31 Brian Carlstromam 9a783d6a: Fix FindDeclaredVirtualMethod(DexCache...
2014-10-31 Brian CarlstromFix FindDeclaredVirtualMethod(DexCache...) for miranda...
2014-10-30 Mathieu ChartierMerge "Add hash table to link virtual methods" into...
2014-10-30 Mathieu ChartierAdd hash table to link virtual methods
2014-10-30 Andreas GampeMerge "ART: Do not abort on most verifier failures...
next