OSDN Git Service

android-x86/art.git
2015-01-23 Sebastien HertzFix exception handling during deoptimization
2015-01-22 Sebastien HertzUse correct handle scope offset from StackVisitor
2015-01-22 Andreas GampeMerge "ART: Curb dex2oat verbosity" into lmp-mr1-dev
2015-01-21 Sebastien HertzMerge "JDWP: fix breakpoint for method in the image...
2015-01-20 Andreas GampeART: Curb dex2oat verbosity
2015-01-17 Sebastien HertzJDWP: fix breakpoint for method in the image
2015-01-16 tony.ys_liuFix infinite loop in GenerateIdentityHashCode
2015-01-15 Mathieu ChartierMerge "Print more info in MarkSweep::VerifyRoot" into...
2015-01-15 Mathieu ChartierPrint more info in MarkSweep::VerifyRoot
2015-01-15 Vladimir MarkoMerge "Fix wide volatile IGET/IPUT on ARM without atomi...
2015-01-15 Vladimir MarkoMerge "Add a test for our NPE checks." into lmp-mr1-dev
2015-01-14 Andreas GampeMerge "ART: Simple structural class check" into lmp...
2015-01-14 Andreas GampeART: Simple structural class check
2015-01-14 Vladimir MarkoFix wide volatile IGET/IPUT on ARM without atomic ldrd...
2015-01-14 Nicolas GeoffrayAdd a test for our NPE checks.
2015-01-12 Sebastien HertzJDWP: allow VirtualMachine.Resume on partial suspension
2015-01-06 Dmitriy IvanovMerge "Fix sigchainlib's implementation of sigaction...
2015-01-06 Dmitriy IvanovFix sigchainlib's implementation of sigaction
2015-01-06 Brian CarlstromMerge "Mute common case DexFile.isDexOptNeeded log...
2015-01-06 Brian CarlstromMute common case DexFile.isDexOptNeeded log spam
2015-01-06 Andreas GampeART: Fix divide-by-zero for ARM
2014-12-22 Andreas GampeMerge "ART: Do not JNI abort on nullptr GetObjectRefTyp...
2014-12-22 Andreas GampeART: Do not JNI abort on nullptr GetObjectRefType
2014-12-20 Andreas GampeMerge "ART: Use interpret-only for vmSafeMode" into...
2014-12-20 Andreas GampeART: Use interpret-only for vmSafeMode
2014-12-20 Hiroshi YamauchiPass the real capacity to CreateRosAlloc.
2014-12-19 Vladimir MarkoMerge "Fix running out of temps when storing invoke...
2014-12-19 Andreas GampeART: Do not compile swap file functionality on Mac
2014-12-19 Vladimir MarkoFix running out of temps when storing invoke-interface...
2014-12-19 Andreas GampeART: Fix swap space free list
2014-12-19 Andreas GampeART: Swap-space in the compiler
2014-12-18 Sebastien HertzMerge "JDWP: fix setting multiple breakpoints in the...
2014-12-18 Andreas GampeART: Punt to the interpreter for VerifiedMethod errors
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...
next